summaryrefslogtreecommitdiff
path: root/ext/libav/gstavvidenc.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-17avvidenc: use template subset check for accept-capsThiago Santos1-0/+2
2015-08-16avvidenc: remove useless getcaps methodThiago Santos1-16/+0
2015-06-28avvidenc: Fix compiler warningSebastian Dröge1-1/+1
2015-06-28avvidenc: Set AVFrame flags for interlacing per frame and not in set_format()Sebastian Dröge1-7/+7
2015-06-28av{aud,vid}enc: Create wrapped output buffers with GST_MEMORY_FLAG_READONLYSebastian Dröge1-4/+4
2015-06-28avvidenc: Properly wrap and free the output AVPackets generated during drainingSebastian Dröge1-5/+7
2015-06-28avvidenc: Make sure to keep input data alive until libav is done with itSebastian Dröge1-5/+30
2015-06-28av{aud,vid}enc: Stop using deprecated AVFrame APIsSebastian Dröge1-2/+2
2015-03-10libav: Change from deprecated PIX_FMT_* to AV_PIX_FMT_*Sebastian Dröge1-1/+1
2014-06-21avvidenc: Make sure to fixate caps before setting them on the padSebastian Dröge1-1/+1
2014-06-02avvidenc: Fix indention and "bracketing" of goto labelsSebastian Dröge1-2/+5
2014-05-29avvidenc: do all negotiation before opening the decoderWim Taymans1-42/+39
2014-05-19avvidenc: Add thread-count parameter for libav encodersGavin Hurlbut1-2/+27
2014-04-30avvidenc: guard against division by zeroVincent Penquerc'h1-0/+12
2014-04-29avvidenc: Fix leak of AVBufferRefStian Selnes1-5/+15
2014-03-25avvidenc: discard input frame upon encoding errorMark Nauwelaerts1-1/+2
2014-02-23avvidenc: make all properties work againMark Nauwelaerts1-2/+2
2014-02-01avvidenc: avoid busy-looping when flushing framesMark Nauwelaerts1-1/+2
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
2014-01-03avviddec rebaseSebastian Dröge1-0/+1
2014-01-03avvidenc: Port to av_encode_video2()Sebastian Dröge1-69/+25
2013-12-07avvidenc: plug input_state leakMark Nauwelaerts1-0/+4
2013-10-15avenc: Add compliance propertyGreg Rutz1-3/+17
2013-08-29libav: avcodec_close() also resets fields like the AVCodecSebastian Dröge1-2/+33
2013-08-21avvidenc: propagate flow return values upstream in finish()Tim-Philipp Müller1-6/+10
2013-08-15libav: Use new flush vfunc of video codec base classes and remove reset imple...Sebastian Dröge1-6/+4
2013-05-06CODEC_ID_* -> AV_CODEC_ID_*Tim-Philipp Müller1-5/+6
2012-12-17av: Fix some memory leaks and misuse of libav APISebastian Dröge1-14/+4
2012-12-11avvidenc: Simplify color formats in the raw video capsSebastian Dröge1-109/+9
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/+2
2012-12-04av: Port remaining simple bitsSebastian Dröge1-4/+4
2012-12-04av: update to use AVOption variants.Luca Barbato1-2/+2
2012-11-20avvidenc: Implement reset vfuncSebastian Dröge1-0/+15
2012-11-20avvidenc: Don't send any frames downstream when draining unless requested to ...Sebastian Dröge1-14/+18
2012-11-20avvidenc: Use gst_caps_truncate()Sebastian Dröge1-10/+1
2012-11-20av: Use PROP_ instead of ARG_Sebastian Dröge1-23/+23
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-30avvidenc: also skip non-video encodersTim-Philipp Müller1-3/+2
2012-09-13libav: Switch to non-deprecated symbolsEdward Hervey1-1/+1
2012-09-10ext: ffmpeg/gstffmpeg*.[ch] => libav/gstav*.[ch]Edward Hervey1-0/+1026