summaryrefslogtreecommitdiff
path: root/ext/x264/gstx264enc.c
Commit message (Expand)AuthorAgeFilesLines
* x264: Only enable dynamic loading code for x264 < 253Sebastian Dröge2019-05-011-2/+2
* x264enc: Set bit depth for x264 ≥ 153Jan Alexander Steffens (heftig)2018-08-171-0/+3
* x264enc: fix build with newer x264 with support for multiple bit depthsTim-Philipp Müller2018-02-281-1/+34
* x264enc: Add format example for option-stringAlicia Boya García2018-02-271-1/+2
* x264enc: add 'insert-vui' property for users to chooseJustin Kim2017-12-081-0/+18
* x264enc: add FIXME note for future configuration cleanupMark Nauwelaerts2017-08-091-0/+8
* x264enc: fix indentationTim-Philipp Müller2017-07-151-2/+4
* x264enc: fix caps leakTim-Philipp Müller2017-07-151-9/+11
* x264enc: relax bframes upper limit count to maximum encoder supportedMark Nauwelaerts2017-06-241-1/+1
* x264: fix memory leakVíctor Manuel Jáquez Leal2017-06-211-0/+1
* x264: Initialize function vtable in plugin_init()Nirbheek Chauhan2017-02-011-10/+22
* x264enc: Add information for mixed modeVivia Nikolaidou2016-11-301-0/+21
* x264enc: Correctly pass interlacing/TFF informationVivia Nikolaidou2016-11-301-6/+12
* x264enc: Auto-detect interlace mode from capsVivia Nikolaidou2016-11-281-2/+6
* x264enc: Add configure parameter to specify additional x264 libraries with e....Sebastian Dröge2016-11-141-202/+334
* x264enc: Set colorimetry and chroma-site informationSebastian Dröge2016-09-291-1/+106
* ugly: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
* x264enc: increase bitrate limit from 100Mbps to 2GbpsArjen Veenhuizen2015-11-261-1/+1
* x264enc: drop unnecessary NULL check before g_freeReynaldo H. Verdejo Pinochet2015-11-181-2/+1
* x264: Add bitrate info to the tags output.Jan Schmidt2015-09-051-1/+3
* x264enc: actually return TRUE from accept-caps handlerThiago Santos2015-08-181-0/+1
* x264enc: implement accept-caps handlingThiago Santos2015-08-161-0/+34
* x264enc: Use gst_video_encoder_set_min_ptsMatej Knopp2015-06-111-11/+6
* x264enc: Add support for stereoscopic videoJan Schmidt2015-06-111-0/+103
* x264enc: don't artificially limit max allowed value of "threads" propertyTim-Philipp Müller2015-05-261-1/+1
* docs: update example pipelines in element docsTim-Philipp Müller2015-05-101-7/+11
* Improve and fix LATENCY query handlingSebastian Dröge2015-02-111-13/+15
* x264enc: Don't set max latency to the same value as the encoder latencySebastian Dröge2015-02-061-1/+1
* x264enc: set annexb=1 in byte stream mode when downstream has ANY capsVincent Penquerc'h2015-02-021-0/+1
* x264enc: Don't set an allocation maximumNicolas Dufresne2015-01-181-2/+1
* x264: fix colour inversion with YV12 formatTim-Philipp Müller2014-08-051-1/+1
* x264enc: Request buffers in allocation queryNicolas Dufresne2014-07-251-0/+13
* x264enc: Shift both PTS and DTS to ensure positive timestampNicolas Dufresne2014-07-191-17/+9
* x264enc: fix caps leak in set_format()Aurélien Zanelli2014-05-281-0/+1
* x264enc: allow lossless compression (qp=0)Dirk Van Haerenborgh2014-02-261-5/+5
* x264enc: fix compiler warningTim-Philipp Müller2013-11-291-11/+2
* x264enc: fix crash on NULL caps when negotiation happens without a downstream...Tim-Philipp Müller2013-11-291-0/+6
* x264enc: If FPS is available, set VFR to falseMichael Esemplare2013-10-041-0/+1
* x264enc: Update the documentation to match the default profile usedAndoni Morales Alastruey2013-09-241-1/+1
* x264enc: Implement getcaps that restricts the input format depending on the o...Olivier Crête2013-09-181-34/+144
* x264enc: Don't unref future state but the old oneMathieu Duponchelle2013-09-051-1/+1
* x264enc: Check if we have an input state before using itSebastian Dröge2013-09-041-1/+8
* x264enc: fix unsigned comparison warningMatej Knopp2013-09-041-1/+1
* x264enc: log when we output a lower profile than requestedTim-Philipp Müller2013-08-271-2/+10
* x264enc: Consider subset relations of profiles when setting srcpad capsSebastian Dröge2013-08-211-1/+36
* x264enc: propagate flow return back to base class and upstreamTim-Philipp Müller2013-08-211-1/+1
* x264enc: minor clean-upTim-Philipp Müller2013-08-171-2/+0
* ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge2013-08-151-11/+34
* x264: Fix dts comparisionEdward Hervey2013-07-261-4/+5
* x264enc: React properly to flushing/resetting the encoderSebastian Dröge2013-07-251-17/+9