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-08-29lavc: protect calls to frame_thread_encoder by HAVE_THREADSMichael Niedermayer
2012-08-29frame_thread_encoder: pass private optionsMichael Niedermayer
2012-08-19lavc: avcodec_get_name: return "none" for AV_CODEC_ID_NONE.Nicolas George
2012-08-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-18lavc: add const to AVCodec* function parameters.Anton Khirnov
2012-08-16av_get_audio_frame_duration: fix ra144Michael Niedermayer
2012-08-14lavc: add const to AVCodecContext.codec_descriptor.Nicolas George
2012-08-14lavc: reimplement avcodec_get_name with descriptors.Nicolas George
2012-08-12lavc: add codec_descriptor field to AVCodecContext.Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-03lavc/utils: rename ff_init_buffer_info() pic parameter to frameStefano Sabatini
2012-08-03lavc/utils: generalize ff_init_buffer_info() and use it when seems feasibleStefano Sabatini
2012-07-31lavc: add channels field to AVFrameStefano Sabatini
2012-07-21avcodec: add decode_error_flags field to AVFrameMarton Balint
2012-07-20lavc: set best_effort_timestamp for audio too.Nicolas George
2012-07-20lavc: update pkt_duration for skipped samples.Nicolas George
2012-07-20lavc: warn when impossible to adjust timestamps for skipped samples.Nicolas George
2012-07-20lavc: add debug info about skipped samples.Nicolas George
2012-07-15cosmetics: reindent after d3abbb1d1Paul B Mahol
2012-07-14lavc: add metadata to AVFrameThomas Kühnel
2012-07-14lavc: adjust timestamp in case of skiping initial samplesMichael Niedermayer
2012-07-14lavc: skip initial silence when requestedMichael Niedermayer
2012-07-13lavc: add pkt_timebase to allow avcodec to adjust pkt_dts/pts when neededMichael Niedermayer
2012-07-13lavc: fix ff_alloc_packet()Paul B Mahol
2012-07-11lavc: add av_fast_padded_malloczPaul B Mahol
2012-07-09Show hyphen in codec tag.Carl Eugen Hoyos
2012-07-04video_get_buffer: return ENOMEM instead of -1 on malloc failureMichael Niedermayer
2012-07-04lavc/utils: print error message on get_buffer related errorsMichael Niedermayer
2012-07-03avcodec_align_dimensions2: support 12 & 14 bit planar colorspacesMichael Niedermayer
2012-06-30avcodec_encode_audio2: print error messages for errorsMichael Niedermayer
2012-06-29cosmetics: minor libavcodec spelling errorsLou Logan
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