| Commit message (Expand) | Author | Age | Files | Lines |
* | cook: Convert to the new bitstream reader | Alexandra Hájková | 2016-11-18 | 1 | -26/+27 |
* | audiodsp: reorder arguments for vector_clipf | Anton Khirnov | 2016-09-22 | 1 | -1/+1 |
* | cook: use the bytestream2 API for reading extradata | Anton Khirnov | 2016-08-18 | 1 | -19/+12 |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -3/+3 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -4/+4 |
* | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -2/+2 |
* | cook: Make sure there is enough extradata | Luca Barbato | 2014-11-24 | 1 | -1/+1 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | dsputil: Split audio operations off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -5/+6 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -8/+8 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | cook: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -9/+5 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | cook: use av_dlog() for debug logging instead of av_log() with AV_LOG_ERROR | Justin Ruggles | 2012-11-01 | 1 | -4/+4 |
* | cook: move samples_per_frame from COOKSubpacket to where it is used | Justin Ruggles | 2012-11-01 | 1 | -6/+5 |
* | cook: use av_get_channel_layout_nb_channels() instead of cook_count_channels() | Justin Ruggles | 2012-11-01 | 1 | -11/+1 |
* | cook: reverse a condition so that the code makes more sense | Justin Ruggles | 2012-11-01 | 1 | -3/+2 |
* | cook: remove unneeded COOKContext variable, sample_rate | Justin Ruggles | 2012-11-01 | 1 | -3/+1 |
* | cook: remove unneeded COOKContext variable, bit_rate | Justin Ruggles | 2012-11-01 | 1 | -3/+1 |
* | cook: use AVCodecContext.channels instead of keeping a private copy | Justin Ruggles | 2012-11-01 | 1 | -8/+6 |
* | cook: Remove some silly Doxygen comments | Diego Biurrun | 2012-10-26 | 1 | -17/+2 |
* | cook: Remove senseless maybe_reformat_buffer32() function | Diego Biurrun | 2012-10-26 | 1 | -7/+1 |
* | cook: cosmetics: Better names for joint_decode() function parameters | Diego Biurrun | 2012-10-26 | 1 | -7/+8 |
* | cook: cosmetics: Better name for ccpl COOKSubpacket member | Diego Biurrun | 2012-10-26 | 1 | -4/+7 |
* | cook: use planar sample format | Justin Ruggles | 2012-10-01 | 1 | -18/+22 |
* | avcodec: Drop some silly commented-out av_log() invocations | Diego Biurrun | 2012-10-01 | 1 | -7/+2 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | cook: Make constants passed to AV_BE2NE32C() unsigned to avoid signed overflow. | Alex Converse | 2012-04-17 | 1 | -2/+2 |
* | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -14/+6 |
* | cook: error out on quant_index values outside [-63, 63] range. | Ronald S. Bultje | 2012-03-10 | 1 | -14/+36 |
* | cook: expand dither_tab[], and make sure indexes into it don't overflow. | Ronald S. Bultje | 2012-03-10 | 1 | -1/+5 |
* | cook: extend channel uncoupling tables so the full bit range is covered. | Ronald S. Bultje | 2012-03-07 | 1 | -2/+2 |
* | cook: prevent div-by-zero if channels is zero. | Ronald S. Bultje | 2012-02-17 | 1 | -0/+4 |
* | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
* | cook: K&R formatting cosmetics | Shitiz Garg | 2011-12-31 | 1 | -364/+366 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -13/+30 |
* | cook: use a table for xor key rotation | Mans Rullgard | 2011-11-26 | 1 | -1/+5 |
* | cook: fix apparent typo in extradata parsing | K.Y.H | 2011-11-26 | 1 | -1/+1 |
* | cook: return AVERROR_PATCHWELCOME instead of ENOTSUP | Justin Ruggles | 2011-10-29 | 1 | -7/+7 |
* | cook: check output buffer size before decoding | Justin Ruggles | 2011-10-29 | 1 | -3/+9 |
* | cook: do not needlessly set *data_size to 0 | Justin Ruggles | 2011-10-29 | 1 | -1/+0 |
* | cook: remove pointless return statements | Justin Ruggles | 2011-10-29 | 1 | -2/+0 |
* | cook: simplify decouple_info() | Justin Ruggles | 2011-10-29 | 1 | -17/+14 |
* | cook: return appropriate error codes instead of -1 | Justin Ruggles | 2011-10-29 | 1 | -22/+23 |
* | cook: avoid hardcoded sizes in sizeof() | Justin Ruggles | 2011-10-29 | 1 | -10/+11 |