summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
...
* avcodec: add stream-level stereo3d side dataVittorio Giovara2014-08-281-0/+9
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-2/+2
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* lavc: drop the av_fast_{re,m}alloc compatibility wrappersAnton Khirnov2014-08-101-12/+0
* Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.Anton Khirnov2014-08-091-2/+0
* avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as constDiego Biurrun2014-07-261-1/+1
* build: Add define for SIMD extensions requiring 16-byte aligned buffersDiego Biurrun2014-07-221-1/+1
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-171-3/+3
* dsputil: Move draw_edges() to mpegvideoencdspDiego Biurrun2014-07-061-0/+1
* lavc: do not allocate edges in the default get_buffer2()Anton Khirnov2014-06-261-21/+1
* Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-201-0/+33
* libavcodec: set AVFrame colorspace fields on decodingwm42014-06-011-0/+7
* Add transformation matrix API.Vittorio Giovara2014-05-191-0/+9
* lavc: remove the locking code in avcodec_close()Anton Khirnov2014-05-181-18/+0
* lavc: Add hwaccel private data and init/uninit callbacksAnton Khirnov2014-05-111-4/+30
* hwaccel: Support specific frame allocatorsLuca Barbato2014-05-111-0/+7
* lavc: set AVCodecContext.hwaccel in ff_get_format()Anton Khirnov2014-05-111-15/+33
* lavc: Add an internal wrapper around get_format()Anton Khirnov2014-05-111-0/+5
* lavc: do not use AVCodecContext.codec_name in avcodec_string()Anton Khirnov2014-05-011-2/+0
* utils: add yvyu422 to avcodec_align_dimensions2Vittorio Giovara2014-04-191-0/+1
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-1/+2
* libavcodec: when decoding, copy replaygain side data to decoded framesAnton Khirnov2014-03-241-7/+34
* 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
OpenPOWER on IntegriCloud