172 Commits (0eaf52354861995b646b6c261be2270fcec380df)

Author SHA1 Message Date
Art Clarke bbdf87285a Use static vlc structure to decode layer 3 huffman tables. 17 years ago
Andreas Öman b000c604f2 Decrease severity of 'invalid new backstep' log message to warning 17 years ago
Andreas Öman 11f63a221b Supply context argument to av_log() in mpeg audio decoder. 17 years ago
Måns Rullgård 9ea583e1f6 mpegaudio: use MAC/MLS macros in ff_mpa_synth_filter 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Baptiste Coudurier 169203c1d9 break if error in header so it can output already decoded frames 17 years ago
Baptiste Coudurier 41b8800f88 merge init with declaration 17 years ago
Baptiste Coudurier f91c089812 cosmetics: merge decls 17 years ago
Baptiste Coudurier 5fd7a9fcdf simplify: merge loops 17 years ago
Baptiste Coudurier 8da8970d01 simplify 17 years ago
Baptiste Coudurier 0d5b2eb445 simplify: remove useless fields and vars 17 years ago
Baptiste Coudurier 676e26ab6d move MP3On4DecodeContext def near the code and under ifdef 17 years ago
Baptiste Coudurier 9f95bfe2b9 correctly patch syncword for samples rates < 16000, decoder now fully support all iso ref files 17 years ago
Baptiste Coudurier f0f53c83ba fix 1 frame config decoding 17 years ago
Baptiste Coudurier 60dfa0b8d4 remove old draft last case not present anymore in iso specs 17 years ago
Baptiste Coudurier b61d2782f3 use mpeg4audio common code 17 years ago
Baptiste Coudurier ec39f7d855 simplify 17 years ago
Baptiste Coudurier 9708d52ee8 correctly compute out_size and samples number 17 years ago
Baptiste Coudurier cd3289650a fsize is 12 bits according to specs 17 years ago
Baptiste Coudurier 5be25fc133 simplify using FFMIN3 17 years ago
Baptiste Coudurier a82dcdffb2 return error if buf_size is too small 17 years ago
Baptiste Coudurier dfcd6d91fe values can fit uint8_t 17 years ago
Baptiste Coudurier 183fceaafd add const 17 years ago
Baptiste Coudurier 6122b733e9 omg, fix compilation 17 years ago
Baptiste Coudurier d0ed455f19 correctly set avctx->frame_size for mp3on4 and mp3adu 17 years ago
Diego Biurrun 5e53486545 typo fix: inited --> initialized 17 years ago
Michael Niedermayer 7993df6527 consts 17 years ago
Michael Niedermayer 9f7458b285 Factorize some code into functions, had this in my tree and will be 17 years ago
Brian Brice 812f29ffb8 Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com. 17 years ago
Brian Brice 4a69055bad Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com. 17 years ago
Martin Lindhe 3240941b25 Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilation 17 years ago
Aurelien Jacobs aee481cebe use av_clip_int16() where it makes sense 18 years ago
Alex Beregszaszi 7ae7300ee3 use skip_bits where appropriate 18 years ago
Alex Beregszaszi 5fc32c275e use get_bits1(..) instead get_bits(.., 1) 18 years ago
Måns Rullgård c2d08dc0d7 move a couple of macros and structs to mpegaudio.h 18 years ago
Ramiro Polla 2c124cb65c Use AV_xx throughout libavcodec 18 years ago
Michael Niedermayer d5aa01cd30 make decoder decode the first frame properly if theres more than just one 18 years ago
Aurelien Jacobs 08aa2c9bd2 remove dependency of mpeg audio encoder over mpeg audio decoder 18 years ago
Aurelien Jacobs ca6e50afc1 add a ff_ prefix to some mpegaudio funcs 18 years ago
Aurelien Jacobs 4bd8e17c8d loosen dependencies over mpegaudiodec 18 years ago
Aurelien Jacobs 677fe2e226 add proper prefix to extern mpeg audio data tables 18 years ago
Aurelien Jacobs 4991c0516d move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c 18 years ago
Reimar Döffinger c6bcbb2cd3 Use DECLARE_ALIGNED to ease porting 18 years ago
Diego Biurrun 5a6a6cc7dc Fix multiple "‘inline/static’ is not at beginning of declaration" warnings. 18 years ago
Diego Biurrun fe0372296a typos 18 years ago
Michael Niedermayer 9608652dc1 kill another 2 av_mallocz_static() 18 years ago
Michel Bardiaux 318c5e0524 Give context to dprintf 18 years ago
Michael Niedermayer 5773d46009 factorize switch_buffer() 18 years ago
Michael Niedermayer e0cf92048a fix decoding of takethat.mp3 18 years ago