summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: set the default rc_initial_buffer_occupancyLuca Barbato2013-01-151-0/+3
* libavcodec/utils: Add braces to shut up gcc warningsDiego Biurrun2012-12-301-2/+2
* lavc: set frame parameters after decoding only if necessaryJanne Grunau2012-12-131-5/+8
* lavc: factorise setting buffer type in avcodec_default_get_buffer().Anton Khirnov2012-12-041-3/+1
* lavc: don't reuse audio buffersAnton Khirnov2012-12-041-65/+11
* lavc: set frame properties in ff_get_buffer().Anton Khirnov2012-12-041-20/+18
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-3/+8
* avcodec: remove ff_is_hwaccel_pix_fmtLuca Barbato2012-11-131-1/+7
* pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-131-1/+2
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-2/+1
* decode_audio3: initialize AVFrameIlkka Ollakka2012-11-011-1/+1
* lavc: check channel count after decoder initJustin Ruggles2012-11-011-0/+5
* lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decodersJustin Ruggles2012-11-011-2/+1
* lavc: initialize output AVFrame before decoding.Anton Khirnov2012-10-241-0/+4
* lavc: use the correct API version guard macro for avcodec_encode_audio()Justin Ruggles2012-10-231-1/+1
* avcodec: handle AVERROR_EXPERIMENTALNathan Caldwell2012-10-211-0/+6
* avcodec: prefer decoders without CODEC_CAP_EXPERIMENTALNathan Caldwell2012-10-211-10/+9
* avcodec_encode_audio(): fix invalid freeRafaël Carré2012-10-161-1/+1
* avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2()Diego Biurrun2012-10-131-1/+1
* avutil: add yuva422p and yuva444p formatsLuca Barbato2012-10-121-0/+2
* lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-2/+4
* avcodec: free extended_data instead address of itJanne Grunau2012-10-091-1/+1
* Restructure av_log_missing_feature messageDiego Biurrun2012-10-091-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-45/+45
* avcodec: allow either planar or interleaved sample format when encoding monoJustin Ruggles2012-10-071-1/+8
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-011-1/+0
* lavc: set channel count from channel layout in avcodec_open2().Anton Khirnov2012-09-291-4/+9
* avcodec: Drop long-deprecated imgconvert.h headerDiego Biurrun2012-09-271-1/+0
* lavc: add avcodec_free_frame().Anton Khirnov2012-09-241-0/+15
* lavc: ensure extended_data is set properly on decodingAnton Khirnov2012-09-241-0/+14
* lavc: initialize AVFrame.extended_data in avcodec_get_frame_defaults()Anton Khirnov2012-09-241-0/+4
* lavc: use av_mallocz to allocate AVFrames.Anton Khirnov2012-09-241-1/+1
* lavc: rename the argument of avcodec_alloc_frame/get_frame_defaultsAnton Khirnov2012-09-241-10/+10
* avcodec: fix memleak in avcodec_encode_audio2()Justin Ruggles2012-09-221-3/+6
* avcodec: cleanup utils.cLuca Barbato2012-09-181-232/+263
* lavc: replace AVCodecContext.encode with subtitle-specific callbackAnton Khirnov2012-09-171-2/+2
* lavc: add const to private codec class initialization.Anton Khirnov2012-09-171-1/+1
* lavc: add const to AVCodec* function parameters.Anton Khirnov2012-08-181-5/+6
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-96/+96
* Add support for iLBC decoding/encoding via the external library libilbcMartin Storsjö2012-06-181-0/+5
* avcodec/utils: cast a function argument to shut up a compiler warningDiego Biurrun2012-05-201-1/+2
* lavc: check that extended_data is properly set in avcodec_encode_audio2().Anton Khirnov2012-05-091-0/+17
* lavc: pad last audio frame with silence when needed.Anton Khirnov2012-05-091-0/+64
* avcodec: do not needlessly set packet size to 0 in avcodec_encode_audio2()Justin Ruggles2012-05-071-1/+0
* avcodec: for audio encoding, reset output packet when it is not validJustin Ruggles2012-05-071-1/+4
* avcodec: refactor avcodec_encode_audio2() to merge common branchesJustin Ruggles2012-05-071-3/+3
* avcodec: remove fallbacks for AVCodec.encode() in avcodec_encode_audio2()Justin Ruggles2012-05-071-68/+2
* lavc: add sample rate and channel layout to AVFrame.Anton Khirnov2012-05-071-0/+4
* Remove lowres video decodingMans Rullgard2012-04-211-10/+3
* avcodec_string: Favor AVCodecContext.codec over the default codec.Alex Converse2012-04-171-1/+3
OpenPOWER on IntegriCloud