summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add missing Makefile dependencies to CONFIG_SNOW_ENCODER.Alexander Strange2010-01-17
* Fix indentation after r21257.Carl Eugen Hoyos2010-01-17
* Add a const qualifier in a cast, fix the gcc warning:Stefano Sabatini2010-01-17
* Support demuxing of Sony OpenMG files without metadata header.Michael Karcher2010-01-17
* Add a const qualifier in a cast, fix the gcc warning:Stefano Sabatini2010-01-17
* Fix typo, "get rid off" -> "get rid of".Stefano Sabatini2010-01-16
* regtest: run tests only for enabled codecs and formatsMåns Rullgård2010-01-16
* regtest: split wma test into wmav1 and wmav2Måns Rullgård2010-01-16
* regtest: split reference files allowing tests to run individuallyMåns Rullgård2010-01-16
* regtest: suppress console output from testsMåns Rullgård2010-01-16
* Revert r30331, which broke compilation.Stefano Sabatini2010-01-16
* Prefer enum PixelFormat to int as the parameter type ofStefano Sabatini2010-01-16
* Declare with av_unused the variable alpMmxFilter, fix the gcc warning:Stefano Sabatini2010-01-16
* Factorize the code which calls the non optimized C functions inStefano Sabatini2010-01-16
* Prefer "to %s%s" over "to%s %s", slightly more readable.Stefano Sabatini2010-01-16
* Simplify code in sws_getContext() which logs if the destination formatStefano Sabatini2010-01-16
* Document some of SwsContext.Ramiro Polla2010-01-16
* Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.Ramiro Polla2010-01-16
* Factorize code which logs the source and destination formats inStefano Sabatini2010-01-16
* Read "Last Changed Rev" field instead of "Revision" field to avoid beingRamiro Polla2010-01-16
* Comment for() ; outMichael Niedermayer2010-01-16
* Mark a few functions as noinline, this makes ff_h264_filter_mb() a bit smallerMichael Niedermayer2010-01-16
* Apply last 2 optimizations to similar code i forgot.Michael Niedermayer2010-01-16
* Another microopt, 4 cpu cycles for avoidance of FFABS().Michael Niedermayer2010-01-16
* Add missing guards and includes to arm/aac.hMåns Rullgård2010-01-16
* Minor (2 cpu cycles) optimization ||->|.Michael Niedermayer2010-01-16
* Support decoding of SoftLab-NSK VideoTizer.ami_stuff2010-01-16
* Consider slice_beta_offet in qp_thresh.Michael Niedermayer2010-01-16
* Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh.Michael Niedermayer2010-01-16
* Simplify reset_ptr(): employ usePal() macro rather than enumeratingStefano Sabatini2010-01-16
* Implement null video sink.Stefano Sabatini2010-01-16
* Correctly decode some Avid AV1x samples, fixes issue 1684.Carl Eugen Hoyos2010-01-16
* Implement null video source.Stefano Sabatini2010-01-16
* Support lowres 3 when decoding MPEG video.Anatoly Nenashev2010-01-16
* Make avfilter_default_start_frame() request a buffer with the sameStefano Sabatini2010-01-16
* Replace cabac checks in inline functions from h264.h with constants.Michael Niedermayer2010-01-16
* Add symbol versioning for shared librariesMåns Rullgård2010-01-16
* configure: add test_ldflags functionMåns Rullgård2010-01-16
* Add symbol versioning for shared librariesMåns Rullgård2010-01-16
* SIPR16k decoderVitor Sessak2010-01-16
* Allow a SIPR table to be used by the upcoming SIPR16k decoderVitor Sessak2010-01-16
* Split some SIPR structs to a header file for the upcoming SIPR16k commitVitor Sessak2010-01-16
* Use macros instead of inline functions to replace the following missing C99Vitor Sessak2010-01-16
* Support 2Vuy in mov, fixes issue 1690.ami_stuff2010-01-16
* Exclude .svn and .git directories from doxygen documentation.Ramiro Polla2010-01-15
* Fix out of tree build with hardcoded tablesMåns Rullgård2010-01-15
* mingw32: Build for Windows XP by default. Add note about Win9x/2000 support.Ramiro Polla2010-01-15
* Don't initialize normal horizontal filter if MMX2 filter is used.Ramiro Polla2010-01-15
* Get one step closer to world domination.Ramiro Polla2010-01-15
* Do not print VDPAU upgrade notice when configure is invokedJai Menon2010-01-15