| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | cook: remove unneeded #includes | Justin Ruggles | 2011-10-29 | 1 | -5/+0 |
* | cook: output float samples instead of converting to int16 | Justin Ruggles | 2011-10-29 | 1 | -14/+13 |
* | cook: Fix js_vlc_bits value validation for joint stereo | Laurent Aimar | 2011-10-06 | 1 | -2/+3 |
* | doxygen: Drop array size declarations from Doxygen parameter names. | Diego Biurrun | 2011-07-03 | 1 | -1/+1 |
* | Remove statements immediately following unconditional jumps | Mans Rullgard | 2011-07-03 | 1 | -1/+0 |
* | Replace custom DEBUG preprocessor trickery by the standard one. | Diego Biurrun | 2011-06-03 | 1 | -3/+2 |
* | cook: Remove non-compiling debug output. | Diego Biurrun | 2011-06-03 | 1 | -1/+0 |
* | cook: Remove unused debug functions. | Diego Biurrun | 2011-06-03 | 1 | -32/+0 |
* | Add AVX FFT implementation. | Vitor Sessak | 2011-04-26 | 1 | -1/+1 |
* | cook: Fix small typo in av_log_ask_for_sample message. | Diego Biurrun | 2011-04-23 | 1 | -1/+1 |
* | Use av_log_ask_for_sample() to request samples from users. | Diego Biurrun | 2011-04-22 | 1 | -1/+3 |