13844 Commits (dd8e311e70aee2860daece39f2a36466c8fd1fcc)
 

Author SHA1 Message Date
Diego Pettenò 580a6c57a3 Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com 17 years ago
Diego Pettenò 358061f62f Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com 17 years ago
Diego Biurrun cdfec9c02a Comment out unused ff_vc1_norm6_spec table. 17 years ago
Stefano Sabatini 3bb82f3da5 Transform codec short name into a single word. 17 years ago
Stefano Sabatini bcdb2378f7 Add long names to some AVCodec declarations. 17 years ago
Michael Niedermayer 0dfea024e1 indent 17 years ago
Michael Niedermayer ef79ef3c11 Fix decoding of: 17 years ago
Ramiro Polla e6dba5dfab Typo: distoration -> distortion. 17 years ago
Robert Swain 34d71ebe94 Remove leading whitespace in long codec name that was committed in r13017 17 years ago
Stefano Sabatini 6140271f54 Add some long names to AVCodec declarations. 17 years ago
Stefano Sabatini 9d82d6cbba Transform codec names into single words. 17 years ago
Justin Ruggles b88e657628 remove unused variable, min_framesize 17 years ago
Michael Niedermayer b22d0c04d7 Support invalid mpeg created by vdr 17 years ago
Michael Niedermayer 60711e9599 raw GSM demuxer (does not work yet as parser is missing) 17 years ago
Baptiste Coudurier a0af2fa445 set demuxers .value and use common audio_read_header function 17 years ago
Kostya Shishkov 39902a8c93 Calculate motion vector information based on PTS provided in slice header 17 years ago
Stefano Sabatini 038f846e41 Add long names to some AVCodec declarations. 17 years ago
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Stefano Sabatini 99e3913d39 Make 8SVX codec names just a single word for consistency with other codec names. 17 years ago
Alexander Strange f946a9a431 Use check_cflags for -mdynamic-no-pic so third-party compilers will work on Darwin. 17 years ago
Diego Biurrun 1f9449234e Remove unused avdevice.h header file; add config.h which is used. 17 years ago
Stefano Sabatini d5202e4fda Add long names to many AVCodec declarations. 17 years ago
Diego Biurrun 3ddf7fe945 Use filename as multiple inclusion guard. 17 years ago
Henrik Gulbrandsen e8430214c3 set pkt duration, only when dts == pts though, 17 years ago
Diego Biurrun 57105ddd03 Rename i386/cputest.c --> i386/cpuid.c. 17 years ago
Diego Biurrun 8033ba57b9 Remove unnecessary test program dependency declarations. 17 years ago
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 b842ecbefc add 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
Kostya Shishkov c5497b22b7 Missing tags in APE is normal situation, so don't print an error. 17 years ago