summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Move aanscales tables to their own file; fixes compilation without encoders.Diego Biurrun2008-11-26
| | | | | | based on a patch by David Geldreich, david.geldreich free fr Originally committed as revision 15939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible.Diego Biurrun2008-11-26
| | | | Originally committed as revision 15938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move encoder-specific quantize_c and related tables to the H.264 encoder.Diego Biurrun2008-11-26
| | | | Originally committed as revision 15937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add udp.c maintainer.Michael Niedermayer2008-11-25
| | | | Originally committed as revision 15936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq (x86_64),Reimar Döffinger2008-11-25
| | | | | | to fix generated code on ICC 11.0. Originally committed as revision 15935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* snow: move scratch buffer from stack to malloced buffer in contextMåns Rullgård2008-11-25
| | | | | | This is required to ensure 16-byte alignment. Originally committed as revision 15934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable unused code for now to allow 'make checkheaders' to pass.Diego Biurrun2008-11-24
| | | | Originally committed as revision 15933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing headers to get 'make checkheaders' closer to passing.Diego Biurrun2008-11-24
| | | | Originally committed as revision 15932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq1enc: move scratch buffer from stack to context to ensure alignmentMåns Rullgård2008-11-24
| | | | Originally committed as revision 15931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flashsv: use skip_bits_long() where requiredMåns Rullgård2008-11-24
| | | | | | | skip_bits(gb, n) with n > 17 doesn't work with all bitstream readers. Switch to skip_bits_long() instead. Originally committed as revision 15930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move decoder initialization in separate function, earlier failure detectionBaptiste Coudurier2008-11-24
| | | | Originally committed as revision 15929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make non-void replacement functions actually return a value.Diego Biurrun2008-11-24
| | | | Originally committed as revision 15928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move #defines that are mostly used in h264.c out of h264data.h and into h264.h.Diego Biurrun2008-11-24
| | | | Originally committed as revision 15927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use golomb_to_pict_type instead of its duplicate, slice_type_map.Diego Biurrun2008-11-24
| | | | Originally committed as revision 15926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Align table for better readability.Diego Biurrun2008-11-24
| | | | Originally committed as revision 15925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some BMP files have file size declared in the header equal to headers sizeKostya Shishkov2008-11-24
| | | | | | | without image data, so try to correct that value before conducting checks on declared file size. Originally committed as revision 15924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give more meaningful message on BMP header parsing errorKostya Shishkov2008-11-24
| | | | Originally committed as revision 15923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add known BMP header sizes.Kostya Shishkov2008-11-24
| | | | | | Now 11B*.bmp from samples repository can be decoded. Originally committed as revision 15922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add shift argument to MULL() macroMåns Rullgård2008-11-24
| | | | | | | | This replaces use of FRAC_BITS in the MULL() definition with a third argument specifying the shift amount. All uses of this macro are updated to pass FRAC_BITS as third argument. Originally committed as revision 15921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC: Cosmetics after last commitRobert Swain2008-11-24
| | | | Originally committed as revision 15920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC: Frequency domain prediction and hence Main profile supportAlex Converse2008-11-24
| | | | | | Patch by Alex Converse ( alex converse gmail com ) Originally committed as revision 15919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Strong filtering function for future RV40 loop filterKostya Shishkov2008-11-23
| | | | Originally committed as revision 15918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: move dct_unquantize_h263_*_armv5te asm to separate fileMåns Rullgård2008-11-23
| | | | Originally committed as revision 15917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML.Ronald S. Bultje2008-11-23
| | | | Originally committed as revision 15916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Run regression tests on target system.Måns Rullgård2008-11-23
| | | | Originally committed as revision 15915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build regression test data generators using HOSTCCMåns Rullgård2008-11-23
| | | | Originally committed as revision 15914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: set TARGET_EXEC and TARGET_PATHMåns Rullgård2008-11-23
| | | | | | | | | | TARGET_EXEC specifies a command to execute cross-compiled binaries, e.g. through a remote shell or an emulator. TARGET_PATH specifies the path to the build directory on the target, e.g. mounted over NFS. Originally committed as revision 15913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: set HOSTCC to native compilerMåns Rullgård2008-11-23
| | | | | | | | | | The HOSTCC value defaults to the value of CC if not cross-compiling. If cross-compiling, HOSTCC defaults to "gcc". HOSTCFLAGS, HOSTLDFLAGS, and HOSTLIBS are also given sensible default values. Originally committed as revision 15912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: simplify set_default functionMåns Rullgård2008-11-23
| | | | Originally committed as revision 15911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add forgotten file format pgmyuv.Carl Eugen Hoyos2008-11-22
| | | | Originally committed as revision 15910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support picture output without -f image2 for most codecs.Carl Eugen Hoyos2008-11-22
| | | | Originally committed as revision 15909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation, prettyprintingDiego Biurrun2008-11-22
| | | | Originally committed as revision 15908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: consistent function declarationsDiego Biurrun2008-11-22
| | | | Originally committed as revision 15907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Put statements after 'if' on their own line.Diego Biurrun2008-11-22
| | | | Originally committed as revision 15906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Trivial, CosmeticsReynaldo H. Verdejo Pinochet2008-11-22
| | | | Originally committed as revision 15905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Trivial, CosmeticsReynaldo H. Verdejo Pinochet2008-11-22
| | | | Originally committed as revision 15904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg print in the error message the exact line of a preset fileStefano Sabatini2008-11-21
| | | | | | | containing an invalid option or value, and also how the option and the value have been parsed. Originally committed as revision 15903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg print in the error message the exact line of a preset fileStefano Sabatini2008-11-21
| | | | | | containing an invalid syntax. Originally committed as revision 15902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More OKed parts of the QCELP decoderKenan Gillet2008-11-21
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetic: Fix typoVitor Sessak2008-11-21
| | | | | | Spotted by Jethro Walters Originally committed as revision 15900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move H.264 tables that are only useful for encoding to h264enc.c.Diego Biurrun2008-11-21
| | | | Originally committed as revision 15899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gatheredDiego Biurrun2008-11-20
| | | | | | into a separate variable which is added to OBJS if MMX is enabled. Originally committed as revision 15898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SH4: fix IDCTMåns Rullgård2008-11-20
| | | | Originally committed as revision 15897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-20
| | | | Originally committed as revision 27970 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-20
| | | | Originally committed as revision 15896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block.Diego Biurrun2008-11-20
| | | | | | The MMX dependency is already handled by configure. Originally committed as revision 15895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationDiego Biurrun2008-11-20
| | | | Originally committed as revision 15894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use standard OBJS-$(HAVE_MMX) trick for MMX objects insteadDiego Biurrun2008-11-20
| | | | | | of surrounding them by an ifdef. Originally committed as revision 15893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in table value.Kenan Gillet2008-11-20
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 33l Fix applying residue condition in RV30/40 decoderKostya Shishkov2008-11-20
| | | | Originally committed as revision 15891 to svn://svn.ffmpeg.org/ffmpeg/trunk