6735 Commits (d424e138d119081b2f12a5c45addb7a0ddd0a0c2)

Author SHA1 Message Date
Robert Swain 80b1e6cc1f Grammar fixes and improvements for the new ACELP code 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 9a53eb7ce7 mp3on4 decoder now depends on mpeg4audio code 17 years ago
Baptiste Coudurier b61d2782f3 use mpeg4audio common code 17 years ago
Kostya Shishkov 86c90cc7a6 Skip blocks in B-frames reuse motion vectors from next reference frame. 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
Vladimir Voroshilov 8726882993 Fixed-point LSP and LPC decoding routines for ACELP-based codecs 17 years ago
Ramiro Polla 630e1b27c2 get_vlc2() only gets up to three levels in the tables. The last codes weren't being read properly. 17 years ago
Kostya Shishkov a9f1d8cdf6 Correct company name 17 years ago
Vladimir Voroshilov 1cf3ee2d1c Fixed-point implementation of ff_cos, ff_log2, ff_exp2. 17 years ago
Baptiste Coudurier bf52a72023 10l, alphabetical order 17 years ago
Baptiste Coudurier 3b4eccabae identation 17 years ago
Baptiste Coudurier e67fe90c40 remove no more needed field 17 years ago
Baptiste Coudurier 62377fec30 remove unused var 17 years ago
Baptiste Coudurier 9ff8976dad remove ima qt decoding hack, decode whole frame at once 17 years ago
Baptiste Coudurier d29ee34ce3 fix adpcm ima qt decoding, channel at init is 0, correct stereo out since samples += avctx->channels 17 years ago
Baptiste Coudurier 45a97d3018 set channels and sample rate from mpeg4audio config 17 years ago
Baptiste Coudurier 4afaffca9e mov demuxer depends on mpeg4audio code now 17 years ago
Michel Bardiaux 202aca676f Make sure some value is always returned via data_size 17 years ago
Michel Bardiaux 96ddaff5ec Allow bitrates zero and 13200 (needed for decoding mov and aiff) 17 years ago
Bartlomiej Wolowiec 0c79b1402a add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header() 17 years ago
Thorsten Jordan 3fd6b3368a Set pixel aspect ratio for libxvid wrapper. 17 years ago
Ramiro Polla a960000304 Fix regression introduced by r12929. 17 years ago
Ramiro Polla 9ed0cff98e The code now is pretty self explanatory about the header structure. 17 years ago
Ramiro Polla fc22c00935 Use bytestream functions for reading frame header. 17 years ago
Thorsten Jordan 904bc6b80a Make Xvid wrapper use threads (with support for newest CVS Xvid only) 17 years ago
Stefano Sabatini 3ade5d56d0 Add supported_samplerates field to AVCodec 17 years ago
Diego Biurrun 9fa58f19ff Rename diracschro_common.[ch] to libdirac_libschro.[ch], external library 17 years ago
Luca Barbato 6ef4ba3fb3 libdirac and libschro common code, patch from Anuradha Suraparaju anuradhaAtrdDoTbbcDoTcoDotuk 17 years ago
Bartlomiej Wolowiec 55736cfbd2 change ff_ac3_parse_header() to take a GetBitContext instead of const char* 17 years ago
Sisir Koppaka 0ec1eb6906 Add .longname to bfi_decoder declaration. 17 years ago
Keiji Costantini b1d31e2f12 Force inlining of MPV_motion_internal. 17 years ago
Keiji Costantini bd7c626ad0 Unroll codepath 17 years ago
Reimar Döffinger b189e6705a Simplify ff_split_xiph_headers 17 years ago
Reimar Döffinger 58720ebd9e Add checks to ff_split_xiph_headers to ensure that returned header_len and 17 years ago