| Commit message (Expand) | Author | Age | Files | Lines |
* | mp3dec: hack: fix decoding with safe bitstream reader | Mans Rullgard | 2011-12-17 | 1 | -0/+3 |
* | latmdec: fix audio specific config parsing | Janne Grunau | 2011-12-03 | 1 | -1/+2 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -31/+55 |
* | mpegaudio: do not use init_static_data() for initializing tables. | Justin Ruggles | 2011-11-27 | 1 | -6/+7 |
* | mpegaudiodec: Don't use a nonexistent log context for av_dlog | Martin Storsjö | 2011-11-16 | 1 | -2/+2 |
* | cosmetics: indentation | Justin Ruggles | 2011-11-15 | 1 | -157/+157 |
* | mpegaudiodec: init static tables in AVCodec.init_static_data() | Justin Ruggles | 2011-11-15 | 1 | -18/+17 |
* | mp3on4: do not needlessly set data_size to 0 | Justin Ruggles | 2011-10-27 | 1 | -1/+0 |
* | mp3adu: return error instead of just consuming bad packets | Justin Ruggles | 2011-10-27 | 1 | -4/+4 |
* | mpegaudiodec: check output data size based on avctx->frame_size | Justin Ruggles | 2011-10-27 | 1 | -1/+4 |
* | avcodec: remove avcodec_parse_frame and deprecate associated elements. | Justin Ruggles | 2011-10-27 | 1 | -1/+15 |
* | mpegaudiodec: cosmetics: basic pretty-printing | Justin Ruggles | 2011-10-27 | 1 | -435/+430 |
* | mpegaudiodec: remove frame_count field from MPADecodeContext. | Justin Ruggles | 2011-10-27 | 1 | -4/+0 |
* | mpegaudiodec: return AVERROR return codes instead of -1 | Justin Ruggles | 2011-10-27 | 1 | -10/+10 |
* | mpegaudiodec: Skip only bad frames instead of the whole packet. | Justin Ruggles | 2011-10-27 | 1 | -2/+9 |
* | lavc: replace references to deprecated AVCodecContext.error_recognition to us... | Dustin Brody | 2011-10-22 | 1 | -5/+5 |
* | mp3on4: check for allocation failures in decode_init_mp3on4() | Justin Ruggles | 2011-10-21 | 1 | -0/+4 |
* | mp3on4: create a separate flush function for MP3onMP4. | Justin Ruggles | 2011-10-21 | 1 | -1/+14 |
* | mp3on4: ensure that the frame channel count does not exceed the codec channel | Justin Ruggles | 2011-10-21 | 1 | -3/+14 |
* | mp3on4: set channel layout | Justin Ruggles | 2011-10-21 | 1 | -0/+12 |
* | mp3on4: fix the output channel order | Justin Ruggles | 2011-10-21 | 1 | -4/+4 |
* | mp3on4: allocate temp buffer with av_malloc() instead of on the stack. | Justin Ruggles | 2011-10-21 | 1 | -16/+29 |
* | mp3on4: copy MPADSPContext from first context to all contexts. | Justin Ruggles | 2011-10-21 | 1 | -0/+1 |
* | lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -3/+3 |
* | Use explicit struct initializers for AVCodec declarations. | Diego Biurrun | 2011-09-24 | 1 | -64/+50 |
* | mpegaudiodec: Fix av_dlog() invocation. | Diego Biurrun | 2011-06-01 | 1 | -2/+3 |
* | mpegaudiodec: remove unusued code and variables | Mans Rullgard | 2011-05-31 | 1 | -26/+4 |
* | mpegaudio: clean up compute_antialias() definition | Mans Rullgard | 2011-05-31 | 1 | -30/+36 |
* | dct32: Add AVX implementation of 32-point DCT | Vitor Sessak | 2011-05-21 | 1 | -2/+2 |
* | mpegaudio: clean up #includes | Mans Rullgard | 2011-05-20 | 1 | -1/+0 |
* | mpegaudio: move some struct definitions from mpegaudio.h | Mans Rullgard | 2011-05-19 | 1 | -0/+46 |
* | Move some mpegaudio functions to new mpegaudiodsp subsystem | Mans Rullgard | 2011-05-19 | 1 | -193/+4 |
* | mpegaudio: sanitise compute_antialias_* names | Mans Rullgard | 2011-05-18 | 1 | -6/+3 |
* | mpegaudio: add _fixed suffix to some names | Mans Rullgard | 2011-05-17 | 1 | -2/+2 |
* | dct: build dct32 as separate object files | Mans Rullgard | 2011-05-17 | 1 | -7/+2 |
* | mpegaudio: move OUT_FMT macro to mpegaudiodec.c | Mans Rullgard | 2011-05-16 | 1 | -0/+2 |
* | mpegaudio: remove OUT_MIN/MAX macros | Mans Rullgard | 2011-05-16 | 1 | -1/+1 |
* | mpegaudiodec: group #includes more sanely | Mans Rullgard | 2011-05-09 | 1 | -2/+1 |
* | mpegaudio: remove #if 0 blocks | Mans Rullgard | 2011-05-09 | 1 | -55/+0 |
* | mpegaudio: remove CONFIG_MPEGAUDIO_HP option | Mans Rullgard | 2011-05-09 | 1 | -37/+0 |
* | lavc: add missing audioconvert includes | Anton Khirnov | 2011-04-02 | 1 | -0/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Set channel_layout for mpegaudio | Kieran Kunhya | 2011-02-05 | 1 | -0/+1 |
* | Remove a few if (p) av_free(p) forms | Clément Bœsch | 2011-02-03 | 1 | -2/+1 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -11/+11 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -5/+5 |
* | Move ID3v1 skip from decoder to demuxer | Clément Bœsch | 2011-01-22 | 1 | -8/+0 |
* | Handle ID3v1 tag while decoding mp[123] frames | Clément Bœsch | 2011-01-10 | 1 | -0/+8 |
* | Show correct bitrate for VBR MP3 files. | Alexander Kojevnikov | 2010-07-27 | 1 | -2/+4 |