avaudenc/dec: Ignore S64BE/LE pseudo-codecs
[platform/upstream/gst-libav.git] / ext / libav / gstavaudenc.c
2016-10-26 Sebastian Drögeavaudenc/dec: Ignore S64BE/LE pseudo-codecs
2016-09-14 Sebastian Drögeav: Cast AVContext::bit_rate to a guint before passing...
2016-07-22 Sebastian Drögelibav: Ignore more quasi-codecs
2016-07-05 Sebastian Drögeavaudenc: Use gst_caps_fixate() instead of gst_caps_tru...
2016-07-05 Sebastian Drögeavaudenc: Create caps from the codec context after...
2016-04-28 Sebastian Drögeavaudenc: Set all required fields in the AVFrame
2016-01-25 Sebastian Drögeavaudenc: Also use av_free() instead of g_free()
2016-01-25 Sebastian Drögeavaudenc: Use av_malloc() instead of GLib malloc()...
2016-01-16 Sebastian Drögelibav: Bitrate field changed from int to int64_t, fix...
2015-08-23 Jan Schmidtavvid/audenc: Set some tags in the output for downstrea...
2015-08-17 Thiago Santosavaudenc: use pad template caps for accept-caps
2015-08-16 Thiago Santosavaudenc: remove useless getcaps method
2015-06-30 Sebastian Drögeavaudenc: Remember how many samples the codec consumed...
2015-06-28 Sebastian Drögeav{aud,vid}enc: Create wrapped output buffers with...
2015-06-28 Sebastian Drögeavaudenc: Make sure to keep input data alive until...
2015-06-28 Sebastian Drögeav{aud,vid}enc: Stop using deprecated AVFrame APIs
2014-06-06 Vincent Penquerc'havaudenc: add a comment about using -1 in _finish_frame
2014-06-06 Vincent Penquerc'havaudenc: avoid using wrong number of samples
2014-04-29 Sebastian Drögeavaudenc: Fix leak of AVBufferRef
2014-04-14 Edward Herveyavaudenc: Fix compile without gst debug
2014-02-20 Thiago Santosavaudenc: fix audio encoder flushing according to libav...
2014-01-15 Vincent Penquerc'hgst-libav: fix context leaks
2014-01-03 Sebastian Drögeavenc: Stop using the removed inter_threshold field
2013-10-26 Tim-Philipp Mülleravaudenc: post better error message if experimental...
2013-10-15 Greg Rutzavenc: Add compliance property
2013-08-29 Sebastian Drögelibav: avcodec_close() also resets fields like the...
2013-05-06 Tim-Philipp MüllerCODEC_ID_* -> AV_CODEC_ID_*
2013-01-22 Tim-Philipp Mülleravenc_aac: downgrade to RANK_NONE until it gets fixed
2012-12-17 Sebastian Drögeav: Fix some memory leaks and misuse of libav API
2012-12-17 Sebastian Drögeavcodecmap: Only set "formats" field on raw audio/video...
2012-12-12 Wim Taymansavaudenc: init frame with defaults
2012-12-12 Sebastian Drögeavaudenc: Properly handle planar audio formats with...
2012-12-11 Sebastian Drögeavvidenc: Simplify color formats in the raw video caps
2012-12-11 Sebastian Drögeavaudenc: Reorder audio channels if necessary and add...
2012-12-05 Sebastian Drögeavaudenc: Add support for planar audio formats
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-12-02 Tim-Philipp Mülleravaudenc: log error string as well in debug output
2012-12-01 Tim-Philipp Mülleravaudenc: use sample rate as ticks per second fallback
2012-12-01 Tim-Philipp Mülleravaudenc: fix output timestamping
2012-11-20 Sebastian Drögeavvidenc: Implement reset vfunc
2012-11-20 Sebastian Drögeavaudenc: Implement draining
2012-11-20 Sebastian Drögeavaudenc: Implement flush vfunc properly
2012-11-20 Sebastian Drögeavaudenc: Some minor cleanup
2012-11-20 Sebastian Drögeavaudenc: Use non-deprecated avcodec_encode_audio2...
2012-11-20 Sebastian Drögeavaudenc: Port to audio encoder base class
2012-11-20 Sebastian Drögeav: Use PROP_ instead of ARG_
2012-11-19 Sebastian Drögeav: Put declarations in header files and rename audio...