x264enc: Port to color_{primaries,transfer,matrix}_to_iso
[platform/upstream/gstreamer.git] / ext / x264 / gstx264enc.c
2019-07-15 Seungha Yangx264enc: Port to color_{primaries,transfer,matrix}_to_iso
2019-04-27 Thibault Saunierdocs: Port all docstring to gtk-doc markdown
2019-02-28 Mathieu Duponchellex264enc: inject CEA708 closed captions
2019-01-25 Sebastian Drögex264: Only enable dynamic loading code for x264 < 253
2018-09-22 Seungha Yangx264enc: Avoid format decision per frame
2018-08-16 Jan Alexander Stef... x264enc: Set bit depth for x264 ≥ 153
2018-08-16 Jan Alexander Stef... x264enc: Remove superfluous x264_param_default
2018-02-28 Tim-Philipp Müllerx264enc: fix build with newer x264 with support for...
2018-02-27 Alicia Boya Garcíax264enc: Add format example for option-string
2017-12-08 Justin Kimx264enc: add 'insert-vui' property for users to choose
2017-08-09 Mark Nauwelaertsx264enc: add FIXME note for future configuration cleanup
2017-07-15 Tim-Philipp Müllerx264enc: fix indentation
2017-07-15 Tim-Philipp Müllerx264enc: fix caps leak
2017-06-24 Mark Nauwelaertsx264enc: relax bframes upper limit count to maximum...
2017-06-21 Víctor Manuel Jáqu... x264: fix memory leak
2017-02-01 Nirbheek Chauhanx264: Initialize function vtable in plugin_init()
2016-11-30 Vivia Nikolaidoux264enc: Add information for mixed mode
2016-11-30 Vivia Nikolaidoux264enc: Correctly pass interlacing/TFF information
2016-11-28 Vivia Nikolaidoux264enc: Auto-detect interlace mode from caps
2016-11-14 Sebastian Drögex264enc: Add configure parameter to specify additional...
2016-09-29 Sebastian Drögex264enc: Set colorimetry and chroma-site information
2016-03-24 Vineeth TMugly: use new gst_element_class_add_static_pad_template()
2016-02-16 Tim-Philipp MüllerMerge branch 'plugin-move-mpg123'
2015-11-26 Arjen Veenhuizenx264enc: increase bitrate limit from 100Mbps to 2Gbps
2015-11-19 Reynaldo H. Verdej... x264enc: drop unnecessary NULL check before g_free
2015-09-05 Jan Schmidtx264: Add bitrate info to the tags output.
2015-08-18 Thiago Santosx264enc: actually return TRUE from accept-caps handler
2015-08-16 Thiago Santosx264enc: implement accept-caps handling
2015-06-11 Matej Knoppx264enc: Use gst_video_encoder_set_min_pts
2015-06-11 Jan Schmidtx264enc: Add support for stereoscopic video
2015-05-26 Tim-Philipp Müllerx264enc: don't artificially limit max allowed value...
2015-05-10 Tim-Philipp Müllerdocs: update example pipelines in element docs
2015-02-11 Sebastian DrögeImprove and fix LATENCY query handling
2015-02-06 Sebastian Drögex264enc: Don't set max latency to the same value as...
2015-02-02 Vincent Penquerc'hx264enc: set annexb=1 in byte stream mode when downstre...
2015-01-18 Nicolas Dufresnex264enc: Don't set an allocation maximum
2014-08-05 Tim-Philipp Müllerx264: fix colour inversion with YV12 format
2014-07-25 Nicolas Dufresnex264enc: Request buffers in allocation query
2014-07-19 Nicolas Dufresnex264enc: Shift both PTS and DTS to ensure positive...
2014-05-28 Aurélien Zanellix264enc: fix caps leak in set_format()
2014-02-26 Dirk Van Haerenborghx264enc: allow lossless compression (qp=0)
2013-11-29 Tim-Philipp Müllerx264enc: fix compiler warning
2013-11-29 Tim-Philipp Müllerx264enc: fix crash on NULL caps when negotiation happen...
2013-10-04 Michael Esemplarex264enc: If FPS is available, set VFR to false
2013-09-24 Andoni Morales Ala... x264enc: Update the documentation to match the default...
2013-09-18 Olivier Crêtex264enc: Implement getcaps that restricts the input...
2013-09-05 Mathieu Duponchellex264enc: Don't unref future state but the old one
2013-09-04 Sebastian Drögex264enc: Check if we have an input state before using it
2013-09-04 Matej Knoppx264enc: fix unsigned comparison warning
2013-08-27 Tim-Philipp Müllerx264enc: log when we output a lower profile than requested
2013-08-21 Sebastian Drögex264enc: Consider subset relations of profiles when...
2013-08-21 Tim-Philipp Müllerx264enc: propagate flow return back to base class and...
2013-08-17 Tim-Philipp Müllerx264enc: minor clean-up
2013-08-15 Sebastian Drögeext: Use new flush vfunc of video codec base classes...
2013-07-26 Edward Herveyx264: Fix dts comparision
2013-07-25 Sebastian Drögex264enc: React properly to flushing/resetting the encoder
2013-04-30 Tim-Philipp Müllerx264enc: output byte-stream if downstream has ANY caps
2013-03-25 Tom Greenwoodx264enc: Fix for 0/1 framerate - now uses VFR in this...
2013-02-08 Tim-Philipp Müllerx264enc: simplify template caps
2013-02-08 Tim-Philipp Müllerx264enc: put all theoretically possible formats in...
2013-02-07 Tim-Philipp Müllerx264enc: detect supported bit depth and pixel formats...
2012-11-15 Sebastian Drögex264enc: Add support for 10-bit color formats
2012-11-15 Sebastian Drögex264enc: Add support for Y444, Y42B and NV12
2012-11-03 Tim-Philipp MüllerFix FSF address
2012-09-26 Tim-Philipp Müllerx264enc: when setting fallback decoder latency, set...
2012-09-09 Mark Nauwelaertsx264enc: clean up some debug statements
2012-09-07 Mark Nauwelaertsx264enc: handle possibly negative DTS provided by codec
2012-08-09 Sebastian Drögex264enc: Use new video encoder base class API for handl...
2012-07-27 Sebastian Drögetag: Update for taglist/tag event API changes
2012-07-06 Wim Taymansupdate for query api changes
2012-07-06 Wim Taymansupdate for allocation query changes
2012-06-21 Matej Knoppx264enc: Fix unitialized variable and taglist event
2012-06-20 Wim Taymansfix compilation
2012-06-19 Sebastian Drögex264enc: Fix compiler warning
2012-06-19 Sebastian DrögeMerge remote-tracking branch 'origin/master'
2012-06-19 Sebastian Drögex264enc: Port to 0.11 again
2012-06-18 Nicolas Dufresnex264enc: Don't set latency while holding object lock
2012-06-18 Nicolas Dufresnex264enc: Use video encoder stream lock to avoid deadlock
2012-06-18 Nicolas Dufresnex264enc: Port to new way of passing frame reference
2012-06-18 Nicolas Dufresnex264enc: Set default stream-format to avc as it's a...
2012-06-18 Nicolas Dufresnex264enc: Fix setting latency
2012-06-18 Nicolas Dufresnex264enc: gst_video_encoder_get_frame() is now transfer...
2012-06-18 Nicolas Dufresnex264enc: don't leak output state
2012-06-18 Nicolas Dufresnex264enc: Remove x264 backward compatibility support
2012-06-18 Nicolas Dufresnex264enc: Report latency base on x264 buffer size
2012-06-18 Nicolas Dufresnex264enc: Port to GstVideoEncoder baseclass
2012-05-17 Tim-Philipp Müllerx264: bump x264 requirement to build 106 or later
2012-04-09 Tim-Philipp MüllerUse new gst_element_class_set_static_metadata()
2012-04-05 Sebastian Drögegst: Update for GST_PLUGIN_DEFINE() API changes
2012-03-21 Wim Taymansx264enc: remove deprecated properties
2012-03-20 Tim-Philipp MüllerMerge remote-tracking branch 'origin/master' into 0.11
2012-03-15 Wim Taymansupdate for memory api changes
2012-03-11 Wim Taymansfix for caps api changes
2012-02-27 Alessandro Decinax264enc: fix compiler warning
2012-02-27 Tim-Philipp MüllerMerge remote-tracking branch 'origin/master' into 0.11
2012-02-27 Tim-Philipp MüllerMerge commit '02f5d72a0519bcbe8f6958fab6dd998fc8ccda6b...
2012-02-22 Wim Taymansx264: convert g_print to LOG
2012-02-22 Wim Taymansx264enc: handle pts and dts
2012-02-17 Wim TaymansMerge branch 'master' into 0.11
2012-02-11 Matej Knoppx264enc: unmap video frame after encoding
next