summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Implement the fields rc_max_available_vbv_use andBaptiste Coudurier2008-11-29
* Replaces not the anymore valid -flags +trell option with -trellis 2.Stefano Sabatini2008-11-29
* Rename functions in sdp.c for consistency's sake.Stefano Sabatini2008-11-29
* s/FFserver/ffserver/ in the help message invocation synopsis.Stefano Sabatini2008-11-29
* Add support for parsing and decoding DCA-HD streams.Kostya Shishkov2008-11-29
* RV40 loop filterKostya Shishkov2008-11-29
* Invoke future RV30/40 loop filter for already decoded rows instead ofKostya Shishkov2008-11-29
* Do not duplicate AAN DCT tables in dct-test.c.Diego Biurrun2008-11-28
* Add missing '-test' in name of imgresample test.Diego Biurrun2008-11-28
* Make rate_emu a global property rather than to be settable for aStefano Sabatini2008-11-27
* Remove AVInputStream frame variable definition and usage, unnecessaryStefano Sabatini2008-11-27
* Make the input realtime framerate emulation code use ist->pts forStefano Sabatini2008-11-27
* Fix RV40 chroma MCKostya Shishkov2008-11-27
* Use PIX_FMT_NONE to silence icc warning #188:Carl Eugen Hoyos2008-11-26
* Only build the imgresample test if the old scaler was enabled.Diego Biurrun2008-11-26
* Automatically check the dependencies for the AAN DCT tables.Diego Biurrun2008-11-26
* Move aanscales tables to their own file; fixes compilation without encoders.Diego Biurrun2008-11-26
* cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible.Diego Biurrun2008-11-26
* Move encoder-specific quantize_c and related tables to the H.264 encoder.Diego Biurrun2008-11-26
* Add udp.c maintainer.Michael Niedermayer2008-11-25
* Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq (x86_64),Reimar Döffinger2008-11-25
* snow: move scratch buffer from stack to malloced buffer in contextMåns Rullgård2008-11-25
* Disable unused code for now to allow 'make checkheaders' to pass.Diego Biurrun2008-11-24
* Add missing headers to get 'make checkheaders' closer to passing.Diego Biurrun2008-11-24
* svq1enc: move scratch buffer from stack to context to ensure alignmentMåns Rullgård2008-11-24
* flashsv: use skip_bits_long() where requiredMåns Rullgård2008-11-24
* move decoder initialization in separate function, earlier failure detectionBaptiste Coudurier2008-11-24
* Make non-void replacement functions actually return a value.Diego Biurrun2008-11-24
* Move #defines that are mostly used in h264.c out of h264data.h and into h264.h.Diego Biurrun2008-11-24
* Use golomb_to_pict_type instead of its duplicate, slice_type_map.Diego Biurrun2008-11-24
* cosmetics: Align table for better readability.Diego Biurrun2008-11-24
* Some BMP files have file size declared in the header equal to headers sizeKostya Shishkov2008-11-24
* Give more meaningful message on BMP header parsing errorKostya Shishkov2008-11-24
* Add known BMP header sizes.Kostya Shishkov2008-11-24
* Add shift argument to MULL() macroMåns Rullgård2008-11-24
* AAC: Cosmetics after last commitRobert Swain2008-11-24
* AAC: Frequency domain prediction and hence Main profile supportAlex Converse2008-11-24
* Strong filtering function for future RV40 loop filterKostya Shishkov2008-11-23
* ARM: move dct_unquantize_h263_*_armv5te asm to separate fileMåns Rullgård2008-11-23
* Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML.Ronald S. Bultje2008-11-23
* Run regression tests on target system.Måns Rullgård2008-11-23
* Build regression test data generators using HOSTCCMåns Rullgård2008-11-23
* configure: set TARGET_EXEC and TARGET_PATHMåns Rullgård2008-11-23
* configure: set HOSTCC to native compilerMåns Rullgård2008-11-23
* configure: simplify set_default functionMåns Rullgård2008-11-23
* Add forgotten file format pgmyuv.Carl Eugen Hoyos2008-11-22
* Support picture output without -f image2 for most codecs.Carl Eugen Hoyos2008-11-22
* cosmetics: indentation, prettyprintingDiego Biurrun2008-11-22
* cosmetics: consistent function declarationsDiego Biurrun2008-11-22
* cosmetics: Put statements after 'if' on their own line.Diego Biurrun2008-11-22