summaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* libavcodec: Handle param change side data in avcodec_decode_video2, tooMartin Storsjö2012-01-071-0/+2
* libavcodec: Move apply_param_change up above avcodec_decode_video2Martin Storsjö2012-01-071-41/+41
* threads: set thread_count to 1 when thread support is disabledJanne Grunau2012-01-011-0/+2
* lavc: add format field to AVFrameStefano Sabatini2011-12-251-0/+4
* lavc: add width and height fields to AVFrameStefano Sabatini2011-12-251-0/+2
* lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-12-251-0/+2
* libavcodec: Apply parameter change side data when decoding audioMartin Storsjö2011-12-211-0/+44
* lavc: always align height by 32 pixelRafaël Carré2011-12-211-4/+2
* avcodec: deprecate AVFrame.ageMans Rullgard2011-12-181-9/+1
* lavc: avoid invalid memcpy() in avcodec_default_release_buffer()Mans Rullgard2011-12-111-1/+2
* g722: Change bits per sample to 4Sjoerd Simons2011-12-051-1/+1
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-22/+208
* avcodec: change number of plane pointers from 4 to 8 at next major bump.Justin Ruggles2011-12-021-11/+16
* h264: add support for decoding planar RGB images.Ronald S. Bultje2011-11-241-0/+5
* avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-191-44/+44
* avcodec: Allow locking and unlocking an avformat specific mutexMartin Storsjö2011-11-051-0/+23
* lavc: translate non-flag-based er options into flag-based ef options at codec...Dustin Brody2011-10-221-0/+10
* sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-211-0/+2
* lavc: use avpriv_ prefix for ff_toupper4.Anton Khirnov2011-10-201-1/+1
* w32threads: support for frame multithreadingSteven Walters2011-10-161-3/+3
* libx264: support 9- and 10-bit output.Anton Khirnov2011-10-061-0/+3
* avcodec: reject audio packets with NULL data and non-zero sizeJustin Ruggles2011-09-301-0/+5
* adpcmenc: Set bits_per_coded_sampleJustin Ruggles2011-09-231-0/+2
* lavc/utils: move avcodec_init() higher in the file.Anton Khirnov2011-09-211-14/+14
* lavc: add avcodec_get_type() for mapping codec_id -> type.Anton Khirnov2011-08-161-0/+14
* lavc: fix parentheses placement in avcodec_open2().Baptiste Coudurier2011-08-101-1/+1
* lavc: make avcodec_init() static on next bump.Anton Khirnov2011-08-101-0/+3
* vp8/mt: flush worker thread, not application thread context, on seek.Ronald S. Bultje2011-07-101-1/+1
* lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov2011-07-101-1/+23
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* Add new yuv444 pixfmts to avcodec_align_dimensions2Jason Garrett-Glaser2011-06-291-0/+4
* avutil: Remove unused arbitrary precision integer code.Diego Biurrun2011-06-281-1/+0
* Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-201-1/+1
* utils.c: fix crash with threading enabled.Ronald S. Bultje2011-06-061-1/+1
* lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-051-0/+3
* Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini2011-06-031-1/+1
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-021-1/+3
* swscale: extend YUV422p support to 10bits depthBaptiste Coudurier2011-05-111-0/+2
* Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-05-101-1/+2
* Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-05-101-0/+4
* Simplify av_log_missing_feature().Diego Biurrun2011-04-271-3/+1
* If AVCodecContext.channels is 0 and AVCodecContext.channel_layout isJustin Ruggles2011-04-271-0/+2
* If AVCodecContext.channel_layout and AVCodecContext.channels are bothJustin Ruggles2011-04-271-0/+7
* cosmetics: indentationJustin Ruggles2011-04-271-8/+8
* Check AVCodec.supported_samplerates and AVCodec.channel_layouts inJustin Ruggles2011-04-271-1/+27
* lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini2011-04-261-10/+3
* Make av_log_ask_for_sample() accept a variable number of arguments.Diego Biurrun2011-04-221-2/+8
* lavc: provide deprecated avcodec_thread_init until next major versionAnton Khirnov2011-04-211-0/+8
* In avcodec_open(), set return code to an error value only when an error occursJustin Ruggles2011-04-191-3/+8
* lavc: remove misc disabled cruft.Anton Khirnov2011-04-191-46/+2
OpenPOWER on IntegriCloud