summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ARM: move dct_unquantize_h263_*_armv5te asm to separate fileMåns Rullgård2008-11-233-110/+122
| | | | Originally committed as revision 15917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML.Ronald S. Bultje2008-11-231-1/+1
| | | | Originally committed as revision 15916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Run regression tests on target system.Måns Rullgård2008-11-233-38/+48
| | | | Originally committed as revision 15915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build regression test data generators using HOSTCCMåns Rullgård2008-11-231-2/+2
| | | | Originally committed as revision 15914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: set TARGET_EXEC and TARGET_PATHMåns Rullgård2008-11-231-0/+8
| | | | | | | | | | TARGET_EXEC specifies a command to execute cross-compiled binaries, e.g. through a remote shell or an emulator. TARGET_PATH specifies the path to the build directory on the target, e.g. mounted over NFS. Originally committed as revision 15913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: set HOSTCC to native compilerMåns Rullgård2008-11-231-2/+20
| | | | | | | | | | The HOSTCC value defaults to the value of CC if not cross-compiling. If cross-compiling, HOSTCC defaults to "gcc". HOSTCFLAGS, HOSTLDFLAGS, and HOSTLIBS are also given sensible default values. Originally committed as revision 15912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: simplify set_default functionMåns Rullgård2008-11-231-1/+1
| | | | Originally committed as revision 15911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add forgotten file format pgmyuv.Carl Eugen Hoyos2008-11-221-1/+1
| | | | Originally committed as revision 15910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support picture output without -f image2 for most codecs.Carl Eugen Hoyos2008-11-221-1/+1
| | | | Originally committed as revision 15909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation, prettyprintingDiego Biurrun2008-11-221-768/+768
| | | | Originally committed as revision 15908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: consistent function declarationsDiego Biurrun2008-11-221-17/+23
| | | | Originally committed as revision 15907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Put statements after 'if' on their own line.Diego Biurrun2008-11-221-3/+6
| | | | Originally committed as revision 15906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Trivial, CosmeticsReynaldo H. Verdejo Pinochet2008-11-221-3/+3
| | | | Originally committed as revision 15905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Trivial, CosmeticsReynaldo H. Verdejo Pinochet2008-11-221-94/+118
| | | | Originally committed as revision 15904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg print in the error message the exact line of a preset fileStefano Sabatini2008-11-211-1/+1
| | | | | | | containing an invalid option or value, and also how the option and the value have been parsed. Originally committed as revision 15903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg print in the error message the exact line of a preset fileStefano Sabatini2008-11-211-1/+1
| | | | | | containing an invalid syntax. Originally committed as revision 15902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More OKed parts of the QCELP decoderKenan Gillet2008-11-212-8/+144
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetic: Fix typoVitor Sessak2008-11-211-1/+1
| | | | | | Spotted by Jethro Walters Originally committed as revision 15900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move H.264 tables that are only useful for encoding to h264enc.c.Diego Biurrun2008-11-212-15/+13
| | | | Originally committed as revision 15899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gatheredDiego Biurrun2008-11-201-16/+15
| | | | | | into a separate variable which is added to OBJS if MMX is enabled. Originally committed as revision 15898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SH4: fix IDCTMåns Rullgård2008-11-201-13/+12
| | | | Originally committed as revision 15897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-201-2/+2
| | | | Originally committed as revision 27970 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-204-24/+23
| | | | Originally committed as revision 15896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block.Diego Biurrun2008-11-201-3/+3
| | | | | | The MMX dependency is already handled by configure. Originally committed as revision 15895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationDiego Biurrun2008-11-201-7/+7
| | | | Originally committed as revision 15894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use standard OBJS-$(HAVE_MMX) trick for MMX objects insteadDiego Biurrun2008-11-201-2/+2
| | | | | | of surrounding them by an ifdef. Originally committed as revision 15893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in table value.Kenan Gillet2008-11-201-1/+1
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 33l Fix applying residue condition in RV30/40 decoderKostya Shishkov2008-11-201-2/+2
| | | | Originally committed as revision 15891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Eliminate direct use of s->current_picture in RV30/40 decoderKostya Shishkov2008-11-201-7/+6
| | | | Originally committed as revision 15890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use wider margins for edge emulation in RV30/40Kostya Shishkov2008-11-201-4/+4
| | | | Originally committed as revision 15889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SH4: fix memzero_align8()Måns Rullgård2008-11-201-7/+8
| | | | Originally committed as revision 15888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SH4: add macros for setting and restoring FPSCR.PR bitMåns Rullgård2008-11-201-0/+44
| | | | Originally committed as revision 15887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SH4: remove some commented out blocks of codeMåns Rullgård2008-11-203-75/+1
| | | | Originally committed as revision 15886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Making idct factor tables dynamically allocatedRoman Shaposhnik2008-11-202-35/+48
| | | | Originally committed as revision 15885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add channel layout to several audio decoders I maintainKostya Shishkov2008-11-195-0/+5
| | | | Originally committed as revision 15884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change of indentationRoman Shaposhnik2008-11-191-15/+14
| | | | Originally committed as revision 15883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SH4: fix IDCTMåns Rullgård2008-11-191-2/+2
| | | | Originally committed as revision 15882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SH4: do not mix code and declarationsMåns Rullgård2008-11-191-2/+2
| | | | Originally committed as revision 15881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SH4: fix compilation of memzero_align8()Måns Rullgård2008-11-191-3/+1
| | | | Originally committed as revision 15880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SH4: remove unused functionsMåns Rullgård2008-11-191-132/+0
| | | | Originally committed as revision 15879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SH4: replace missed rnd_avg2 -> rnd_avg32Måns Rullgård2008-11-191-20/+20
| | | | Originally committed as revision 15878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SH4: rename functions with conflicting namesMåns Rullgård2008-11-192-102/+102
| | | | Originally committed as revision 15877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add a few more explanatory comments to the object sections.Diego Biurrun2008-11-181-1/+7
| | | | Originally committed as revision 15876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort processor-specific object lines into alphabetical order.Diego Biurrun2008-11-181-20/+20
| | | | Originally committed as revision 15875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Getting rid of huge static DV tablesRoman Shaposhnik2008-11-182-5718/+117
| | | | Originally committed as revision 15874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Getting rid of unneeded extra wrapper functionsRoman Shaposhnik2008-11-181-16/+7
| | | | Originally committed as revision 15873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decrease atom size, fix broken files missing version/flagsBaptiste Coudurier2008-11-181-1/+2
| | | | Originally committed as revision 15872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Trivial, CosmeticsReynaldo H. Verdejo Pinochet2008-11-181-16/+16
| | | | Originally committed as revision 15871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve error message in case of output file with no streams, dumpingStefano Sabatini2008-11-171-1/+2
| | | | | | | the empty file format representation and specifying the index number of the output file. Originally committed as revision 15870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve messages printed when there is no input/output file, makingStefano Sabatini2008-11-171-2/+2
| | | | | | | them more grammatically correct and consistent with other equivalent messages. Originally committed as revision 15869 to svn://svn.ffmpeg.org/ffmpeg/trunk