summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-151-2/+2
* lavc: Fix msvc compilation of utils.c with -WX (warnings treated as errors)Matt Wolenetz2013-05-141-0/+1
* lavc: do not leak frames in avcodec_decode_audio4Luca Barbato2013-05-071-3/+1
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-2/+3
* avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-20/+20
* lavc: clear AVBuffers on decoded frames if refcounted_frames is not setAnton Khirnov2013-04-301-0/+4
* ff_get_buffer(): allocate the frame for max(coded,display) dimensionsAnton Khirnov2013-04-191-5/+13
* lavc: don't overwrite display dimensions with coded dimensions.Anton Khirnov2013-04-101-1/+1
* dsputil: Make dsputil selectableRonald S. Bultje2013-04-101-1/+2
* utils: add workaround for AVHWAccel in ff_get_buffer compat codeJanne Grunau2013-03-261-0/+4
* lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö2013-03-261-4/+3
* lavc: Move start code finding to utils.cMartin Storsjö2013-03-261-0/+34
* lavc, lavfi: fix counting number of planes in AVBufferRef wrappersAnton Khirnov2013-03-191-2/+2
* lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappersAnton Khirnov2013-03-171-2/+2
* Add av_log_{ask_for_sample|missing_feature} replacements to libavutilDiego Biurrun2013-03-131-0/+3
* avframe: call release_buffer only if it is setJanne Grunau2013-03-111-1/+2
* lavc: fix get_buffer() compatibility layer for audio.Anton Khirnov2013-03-101-1/+1
* lavc: remove disabled FF_API_OLD_ENCODE_VIDEO cruftAnton Khirnov2013-03-091-36/+0
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-091-81/+0
* lavc: remove disabled FF_API_OLD_DECODE_AUDIO cruftAnton Khirnov2013-03-091-48/+0
* lavc: update the fallback versions of ff_thread_*Anton Khirnov2013-03-081-6/+6
* lavc: make up a fake frame channel layout when there is no real one.Anton Khirnov2013-03-081-2/+22
* lavc: allow decoders to override frame parameters.Anton Khirnov2013-03-081-7/+14
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-221/+390
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-081-6/+12
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-071-4/+4
* lavc: Prettify printing of codec tags containing non alphanumeric charactersStefano Sabatini2013-03-071-1/+6
* get_buffer(): do not initialize the data.Anton Khirnov2013-02-151-1/+0
* dsputil: Move STRIDE_ALIGN macro to the only place it is usedDiego Biurrun2013-02-131-0/+7
* 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
OpenPOWER on IntegriCloud