summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Use CONFIG_* macros in cmdutils.c for consistency.Diego Pettenò2008-10-16
| | | | Originally committed as revision 15626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r15615: Enable AC-3 decoding regression tests.Carl Eugen Hoyos2008-10-15
| | | | | | | AC-3 decoding regression test fails with gcc 2.95.3 because of missing SSE support. Originally committed as revision 15625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support absolute DOS paths for preset parametersRamiro Polla2008-10-15
| | | | Originally committed as revision 15624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor version after addition of FF_ARRAY_ELEMS macro.Benoit Fouet2008-10-15
| | | | Originally committed as revision 15623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use of new bitstream in vorbis_enc.c.Bartłomiej Wołowiec2008-10-15
| | | | | | Patch by Bartłomiej Wołowiec b wolowiec AT students mimuw edu pl Originally committed as revision 15622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: fix indentation after previous commit.Benoit Fouet2008-10-15
| | | | Originally committed as revision 15621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a flag to avoid calling vorbis_analysis_wrote twice with an empty buffer.Nicolas George2008-10-15
| | | | | | Patch by Nicolas George: name surname normalesup org Originally committed as revision 15620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a macro to get the number of elements in a table.Benoit Fouet2008-10-15
| | | | Originally committed as revision 15619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include zlib.h as it is needed for watermark support,Michael Niedermayer2008-10-14
| | | | | | patch by baptiste based on reverse engineering work by chrono. Originally committed as revision 15618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export svq1_packet_checksum() that is needed for svq3 watermarks,Michael Niedermayer2008-10-14
| | | | | | patch by baptiste that is based on reverse engineering work by chrono. Originally committed as revision 15617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add variable to hold the svq3 watermarking key,Michael Niedermayer2008-10-14
| | | | | | patch by baptiste that is based on reverse engineering by chrono. Originally committed as revision 15616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable AC-3 decoding regression tests.Carl Eugen Hoyos2008-10-13
| | | | Originally committed as revision 15615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Jason Garrett-Glaser as libx264 maintainer.Benoit Fouet2008-10-13
| | | | Originally committed as revision 15614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a space between frequencies and their units.Benoit Fouet2008-10-13
| | | | Originally committed as revision 15613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix mem leak.Ralf Terdic2008-10-13
| | | | | | Patch by Ralf Terdic contact >AT< jswiff com Originally committed as revision 15612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some icc warnings by using enum PixelFormat instead of int where ↵Carl Eugen Hoyos2008-10-13
| | | | | | appropriate. Originally committed as revision 15611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vp6dec: ensure we don't try to use a buffer with negative sizeAurelien Jacobs2008-10-13
| | | | | | | this should never happen in valid vp6 bitstream fix issue684 Originally committed as revision 15610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable FAST_UNALIGNED on ARM variants that support itMåns Rullgård2008-10-12
| | | | Originally committed as revision 15609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable FAST_UNALIGNED on PPCMåns Rullgård2008-10-12
| | | | Originally committed as revision 15608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert "Replace sed trickery in the gcc dependency generation command"Måns Rullgård2008-10-12
| | | | | | | This made dependencies entirely non-functional, and also the syntax is not supported by gcc 2.95. Originally committed as revision 15607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: simplify PPC dcbzl checkMåns Rullgård2008-10-12
| | | | Originally committed as revision 15606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add preset options documentation strings.Stefano Sabatini2008-10-12
| | | | Originally committed as revision 15605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts.Carl Eugen Hoyos2008-10-12
| | | | Originally committed as revision 15604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't include byteswap.h anymore.Carl Eugen Hoyos2008-10-12
| | | | Originally committed as revision 15603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variablesDavid Conrad2008-10-12
| | | | Originally committed as revision 15602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace sed trickery in the gcc dependency generation command by use ofDiego Biurrun2008-10-12
| | | | | | the -MT option as suggested by Ramiro. Originally committed as revision 15601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix inconsistent indent.Stefano Sabatini2008-10-12
| | | | Originally committed as revision 15600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert the merger of LC_ALL declaration and export.Diego Biurrun2008-10-12
| | | | | | This part of the configure script might be run by non-POSIX shells. Originally committed as revision 15599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check requirement for libx264 version in configure usingStefano Sabatini2008-10-12
| | | | | | require_cpp_condition(). Originally committed as revision 15598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement CPP condition check support in configure.Stefano Sabatini2008-10-12
| | | | Originally committed as revision 15597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nellymoserenc: flush PutBitContext after use.Ramiro Polla2008-10-11
| | | | Originally committed as revision 15596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aac_parser: fix strict aliasing violationMåns Rullgård2008-10-11
| | | | Originally committed as revision 15595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only special-case absolute DOS paths on systems that support them.Ramiro Polla2008-10-10
| | | | Originally committed as revision 15594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make configure --help return 0.Stefano Sabatini2008-10-09
| | | | Originally committed as revision 15593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document libavfilter filters options in configure -h.Stefano Sabatini2008-10-09
| | | | Originally committed as revision 15592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_pixels_sse2, ~+12% performance compared to mmxBaptiste Coudurier2008-10-09
| | | | Originally committed as revision 15591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Limit discontinuity handling to containers that allow discontinuities.Michael Niedermayer2008-10-09
| | | | Originally committed as revision 15590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark some symbols in swscale.c as constant.Diego Pettenò2008-10-09
| | | | | | | These are only used in swscale_template.c (and thus don't need to be made extern), and can be declared as ASM constants. Originally committed as revision 27737 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Mark dither_2x2_{8,4} static to swscale.cDiego Pettenò2008-10-09
| | | | | | | These two tables are not used outside swscale.c even though they are declared also in yuv2rgb.c. Originally committed as revision 27736 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Mark variation-specific interleaveBytes static.Diego Pettenò2008-10-09
| | | | | | | These functions are never called by themselves, the alias interleaveBytes is used instead. Originally committed as revision 27735 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Invert logic for the single-pass in swScale() functions.Diego Pettenò2008-10-09
| | | | | | | | | | | | | | Instead of having a firstTime variable defaulting to 1, have a warnedAlready defaulting to 0. While this should make no difference in code speed at runtime, it allows to aggregate the four bytes of that variable with clip_table in .bss section, rather than issuing a .data section just for that. As it is, libswscale require no .data section but .data.rel.ro (that can be mitigated by prelinking), so the change might actually save one page of memory at runtime (per process). Originally committed as revision 27734 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Change variable types from int to enum PixelFormat.Carl Eugen Hoyos2008-10-09
| | | | | | Fixes icc warning #188: enumerated type mixed with another type Originally committed as revision 27733 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make gcc 2.95 happy.Michael Niedermayer2008-10-08
| | | | Originally committed as revision 15589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not set src[1] to the palette, it is now in the contextVitor Sessak2008-10-08
| | | | Originally committed as revision 27731 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add a new unscaled PAL8 -> RGB converter.Vitor Sessak2008-10-08
| | | | Originally committed as revision 27730 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: indentationAurelien Jacobs2008-10-08
| | | | Originally committed as revision 15588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lookup AVCodec by nameAurelien Jacobs2008-10-08
| | | | Originally committed as revision 15587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allows calling avcodec_find_(en|de)coder_by_name with NULL parameterAurelien Jacobs2008-10-08
| | | | Originally committed as revision 15586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change one more variable type from int to enum PixelFormat.Aurelien Jacobs2008-10-08
| | | | | | This one was missing from r27727. Originally committed as revision 27728 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add a bunch of const qualifiers to function arguments.Diego Biurrun2008-10-07
| | | | | | Taken from the upstream libmpeg2 version of the file. Originally committed as revision 15585 to svn://svn.ffmpeg.org/ffmpeg/trunk