aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make rate_emu a global property rather than to be settable for aStefano Sabatini2008-11-271-4/+2
* Remove AVInputStream frame variable definition and usage, unnecessaryStefano Sabatini2008-11-271-4/+0
* Make the input realtime framerate emulation code use ist->pts forStefano Sabatini2008-11-271-1/+1
* Fix RV40 chroma MCKostya Shishkov2008-11-271-13/+23
* Use PIX_FMT_NONE to silence icc warning #188:Carl Eugen Hoyos2008-11-261-1/+1
* Only build the imgresample test if the old scaler was enabled.Diego Biurrun2008-11-261-1/+2
* Automatically check the dependencies for the AAN DCT tables.Diego Biurrun2008-11-262-18/+39
* Move aanscales tables to their own file; fixes compilation without encoders.Diego Biurrun2008-11-265-42/+99
* cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible.Diego Biurrun2008-11-261-9/+9
* Move encoder-specific quantize_c and related tables to the H.264 encoder.Diego Biurrun2008-11-263-136/+138
* Add udp.c maintainer.Michael Niedermayer2008-11-251-0/+3
* Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq (x86_64),Reimar Döffinger2008-11-251-3/+10
* snow: move scratch buffer from stack to malloced buffer in contextMåns Rullgård2008-11-251-2/+6
* Disable unused code for now to allow 'make checkheaders' to pass.Diego Biurrun2008-11-241-0/+3
* Add missing headers to get 'make checkheaders' closer to passing.Diego Biurrun2008-11-241-0/+2
* svq1enc: move scratch buffer from stack to context to ensure alignmentMåns Rullgård2008-11-241-1/+5
* flashsv: use skip_bits_long() where requiredMåns Rullgård2008-11-241-1/+1
* move decoder initialization in separate function, earlier failure detectionBaptiste Coudurier2008-11-241-5/+17
* Make non-void replacement functions actually return a value.Diego Biurrun2008-11-241-2/+2
* Move #defines that are mostly used in h264.c out of h264data.h and into h264.h.Diego Biurrun2008-11-242-6/+6
* Use golomb_to_pict_type instead of its duplicate, slice_type_map.Diego Biurrun2008-11-241-2/+1
* cosmetics: Align table for better readability.Diego Biurrun2008-11-241-16/+16
* Some BMP files have file size declared in the header equal to headers sizeKostya Shishkov2008-11-241-6/+10
* Give more meaningful message on BMP header parsing errorKostya Shishkov2008-11-241-1/+1
* Add known BMP header sizes.Kostya Shishkov2008-11-241-3/+9
* Add shift argument to MULL() macroMåns Rullgård2008-11-245-22/+18
* AAC: Cosmetics after last commitRobert Swain2008-11-241-3/+3
* AAC: Frequency domain prediction and hence Main profile supportAlex Converse2008-11-244-2/+153
* Strong filtering function for future RV40 loop filterKostya Shishkov2008-11-231-0/+104
* ARM: move dct_unquantize_h263_*_armv5te asm to separate fileMåns Rullgård2008-11-233-110/+122
* Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML.Ronald S. Bultje2008-11-231-1/+1
* Run regression tests on target system.Måns Rullgård2008-11-233-38/+48
* Build regression test data generators using HOSTCCMåns Rullgård2008-11-231-2/+2
* configure: set TARGET_EXEC and TARGET_PATHMåns Rullgård2008-11-231-0/+8
* configure: set HOSTCC to native compilerMåns Rullgård2008-11-231-2/+20
* configure: simplify set_default functionMåns Rullgård2008-11-231-1/+1
* Add forgotten file format pgmyuv.Carl Eugen Hoyos2008-11-221-1/+1
* Support picture output without -f image2 for most codecs.Carl Eugen Hoyos2008-11-221-1/+1
* cosmetics: indentation, prettyprintingDiego Biurrun2008-11-221-768/+768
* cosmetics: consistent function declarationsDiego Biurrun2008-11-221-17/+23
* cosmetics: Put statements after 'if' on their own line.Diego Biurrun2008-11-221-3/+6
* Trivial, CosmeticsReynaldo H. Verdejo Pinochet2008-11-221-3/+3
* Trivial, CosmeticsReynaldo H. Verdejo Pinochet2008-11-221-94/+118
* Make ffmpeg print in the error message the exact line of a preset fileStefano Sabatini2008-11-211-1/+1
* Make ffmpeg print in the error message the exact line of a preset fileStefano Sabatini2008-11-211-1/+1
* More OKed parts of the QCELP decoderKenan Gillet2008-11-212-8/+144
* Cosmetic: Fix typoVitor Sessak2008-11-211-1/+1
* Move H.264 tables that are only useful for encoding to h264enc.c.Diego Biurrun2008-11-212-15/+13
* Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gatheredDiego Biurrun2008-11-201-16/+15
* SH4: fix IDCTMåns Rullgård2008-11-201-13/+12