Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-23lavc: add frame multithreading capability (currently intra only)Michael Niedermayer
2012-06-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-18Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö
2012-06-16lavc/utils: in avcodec_decode_video2() return proper error code instead of -1Stefano Sabatini
2012-06-13lavc: fix support of unofficial pix_fmt extensions of jpegMichael Niedermayer
2012-06-05lavc: add pkt_duration field to AVFrameStefano Sabatini
2012-06-03av_get_audio_frame_duration: fix FPEMichael Niedermayer
2012-05-30lavc: clarify experimental codec messageLou Logan
2012-05-29lavc: prettify printing of some codec tags which contains non alphanumeric ch...Stefano Sabatini
2012-05-21libavcodec: correct consumed bytes for decodersMichael Niedermayer
2012-05-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-20avcodec/utils: cast a function argument to shut up a compiler warningDiego Biurrun
2012-05-10lavc/utils: fix division by 0Michael Niedermayer
2012-05-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-09lavc: check that extended_data is properly set in avcodec_encode_audio2().Anton Khirnov
2012-05-09lavc: pad last audio frame with silence when needed.Anton Khirnov
2012-05-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-08Add yuva422p pix_fmt.Carl Eugen Hoyos
2012-05-08lavc/utils: change a few asserts to av_assert0()Michael Niedermayer
2012-05-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-07avcodec: do not needlessly set packet size to 0 in avcodec_encode_audio2()Justin Ruggles
2012-05-07avcodec: for audio encoding, reset output packet when it is not validJustin Ruggles
2012-05-07avcodec: refactor avcodec_encode_audio2() to merge common branchesJustin Ruggles
2012-05-07avcodec: remove fallbacks for AVCodec.encode() in avcodec_encode_audio2()Justin Ruggles
2012-05-07lavc: add sample rate and channel layout to AVFrame.Anton Khirnov
2012-05-03lavc: implement accessors for some AVFrame fields.Nicolas George
2012-04-28lavc: add a sample_rate field to AVFrame.Nicolas George
2012-04-28lavc: add a channel_layout field to AVFrame.Nicolas George
2012-04-23lowres2 support.Michael Niedermayer
2012-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-18Reset pts_correction state on codec flush.Robert Nagy
2012-04-18avcodec_string: Favor AVCodecContext.codec over the default codec.Alex Converse
2012-04-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-09avcodec: use align == 0 for default alignment in avcodec_fill_audio_frame()Justin Ruggles
2012-04-09avcodec: validate the channel layout vs. channel count for decodersJustin Ruggles
2012-04-08Fix side-data memleak also for audio.Reimar Döffinger
2012-04-01lavc: check media type of the decoder before calling it.Michael Niedermayer
2012-03-28avcodec_encode_{audio,video}: only reallocate output packet when it has non-z...Anton Khirnov
2012-03-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-25lavc/avconv: support changing frame sizes in codecs with frame mt.Ronald S. Bultje
2012-03-24pthread/mpegvideo: detect and block attempts to init frames after setup.Michael Niedermayer
2012-03-22lavc: limit realloc() on encoding to the libav compatibility API.Michael Niedermayer
2012-03-22lavc: Redesign the internal encoding API.Michael Niedermayer
2012-03-22avcodec_encode_audio2: use ff_alloc_packet2()Michael Niedermayer
2012-03-22lavc: add ff_alloc_packet2().Michael Niedermayer
2012-03-22avcodec_encode_audio2: add missing padding to realloc()Michael Niedermayer
2012-03-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-20lavc: shrink encoded audio packet size after encoding.Justin Ruggles