summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Revert 12838 to redo it the right way (use svn copy to create newJeff Downs2008-04-16
| | | | | | file based on old). Originally committed as revision 12845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Test idct_xvid_sse2() in dct-test.Alexander Strange2008-04-16
| | | | Originally committed as revision 12844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a new xvid-style IDCT using SSE2.Alexander Strange2008-04-16
| | | | Originally committed as revision 12843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs.Alexander Strange2008-04-16
| | | | Originally committed as revision 12842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleanup comments and make them doxygen parsable.Luca Barbato2008-04-15
| | | | Originally committed as revision 12841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* documentation update for new Maxis EA XA decoder/demuxerRobert Marston2008-04-15
| | | | | | patch by Robert Marston, rmarston gmail com Originally committed as revision 12840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Expose max_packet_size from the rtp protocolLuca Barbato2008-04-15
| | | | Originally committed as revision 12839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move decode_significance_x86() and decode_significance_8x8_x86() toJeff Downs2008-04-15
| | | | | | | | | | i386-specific file from cabac.h. New file is h264-oriented and only included from h264.c Resolves compilation when configured with --disable-optimizations due to decode_significance_8x8_x86 using last_coeff_flag_offset_8x8, which is only defined in h264.c Originally committed as revision 12838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not detect a format if another has the same score.Michael Niedermayer2008-04-15
| | | | Originally committed as revision 12837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Using the same probe function in 2 formats is not a good idea.Michael Niedermayer2008-04-15
| | | | Originally committed as revision 12836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DCA frame size is constantKostya Shishkov2008-04-15
| | | | Originally committed as revision 12835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reduce probe score as it misdetects our flv file from the regression test.Michael Niedermayer2008-04-15
| | | | | | | The only reason why it does not break them is that flv has the same score and happens to be first in the list. Originally committed as revision 12834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix probe for mov00003.mqv.Michael Niedermayer2008-04-15
| | | | Originally committed as revision 12833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Identify codec in GMCMidiaASX.mov correctly.Michael Niedermayer2008-04-15
| | | | Originally committed as revision 12832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix receiving from SDP with unicast destinationsLuca Abeni2008-04-15
| | | | Originally committed as revision 12831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "multicast=" tag from UDP and RTP URLsLuca Abeni2008-04-15
| | | | Originally committed as revision 12830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* We require GNU Make 3.81.Diego Biurrun2008-04-15
| | | | Originally committed as revision 12829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording/grammar and better phrasingDiego Biurrun2008-04-14
| | | | Originally committed as revision 12828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_exit() instead of exit() for a minimal cleanupRamiro Polla2008-04-14
| | | | | | | before leaving ffmpeg. Needed by some grab devices and possibly network streams. Originally committed as revision 12827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_exit() so it can be used by more functionsRamiro Polla2008-04-14
| | | | | | without needing forward declaration. Originally committed as revision 12826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add DIRS variable to the list of variables to be cleared instead ofDiego Biurrun2008-04-14
| | | | | | unsetting it manually. Originally committed as revision 12825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange ↵Luca Barbato2008-04-14
| | | | | | astrangeAtithinkswDoTcom Originally committed as revision 12824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoRamiro Polla2008-04-14
| | | | Originally committed as revision 12823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add #if 0 code to test for yet unsupported compressionsRamiro Polla2008-04-14
| | | | | | from user-supplied verbose information. Originally committed as revision 12822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support biCompression I420Ramiro Polla2008-04-14
| | | | Originally committed as revision 12821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: remove {}s over one-lined ifs.Ramiro Polla2008-04-14
| | | | Originally committed as revision 12820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify more errors by using gotoRamiro Polla2008-04-14
| | | | Originally committed as revision 12819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify returning errors by using gotoRamiro Polla2008-04-14
| | | | Originally committed as revision 12818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Maxis XA demuxer and decoder.Robert Marston2008-04-14
| | | | | | | | Patch by Robert Marston rmarston (\at/) gmail point com Original thread: [FFmpeg-soc] [Patch] Maxis EA XA decoder - GSoC Task Date: 04/08/2008 01:36 AM Originally committed as revision 12817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentationBenoit Fouet2008-04-14
| | | | Originally committed as revision 12816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for BMP os2v1.Benoit Fouet2008-04-14
| | | | Originally committed as revision 12815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless code.Michael Niedermayer2008-04-14
| | | | Originally committed as revision 12814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Recommit r12809Michael Niedermayer2008-04-14
| | | | | | | | | | Log: 10l Setting AVFMTCTX_NOHEADER if streams<2 so phantom streams are found. fixes WELCOMETOBELGRADE.flv After seeking bug has been fixed. Originally committed as revision 12813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use generic seeking code for flv. The removed code was a buggy duplicate.Michael Niedermayer2008-04-14
| | | | Originally committed as revision 12812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r12809Michael Niedermayer2008-04-14
| | | | | | | | | | Log: 10l Setting AVFMTCTX_NOHEADER if streams<2 so phantom streams are found. fixes WELCOMETOBELGRADE.flv As it unexpectly breaks seek regression tests. Originally committed as revision 12811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Stop find_stream_info() searching for further streams if 2 streams haveMichael Niedermayer2008-04-13
| | | | | | been found. Originally committed as revision 12810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2008-04-13
| | | | | | | Setting AVFMTCTX_NOHEADER if streams<2 so phantom streams are found. fixes WELCOMETOBELGRADE.flv Originally committed as revision 12809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BFI demuxerSisir Koppaka2008-04-13
| | | | | | Patch by Sisir Koppaka (sisir.koppaka at G.M!A.I!L.com) Originally committed as revision 12808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ILP64 fixes (untested)Michael Niedermayer2008-04-13
| | | | Originally committed as revision 12807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print warning if scale/rate is invalid.Michael Niedermayer2008-04-13
| | | | Originally committed as revision 12806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-04-13
| | | | Originally committed as revision 12805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Restructure if/else a little.Michael Niedermayer2008-04-13
| | | | Originally committed as revision 12804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clear DIRS variable in common.mak, so it does not have to be cleared inDiego Biurrun2008-04-13
| | | | | | each subdirectory Makefile. Originally committed as revision 12803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove all dependency files on distclean.Diego Biurrun2008-04-13
| | | | Originally committed as revision 12802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unset DIRS after including subdir.mak so that the variable is not usedDiego Biurrun2008-04-13
| | | | | | in the other subdirectory Makefiles. Originally committed as revision 12801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generate the list of files to clean in subdirectories in common.mak.Diego Biurrun2008-04-13
| | | | | | This way, it can be used from all directories. Originally committed as revision 12800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split CLEANFILES variable into CLEANSUFFIXES and LIBSUFFIXES.Diego Biurrun2008-04-13
| | | | Originally committed as revision 12799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify CLEANFILES generation.Diego Biurrun2008-04-13
| | | | Originally committed as revision 12798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not call update_initial_durations if pkt->duration is 0.Reimar Döffinger2008-04-13
| | | | | | | Fixes and assertion crash when playing amv files, e.g. http://samples.mplayerhq.hu/amv/Shakira - Hips Don't Lie.amv Originally committed as revision 12797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add explanatory comments to enum CodecID.Diego Biurrun2008-04-13
| | | | Originally committed as revision 12796 to svn://svn.ffmpeg.org/ffmpeg/trunk