summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Move H.264 tables that are only useful for encoding to h264enc.c.Diego Biurrun2008-11-21
* Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gatheredDiego Biurrun2008-11-20
* SH4: fix IDCTMåns Rullgård2008-11-20
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-20
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-20
* Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block.Diego Biurrun2008-11-20
* cosmetics: indentationDiego Biurrun2008-11-20
* Use standard OBJS-$(HAVE_MMX) trick for MMX objects insteadDiego Biurrun2008-11-20
* Fix typo in table value.Kenan Gillet2008-11-20
* 33l Fix applying residue condition in RV30/40 decoderKostya Shishkov2008-11-20
* Eliminate direct use of s->current_picture in RV30/40 decoderKostya Shishkov2008-11-20
* Use wider margins for edge emulation in RV30/40Kostya Shishkov2008-11-20
* SH4: fix memzero_align8()Måns Rullgård2008-11-20
* SH4: add macros for setting and restoring FPSCR.PR bitMåns Rullgård2008-11-20
* SH4: remove some commented out blocks of codeMåns Rullgård2008-11-20
* Making idct factor tables dynamically allocatedRoman Shaposhnik2008-11-20
* Add channel layout to several audio decoders I maintainKostya Shishkov2008-11-19
* Change of indentationRoman Shaposhnik2008-11-19
* SH4: fix IDCTMåns Rullgård2008-11-19
* SH4: do not mix code and declarationsMåns Rullgård2008-11-19
* SH4: fix compilation of memzero_align8()Måns Rullgård2008-11-19
* SH4: remove unused functionsMåns Rullgård2008-11-19
* SH4: replace missed rnd_avg2 -> rnd_avg32Måns Rullgård2008-11-19
* SH4: rename functions with conflicting namesMåns Rullgård2008-11-19
* cosmetics: Add a few more explanatory comments to the object sections.Diego Biurrun2008-11-18
* cosmetics: Sort processor-specific object lines into alphabetical order.Diego Biurrun2008-11-18
* Getting rid of huge static DV tablesRoman Shaposhnik2008-11-18
* Getting rid of unneeded extra wrapper functionsRoman Shaposhnik2008-11-18
* decrease atom size, fix broken files missing version/flagsBaptiste Coudurier2008-11-18
* Trivial, CosmeticsReynaldo H. Verdejo Pinochet2008-11-18
* Improve error message in case of output file with no streams, dumpingStefano Sabatini2008-11-17
* Improve messages printed when there is no input/output file, makingStefano Sabatini2008-11-17
* Remove unnecessary calls to show_help(), make ffmpeg/ffplay print aStefano Sabatini2008-11-17
* Add a Makefile variable for the old scaler that gets enabled when the newDiego Biurrun2008-11-17
* Revert previous commit: the libavcodec/i386/fft_*.o objects depend onDiego Biurrun2008-11-17
* Only the yasm-dependent objects should be enabled by a yasm conditional.Diego Biurrun2008-11-17
* Change type of prev_stream_id from uint32_t to int, since it has a max sizeRonald S. Bultje2008-11-17
* cosmetics: Group ppc-specific objects together.Diego Biurrun2008-11-17
* Add missing options to the help output.Diego Biurrun2008-11-17
* cosmetics: Move some options to more sensible places within the help output.Diego Biurrun2008-11-17
* Move zlib/bzlib options to the external library section of the help output andDiego Biurrun2008-11-17
* spelling and wording cosmetics for the help outputDiego Biurrun2008-11-17
* Take build_suffix into account in pkg-config files.Charles Yates2008-11-17
* Print just [no] or [yes] in the help output instead of [default=no/yes].Diego Biurrun2008-11-17
* cosmetics: Group ARM objects sections together.Diego Biurrun2008-11-17
* cosmetics: Reorder processor-specific entries alphabetically.Diego Biurrun2008-11-17
* Reindent after r15853.Ronald S. Bultje2008-11-17
* Read optional components of the RDT packet header, such as extended setIDRonald S. Bultje2008-11-17
* Change header reading implementation to using get_bits() instead of directlyRonald S. Bultje2008-11-17
* Prefix all ff_rdt_parse_header() arguments with a p, preparing for localRonald S. Bultje2008-11-17