Use AV_ namespace for all CODEC_ macro
[platform/upstream/gstreamer.git] / ext / libav / gstavvidenc.c
2018-07-12 Nicolas DufresneUse AV_ namespace for all CODEC_ macro
2018-05-11 Edward Herveylibav: Switch to common include
2018-02-10 Edward Herveyavvid*: Don't expose V4L2 mem-to-mem decoder and encoders
2017-03-22 Arun Raghavanavvidenc: Fix compiler errors in the previous commit
2017-03-21 Arun Raghavanavvidenc: Classify image encoders with "Image" instead...
2017-03-16 Jan Schmidtavvidenc: Add Stereo3D mapping
2017-01-02 Garima GaurFix some caps leaks when creating pad templates
2016-11-12 leigh123linux@goog... avvidenc/dec: Disable more hardware encoder/decoders
2016-09-14 Sebastian Drögeav: Cast AVContext::bit_rate to a guint before passing...
2016-09-03 Iain LaneOnly use AV_CODEC_ID_WRAPPED_AVFRAME on new enough...
2016-07-22 Sebastian Drögelibav: Ignore more quasi-codecs
2016-07-22 Sebastian Drögelibav: Ignore VAAPI decoders and VAAPI/nvenc encoders
2016-07-05 Sebastian Drögeavvidenc: Create caps from the codec context after...
2016-02-16 Sebastian Drögeavvidenc: Set width/height and format in the AVFrame...
2016-01-19 Sebastian Drögeavvidenc: Use AVPacket.flags for detecting keyframes
2016-01-16 Andreas Cadhalpunlibav: Remove usage of deprecated API
2015-11-20 Reynaldo H. Verdej... Remove unnecessary NULL checks before g_free()
2015-11-02 Vineeth TMavvidenc: Fix frame memory leak
2015-10-03 Sebastian Drögeavvidenc: Pass the correct user_data to gst_buffer_new_...
2015-08-23 Jan Schmidtavvid/audenc: Set some tags in the output for downstrea...
2015-08-17 Thiago Santosavvidenc: use template subset check for accept-caps
2015-08-16 Thiago Santosavvidenc: remove useless getcaps method
2015-06-28 Sebastian Drögeavvidenc: Fix compiler warning
2015-06-28 Sebastian Drögeavvidenc: Set AVFrame flags for interlacing per frame...
2015-06-28 Sebastian Drögeav{aud,vid}enc: Create wrapped output buffers with...
2015-06-28 Sebastian Drögeavvidenc: Properly wrap and free the output AVPackets...
2015-06-28 Sebastian Drögeavvidenc: Make sure to keep input data alive until...
2015-06-28 Sebastian Drögeav{aud,vid}enc: Stop using deprecated AVFrame APIs
2015-03-10 Sebastian Drögelibav: Change from deprecated PIX_FMT_* to AV_PIX_FMT_*
2014-06-21 Sebastian Drögeavvidenc: Make sure to fixate caps before setting them...
2014-06-02 Sebastian Drögeavvidenc: Fix indention and "bracketing" of goto labels
2014-05-29 Wim Taymansavvidenc: do all negotiation before opening the decoder
2014-05-19 Gavin Hurlbutavvidenc: Add thread-count parameter for libav encoders
2014-04-30 Vincent Penquerc'havvidenc: guard against division by zero
2014-04-29 Stian Selnesavvidenc: Fix leak of AVBufferRef
2014-03-25 Mark Nauwelaertsavvidenc: discard input frame upon encoding error
2014-02-23 Mark Nauwelaertsavvidenc: make all properties work again
2014-02-01 Mark Nauwelaertsavvidenc: avoid busy-looping when flushing frames
2014-01-15 Vincent Penquerc'hgst-libav: fix context leaks
2014-01-03 Sebastian Drögeavenc: Stop using the removed inter_threshold field
2014-01-03 Sebastian Drögeavviddec rebase
2014-01-03 Sebastian Drögeavvidenc: Port to av_encode_video2()
2013-12-07 Mark Nauwelaertsavvidenc: plug input_state leak
2013-10-15 Greg Rutzavenc: Add compliance property
2013-08-29 Sebastian Drögelibav: avcodec_close() also resets fields like the...
2013-08-21 Tim-Philipp Mülleravvidenc: propagate flow return values upstream in...
2013-08-15 Sebastian Drögelibav: Use new flush vfunc of video codec base classes...
2013-05-06 Tim-Philipp MüllerCODEC_ID_* -> AV_CODEC_ID_*
2012-12-17 Sebastian Drögeav: Fix some memory leaks and misuse of libav API
2012-12-11 Sebastian Drögeavvidenc: Simplify color formats in the raw video caps
2012-12-05 Sebastian Drögeav: Correctly populate the codec context with the defaults
2012-12-05 Sebastian Drögeav: Use av_codec_is_{en,de}coder() API instead of priva...
2012-12-04 Sebastian Drögeav: Port remaining simple bits
2012-12-04 Luca Barbatoav: update to use AVOption variants.
2012-11-20 Sebastian Drögeavvidenc: Implement reset vfunc
2012-11-20 Sebastian Drögeavvidenc: Don't send any frames downstream when drainin...
2012-11-20 Sebastian Drögeavvidenc: Use gst_caps_truncate()
2012-11-20 Sebastian Drögeav: Use PROP_ instead of ARG_
2012-11-04 Tim-Philipp MüllerFix FSF address
2012-09-30 Tim-Philipp Mülleravvidenc: also skip non-video encoders
2012-09-13 Edward Herveylibav: Switch to non-deprecated symbols
2012-09-10 Edward Herveyext: ffmpeg/gstffmpeg*.[ch] => libav/gstav*.[ch]