avaudenc: Fix compile without gst debug
[platform/upstream/gstreamer.git] / ext / libav / gstavaudenc.c
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...