source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a836a2c   18 years kostya.shishkov Set correct aspect ratio (it's sample aspect, not display aspect) …
(edit) @5a461d8e   18 years michaelni packets must be correctly interleaved Originally committed as …
(edit) @3d7232ff   18 years michaelni add FIXME Originally committed as revision 7804 to …
(edit) @77ccd3ba   18 years kostya.shishkov General approach to parsing chunks in VC-1 AP Originally committed as …
(edit) @14c49573   18 years michaelni some (probably exploitable) out of array write fixes Originally …
(edit) @7348ed6e   18 years mans missed a redundant load Originally committed as revision 7801 to …
(edit) @7c6c0dd9   18 years mans revert accidental checkin Originally committed as revision 7800 to …
(edit) @ac62b626   18 years mans save one cycle Originally committed as revision 7799 to …
(edit) @173fd724   18 years mans remove redundant loads Originally committed as revision 7798 to …
(edit) @b956373b   18 years kostya.shishkov Check for out-of-bounds access Originally committed as revision 7797 …
(edit) @286c710   18 years takis.issaris Add decode_end method to bmp decoder. Patch by Michel Bardiaux, …
(edit) @09d7aa7e   18 years baptiste.coudurier correctly set profile/level for hd Originally committed as revision …
(edit) @65d999d6   18 years takis.issaris Activate guards in avcodec_default_get_buffer. Patch by Michel …
(edit) @54118497   18 years diego Simplify GPl check. patch by Ramiro Polla, ramiro lisha.ufsc br …
(edit) @5d55e966   18 years michaelni use avcodec_decode_audio2() Originally committed as revision 7792 to …
(edit) @30e88789   18 years michaelni extract aspect ratio Originally committed as revision 7791 to …
(edit) @118a49b0   18 years mans optimize IDCT of rows with mostly zero coefficients Originally …
(edit) @4302963d   18 years Reimar.Doeffinger Move lzo decompression to libavutil Originally committed as revision …
(edit) @c215e40   18 years Reimar.Doeffinger Make sure we do not accidentially "fix" cnt to something < 0 …
(edit) @c0a8b876   18 years Reimar.Doeffinger Simplify checks, use that we know that cnt will not be < 0 Originally …
(edit) @56f8647a   18 years Reimar.Doeffinger Remove boundary checks that are actually done "well enough" in copy …
(edit) @9b2c14df   18 years Reimar.Doeffinger Documentation fix: Copy functions should "work" fine for cnt == 0 …
(edit) @1db8c21c   18 years Reimar.Doeffinger Optimize LZO copy operations Originally committed as revision 7784 to …
(edit) @ff3dac65   18 years diego Exit on failed libfaad check. Originally committed as revision 7783 …
(edit) @a2234ceb   18 years diego Move libfaad2 check out of the GPL check. patch by Ramiro Polla, …
(edit) @8643594c   18 years michaelni 10l to whoever wrote this (wrong fps, fixes nirvana.nuv) Originally …
(edit) @e8f917d6   18 years diego Fix memcpy out-of-bounds. patch by Michel Bardiaux, mbardiaux mediaxim …
(edit) @960e48f8   18 years michaelni another >> vs > Originally committed as revision 7779 to …
(edit) @bf47272   18 years michaelni simpify state and make code 2% faster reimar, dont hesitate to flame …
(edit) @5fe9c42c   18 years Reimar.Doeffinger Add two extra needed bounds checks Originally committed as revision …
(edit) @801778bc   18 years michaelni replace if(x>>b) by if(x>C) as shifts are slow on some cpus and i have …
(edit) @d62a0c1e   18 years Reimar.Doeffinger Add code to testcode to ease comparing with liblzo. Originally …
(edit) @f0ee3ea6   18 years diego Add some context to av_log calls. patch by Michel Bardiaux, mbardiaux …
(edit) @e96cc09d   18 years takis.issaris Make BMP decoder use bytestream. Patch by Michel Bardiaux mbardiaux …
(edit) @31235134   18 years diego slightly reformat --help output for ease of understanding Originally …
(edit) @b44d58e   18 years diego Clarify usage of external libs whose functionality exists natively. …
(edit) @ba5fd8c5   18 years diego Clarify that libogg is for muxing only. Originally committed as …
(edit) @71757822   18 years diego Clarify --help output about Vorbis and Theora. Originally committed …
(edit) @eabf6560   18 years takis.issaris Remove the getbe16 functions and use the AV_RB16 macro instead. Patch …
(edit) @4ee9761   18 years takis.issaris Fix a bug in the DVD subtitle decoder where subtitles with odd heights …
(edit) @68fcdbf1   18 years gpoirier Fix misbehaviour in url_fseek() when seeking fails. The return value …
(edit) @eabbae73   18 years gpoirier protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else …
(edit) @9dd6c804   18 years takis.issaris Add the const specifier as needed to reduce the number of warnings. …
(edit) @204ce38f   18 years mans typo fix by Dmitry Antipov dmantipov =a= yandex =d= ru Originally …
(edit) @34b1b8fd   18 years mans theoretically save one cycle Originally committed as revision 7762 to …
(edit) @ac50bcc8   18 years michaelni trigger for the audio scope vissualization Originally committed as …
(edit) @a58b82f8   18 years lu_zero Missing prototype added Originally committed as revision 7760 to …
(edit) @f8f0a0b   18 years michaelni fix seeking in wma Originally committed as revision 7759 to …
(edit) @b024824b   18 years kostya.shishkov Fix BI-frames decoding for Adv. profile Originally committed as …
(edit) @d8b7b35   18 years takis.issaris Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux …
(edit) @753c9d32   18 years banan Check that js_vlc_bits from the extradata is in a valid range. …
(edit) @862be28b   18 years banan Get rid of the COOKextradata struct. And use valid C to parse the …
(edit) @6e584be1   18 years banan Kill a warning and don't use modulus. Originally committed as …
(edit) @a5b8a69c   18 years banan decode_subpacket cleanup by Ian Braithwaite ian braithwaite dot dk. …
(edit) @7d42886b   18 years mans ARMv6 SIMD IDCT Originally committed as revision 7752 to …
(edit) @94d122e9   18 years lu_zero stray fflush spotted by Aurel Originally committed as revision 22051 …
(edit) @66e9de38   18 years lu_zero Make example and test build and link correctly Originally committed …
(edit) @da095a23   18 years lu_zero av_logify Originally committed as revision 22047 to …
(edit) @797ee6a6   18 years diego simplify condition Originally committed as revision 7751 to …
(edit) @49561f99   18 years kostya.shishkov Seeking support in WavPack Originally committed as revision 7750 to …
(edit) @1658bc4f   18 years diego Use a function for repeated AltiVec output and condition check. …
(edit) @d7a9562   18 years diego Fix wrong condition check in the memalign error output. Originally …
(edit) @a737f1d   18 years Reimar.Doeffinger LZO optimization: check input buffer bounds less frequently if padded …
(edit) @910c62e1   18 years diego spelling and formatting cosmetics Originally committed as revision …
(edit) @e3c00e34   18 years diego Use ! disabled() where appropriate. Originally committed as revision …
(edit) @47f9cc15   18 years diego Use disabled() to check for GPL. Originally committed as revision …
(edit) @ec5527c5   18 years diego Make use of enabled_any(). Originally committed as revision 7743 to …
(edit) @2f7e6782   18 years diego Make use of disabled(), disabled_all() and enabled_all(). Originally …
(edit) @85bca2c5   18 years diego Add disabled_any() and disabled_all() functions. Originally committed …
(edit) @37970ebf   18 years diego Add disabled() function and make use of it. patch by Ramiro Polla, …
(edit) @d7973906   18 years banan Sort out the diffrent cook versions. Originally committed as revision …
(edit) @70ab75eb   18 years banan Cook stereo (MONO_COOK2) bugfix, by Ian Braithwaite. ian at …
(edit) @66d49636   18 years revol an alloc func failing should give ENOMEM anyway. Originally committed …
(edit) @8f42f523   18 years baptiste.coudurier proper error handling in file size retrieval, patch by Ronald S. …
(edit) @b3203b6   18 years banan Get rid of one warning. Originally committed as revision 7735 to …
(edit) @fe70f25c   18 years lu_zero Simplify and avoid a warning (should be faster on Cell and certain G4 …
(edit) @4b3b5a23   18 years kostya.shishkov Coded residual in WavPack may be > 0xFFFF Originally committed as …
(edit) @8cb59bce   18 years Reimar.Doeffinger Fix _LZO_H vs. LZO_H typo Originally committed as revision 7732 to …
(edit) @cf0ef3dc   18 years Reimar.Doeffinger Fix buffer end checks in lzo copy code to work in all cases. …
(edit) @30b9d5f6   18 years mans nobody uses TARGET_CMOV Originally committed as revision 7730 to …
(edit) @7073e9fc   18 years mans rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configure …
(edit) @1ac9331a   18 years mans simplify setting of TARGET_* variables Originally committed as …
(edit) @266aa26   18 years Reimar.Doeffinger Add lzo test code Originally committed as revision 7727 to …
(edit) @994fd85   18 years lu_zero Fix warnings and simplify/reorder the code Originally committed as …
(edit) @de3ae959   18 years michaelni stealing a few field names from mplayers asf demuxer Originally …
(edit) @c839db53   18 years diego Change occurences of 'test $foo != "no"' to 'enabled foo' for values …
(edit) @9a46fe75   18 years diego Change one occurence of 'test $foo = yes -o test $bar = yes' to …
(edit) @90be59ef   18 years diego Change all straight 'test $foo = "yes"' to 'enabled foo'. patch by …
(edit) @76ebb18f   18 years diego Segregate code common to BMP decoder and future encoder patch by …
(edit) @74fd63d0   18 years kostya.shishkov Set aspect ratio if present (for AP only) Originally committed as …
(edit) @edab3048   18 years mans check for ARMv6 instruction set support Originally committed as …
(edit) @1fdefd98   18 years michaelni fix inifnite loop with http://sam.zoy.org/zzuf/lol-mplayer.mpg
(edit) @de6c4b2d   18 years takis.issaris Typo Originally committed as revision 7717 to …
(edit) @4abc0971   18 years baptiste.coudurier remove void * used in arithmetic warnings Originally committed as …
(edit) @24368c4a   18 years michaelni cosmetics / remove #if 0 code Originally committed as revision 7715 …
(edit) @72fd40b   18 years baptiste.coudurier add waveformatextensible support Originally committed as revision …
(edit) @cc1fb623   18 years mans add -Wno-pointer-sign to CFLAGS Originally committed as revision 7713 …
(edit) @e867d9b9   18 years diego Update gcc sections. Originally committed as revision 7712 to …
(edit) @b5bfb9f   18 years takis.issaris Silence GCC when incorrectly complaining that the "line" variable …
(edit) @200d9a88   18 years diego Do not run (broken) ffserver test by default and warn about its …
Note: See TracRevisionLog for help on using the revision log.