summaryrefslogtreecommitdiff
path: root/ext/x264
AgeCommit message (Expand)AuthorFilesLines
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-10docs: update example pipelines in element docsTim-Philipp Müller1-7/+11
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-15/+0
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-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-02-26x264enc: allow lossless compression (qp=0)Dirk Van Haerenborgh1-5/+5
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-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
2013-08-21x264enc: propagate flow return back to base class and upstreamTim-Philipp Müller1-1/+1
2013-08-17x264enc: minor clean-upTim-Philipp Müller1-2/+0
2013-08-15ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge1-11/+34
2013-07-26x264: Fix dts comparisionEdward Hervey1-4/+5
2013-07-25x264enc: React properly to flushing/resetting the encoderSebastian Dröge1-17/+9
2013-04-30x264enc: output byte-stream if downstream has ANY capsTim-Philipp Müller1-1/+11
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-03-25x264enc: Fix for 0/1 framerate - now uses VFR in this caseTom Greenwood1-6/+16
2013-02-08x264enc: simplify template capsTim-Philipp Müller1-1/+1
2013-02-08x264enc: put all theoretically possible formats in template capsTim-Philipp Müller1-7/+32
2013-02-07x264enc: detect supported bit depth and pixel formats at runtimeTim-Philipp Müller1-54/+100
2012-11-15x264enc: Add support for 10-bit color formatsSebastian Dröge1-1/+61
2012-11-15x264enc: Add support for Y444, Y42B and NV12Sebastian Dröge1-5/+42
2012-11-03Fix FSF addressTim-Philipp Müller2-4/+4
2012-09-26x264enc: when setting fallback decoder latency, set valid min_latencyTim-Philipp Müller1-1/+1
2012-09-09x264enc: clean up some debug statementsMark Nauwelaerts1-4/+5
2012-09-07x264enc: handle possibly negative DTS provided by codecMark Nauwelaerts2-4/+20
2012-08-09x264enc: Use new video encoder base class API for handling tagsSebastian Dröge1-29/+8
2012-07-28tag: Update for taglist/tag event API changesSebastian Dröge1-4/+1
2012-07-06update for query api changesWim Taymans1-1/+1
2012-07-06update for allocation query changesWim Taymans1-1/+1
2012-06-21x264enc: Fix unitialized variable and taglist eventMatej Knopp1-3/+7
2012-06-20fix compilationWim Taymans1-1/+1
2012-06-19x264enc: Fix compiler warningSebastian Dröge1-2/+0
2012-06-19x264enc: Port to 0.11 againSebastian Dröge2-148/+141
2012-06-18x264enc: Don't set latency while holding object lockNicolas Dufresne1-12/+15