summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
...
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* lavc: free the padded last frame during audio encoding properlyAnton Khirnov2013-06-20
* utils: fix avcodec_flush_buffers pre-reference counting compatibilityJanne Grunau2013-06-16
* lavc: use AVFrame API properly in pad_last_frame().Anton Khirnov2013-06-10
* lavc/pthread: remove obsolete checksAnton Khirnov2013-05-17
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
* lavc: Fix msvc compilation of utils.c with -WX (warnings treated as errors)Matt Wolenetz2013-05-14
* lavc: do not leak frames in avcodec_decode_audio4Luca Barbato2013-05-07
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* lavc: clear AVBuffers on decoded frames if refcounted_frames is not setAnton Khirnov2013-04-30
* ff_get_buffer(): allocate the frame for max(coded,display) dimensionsAnton Khirnov2013-04-19
* lavc: don't overwrite display dimensions with coded dimensions.Anton Khirnov2013-04-10
* dsputil: Make dsputil selectableRonald S. Bultje2013-04-10
* utils: add workaround for AVHWAccel in ff_get_buffer compat codeJanne Grunau2013-03-26
* lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö2013-03-26
* lavc: Move start code finding to utils.cMartin Storsjö2013-03-26
* lavc, lavfi: fix counting number of planes in AVBufferRef wrappersAnton Khirnov2013-03-19
* lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappersAnton Khirnov2013-03-17
* Add av_log_{ask_for_sample|missing_feature} replacements to libavutilDiego Biurrun2013-03-13
* avframe: call release_buffer only if it is setJanne Grunau2013-03-11
* lavc: fix get_buffer() compatibility layer for audio.Anton Khirnov2013-03-10
* lavc: remove disabled FF_API_OLD_ENCODE_VIDEO cruftAnton Khirnov2013-03-09
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-09
* lavc: remove disabled FF_API_OLD_DECODE_AUDIO cruftAnton Khirnov2013-03-09
* lavc: update the fallback versions of ff_thread_*Anton Khirnov2013-03-08
* lavc: make up a fake frame channel layout when there is no real one.Anton Khirnov2013-03-08
* lavc: allow decoders to override frame parameters.Anton Khirnov2013-03-08
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-08
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* lavc: Prettify printing of codec tags containing non alphanumeric charactersStefano Sabatini2013-03-07
* get_buffer(): do not initialize the data.Anton Khirnov2013-02-15
* dsputil: Move STRIDE_ALIGN macro to the only place it is usedDiego Biurrun2013-02-13
* lavc: set the default rc_initial_buffer_occupancyLuca Barbato2013-01-15
* libavcodec/utils: Add braces to shut up gcc warningsDiego Biurrun2012-12-30
* 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