summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* zigzag_direct_noperm doesn't exist, remove declarationMåns Rullgård2006-11-12
| | | | Originally committed as revision 6998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sync documentation with the current ffmpeg -h output.Diego Biurrun2006-11-12
| | | | | | patch from Víctor Paesa, wzrlpy arsystel com Originally committed as revision 6997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make more tables staticMåns Rullgård2006-11-12
| | | | Originally committed as revision 6996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename squareTbl -> ff_squareTblMåns Rullgård2006-11-12
| | | | Originally committed as revision 6995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename ff_cavs_flush to cavs_flush and make it staticStefan Gehrer2006-11-12
| | | | Originally committed as revision 6994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move all cavs-parsing to cavs.cStefan Gehrer2006-11-12
| | | | | | This should help building parser without decoder Originally committed as revision 6993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
| | | | Originally committed as revision 6992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make mpeg4video_split public as ff_mpeg4video_splitStefan Gehrer2006-11-12
| | | | Originally committed as revision 6991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename inverse -> ff_inverseMåns Rullgård2006-11-12
| | | | Originally committed as revision 6990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allows playback of truncated matroska files.Aurelien Jacobs2006-11-12
| | | | Originally committed as revision 6989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix make dep with some gcc versionsMåns Rullgård2006-11-12
| | | | Originally committed as revision 6988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: fix indentation after previous commitAurelien Jacobs2006-11-12
| | | | Originally committed as revision 6987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix avidec.c compilation when dv demuxer is disabled.Aurelien Jacobs2006-11-12
| | | | Originally committed as revision 6986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for ↵Oded Shimon2006-11-12
| | | | | | libnut de/muxer.. Originally committed as revision 6985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slight simplificationDiego Biurrun2006-11-12
| | | | Originally committed as revision 6984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #define ENABLE_*_CODEC etc as 0 or 1 in config.hMåns Rullgård2006-11-12
| | | | Originally committed as revision 6983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more verbose r_frame_rate definitionMichael Niedermayer2006-11-12
| | | | Originally committed as revision 6982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some tables staticMåns Rullgård2006-11-12
| | | | Originally committed as revision 6981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix checksum check (was my bug not libnut)Michael Niedermayer2006-11-12
| | | | Originally committed as revision 6980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix timestamp rounding in syncpointsMichael Niedermayer2006-11-12
| | | | | | index reading (unfinished and disabled) Originally committed as revision 6979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* register nut muxer if libnut is usedOded Shimon2006-11-12
| | | | Originally committed as revision 6978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libnut support until ffmpeg gets an independant and complete de/muxer ↵Oded Shimon2006-11-12
| | | | | | for NUT Originally committed as revision 6977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adding more static keywordsMåns Rullgård2006-11-12
| | | | Originally committed as revision 6976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make vp6_pcr_tree staticMåns Rullgård2006-11-12
| | | | Originally committed as revision 6975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix make dep for out of tree buildsMåns Rullgård2006-11-11
| | | | Originally committed as revision 6974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some symbols staticMåns Rullgård2006-11-11
| | | | Originally committed as revision 6973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some symbols staticMåns Rullgård2006-11-11
| | | | Originally committed as revision 6972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-11-11
| | | | Originally committed as revision 6971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make two functions staticMåns Rullgård2006-11-11
| | | | Originally committed as revision 6970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont do startcode search from last syncpoint if there are no errorsMichael Niedermayer2006-11-11
| | | | Originally committed as revision 6969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nut simple seeking first tryMichael Niedermayer2006-11-11
| | | | Originally committed as revision 6968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable nut regression test until we have a working muxerMichael Niedermayer2006-11-11
| | | | Originally committed as revision 6967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updating nut demuxer to latest specMichael Niedermayer2006-11-11
| | | | | | | | | | | | no muxing yet no index yet no seeking yet libnuts crcs dont match mine (didnt investigate yet) samplerate is stored wrong by libnut (demuxer has a workaround) code is not clean or beautifull yet, but i thought its better to commit early before someone unneccesarily wastes his time duplicating the work demuxer split from muxer Originally committed as revision 6966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong comment.Steve L'Homme2006-11-11
| | | | | | | | | Patch by Steve Lhomme % slhomme A divxcorp P com % Original thread: Date: Fri, 10 Nov 2006 15:29:50 +0100 Subject: [Ffmpeg-devel] [PATCH] fix a comment Originally committed as revision 6965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add A_AAC codec identifier support in matroska.Steve L'Homme2006-11-11
| | | | | | | | | Patch by Steve Lhomme % slhomme A divxcorp P com % Original thread: Date: Fri, 10 Nov 2006 15:22:33 +0100 Subject: [Ffmpeg-devel] [PATCH] Handle "A_AAC" in matroska codec IDs Originally committed as revision 6964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libnut uses "MP3 " for mp3Michael Niedermayer2006-11-11
| | | | Originally committed as revision 6963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* report error when local tag has 0 sizeBaptiste Coudurier2006-11-10
| | | | Originally committed as revision 6962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* zero private bitsMichael Niedermayer2006-11-10
| | | | Originally committed as revision 6961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store a identifer and the first header in extradataMichael Niedermayer2006-11-10
| | | | | | | with this mp3 should be binary identical to what you had before header compression support mp3 with crc (by droping the crc and putting it back during header decompress, currently its just random tough, does any deocoder even check it?) Originally committed as revision 6960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* also set strict_std_compliance for stream copy, its needed for the bitstream ↵Michael Niedermayer2006-11-10
| | | | | | filters Originally committed as revision 6959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mp3 header (de)compression bitstream filterMichael Niedermayer2006-11-10
| | | | | | | | | this will make mp3 frames 4 bytes smaller, it will not give you binary identical mp3 files, but it will give you mp3 files which decode to binary identical output this will only work in containers providing at least packet size, sample_rate and number of channels bugreports about mp3 files for which this fails are welcome and this is experimental (dont expect compatibility and dont even expect to be able to decompress what you compressed, hell dont even expect this to work without editing the source a little) Originally committed as revision 6958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable -Winline spam, --enable-extra-warnings to enableMåns Rullgård2006-11-09
| | | | Originally committed as revision 6957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 16bit in avi is RGB555Michael Niedermayer2006-11-09
| | | | Originally committed as revision 6956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the H264Context parameter from decode_init_vlc() as it is not being used.Panagiotis Issaris2006-11-09
| | | | Originally committed as revision 6955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."Luca Abeni2006-11-09
| | | | Originally committed as revision 20816 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to ↵Baptiste Coudurier2006-11-09
| | | | | | CODEC_ID_AAC where used Originally committed as revision 6954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10000l to myself, fixing regression test failureMichael Niedermayer2006-11-09
| | | | Originally committed as revision 6953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for byteswap.hMåns Rullgård2006-11-09
| | | | Originally committed as revision 6952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support m1a hdlr mpeg elementary audio handler, fix Po-Slow_Death_64K.movBaptiste Coudurier2006-11-09
| | | | Originally committed as revision 6951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename CONFIG_SDL -> HAVE_SDLMåns Rullgård2006-11-08
| | | | Originally committed as revision 6950 to svn://svn.ffmpeg.org/ffmpeg/trunk