source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @b0e8ce55   16 years mans ARM: convert VFP code to UAL syntax Originally committed as revision …
(edit) @289e8fd0   16 years michaelni Implement complexity estimation parsing and try to detect an …
(edit) @b8cf645   16 years michaelni add GEOX fourcc for mpeg4 Originally committed as revision 15992 to …
(edit) @bad40637   16 years diego Move declaration of av_set_program_name and …
(edit) @37692458   16 years diego Delete unnecessary 'extern' keywords. Originally committed as …
(edit) @9686df2b   16 years diego Delete unnecessary 'extern' keywords. Originally committed as …
(edit) @26ae363e   16 years tempn add FFDS fourcc, ok'd by kostya fixes FFDS files in …
(edit) @c8b43652   16 years diego Remove entry about unsupported QCELP codec, it is now supported. …
(edit) @af2272b2   16 years justin.ruggles ac3dec: skip decoding and use error concealment for remaining blocks …
(edit) @7a2efd2e   16 years ramiro.polla mlp: initialize all CRC tables in a common function. This way the …
(edit) @751ccc48   16 years Reynaldo H. Verdejo Pinochet Trivial rephrasing, avoids too long line Originally committed as …
(edit) @cf139541   16 years Reynaldo H. Verdejo Pinochet Trivial, Cosmetics, mostly brace placement changes Originally …
(edit) @3e16cde4   16 years kostya.shishkov Fix reading out of buffer during RV30/40 deblock mask calculation …
(edit) @958a2b5   16 years kostya.shishkov 34l: forgot to change one case of chroma MC for RV40 Originally …
(edit) @1799d522   16 years kostya.shishkov Check RV30/40 slice offsets to be inside buffer. This fixes issue 738 …
(edit) @a1c1c780   16 years kostya.shishkov Update ff_rv34_decode_frame() arguments definition Originally …
(edit) @207625ee   16 years kostya.shishkov Remove unused RV40 spatial intra prediction function Originally …
(edit) @73b458e3   16 years vitor1001 Commit last ok'ed parts of QCELP decoder and enable it. patch by Kenan …
(edit) @2ba0cdd5   16 years michaelni ADTS AAC probe. fixes issue400 Originally committed as revision 15977 …
(edit) @a6f2c0d   16 years michaelni Fix regression test failure with pthreads on multiprocessor systems. …
(edit) @1599c47c   16 years diego Remove commented-out duplicate declarations. Originally committed as …
(edit) @2ef8819c   16 years diego Remove unused declarations. Originally committed as revision 28057 to …
(edit) @061f407e   16 years vitor1001 More OKed parts of the QCELP decoder patch by Kenan Gillet, …
(edit) @b8438f5f   16 years vitor1001 Remove hack added to make "make checkheaders" pass, it is unneeded now …
(edit) @f28b3eb2   16 years vitor1001 More OKed parts of the QCELP decoder patch by Kenan Gillet, …
(edit) @c9c16cac   16 years michaelni Get rid of now unneeded pps/sps correctness code as pps/sps will not …
(edit) @255d4e71   16 years michaelni Allocate parameter sets sanely instead of using alloc_parameter_set(). …
(edit) @42d1d06e   16 years stefano.sabatini-lala Make more informative the error messages regarding the access to the …
(edit) @c2902c9c   16 years stefano.sabatini-lala Improve documentation for the -pass and -passlog options. Add mention …
(edit) @11c0f9ec   16 years kostya.shishkov enable RV40 decoder Originally committed as revision 15968 to …
(edit) @2d8a0815   16 years kostya.shishkov RV40 MC functions Originally committed as revision 15967 to …
(edit) @7960e18f   16 years rsbultje Implement rule-number parsing, the initial step in stream (and …
(edit) @ff7f75e1   16 years michaelni Fix segfault due to deallocated entries in delayed_pic after size …
(edit) @4f602856   16 years rsbultje Change RDTDemuxContext->st into an array of streams, which will make …
(edit) @79a1f3c0   16 years rsbultje document ff_rdt_parse_open(). See ML discussion in "[PATCH] …
(edit) @e0d1eabf   16 years rsbultje Change function prototype from taking an AVStream to taking an index …
(edit) @640760da   16 years vitor1001 More OKed parts of the QCELP decoder patch by Kenan Gillet, …
(edit) @6dbdf2f2   16 years diego Handle AltiVec objects in a more elegant fashion, similar to MMX. …
(edit) @52ad2f39   16 years diego Remove ineffectual hack that attempts to build ppc/check_altivec.o …
(edit) @a4fa192   16 years ramiro.polla configure: vertical alignment cosmetics. Originally committed as …
(edit) @632948b   16 years ramiro.polla configure: Use check_lib2 for bzlib. Functions are exported as WINAPI …
(edit) @13367a46   16 years banan channel layout support for ffmpeg.c Originally committed as revision …
(edit) @3bff4d8b   16 years stefano.sabatini-lala Implement the fields rc_max_available_vbv_use and …
(edit) @cd0e37d3   16 years stefano.sabatini-lala Replaces not the anymore valid -flags +trell option with -trellis 2. …
(edit) @91cd7eb   16 years stefano.sabatini-lala Rename functions in sdp.c for consistency's sake. Originally …
(edit) @10ba740   16 years stefano.sabatini-lala s/FFserver/ffserver/ in the help message invocation synopsis. See the …
(edit) @d041a598   16 years kostya.shishkov Add support for parsing and decoding DCA-HD streams. Originally …
(edit) @d33ee3f2   16 years kostya.shishkov RV40 loop filter Originally committed as revision 15950 to …
(edit) @de8cac16   16 years kostya.shishkov Invoke future RV30/40 loop filter for already decoded rows instead of …
(edit) @10ac3618   16 years diego Do not duplicate AAN DCT tables in dct-test.c. Originally committed …
(edit) @2d70cc38   16 years diego Add missing '-test' in name of imgresample test. Originally committed …
(edit) @3a25ca18   16 years stefano.sabatini-lala Make rate_emu a global property rather than to be settable for a …
(edit) @cdd7157b   16 years stefano.sabatini-lala Remove AVInputStream frame variable definition and usage, unnecessary …
(edit) @cb103a19   16 years stefano.sabatini-lala Make the input realtime framerate emulation code use ist->pts for …
(edit) @f653095   16 years kostya.shishkov Fix RV40 chroma MC Originally committed as revision 15943 to …
(edit) @5bc8ebd3   16 years Carl Eugen Hoyos Use PIX_FMT_NONE to silence icc warning #188: enumerated type mixed …
(edit) @2a023c36   16 years diego Only build the imgresample test if the old scaler was enabled. …
(edit) @e8ed9b7a   16 years diego Automatically check the dependencies for the AAN DCT tables. This also …
(edit) @8b22017f   16 years diego Move aanscales tables to their own file; fixes compilation without …
(edit) @5bdf124c   16 years diego cosmetics: Rename aanscales to ff_aanscales, it will soon be …
(edit) @f107a02d   16 years diego Move encoder-specific quantize_c and related tables to the H.264 …
(edit) @085bf69f   16 years michaelni Add udp.c maintainer. Originally committed as revision 15936 to …
(edit) @35d0c217   16 years Reimar.Doeffinger Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq …
(edit) @bd2b6b33   16 years mans snow: move scratch buffer from stack to malloced buffer in context …
(edit) @ab56b321   16 years diego Disable unused code for now to allow 'make checkheaders' to pass. …
(edit) @4b5f1907   16 years diego Add missing headers to get 'make checkheaders' closer to passing. …
(edit) @819e4dd9   16 years mans svq1enc: move scratch buffer from stack to context to ensure alignment …
(edit) @6b8810d0   16 years mans flashsv: use skip_bits_long() where required skip_bits(gb, n) with n …
(edit) @f4cca718   16 years baptiste.coudurier move decoder initialization in separate function, earlier failure …
(edit) @f2e92ad1   16 years diego Make non-void replacement functions actually return a value. …
(edit) @ce9ff9cc   16 years diego Move #defines that are mostly used in h264.c out of h264data.h and …
(edit) @ee2a957f   16 years diego Use golomb_to_pict_type instead of its duplicate, slice_type_map. …
(edit) @7f8f4b40   16 years diego cosmetics: Align table for better readability. Originally committed …
(edit) @c5b2fe16   16 years kostya.shishkov Some BMP files have file size declared in the header equal to headers …
(edit) @e282307b   16 years kostya.shishkov Give more meaningful message on BMP header parsing error Originally …
(edit) @4a14e666   16 years kostya.shishkov Add known BMP header sizes. Now 11B*.bmp from samples repository can …
(edit) @4deaa94   16 years mans Add shift argument to MULL() macro This replaces use of FRAC_BITS in …
(edit) @8f5aaa6d   16 years robert.swain AAC: Cosmetics after last commit Originally committed as revision …
(edit) @7633a041   16 years robert.swain AAC: Frequency domain prediction and hence Main profile support Patch …
(edit) @e9d0fdef   16 years kostya.shishkov Strong filtering function for future RV40 loop filter Originally …
(edit) @d270cb4a   16 years mans ARM: move dct_unquantize_h263_*_armv5te asm to separate file …
(edit) @63f412f   16 years rsbultje Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread …
(edit) @9a5771e9   16 years mans Run regression tests on target system. Originally committed as …
(edit) @dbad2c29   16 years mans Build regression test data generators using HOSTCC Originally …
(edit) @a7ada2ba   16 years mans configure: set TARGET_EXEC and TARGET_PATH TARGET_EXEC specifies a …
(edit) @9da6609f   16 years mans configure: set HOSTCC to native compiler The HOSTCC value defaults to …
(edit) @88268e94   16 years mans configure: simplify set_default function Originally committed as …
(edit) @a8e4161   16 years Carl Eugen Hoyos Add forgotten file format pgmyuv. Originally committed as revision …
(edit) @6bbb5bf8   16 years Carl Eugen Hoyos Support picture output without -f image2 for most codecs. Originally …
(edit) @76de302d   16 years diego cosmetics: indentation, prettyprinting Originally committed as …
(edit) @7f8205da   16 years diego cosmetics: consistent function declarations Originally committed as …
(edit) @7d1b1582   16 years diego cosmetics: Put statements after 'if' on their own line. Originally …
(edit) @8372e3d2   16 years Reynaldo H. Verdejo Pinochet Trivial, Cosmetics Originally committed as revision 15905 to …
(edit) @1b321c5c   16 years Reynaldo H. Verdejo Pinochet Trivial, Cosmetics Originally committed as revision 15904 to …
(edit) @e178d7f   16 years stefano.sabatini-lala Make ffmpeg print in the error message the exact line of a preset file …
(edit) @b04665ac   16 years stefano.sabatini-lala Make ffmpeg print in the error message the exact line of a preset file …
(edit) @148c31b9   16 years vitor1001 More OKed parts of the QCELP decoder patch by Kenan Gillet, …
(edit) @31fb59ec   16 years vitor1001 Cosmetic: Fix typo Spotted by Jethro Walters Originally committed as …
(edit) @3c546868   16 years diego Move H.264 tables that are only useful for encoding to h264enc.c. …
(edit) @d1eb20e8   16 years diego Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are …
Note: See TracRevisionLog for help on using the revision log.