summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use CONFIG_* macros in cmdutils.c for consistency.Diego Pettenò2008-10-16
* Revert r15615: Enable AC-3 decoding regression tests.Carl Eugen Hoyos2008-10-15
* Support absolute DOS paths for preset parametersRamiro Polla2008-10-15
* Bump minor version after addition of FF_ARRAY_ELEMS macro.Benoit Fouet2008-10-15
* Use of new bitstream in vorbis_enc.c.Bartłomiej Wołowiec2008-10-15
* Cosmetics: fix indentation after previous commit.Benoit Fouet2008-10-15
* Add a flag to avoid calling vorbis_analysis_wrote twice with an empty buffer.Nicolas George2008-10-15
* Add a macro to get the number of elements in a table.Benoit Fouet2008-10-15
* Include zlib.h as it is needed for watermark support,Michael Niedermayer2008-10-14
* Export svq1_packet_checksum() that is needed for svq3 watermarks,Michael Niedermayer2008-10-14
* Add variable to hold the svq3 watermarking key,Michael Niedermayer2008-10-14
* Enable AC-3 decoding regression tests.Carl Eugen Hoyos2008-10-13
* Add Jason Garrett-Glaser as libx264 maintainer.Benoit Fouet2008-10-13
* Add a space between frequencies and their units.Benoit Fouet2008-10-13
* Fix mem leak.Ralf Terdic2008-10-13
* Fix some icc warnings by using enum PixelFormat instead of int where appropri...Carl Eugen Hoyos2008-10-13
* vp6dec: ensure we don't try to use a buffer with negative sizeAurelien Jacobs2008-10-13
* Enable FAST_UNALIGNED on ARM variants that support itMåns Rullgård2008-10-12
* Enable FAST_UNALIGNED on PPCMåns Rullgård2008-10-12
* Revert "Replace sed trickery in the gcc dependency generation command"Måns Rullgård2008-10-12
* configure: simplify PPC dcbzl checkMåns Rullgård2008-10-12
* Add preset options documentation strings.Stefano Sabatini2008-10-12
* Use PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts.Carl Eugen Hoyos2008-10-12
* Don't include byteswap.h anymore.Carl Eugen Hoyos2008-10-12
* 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