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
2013-01-15lavc: set the default rc_initial_buffer_occupancyLuca Barbato
2012-12-30libavcodec/utils: Add braces to shut up gcc warningsDiego Biurrun
2012-12-14lavc: set frame parameters after decoding only if necessaryJanne Grunau
2012-12-05lavc: factorise setting buffer type in avcodec_default_get_buffer().Anton Khirnov
2012-12-05lavc: don't reuse audio buffersAnton Khirnov
2012-12-05lavc: set frame properties in ff_get_buffer().Anton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-13avcodec: remove ff_is_hwaccel_pix_fmtLuca Barbato
2012-11-13pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-01decode_audio3: initialize AVFrameIlkka Ollakka
2012-11-01lavc: check channel count after decoder initJustin Ruggles
2012-11-01lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decodersJustin Ruggles
2012-10-24lavc: initialize output AVFrame before decoding.Anton Khirnov
2012-10-23lavc: use the correct API version guard macro for avcodec_encode_audio()Justin Ruggles
2012-10-22avcodec: handle AVERROR_EXPERIMENTALNathan Caldwell
2012-10-22avcodec: prefer decoders without CODEC_CAP_EXPERIMENTALNathan Caldwell
2012-10-16avcodec_encode_audio(): fix invalid freeRafaël Carré
2012-10-13avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2()Diego Biurrun
2012-10-12avutil: add yuva422p and yuva444p formatsLuca Barbato
2012-10-12lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-09avcodec: free extended_data instead address of itJanne Grunau
2012-10-09Restructure av_log_missing_feature messageDiego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-08avcodec: allow either planar or interleaved sample format when encoding monoJustin Ruggles
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-09-29lavc: set channel count from channel layout in avcodec_open2().Anton Khirnov
2012-09-27avcodec: Drop long-deprecated imgconvert.h headerDiego Biurrun
2012-09-24lavc: add avcodec_free_frame().Anton Khirnov
2012-09-24lavc: ensure extended_data is set properly on decodingAnton Khirnov
2012-09-24lavc: initialize AVFrame.extended_data in avcodec_get_frame_defaults()Anton Khirnov
2012-09-24lavc: use av_mallocz to allocate AVFrames.Anton Khirnov
2012-09-24lavc: rename the argument of avcodec_alloc_frame/get_frame_defaultsAnton Khirnov
2012-09-22avcodec: fix memleak in avcodec_encode_audio2()Justin Ruggles
2012-09-18avcodec: cleanup utils.cLuca Barbato
2012-09-17lavc: replace AVCodecContext.encode with subtitle-specific callbackAnton Khirnov
2012-09-17lavc: add const to private codec class initialization.Anton Khirnov
2012-08-18lavc: add const to AVCodec* function parameters.Anton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-18Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö
2012-05-20avcodec/utils: cast a function argument to shut up a compiler warningDiego Biurrun
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-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-04-21Remove lowres video decodingMans Rullgard
2012-04-18avcodec_string: Favor AVCodecContext.codec over the default codec.Alex Converse