| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: remove disabled FF_API_AVCODEC_INIT cruft. | Anton Khirnov | 2012-01-27 | 1 | -4/+1 |
* | lavc: remove disabled FF_API_ER cruft. | Anton Khirnov | 2012-01-27 | 1 | -10/+0 |
* | lavc: remove disabled FF_API_AVCODEC_OPEN cruft. | Anton Khirnov | 2012-01-27 | 1 | -7/+0 |
* | lavc: remove disabled FF_API_OLD_FF_PICT_TYPES cruft. | Anton Khirnov | 2012-01-27 | 1 | -6/+0 |
* | lavc: remove disabled FF_API_THREAD_INIT cruft. | Anton Khirnov | 2012-01-27 | 1 | -8/+0 |
* | lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft. | Anton Khirnov | 2012-01-27 | 1 | -6/+0 |
* | avcodec: add a new codec_id for CRYO APC IMA ADPCM. | Justin Ruggles | 2012-01-24 | 1 | -0/+1 |
* | avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio() | Justin Ruggles | 2012-01-15 | 1 | -17/+229 |
* | avcodec: add a public function, avcodec_fill_audio_frame(). | Justin Ruggles | 2012-01-15 | 1 | -39/+55 |
* | lavc: Relax API strictness in avcodec_decode_audio3 with a custom get_buffer() | Reinhard Tartler | 2012-01-15 | 1 | -3/+5 |
* | utils: Check for extradata size overflows. | Alex Converse | 2012-01-12 | 1 | -0/+3 |
* | libavcodec: Handle param change side data in avcodec_decode_video2, too | Martin Storsjö | 2012-01-07 | 1 | -0/+2 |
* | libavcodec: Move apply_param_change up above avcodec_decode_video2 | Martin Storsjö | 2012-01-07 | 1 | -41/+41 |
* | threads: set thread_count to 1 when thread support is disabled | Janne Grunau | 2012-01-01 | 1 | -0/+2 |
* | lavc: add format field to AVFrame | Stefano Sabatini | 2011-12-25 | 1 | -0/+4 |
* | lavc: add width and height fields to AVFrame | Stefano Sabatini | 2011-12-25 | 1 | -0/+2 |
* | lavc: add a sample_aspect_ratio field to AVFrame | Stefano Sabatini | 2011-12-25 | 1 | -0/+2 |
* | libavcodec: Apply parameter change side data when decoding audio | Martin Storsjö | 2011-12-21 | 1 | -0/+44 |
* | lavc: always align height by 32 pixel | Rafaël Carré | 2011-12-21 | 1 | -4/+2 |
* | avcodec: deprecate AVFrame.age | Mans Rullgard | 2011-12-18 | 1 | -9/+1 |
* | lavc: avoid invalid memcpy() in avcodec_default_release_buffer() | Mans Rullgard | 2011-12-11 | 1 | -1/+2 |
* | g722: Change bits per sample to 4 | Sjoerd Simons | 2011-12-05 | 1 | -1/+1 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -22/+208 |
* | avcodec: change number of plane pointers from 4 to 8 at next major bump. | Justin Ruggles | 2011-12-02 | 1 | -11/+16 |
* | h264: add support for decoding planar RGB images. | Ronald S. Bultje | 2011-11-24 | 1 | -0/+5 |
* | avcodec: move some AVCodecContext fields to an internal struct. | Justin Ruggles | 2011-11-19 | 1 | -44/+44 |
* | avcodec: Allow locking and unlocking an avformat specific mutex | Martin Storsjö | 2011-11-05 | 1 | -0/+23 |
* | lavc: translate non-flag-based er options into flag-based ef options at codec... | Dustin Brody | 2011-10-22 | 1 | -0/+10 |
* | sws/pixfmt/pixdesc: add support for yuv420p9le/be. | Ronald S. Bultje | 2011-10-21 | 1 | -0/+2 |
* | lavc: use avpriv_ prefix for ff_toupper4. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | w32threads: support for frame multithreading | Steven Walters | 2011-10-16 | 1 | -3/+3 |
* | libx264: support 9- and 10-bit output. | Anton Khirnov | 2011-10-06 | 1 | -0/+3 |
* | avcodec: reject audio packets with NULL data and non-zero size | Justin Ruggles | 2011-09-30 | 1 | -0/+5 |
* | adpcmenc: Set bits_per_coded_sample | Justin Ruggles | 2011-09-23 | 1 | -0/+2 |
* | lavc/utils: move avcodec_init() higher in the file. | Anton Khirnov | 2011-09-21 | 1 | -14/+14 |
* | lavc: add avcodec_get_type() for mapping codec_id -> type. | Anton Khirnov | 2011-08-16 | 1 | -0/+14 |
* | lavc: fix parentheses placement in avcodec_open2(). | Baptiste Coudurier | 2011-08-10 | 1 | -1/+1 |
* | lavc: make avcodec_init() static on next bump. | Anton Khirnov | 2011-08-10 | 1 | -0/+3 |
* | vp8/mt: flush worker thread, not application thread context, on seek. | Ronald S. Bultje | 2011-07-10 | 1 | -1/+1 |
* | lavc: introduce avcodec_open2() as a replacement for avcodec_open(). | Anton Khirnov | 2011-07-10 | 1 | -1/+23 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Add new yuv444 pixfmts to avcodec_align_dimensions2 | Jason Garrett-Glaser | 2011-06-29 | 1 | -0/+4 |
* | avutil: Remove unused arbitrary precision integer code. | Diego Biurrun | 2011-06-28 | 1 | -1/+0 |
* | Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). | Justin Ruggles | 2011-06-20 | 1 | -1/+1 |
* | utils.c: fix crash with threading enabled. | Ronald S. Bultje | 2011-06-06 | 1 | -1/+1 |
* | lavf,lavc: free avoptions in a generic way. | Anton Khirnov | 2011-06-05 | 1 | -0/+3 |
* | Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name(). | Stefano Sabatini | 2011-06-03 | 1 | -1/+1 |
* | H264/MPEG frame-level multi-threading. | Alexander Strange | 2011-06-02 | 1 | -1/+3 |
* | swscale: extend YUV422p support to 10bits depth | Baptiste Coudurier | 2011-05-11 | 1 | -0/+2 |
* | Add the notion of pixel size in h264 related functions. | Oskar Arvidsson | 2011-05-10 | 1 | -1/+2 |