aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix rawvideoMichael Niedermayer2007-02-091-0/+4
| | | | Originally committed as revision 7899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factor out common subexprssion (gcc of course is too stupid to do this ...)Michael Niedermayer2007-02-091-2/+3
| | | | | | | 5% faster avg_h264_chroma_mc2_mmx2() 10% faster put_h264_chroma_mc2_mmx2() Originally committed as revision 7898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge asm fragments in H264_CHROMA_MC2_TMPL()Michael Niedermayer2007-02-091-40/+29
| | | | | | | 10% faster avg_h264_chroma_mc2_mmx2() 5% faster put_h264_chroma_mc2_mmx2() Originally committed as revision 7897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Raw VC-1 demuxerKostya Shishkov2007-02-093-0/+14
| | | | Originally committed as revision 7896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* happy new yearDiego Biurrun2007-02-091-1/+1
| | | | Originally committed as revision 7895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove obsolete imgformat1 leftovers.Diego Biurrun2007-02-093-801/+0
| | | | Originally committed as revision 7894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove commented-out NUT muxer entry, can be added once we have a native muxer.Diego Biurrun2007-02-091-1/+0
| | | | Originally committed as revision 7893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reorder NUT entries.Diego Biurrun2007-02-091-6/+6
| | | | Originally committed as revision 7892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly separate native and libnut NUT (de)muxers.Diego Biurrun2007-02-095-10/+11
| | | | Originally committed as revision 7891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity checkMichael Niedermayer2007-02-091-0/+5
| | | | Originally committed as revision 7890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably ↵Michael Niedermayer2007-02-091-0/+4
| | | | | | not easily) Originally committed as revision 7889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix parsing of RealAudio AC-3/DolbyNetJustin Ruggles2007-02-091-5/+6
| | | | Originally committed as revision 7888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add read_probe function to raw ac3 demuxerJustin Ruggles2007-02-081-1/+17
| | | | Originally committed as revision 7887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS specifics: check for Haiku & Zeta (for the future); ignore ldconfig, it ↵François Revol2007-02-081-2/+4
| | | | | | just runs here :) ; comment about network checks. Originally committed as revision 7886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t comMichael Niedermayer2007-02-083-1/+176
| | | | Originally committed as revision 7885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* special-case AES-128 decrypter is no longer necessary, the more generalReimar Döffinger2007-02-082-200/+0
| | | | | | AES-implementation works at least as well in all case I tested. Originally committed as revision 7884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_set_pts_info and set some arbitrary timebase fallbackReimar Döffinger2007-02-081-6/+3
| | | | Originally committed as revision 7883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Directly access av_log_level instead of calling av_log_{set, get}_level()Luca Abeni2007-02-083-4/+4
| | | | | | (which will be removed at the next avutil version increment) Originally committed as revision 7882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove senseless and wrong direct access to ByteIOContext internalsMichael Niedermayer2007-02-071-2/+2
| | | | Originally committed as revision 7881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pts_wrap_bits to 32 since timestamps in packets are 32 bitReimar Döffinger2007-02-071-0/+1
| | | | Originally committed as revision 7880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* iam pretty sure send time is dts and not pts ...Michael Niedermayer2007-02-075-19/+10
| | | | Originally committed as revision 7879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, forgot to skip payload description in UMF packet parsingReimar Döffinger2007-02-071-3/+4
| | | | Originally committed as revision 7878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* muxing packets with unknown timestamps is not allowedMichael Niedermayer2007-02-071-10/+2
| | | | Originally committed as revision 7877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* supporting files with A,V,I,0x19 headerMichael Niedermayer2007-02-071-1/+4
| | | | Originally committed as revision 7876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian.Reimar Döffinger2007-02-071-1/+1
| | | | | | Fixes bug 739. Originally committed as revision 7875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis regression testMichael Niedermayer2007-02-073-0/+15
| | | | | | (using .asf as our .ogg muxer depends on libogg, nut muxer depends on libnut and vorbis in avi/mpeg is not really a good idea) Originally committed as revision 7874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis suffers from the same sign flip issue as wma (so this lame ↵Michael Niedermayer2007-02-071-2/+2
| | | | | | workaround, though it arguably doesnt matter much where the sign is fliped back) Originally committed as revision 7873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxygenizeMichael Niedermayer2007-02-072-34/+46
| | | | Originally committed as revision 7872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a comment about swapped numerator and denominator.Diego Biurrun2007-02-071-0/+2
| | | | Originally committed as revision 7871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missing spacesDiego Biurrun2007-02-071-2/+2
| | | | Originally committed as revision 7870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix regression tests due to pixel format name changesBaptiste Coudurier2007-02-072-6/+6
| | | | Originally committed as revision 7869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l: Revert accidentally committed change.Diego Biurrun2007-02-071-2/+11
| | | | Originally committed as revision 7868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-0725-114/+105
| | | | Originally committed as revision 7867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix to loss of sync in ffplay when paused patch by (Michael McConnell /// ↵Michael McConnell2007-02-071-1/+2
| | | | | | soruk put at here eridani and here a dot co.uk) Originally committed as revision 7866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wma regression testMichael Niedermayer2007-02-063-0/+34
| | | | Originally committed as revision 7865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* workaround sign bugMichael Niedermayer2007-02-061-1/+1
| | | | Originally committed as revision 7864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l use of uninitalized varMichael Niedermayer2007-02-061-2/+2
| | | | Originally committed as revision 7863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMåns Rullgård2007-02-061-171/+171
| | | | Originally committed as revision 7862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder setting of defaults by categoryMåns Rullgård2007-02-061-44/+64
| | | | Originally committed as revision 7861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add seektest to list of PHONY targets.Diego Biurrun2007-02-061-1/+1
| | | | Originally committed as revision 7860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wordingDiego Biurrun2007-02-061-9/+9
| | | | Originally committed as revision 7859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMA encodingDiego Biurrun2007-02-061-1/+1
| | | | Originally committed as revision 7858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMA encoderDiego Biurrun2007-02-061-0/+1
| | | | Originally committed as revision 7857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill debuging codeMichael Niedermayer2007-02-061-2/+2
| | | | Originally committed as revision 7856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wma encoderMichael Niedermayer2007-02-068-482/+983
| | | | Originally committed as revision 7855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Even powerpc/power needs PIC for shared objects todayLuca Barbato2007-02-061-1/+1
| | | | Originally committed as revision 7854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name ↵Michael Niedermayer2007-02-062-5/+47
| | | | | | seperated by . place at here gmail place a dot here com>) Originally committed as revision 7853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify and remove useless index in AV_W*Michael Niedermayer2007-02-062-66/+33
| | | | Originally committed as revision 7852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* a few words about libavutilMichael Niedermayer2007-02-061-0/+37
| | | | Originally committed as revision 7851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify libvorbis/libtheora check for libogg dependency.Ramiro Polla2007-02-061-6/+3
| | | | | | patch by Ramiro Polla, ramiro lisha.ufsc br Originally committed as revision 7850 to svn://svn.ffmpeg.org/ffmpeg/trunk