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