summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2015-07-16Update mailing list address from sourceforge to freedesktopTim-Philipp Müller1-1/+1
2015-06-11x264enc: Use gst_video_encoder_set_min_ptsMatej Knopp2-12/+6
2015-06-11x264enc: Add support for stereoscopic videoJan Schmidt2-0/+104
2015-05-26x264enc: don't artificially limit max allowed value of "threads" propertyTim-Philipp Müller1-1/+1
2015-05-12dvdread: Also reset the first_seek var in start()Jan Schmidt1-0/+2
2015-05-12dvdread: Work around basesrc initial seekJan Schmidt2-0/+9
2015-05-10docs: update example pipelines in element docsTim-Philipp Müller10-29/+42
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller2-30/+0
2015-04-03a52dec: fix race in liba52dec lookup table initializationVincent Penquerc'h1-0/+3
2015-03-30mpeg2dec: fix buffer leak in crop_buffer()Guillaume Desmottes1-1/+3
2015-03-24mpeg2dec: fix memory leakLuis de Bethencourt1-1/+1
2015-03-24mpeg2dec: initialize bufferLuis de Bethencourt1-1/+1
2015-03-13mpeg2dec: Add stride supportNicolas Dufresne1-13/+74
2015-03-13mpeg2dec: Re-implement pool handlingNicolas Dufresne2-182/+207
2015-03-10Fix double semicolonsTim-Philipp Müller1-1/+1
2015-03-09Revert "mpeg2dec: Fix handling of stride"Nicolas Dufresne1-41/+0
2015-03-09Revert "mpeg2dec: Use propose unref method for buffer"Nicolas Dufresne1-1/+1
2015-03-09mpeg2dec: Use propose unref method for bufferNicolas Dufresne1-1/+1
2015-02-15mpeg2dec: Fix handling of strideSimon Farnsworth1-0/+41
2015-02-11Improve and fix LATENCY query handlingSebastian Dröge1-13/+15
2015-02-06x264enc: Don't set max latency to the same value as the encoder latencySebastian Dröge1-1/+1
2015-02-02x264enc: set annexb=1 in byte stream mode when downstream has ANY capsVincent Penquerc'h1-0/+1
2015-01-21Constify some static arrays everywhereSebastian Dröge2-5/+5
2015-01-18x264enc: Don't set an allocation maximumNicolas Dufresne1-2/+1
2014-08-05x264: fix colour inversion with YV12 formatTim-Philipp Müller1-1/+1
2014-07-25x264enc: Request buffers in allocation queryNicolas Dufresne1-0/+13
2014-07-19x264enc: Shift both PTS and DTS to ensure positive timestampNicolas Dufresne2-18/+10
2014-05-28x264enc: fix caps leak in set_format()Aurélien Zanelli1-0/+1
2014-05-16mpeg2dec: remove unused struct membersTim-Philipp Müller1-3/+0
2014-05-09mpeg2dec: Release codec state on negotiation failuresEdward Hervey1-0/+1
2014-04-27docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2014-04-10dvdread: avoid intermediate promotion to signedVincent Penquerc'h1-3/+4
2014-04-04mpeg2dec: do not reset the whole video info when setting sizeVincent Penquerc'h1-1/+8
2014-02-26x264enc: allow lossless compression (qp=0)Dirk Van Haerenborgh1-5/+5
2013-12-05amrwbdec: Remove some dead codeSebastian Dröge1-8/+0
2013-12-05amrnbdec: Remove some dead codeSebastian Dröge1-8/+0
2013-12-05amrnbdec: Use gst_audio_decoder_set_needs_format() instead of custom codeSebastian Dröge1-3/+1
2013-12-05amrwbdec: Use gst_audio_decoder_set_needs_format() instead of custom codeSebastian Dröge1-3/+1
2013-12-05mpeg2dec: Use new gst_video_decoder_set_needs_format() APISebastian Dröge1-0/+1
2013-11-29x264enc: fix compiler warningTim-Philipp Müller1-11/+2
2013-11-29x264enc: fix crash on NULL caps when negotiation happens without a downstream...Tim-Philipp Müller1-0/+6
2013-11-11mpeg2dec: graceful degradation for badly parsed inputMark Nauwelaerts1-0/+7
2013-10-04x264enc: If FPS is available, set VFR to falseMichael Esemplare1-0/+1
2013-09-24x264enc: Update the documentation to match the default profile usedAndoni Morales Alastruey1-1/+1
2013-09-18x264enc: Implement getcaps that restricts the input format depending on the o...Olivier Crête1-34/+144
2013-09-05x264enc: Don't unref future state but the old oneMathieu Duponchelle1-1/+1
2013-09-04x264enc: Check if we have an input state before using itSebastian Dröge1-1/+8
2013-09-04x264enc: fix unsigned comparison warningMatej Knopp1-1/+1
2013-08-27x264enc: log when we output a lower profile than requestedTim-Philipp Müller1-2/+10
2013-08-21x264enc: Consider subset relations of profiles when setting srcpad capsSebastian Dröge1-1/+36