| Commit message (Expand) | Author | Age | Files | Lines |
* | mpegaudio: use MAC/MLS macros in ff_mpa_synth_filter | Måns Rullgård | 2008-07-13 | 1 | -31/+35 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -4/+4 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+4 |
* | break if error in header so it can output already decoded frames | Baptiste Coudurier | 2008-04-26 | 1 | -4/+2 |
* | merge init with declaration | Baptiste Coudurier | 2008-04-26 | 1 | -3/+1 |
* | cosmetics: merge decls | Baptiste Coudurier | 2008-04-26 | 1 | -2/+1 |
* | simplify: merge loops | Baptiste Coudurier | 2008-04-26 | 1 | -4/+4 |
* | simplify | Baptiste Coudurier | 2008-04-26 | 1 | -3/+2 |
* | simplify: remove useless fields and vars | Baptiste Coudurier | 2008-04-26 | 1 | -6/+5 |
* | move MP3On4DecodeContext def near the code and under ifdef | Baptiste Coudurier | 2008-04-26 | 1 | -10/+10 |
* | correctly patch syncword for samples rates < 16000, decoder now fully support... | Baptiste Coudurier | 2008-04-26 | 1 | -2/+7 |
* | fix 1 frame config decoding | Baptiste Coudurier | 2008-04-26 | 1 | -1/+1 |
* | remove old draft last case not present anymore in iso specs | Baptiste Coudurier | 2008-04-26 | 1 | -3/+2 |
* | use mpeg4audio common code | Baptiste Coudurier | 2008-04-26 | 1 | -5/+9 |
* | simplify | Baptiste Coudurier | 2008-04-26 | 1 | -7/+5 |
* | correctly compute out_size and samples number | Baptiste Coudurier | 2008-04-26 | 1 | -3/+2 |
* | fsize is 12 bits according to specs | Baptiste Coudurier | 2008-04-26 | 1 | -1/+1 |
* | simplify using FFMIN3 | Baptiste Coudurier | 2008-04-26 | 1 | -4/+1 |
* | return error if buf_size is too small | Baptiste Coudurier | 2008-04-26 | 1 | -4/+3 |
* | values can fit uint8_t | Baptiste Coudurier | 2008-04-26 | 1 | -4/+4 |
* | add const | Baptiste Coudurier | 2008-04-26 | 1 | -4/+4 |
* | omg, fix compilation | Baptiste Coudurier | 2008-03-20 | 1 | -3/+3 |
* | correctly set avctx->frame_size for mp3on4 and mp3adu | Baptiste Coudurier | 2008-03-20 | 1 | -16/+4 |
* | typo fix: inited --> initialized | Diego Biurrun | 2008-02-13 | 1 | -1/+1 |
* | consts | Michael Niedermayer | 2008-02-01 | 1 | -4/+4 |
* | Factorize some code into functions, had this in my tree and will be | Michael Niedermayer | 2008-01-11 | 1 | -53/+67 |
* | Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com. | Brian Brice | 2008-01-11 | 1 | -0/+1 |
* | Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com. | Brian Brice | 2008-01-11 | 1 | -0/+1 |
* | Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilation | Martin Lindhe | 2007-11-08 | 1 | -3/+0 |
* | use av_clip_int16() where it makes sense | Aurelien Jacobs | 2007-08-11 | 1 | -4/+1 |
* | use skip_bits where appropriate | Alex Beregszaszi | 2007-08-09 | 1 | -1/+1 |
* | use get_bits1(..) instead get_bits(.., 1) | Alex Beregszaszi | 2007-08-09 | 1 | -5/+5 |
* | move a couple of macros and structs to mpegaudio.h | Måns Rullgård | 2007-06-16 | 1 | -10/+0 |
* | Use AV_xx throughout libavcodec | Ramiro Polla | 2007-06-02 | 1 | -3/+3 |
* | make decoder decode the first frame properly if theres more than just one | Michael Niedermayer | 2007-05-27 | 1 | -0/+1 |
* | remove dependency of mpeg audio encoder over mpeg audio decoder | Aurelien Jacobs | 2007-05-20 | 1 | -23/+1 |
* | add a ff_ prefix to some mpegaudio funcs | Aurelien Jacobs | 2007-05-20 | 1 | -3/+3 |
* | loosen dependencies over mpegaudiodec | Aurelien Jacobs | 2007-05-20 | 1 | -153/+1 |
* | add proper prefix to extern mpeg audio data tables | Aurelien Jacobs | 2007-05-19 | 1 | -9/+9 |
* | move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c | Aurelien Jacobs | 2007-05-19 | 1 | -0/+1 |
* | Use DECLARE_ALIGNED to ease porting | Reimar Döffinger | 2007-05-15 | 1 | -3/+3 |
* | Fix multiple "‘inline/static’ is not at beginning of declaration" warnings. | Diego Biurrun | 2007-05-05 | 1 | -1/+1 |
* | typos | Diego Biurrun | 2007-04-07 | 1 | -1/+1 |
* | kill another 2 av_mallocz_static() | Michael Niedermayer | 2007-03-14 | 1 | -8/+2 |
* | Give context to dprintf | Michel Bardiaux | 2007-03-12 | 1 | -32/+37 |
* | factorize switch_buffer() | Michael Niedermayer | 2007-02-03 | 1 | -24/+16 |
* | fix decoding of takethat.mp3 | Michael Niedermayer | 2007-02-03 | 1 | -2/+10 |
* | fix playback of mp3_bits_left.avi | Michael Niedermayer | 2006-12-11 | 1 | -1/+1 |
* | use the standard INT64_C() macro for 64-bit constants | Måns Rullgård | 2006-12-06 | 1 | -1/+1 |
* | detect a few more errors (fixes libmp3-bug.avi again) | Michael Niedermayer | 2006-11-15 | 1 | -3/+10 |