| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup properly at the end of MPEG Audio parsing. | Art Clarke | 2009-07-02 | 1 | -1/+1 |
* | Rewrite mp3 parser. New code is much simpler and does not drop | Michael Niedermayer | 2009-06-30 | 1 | -142/+37 |
* | Cosmetics: Fix indentation after r18741. | Carl Eugen Hoyos | 2009-05-05 | 1 | -4/+4 |
* | Do not discard mp3 frames in the parser after a broken frame. | Michael Niedermayer | 2009-05-05 | 1 | -4/+0 |
* | Add missing av_cold in static init/close functions. | Daniel Verkamp | 2009-02-22 | 1 | -1/+1 |
* | Avoid allocating MPADecodeContext on stack. | Andreas Öman | 2009-01-23 | 1 | -4/+3 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -2/+2 |
* | Let the mpeg audio parser correct the codec_id. | Michael Niedermayer | 2009-01-13 | 1 | -0/+3 |
* | Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders. | Michael Niedermayer | 2009-01-13 | 1 | -1/+1 |
* | Change mpeg audio parser so it only sets frame_size, channels and bit_rate | Michael Niedermayer | 2008-12-21 | 1 | -10/+14 |
* | indent | Måns Rullgård | 2007-07-08 | 1 | -2/+2 |
* | set sample rate in more logical place, kill warning | Måns Rullgård | 2007-07-08 | 1 | -1/+1 |
* | Use AV_xx throughout libavcodec | Ramiro Polla | 2007-06-02 | 1 | -10/+4 |
* | add a ff_ prefix to some mpegaudio funcs | Aurelien Jacobs | 2007-05-20 | 1 | -5/+5 |
* | loosen dependencies over mpegaudiodec | Aurelien Jacobs | 2007-05-20 | 1 | -0/+38 |
* | make some parser parameters const to avoid casting const to non-const | Aurelien Jacobs | 2007-05-07 | 1 | -2/+2 |
* | avoid a 'discards qualifiers from pointer' warning | Aurelien Jacobs | 2007-05-05 | 1 | -1/+1 |
* | move mpegaudio_parser in it's own file | Aurelien Jacobs | 2007-05-05 | 1 | -0/+220 |