summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* remove unused variable, min_framesizeJustin Ruggles2008-04-29
| | | | Originally committed as revision 13015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support invalid mpeg created by vdrMichael Niedermayer2008-04-29
| | | | | | | (http://www.lucke.in-berlin.de/test_streams/last_played_fine_with_r7852_001.vdr). fixes issue434 Originally committed as revision 13014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw GSM demuxer (does not work yet as parser is missing)Michael Niedermayer2008-04-28
| | | | Originally committed as revision 13013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set demuxers .value and use common audio_read_header functionBaptiste Coudurier2008-04-28
| | | | Originally committed as revision 13012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Calculate motion vector information based on PTS provided in slice headerKostya Shishkov2008-04-28
| | | | Originally committed as revision 13011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-28
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make 8SVX codec names just a single word for consistency with other codec names.Stefano Sabatini2008-04-27
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use check_cflags for -mdynamic-no-pic so third-party compilers will work on ↵Alexander Strange2008-04-27
| | | | | | Darwin. Originally committed as revision 13007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused avdevice.h header file; add config.h which is used.Diego Biurrun2008-04-27
| | | | Originally committed as revision 13006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use filename as multiple inclusion guard.Diego Biurrun2008-04-27
| | | | Originally committed as revision 13004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pkt duration, only when dts == pts though,Henrik Gulbrandsen2008-04-26
| | | | | | patch by Henrik Gulbrandsen henrik at gulbra dot net Originally committed as revision 13003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename i386/cputest.c --> i386/cpuid.c.Diego Biurrun2008-04-26
| | | | Originally committed as revision 13002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary test program dependency declarations.Diego Biurrun2008-04-26
| | | | Originally committed as revision 13001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Grammar fixes and improvements for the new ACELP codeRobert Swain2008-04-26
| | | | Originally committed as revision 13000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* break if error in header so it can output already decoded framesBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge init with declarationBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: merge declsBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify: merge loopsBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify: remove useless fields and varsBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move MP3On4DecodeContext def near the code and under ifdefBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly patch syncword for samples rates < 16000, decoder now fully ↵Baptiste Coudurier2008-04-26
| | | | | | support all iso ref files Originally committed as revision 12992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix 1 frame config decodingBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove old draft last case not present anymore in iso specsBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mp3on4 decoder now depends on mpeg4audio codeBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use mpeg4audio common codeBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip blocks in B-frames reuse motion vectors from next reference frame.Kostya Shishkov2008-04-26
| | | | | | | So if referenced blocks is 16x8, 8x16 or 8x8 partitions, skip block will have them too. Originally committed as revision 12987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly compute out_size and samples numberBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fsize is 12 bits according to specsBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify using FFMIN3Baptiste Coudurier2008-04-26
| | | | Originally committed as revision 12983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FFMIN3Baptiste Coudurier2008-04-26
| | | | Originally committed as revision 12982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return error if buf_size is too smallBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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