summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* lavc: set frame parameters after decoding only if necessaryJanne Grunau2012-12-13
* lavc: factorise setting buffer type in avcodec_default_get_buffer().Anton Khirnov2012-12-04
* lavc: don't reuse audio buffersAnton Khirnov2012-12-04
* lavc: set frame properties in ff_get_buffer().Anton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* avcodec: remove ff_is_hwaccel_pix_fmtLuca Barbato2012-11-13
* pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-13
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* decode_audio3: initialize AVFrameIlkka Ollakka2012-11-01
* lavc: check channel count after decoder initJustin Ruggles2012-11-01
* lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decodersJustin Ruggles2012-11-01
* lavc: initialize output AVFrame before decoding.Anton Khirnov2012-10-24
* lavc: use the correct API version guard macro for avcodec_encode_audio()Justin Ruggles2012-10-23
* avcodec: handle AVERROR_EXPERIMENTALNathan Caldwell2012-10-21
* avcodec: prefer decoders without CODEC_CAP_EXPERIMENTALNathan Caldwell2012-10-21
* avcodec_encode_audio(): fix invalid freeRafaël Carré2012-10-16
* avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2()Diego Biurrun2012-10-13
* avutil: add yuva422p and yuva444p formatsLuca Barbato2012-10-12
* lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* avcodec: free extended_data instead address of itJanne Grunau2012-10-09
* Restructure av_log_missing_feature messageDiego Biurrun2012-10-09
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* avcodec: allow either planar or interleaved sample format when encoding monoJustin Ruggles2012-10-07
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-01
* lavc: set channel count from channel layout in avcodec_open2().Anton Khirnov2012-09-29
* avcodec: Drop long-deprecated imgconvert.h headerDiego Biurrun2012-09-27
* lavc: add avcodec_free_frame().Anton Khirnov2012-09-24
* lavc: ensure extended_data is set properly on decodingAnton Khirnov2012-09-24
* lavc: initialize AVFrame.extended_data in avcodec_get_frame_defaults()Anton Khirnov2012-09-24
* lavc: use av_mallocz to allocate AVFrames.Anton Khirnov2012-09-24
* lavc: rename the argument of avcodec_alloc_frame/get_frame_defaultsAnton Khirnov2012-09-24
* avcodec: fix memleak in avcodec_encode_audio2()Justin Ruggles2012-09-22
* avcodec: cleanup utils.cLuca Barbato2012-09-18
* lavc: replace AVCodecContext.encode with subtitle-specific callbackAnton Khirnov2012-09-17
* lavc: add const to private codec class initialization.Anton Khirnov2012-09-17
* lavc: add const to AVCodec* function parameters.Anton Khirnov2012-08-18
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö2012-06-18
* avcodec/utils: cast a function argument to shut up a compiler warningDiego Biurrun2012-05-20
* lavc: check that extended_data is properly set in avcodec_encode_audio2().Anton Khirnov2012-05-09
* lavc: pad last audio frame with silence when needed.Anton Khirnov2012-05-09
* avcodec: do not needlessly set packet size to 0 in avcodec_encode_audio2()Justin Ruggles2012-05-07
* avcodec: for audio encoding, reset output packet when it is not validJustin Ruggles2012-05-07
* avcodec: refactor avcodec_encode_audio2() to merge common branchesJustin Ruggles2012-05-07
* avcodec: remove fallbacks for AVCodec.encode() in avcodec_encode_audio2()Justin Ruggles2012-05-07
* lavc: add sample rate and channel layout to AVFrame.Anton Khirnov2012-05-07
* Remove lowres video decodingMans Rullgard2012-04-21
* avcodec_string: Favor AVCodecContext.codec over the default codec.Alex Converse2012-04-17
* avcodec: use align == 0 for default alignment in avcodec_fill_audio_frame()Justin Ruggles2012-04-09
* avcodec: validate the channel layout vs. channel count for decodersJustin Ruggles2012-04-08