summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Move H.264 tables that are only useful for encoding to h264enc.c.Diego Biurrun2008-11-21
| | | | 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-20
| | | | | | 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-20
| | | | Originally committed as revision 15897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-20
| | | | 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-20
| | | | 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-20
| | | | | | The MMX dependency is already handled by configure. Originally committed as revision 15895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationDiego Biurrun2008-11-20
| | | | Originally committed as revision 15894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use standard OBJS-$(HAVE_MMX) trick for MMX objects insteadDiego Biurrun2008-11-20
| | | | | | 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-20
| | | | | | 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-20
| | | | 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-20
| | | | Originally committed as revision 15890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use wider margins for edge emulation in RV30/40Kostya Shishkov2008-11-20
| | | | Originally committed as revision 15889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SH4: fix memzero_align8()Måns Rullgård2008-11-20
| | | | 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-20
| | | | Originally committed as revision 15887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SH4: remove some commented out blocks of codeMåns Rullgård2008-11-20
| | | | Originally committed as revision 15886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Making idct factor tables dynamically allocatedRoman Shaposhnik2008-11-20
| | | | Originally committed as revision 15885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add channel layout to several audio decoders I maintainKostya Shishkov2008-11-19
| | | | Originally committed as revision 15884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change of indentationRoman Shaposhnik2008-11-19
| | | | Originally committed as revision 15883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SH4: fix IDCTMåns Rullgård2008-11-19
| | | | Originally committed as revision 15882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SH4: do not mix code and declarationsMåns Rullgård2008-11-19
| | | | Originally committed as revision 15881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SH4: fix compilation of memzero_align8()Måns Rullgård2008-11-19
| | | | Originally committed as revision 15880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SH4: remove unused functionsMåns Rullgård2008-11-19
| | | | Originally committed as revision 15879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SH4: replace missed rnd_avg2 -> rnd_avg32Måns Rullgård2008-11-19
| | | | Originally committed as revision 15878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SH4: rename functions with conflicting namesMåns Rullgård2008-11-19
| | | | 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-18
| | | | Originally committed as revision 15876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort processor-specific object lines into alphabetical order.Diego Biurrun2008-11-18
| | | | Originally committed as revision 15875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Getting rid of huge static DV tablesRoman Shaposhnik2008-11-18
| | | | Originally committed as revision 15874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Getting rid of unneeded extra wrapper functionsRoman Shaposhnik2008-11-18
| | | | Originally committed as revision 15873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decrease atom size, fix broken files missing version/flagsBaptiste Coudurier2008-11-18
| | | | Originally committed as revision 15872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Trivial, CosmeticsReynaldo H. Verdejo Pinochet2008-11-18
| | | | 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-17
| | | | | | | 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-17
| | | | | | | them more grammatically correct and consistent with other equivalent messages. Originally committed as revision 15869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary calls to show_help(), make ffmpeg/ffplay print aStefano Sabatini2008-11-17
| | | | | | specific error message instead. Originally committed as revision 15868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a Makefile variable for the old scaler that gets enabled when the newDiego Biurrun2008-11-17
| | | | | | scaler is disabled to get rid of a Makefile ifdef. Originally committed as revision 15867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert previous commit: the libavcodec/i386/fft_*.o objects depend onDiego Biurrun2008-11-17
| | | | | | libavcodec/i386/fft_mmx.o, which depends on yasm. Originally committed as revision 15866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only the yasm-dependent objects should be enabled by a yasm conditional.Diego Biurrun2008-11-17
| | | | Originally committed as revision 15865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change type of prev_stream_id from uint32_t to int, since it has a max sizeRonald S. Bultje2008-11-17
| | | | | | of 16bits. See discussion in "[PATCH] RDT/Realmedia patches #2" thread on ML. Originally committed as revision 15864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Group ppc-specific objects together.Diego Biurrun2008-11-17
| | | | Originally committed as revision 15863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing options to the help output.Diego Biurrun2008-11-17
| | | | Originally committed as revision 15862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Move some options to more sensible places within the help output.Diego Biurrun2008-11-17
| | | | Originally committed as revision 15861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move zlib/bzlib options to the external library section of the help output andDiego Biurrun2008-11-17
| | | | | | mention the enable variant of the option since they are disabled by default. Originally committed as revision 15860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling and wording cosmetics for the help outputDiego Biurrun2008-11-17
| | | | Originally committed as revision 15859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Take build_suffix into account in pkg-config files.Charles Yates2008-11-17
| | | | | | patch by Charles Yates, charles.yates gmail com Originally committed as revision 15858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print just [no] or [yes] in the help output instead of [default=no/yes].Diego Biurrun2008-11-17
| | | | Originally committed as revision 15857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Group ARM objects sections together.Diego Biurrun2008-11-17
| | | | Originally committed as revision 15856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reorder processor-specific entries alphabetically.Diego Biurrun2008-11-17
| | | | Originally committed as revision 15855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r15853.Ronald S. Bultje2008-11-17
| | | | Originally committed as revision 15854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Read optional components of the RDT packet header, such as extended setIDRonald S. Bultje2008-11-17
| | | | | | | and streamID and the length. of the packet in case of packet concatenation. Discussed in ML thread "[PATCH] RDT/Realmedia patches #2". Originally committed as revision 15853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change header reading implementation to using get_bits() instead of directlyRonald S. Bultje2008-11-17
| | | | | | | | accessing the data array. This allows to easily read optionally available header bits without causing pains. See discussion in "[PATCH] RDT/Realmedia patches #2" thread on ML. Originally committed as revision 15852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefix all ff_rdt_parse_header() arguments with a p, preparing for localRonald S. Bultje2008-11-17
| | | | | | | variables to temporary hold the values. Discussed in ML thread "[PATCH] RDT/Realmedia patches #2". Originally committed as revision 15851 to svn://svn.ffmpeg.org/ffmpeg/trunk