summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove unused variablesDavid Conrad2008-10-12
* Replace sed trickery in the gcc dependency generation command by use ofDiego Biurrun2008-10-12
* Fix inconsistent indent.Stefano Sabatini2008-10-12
* Revert the merger of LC_ALL declaration and export.Diego Biurrun2008-10-12
* Check requirement for libx264 version in configure usingStefano Sabatini2008-10-12
* Implement CPP condition check support in configure.Stefano Sabatini2008-10-12
* nellymoserenc: flush PutBitContext after use.Ramiro Polla2008-10-11
* aac_parser: fix strict aliasing violationMåns Rullgård2008-10-11
* Only special-case absolute DOS paths on systems that support them.Ramiro Polla2008-10-10
* Make configure --help return 0.Stefano Sabatini2008-10-09
* Document libavfilter filters options in configure -h.Stefano Sabatini2008-10-09
* get_pixels_sse2, ~+12% performance compared to mmxBaptiste Coudurier2008-10-09
* Limit discontinuity handling to containers that allow discontinuities.Michael Niedermayer2008-10-09
* Mark some symbols in swscale.c as constant.Diego Pettenò2008-10-09
* Mark dither_2x2_{8,4} static to swscale.cDiego Pettenò2008-10-09
* Mark variation-specific interleaveBytes static.Diego Pettenò2008-10-09
* Invert logic for the single-pass in swScale() functions.Diego Pettenò2008-10-09
* Change variable types from int to enum PixelFormat.Carl Eugen Hoyos2008-10-09
* Make gcc 2.95 happy.Michael Niedermayer2008-10-08
* Do not set src[1] to the palette, it is now in the contextVitor Sessak2008-10-08
* Add a new unscaled PAL8 -> RGB converter.Vitor Sessak2008-10-08
* cosmetics: indentationAurelien Jacobs2008-10-08
* lookup AVCodec by nameAurelien Jacobs2008-10-08
* allows calling avcodec_find_(en|de)coder_by_name with NULL parameterAurelien Jacobs2008-10-08
* Change one more variable type from int to enum PixelFormat.Aurelien Jacobs2008-10-08
* Add a bunch of const qualifiers to function arguments.Diego Biurrun2008-10-07
* Change variable types from int to enum PixelFormat.Carl Eugen Hoyos2008-10-07
* replacing frame_rate and frame_rate_base with an AVRational time_baseRoman Shaposhnik2008-10-07
* simplifying code as per Michael's suggestionRoman Shaposhnik2008-10-07
* cosmetic updates as per Michael's suggestionRoman Shaposhnik2008-10-07
* vertically aligning as per Michael's suggestionRoman Shaposhnik2008-10-07
* unrolling the loops as per Michael's suggestionRoman Shaposhnik2008-10-07
* fixing a bug that prevented proper unweighting table to be selectedRoman Shaposhnik2008-10-07
* Doxygenizing the commentsRoman Shaposhnik2008-10-07
* simplifying the code as per Michael's suggestionRoman Shaposhnik2008-10-07
* Sync cosmetics from upstream.Diego Biurrun2008-10-07
* Rename variables to clarify the channel coupling element and correspondingAlex Converse2008-10-06
* Correct documentation of ch_select array.Alex Converse2008-10-06
* Corrections to channel coupling code to attain conformance for appropriateAlex Converse2008-10-06
* Synchronise presets with recent subme/brdo/bidir_refine -> subme changes inRobert Swain2008-10-06
* Remove obsolete liba52 wrapper code.Diego Biurrun2008-10-06
* Make less verbose a sentence in the preset system documentation.Stefano Sabatini2008-10-05
* gcc-apple specific fallback not necessary anymore (btw no apple hardware is l...Luca Barbato2008-10-05
* Cosmetics: rename mace3_decode_frame() to mace_decode_frame()Vitor Sessak2008-10-05
* Avoid code duplication between mace3_decode_frame() and mace6_decode_frame()Vitor Sessak2008-10-05
* Remove unused and invalid code from ffmpeg.c.Stefano Sabatini2008-10-05
* Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.Diego Biurrun2008-10-05
* Use a for() instead of triplicating code.Vitor Sessak2008-10-05
* Register RV-[34] block specific feature for long future loop filterKostya Shishkov2008-10-05
* Factorize duplicate table reading code.Vitor Sessak2008-10-05