summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-12add burstcache objectburstcacheWim Taymans3-0/+1703
2016-04-06tests: libscpp: test RTP/RTCP buffer init macros with C++ compilerTim-Philipp Müller1-0/+12
2016-04-06subtitleoverlay: Don't complain when stream-start is the first event.Jan Schmidt1-5/+12
2016-04-06subparse: WebVTT Cue identifiers are optionalJan Schmidt1-6/+14
2016-04-05win32: Add new libgstaudio symbolsSebastian Dröge1-0/+2
2016-04-05libs: audio: split allocation query caps and pad capsVíctor Manuel Jáquez Leal4-2/+57
2016-04-05libs: video: split allocation query caos and pad capsVíctor Manuel Jáquez Leal4-4/+15
2016-04-04audioencoder: fix gtk-doc comment formatVíctor Manuel Jáquez Leal1-2/+2
2016-04-03rtpbasedepayload: look at ssrc before sequence numbersMikhail Fludkov2-22/+78
2016-04-03videorate: Don't fill up the segment with duplicate buffers if drop_only==TRUESebastian Dröge1-7/+9
2016-04-03videorate: Remove dead codeSebastian Dröge1-3/+0
2016-04-03videorate: avoid useless buffer copy in drop-only modeFrédéric Bertolus1-1/+5
2016-04-02video: fix example code in gst_video_frame_map() docsTim-Philipp Müller1-1/+1
2016-04-02discoverer: copy over result and seekable fields when copying a discoverer infoTim-Philipp Müller1-0/+2
2016-03-31video-format: Fix macro documentationNicolas Dufresne1-4/+4
2016-03-30test: fix indentationTim-Philipp Müller2-7/+14
2016-03-30rtp: rtcpbuffer: fix indentationTim-Philipp Müller1-4/+4
2016-03-30rtp: rtpcbuffer: fix Since markersTim-Philipp Müller1-14/+14
2016-03-30audio-resampler: disable neon on arm64Alessandro Decina1-1/+1
2016-03-29subparse: Add more parsing guardsJan Schmidt1-24/+47
2016-03-29subparse: add missing break between formatsLuis de Bethencourt1-0/+1
2016-03-29audio-resampler: Use _mm_set_epi64x(0, x) instead of _mm_cvtsi64_si128(x) in ...Sebastian Dröge1-2/+2
2016-03-29win32: Update exports for new video formatsSreerenj Balachandran1-0/+2
2016-03-29video: add P010 format supportScott D Phillips4-1/+267
2016-03-29resampler: Use _mm_set_epi64x(0, x) instead of _mm_cvtsi64_si128(x)Sebastian Dröge1-1/+1
2016-03-29audio: Fix distcheckEdward Hervey1-1/+5
2016-03-28audio-resampler: estimate memory usage in auto modeWim Taymans1-0/+5
2016-03-28audioresample: remove last ORC remainsWim Taymans3-364/+2
2016-03-28audio-resampler: small optimizationsWim Taymans2-26/+25
2016-03-28audio-resampler: improve non-interleaved flagsWim Taymans3-8/+14
2016-03-28audio-resampler: unroll some more loopsWim Taymans2-7/+14
2016-03-28audio-resampler: keep precisionWim Taymans1-18/+17
2016-03-28audio-resampler: small cleanupsWim Taymans1-64/+46
2016-03-28audio-resampler: optimize no resamplingWim Taymans1-35/+44
2016-03-28audio-resampler: add VARIABLE_RATE flagWim Taymans3-51/+62
2016-03-28audio-resampler: more neon optimizationsWim Taymans1-36/+160
2016-03-28audio-resampler: avoid overflow in cubic interpolationWim Taymans1-6/+11
2016-03-28audio-resampler: overread only 8 tapsWim Taymans1-1/+1
2016-03-28audio-converter: use helper to check intermediate formatWim Taymans1-4/+1
2016-03-28audio-resampler: fix phaseWim Taymans1-3/+3
2016-03-28audio-resampler: fix neon assemblerWim Taymans1-111/+274
2016-03-28audio-resampler: avoid some format conversionWim Taymans2-184/+351
2016-03-28audio-resampler: fix neon linear float interpolationWim Taymans1-23/+10
2016-03-28audio-resampler: reorder filter coefficients for more speedWim Taymans3-304/+424
2016-03-28audio-resampler: remove stereo optimizationsWim Taymans3-212/+68
2016-03-28audio-resample: remove neon double stubsWim Taymans1-44/+0
2016-03-28audio-resampler: add more neon optimizationsWim Taymans1-31/+107
2016-03-28audio-resampler: add more neon optimizationsWim Taymans1-66/+198
2016-03-28audio-resampler: add neon optimizationsWim Taymans3-32/+300
2016-03-28audio-resampler: give better hints about the precisionWim Taymans1-24/+23