6289 Commits (d248905ba582b399bf1244fafcdfedc36569fe51)

Author SHA1 Message Date
Kostya Shishkov 63d2bad846 X8 is supported now, so warning is incorrect 17 years ago
Reinhard Nissl ce5d17f590 Provide top_field_first logic for h264 17 years ago
Aurelien Jacobs ce038da040 make some tables static 17 years ago
Aurelien Jacobs 49e9a4bf7c add multiple inclusion guards 17 years ago
Michael Niedermayer cb0d8a5f8f grammar 17 years ago
Michael Niedermayer 3358e879d2 indention 17 years ago
Michael Niedermayer 177c9583b6 remove useless #ifdef 17 years ago
Michael Niedermayer dc6e492bb2 remove inline from non speed critical functions 17 years ago
Michael Niedermayer b7f435b058 vertical align 17 years ago
Michael Niedermayer 149ad67792 indention 17 years ago
Michael Niedermayer d25300b79f remove unneeded {} 17 years ago
Michael Niedermayer 732cb5fd5a add {} to make the else look a little more normal 17 years ago
Michael Niedermayer dd2111bdb7 indention 17 years ago
Michael Niedermayer 8590bcc3cd indention 17 years ago
Michael Niedermayer dfb32930df remove debug variable 17 years ago
Michael Niedermayer cdcf24f87c remove #if 0 code 17 years ago
Michael Niedermayer de12b9be6c cosmetic 17 years ago
Michael Niedermayer 2916025765 factorize 17 years ago
Michael Niedermayer 9abc7e0fdc intrax8 decoder patch by "someone" 17 years ago
Martin Lindhe 3240941b25 Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilation 17 years ago
Aurelien Jacobs c16d6c5061 cosmetics: indentation 17 years ago
Aurelien Jacobs cc6de104f8 split wmv2 in its own file 17 years ago
Jeff Downs ad426590d8 Fix deblocking filter for field pictures by properly looking for first 17 years ago
Aurelien Jacobs 85f601ee7b rename some msmpeg4 symbols and make them non-static 17 years ago
Diego Biurrun b0bd01d68a Fix make checkheaders by adding missing #include. 17 years ago
Aurelien Jacobs 2b045c9caa split definition of PCM_CODEC into PCM_ENCODER and PCM_DECODER 17 years ago
Kostya Shishkov 12877faf7c Musepack SV8 demuxer and decoder 17 years ago
Jeff Downs c0a8500015 Fix poc for field pictures. Prior to this, the poc of the second field 17 years ago
Timofei V. Bondarenko 62b3415258 fix predictor initialization for adpcm-ima encoder not to lose first sample 17 years ago
Jeff Downs 84a8596d23 Correct assignment of interlaced_frame; was being set on output frames, 17 years ago
Diego Biurrun f9def9ccc6 Remove libvorbis Vorbis decoding support. Our native decoder is complete 17 years ago
Benjamin Larsson f83579b1a6 Remove unused variable 17 years ago
Diego Biurrun a045e5152f Move external library codec registration to a separate section after all 17 years ago
Josh Coalson 0cb2774a4a Add decoding support for variable block size FLAC files using the latest FLAC 17 years ago
Josh Coalson e471443ab5 Add support for FLAC's new RICE2 entropy coding method. Patch by Josh Coalson. 17 years ago
Aurelien Jacobs 271b4095ad add Electronic Arts XAS ADPCM decoder 17 years ago
Fabrice Bellard eb1c687b1b Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: [FFmpeg-devel] NellyMoser transform bug, 10/25/2007 12:24 PM 17 years ago
Kostya Shishkov 24e649afe3 Split Musepack decoder into SV7 decoder and synth core 17 years ago
Aurelien Jacobs 76c443c6d4 move adx.c to adxdec.c 17 years ago
Aurelien Jacobs c31dea6136 split adx encoder in its own file 17 years ago
Aurelien Jacobs 4f95f80e2d remove useless debug func 17 years ago
Aurelien Jacobs c4cc361099 cleanup and simplify adx_decode_header() 17 years ago
Aurelien Jacobs 6177c7efe1 remove useless initialization to 0 of adx context 17 years ago
Aurelien Jacobs ad8df79b1d simplify dpcm decoders declaration using a macro 17 years ago
Aurelien Jacobs e916de2c8d remove useless #undef 17 years ago
Aurelien Jacobs c33ed2aaf9 remove unreachable code 17 years ago
Aurelien Jacobs 0137034996 cosmetics: alignment 17 years ago
Aurelien Jacobs f6e2300fe7 don't register adpcm encoders which are not implemented 17 years ago
Aurelien Jacobs 7c032a369a cosmetics: sort 17 years ago
Michael Niedermayer c5d99f2b79 prefer our native vorbis decoder over libvorbis 17 years ago