summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: use AVFrame API properly in ff_reget_buffer()Anton Khirnov2014-02-241-7/+9
* lavc: set AVFrame pkt_pts and reordered_opaque in reget_bufferJohn Stebbins2014-02-111-1/+4
* avcodec: Suppress deprecation warnings from avcodec_alloc_frame()Diego Biurrun2014-02-041-0/+2
* lavc: do not force the emu edge flagAnton Khirnov2014-01-211-5/+0
* lavc: deprecate CODEC_FLAG_EMU_EDGE and avcodec_get_edge_width().Anton Khirnov2014-01-201-0/+7
* lavc: allow the caller to override dimensions in ff_get_buffer()Anton Khirnov2014-01-201-3/+7
* lavc: do not leak the internal frame if opening the codec failsAnton Khirnov2014-01-061-1/+3
* lavc: add 422/444 YUV with alpha to align_dimensions()Anton Khirnov2014-01-061-0/+4
* avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.Tim Walker2014-01-051-0/+20
* lavc: deprecate avcodec_get_frame_defaults().Anton Khirnov2013-12-111-1/+1
* lavc: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov2013-12-111-2/+2
* lavc: deprecate avcodec_free_frame()Anton Khirnov2013-12-111-12/+2
* lavc: rework handling of refcounted_frames=0Anton Khirnov2013-12-091-17/+59
* lavc/decode_video(): always unref the frame if there is no output in decode_v...Anton Khirnov2013-12-091-4/+2
* lavc: remove a pointless check in decode_audio4()Anton Khirnov2013-12-091-1/+1
* lavc: use buf[0] instead of data[0] as the indicator of an allocated frameAnton Khirnov2013-12-091-1/+1
* lavc: remove the extended_data workarounds.Anton Khirnov2013-12-091-12/+0
* lavc: deprecate avcodec_alloc_frame().Anton Khirnov2013-11-161-0/+2
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-161-1/+1
* Move av_fast_{m,re}alloc from lavc to lavu.Anton Khirnov2013-11-141-26/+6
* hwaccel: Simplify ff_find_hwaccelLuca Barbato2013-11-101-1/+4
* lavc: move AVCodecContext.pkt to AVCodecInternalAnton Khirnov2013-11-041-4/+4
* pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov2013-11-041-1/+1
* lavc/utils: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-5/+9
* lavc: replace avcodec_set_dimensions with ff_set_dimensionsAnton Khirnov2013-10-311-4/+15
* lavc: add error checking to apply_param_change.Anton Khirnov2013-10-301-14/+37
* pcm: support 24-bit/32-bit little-endian planarPaul B Mahol2013-09-271-0/+2
* avcodec/utils: Simplify a condition that combines HAVE_NEON and ARCH_ARMDiego Biurrun2013-08-211-1/+1
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-021-0/+13
* lavc: free the padded last frame during audio encoding properlyAnton Khirnov2013-06-201-6/+1
* utils: fix avcodec_flush_buffers pre-reference counting compatibilityJanne Grunau2013-06-161-0/+3
* lavc: use AVFrame API properly in pad_last_frame().Anton Khirnov2013-06-101-15/+8
* lavc/pthread: remove obsolete checksAnton Khirnov2013-05-171-1/+1
* 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
OpenPOWER on IntegriCloud