summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* values can fit uint8_tBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add constBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixed-point LSP and LPC decoding routines for ACELP-based codecsVladimir Voroshilov2008-04-26
| | | | Originally committed as revision 12978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing tags in APE is normal situation, so don't print an error.Kostya Shishkov2008-04-26
| | | | | | Resolves issue 437 Originally committed as revision 12977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_vlc2() only gets up to three levels in the tables. The last codes ↵Ramiro Polla2008-04-26
| | | | | | weren't being read properly. Originally committed as revision 12976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct company nameKostya Shishkov2008-04-26
| | | | Originally committed as revision 12975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixed-point implementation of ff_cos, ff_log2, ff_exp2.Vladimir Voroshilov2008-04-25
| | | | | | Also implemented routine for calculating sum(a[i] * a[i-offset]>>shift) Originally committed as revision 12974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, alphabetical orderBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yes it is true for mp4Baptiste Coudurier2008-04-25
| | | | Originally committed as revision 12972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded variableBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move vars decls where vars are usedBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* identationBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no more needed fieldBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused varBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove ima qt decoding hack, decode whole frame at onceBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix adpcm ima qt decoding, channel at init is 0, correct stereo out since ↵Baptiste Coudurier2008-04-25
| | | | | | samples += avctx->channels Originally committed as revision 12965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set channels and sample rate from mpeg4audio configBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov demuxer depends on mpeg4audio code nowBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference ↵Baptiste Coudurier2008-04-25
| | | | | | files Originally committed as revision 12961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update docBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* error is -1Baptiste Coudurier2008-04-25
| | | | Originally committed as revision 12959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move vars decls where vars are usedBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parser should not be needed anymore, merge cases and set frame size for amr tooBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure some value is always returned via data_sizeMichel Bardiaux2008-04-25
| | | | Originally committed as revision 12955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lower frame size to split amr/qcelp/gsm framesBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow bitrates zero and 13200 (needed for decoding mov and aiff)Michel Bardiaux2008-04-25
| | | | Originally committed as revision 12953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* align and remove useless bracesBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove whitespaces in tagsBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set gsm default frame size and bytes per frame, needed by old qt format, fix ↵Baptiste Coudurier2008-04-25
| | | | | | sample-gsm-8000.mov Originally committed as revision 12950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pts are unsigned according to specs, fix negative pts when 32bit pts are usedBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set wrap bits to 32bit to actually use itBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert "Adjust pkg-config files to include files residing in separate ↵Måns Rullgård2008-04-25
| | | | | | subdirectories." Originally committed as revision 12947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid using reserved __names.Michael Niedermayer2008-04-24
| | | | Originally committed as revision 12946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor memleakMichael Niedermayer2008-04-24
| | | | Originally committed as revision 12945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec2008-04-24
| | | | | | and then reads the channel_map stuff Originally committed as revision 12944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixing memleaks.Michael Niedermayer2008-04-24
| | | | Originally committed as revision 12943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: remove useless whitespaces and put braces correctlyBaptiste Coudurier2008-04-24
| | | | Originally committed as revision 12942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* demux qcelp, so this can work with soc decoder and stream copyBaptiste Coudurier2008-04-24
| | | | Originally committed as revision 12941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qcelp fourccBaptiste Coudurier2008-04-24
| | | | Originally committed as revision 12940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adjust pkg-config files to include files residing in separate subdirectories.Diego Biurrun2008-04-24
| | | | Originally committed as revision 12939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for alac in .movBaptiste Coudurier2008-04-24
| | | | Originally committed as revision 12938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set alac frame size from extradataBaptiste Coudurier2008-04-24
| | | | Originally committed as revision 12937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set pixel aspect ratio for libxvid wrapper.Thorsten Jordan2008-04-24
| | | | | | Patch by Thorsten Jordan tjordanATmacrosystem de Originally committed as revision 12936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enhance documentation for AVClassStefano Sabatini2008-04-24
| | | | | | Patch by Stefano Sabatini stefanodotsabatini-lalaatpostedotit Originally committed as revision 12934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support shared pthreads-win32.Gianluigi Tiesi2008-04-24
| | | | | | Patch by Gianluigi Tiesi <mplayer at netfarm.it> Originally committed as revision 12933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure that the timestamp reading code used for seeking chooses a positionMichael Niedermayer2008-04-23
| | | | | | | | which is a multiple of the packet size from the last packet start instead of the file start. This fixes some seek issues with randomly cut ts files and the mysterious "4 byte PCR somehing MTS something bug". Originally committed as revision 12932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix regression introduced by r12929.Ramiro Polla2008-04-22
| | | | | | | num_coeffs is just one byte. It would make no sense for num_coeffs to be as high as 2^32. Originally committed as revision 12931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The code now is pretty self explanatory about the header structure.Ramiro Polla2008-04-22
| | | | | | Remove the big comment and add comments about the skipped fields. Originally committed as revision 12930 to svn://svn.ffmpeg.org/ffmpeg/trunk