| Commit message (Expand) | Author | Age | Files | Lines |
* | wmavoice: Simplify GetBitContext initialization | Diego Biurrun | 2016-08-30 | 1 | -3/+1 |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | miscellaneous typo fixes | Diego Biurrun | 2013-07-25 | 1 | -1/+1 |
* | wmavoice: conceal clearly corrupted blocks | Luca Barbato | 2013-07-10 | 1 | -4/+17 |
* | wmavoice: use init_static_data | Luca Barbato | 2013-07-10 | 1 | -19/+25 |
* | wmavoice: return meaningful error codes | Luca Barbato | 2013-07-10 | 1 | -12/+13 |
* | silly typo fixes | Diego Biurrun | 2013-05-03 | 1 | -1/+1 |
* | avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -1/+1 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | wmavoice: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -13/+8 |
* | floatdsp: move scalarproduct_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -7/+9 |
* | 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 |
* | wmavoice: set channel layout | Justin Ruggles | 2012-11-01 | 1 | -0/+3 |
* | avutil: Move memcpy_backptr() to mem.c | Diego Biurrun | 2012-10-25 | 1 | -1/+1 |
* | Improve wording and spelling of av_log_missing_feature messages. | Diego Biurrun | 2012-10-23 | 1 | -1/+1 |
* | Use proper return values in case of missing features | Diego Biurrun | 2012-10-12 | 1 | -1/+1 |
* | celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c() | Diego Biurrun | 2012-08-27 | 1 | -7/+8 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -2/+1 |
* | wmavoice: fix stack overread. | Ronald S. Bultje | 2012-03-22 | 1 | -2/+3 |
* | doxygen: Remove documentation for non-existing parameters; misc small fixes. | Diego Biurrun | 2012-02-28 | 1 | -3/+0 |
* | get_bits: introduce safe bitreading to prevent overreads. | Ronald S. Bultje | 2011-12-17 | 1 | -0/+2 |
* | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -2/+2 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -20/+26 |
* | wmavoice: Make format string match variable type. | Alex Converse | 2011-11-26 | 1 | -1/+1 |
* | wmavoice: move output buffer size check to synth_superframe(). | Justin Ruggles | 2011-10-28 | 1 | -9/+10 |
* | wmavoice: only set data_size to 0 when necessary | Justin Ruggles | 2011-10-28 | 1 | -4/+10 |
* | lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. | Anton Khirnov | 2011-10-20 | 1 | -2/+2 |
* | wmavoice: fix a signed overflow | Mans Rullgard | 2011-10-09 | 1 | -1/+1 |
* | wmavoice: Check for corrupted extra data | Laurent Aimar | 2011-10-07 | 1 | -0/+8 |
* | wmavoice: Check for out of bound writes | Laurent Aimar | 2011-10-07 | 1 | -0/+2 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
* | doxygen: Prefer member groups over grouping into modules | Reinhard Tartler | 2011-07-02 | 1 | -10/+12 |
* | wmavoice: Use proper size in memeset(). | Alex Converse | 2011-05-05 | 1 | -1/+1 |
* | Add AVX FFT implementation. | Vitor Sessak | 2011-04-26 | 1 | -3/+3 |
* | Replace more FFmpeg references by Libav. | Diego Biurrun | 2011-04-17 | 1 | -1/+1 |
* | Move dct and rdft definitions to separate files | Mans Rullgard | 2011-03-20 | 1 | -2/+2 |
* | Move sine windows to a separate file | Mans Rullgard | 2011-03-20 | 1 | -0/+1 |
* | fft: remove inline wrappers for function pointers | Mans Rullgard | 2011-03-19 | 1 | -7/+7 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Fix typo. | Ronald S. Bultje | 2010-12-26 | 1 | -1/+1 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Fix buffer overrun if idx is negative (it can be down to -23>>4), by prepending | Ronald S. Bultje | 2010-08-09 | 1 | -1/+3 |