summaryrefslogtreecommitdiff
path: root/ext/libav/gstavaudenc.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-30avaudenc: Remember how many samples the codec consumed for telling the base c...Sebastian Dröge1-3/+4
2015-06-28av{aud,vid}enc: Create wrapped output buffers with GST_MEMORY_FLAG_READONLYSebastian Dröge1-2/+2
2015-06-28avaudenc: Make sure to keep input data alive until libav is done with itSebastian Dröge1-23/+53
2015-06-28av{aud,vid}enc: Stop using deprecated AVFrame APIsSebastian Dröge1-23/+23
2014-06-06avaudenc: add a comment about using -1 in _finish_frameVincent Penquerc'h1-0/+3
2014-06-06avaudenc: avoid using wrong number of samplesVincent Penquerc'h1-1/+1
2014-04-29avaudenc: Fix leak of AVBufferRefSebastian Dröge1-7/+15
2014-04-14avaudenc: Fix compile without gst debugEdward Hervey1-3/+2
2014-02-20avaudenc: fix audio encoder flushing according to libav docsThiago Santos1-69/+79
2014-01-15gst-libav: fix context leaksVincent Penquerc'h1-0/+2
2014-01-03avenc: Stop using the removed inter_threshold fieldSebastian Dröge1-1/+0
2013-10-26avaudenc: post better error message if experimental codecs don't workTim-Philipp Müller1-0/+10
2013-10-15avenc: Add compliance propertyGreg Rutz1-1/+15
2013-08-29libav: avcodec_close() also resets fields like the AVCodecSebastian Dröge1-2/+33
2013-05-06CODEC_ID_* -> AV_CODEC_ID_*Tim-Philipp Müller1-3/+3
2013-01-22avenc_aac: downgrade to RANK_NONE until it gets fixedTim-Philipp Müller1-1/+12
2012-12-17av: Fix some memory leaks and misuse of libav APISebastian Dröge1-7/+2
2012-12-17avcodecmap: Only set "formats" field on raw audio/video capsSebastian Dröge1-2/+1
2012-12-12avaudenc: init frame with defaultsWim Taymans1-0/+1
2012-12-12avaudenc: Properly handle planar audio formats with more than AV_NUM_DATA_POI...Sebastian Dröge1-9/+16
2012-12-11avvidenc: Simplify color formats in the raw video capsSebastian Dröge1-1/+0
2012-12-11avaudenc: Reorder audio channels if necessary and add proper support for chan...Sebastian Dröge1-0/+18
2012-12-05avaudenc: Add support for planar audio formatsSebastian Dröge1-3/+77
2012-12-05av: Correctly populate the codec context with the defaultsSebastian Dröge1-2/+5
2012-12-05av: Use av_codec_is_{en,de}coder() API instead of private struct fieldsSebastian Dröge1-1/+1
2012-12-04av: Port remaining simple bitsSebastian Dröge1-2/+2
2012-12-04av: update to use AVOption variants.Luca Barbato1-2/+2
2012-12-02avaudenc: log error string as well in debug outputTim-Philipp Müller1-1/+4
2012-12-01avaudenc: use sample rate as ticks per second fallbackTim-Philipp Müller1-1/+1
2012-12-01avaudenc: fix output timestampingTim-Philipp Müller1-4/+12
2012-11-20avvidenc: Implement reset vfuncSebastian Dröge1-3/+3
2012-11-20avaudenc: Implement drainingSebastian Dröge1-6/+34
2012-11-20avaudenc: Implement flush vfunc properlySebastian Dröge1-0/+12
2012-11-20avaudenc: Some minor cleanupSebastian Dröge1-18/+4
2012-11-20avaudenc: Use non-deprecated avcodec_encode_audio2() APISebastian Dröge1-15/+20
2012-11-20avaudenc: Port to audio encoder base classSebastian Dröge1-312/+91
2012-11-20av: Use PROP_ instead of ARG_Sebastian Dröge1-11/+11
2012-11-19av: Put declarations in header files and rename audio codec filesSebastian Dröge1-0/+824