source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @ca3798dc   18 years diego Remove installstrip in favor of explicit strip; better for …
(edit) @7a7be126   18 years diego comment typo Originally committed as revision 7708 to …
(edit) @706c0d65   18 years gpoirier use more portable PRIu64 Originally committed as revision 7707 to …
(edit) @aadcc5ce   18 years takis.issaris Bring down the number of snow.c warnings from 27 to 17 by using the …
(edit) @e3e3be53   18 years baptiste.coudurier do not force output audio channels Originally committed as revision …
(edit) @6884c36c   18 years takis.issaris Brings down the number of snow.c warnings from 33 to 27 by putting …
(edit) @15419468   18 years banan Flash screen video encoding support. Originally committed as revision …
(edit) @b660755   18 years banan Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail …
(edit) @615259a3   18 years kostya.shishkov Some TIFFs do not set rows per strip for single strip. Originally …
(edit) @634444f   18 years diego PROGS depends on PROGS_G so depending on just PROGS is enough. …
(edit) @91f2de5   18 years diego Simplify conditional compilation handling. Originally committed as …
(edit) @722dabcc   18 years diego Move conditional CFLAGS and OBJS setting to common place. Originally …
(edit) @150d2772   18 years diego Theora encoding via libtheora. courtesy of Paul Richards, …
(edit) @bf507033   18 years diego cosmetics: sort Originally committed as revision 7697 to …
(edit) @1821d48e   18 years baptiste.coudurier TODO update Originally committed as revision 7696 to …
(edit) @8ea780d   18 years kostya.shishkov Add debug messages for AP headers Originally committed as revision …
(edit) @14f3f3a1   18 years kostya.shishkov Off-by-one error fix Originally committed as revision 7694 to …
(edit) @5cca6bc3   18 years kostya.shishkov Fail on VC-1 interlaced streams Originally committed as revision 7693 …
(edit) @9d57fd9   18 years baptiste.coudurier add hint for closed gop and sc threshold error message Originally …
(edit) @e809d7e5   18 years baptiste.coudurier remove some printf warnings Originally committed as revision 7691 to …
(edit) @01aa1937   18 years baptiste.coudurier make vars unsigned Originally committed as revision 7690 to …
(edit) @64934877   18 years baptiste.coudurier stop if current sample is higher than sample count Originally …
(edit) @08c88316   18 years gpoirier fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P …
(edit) @44a39bd7   18 years gpoirier Allows the AC3 parser to read the frame size and codec parameters from …
(edit) @6ad7cd04   18 years michaelni set last_picture for h.264 too, this significantly improves error …
(edit) @560588b7   18 years baptiste.coudurier replace strcpy by memcpy Originally committed as revision 7685 to …
(edit) @0c74098   18 years michaelni crash fix by Carl Eugen Hoyos cehoyos ag.or at Originally committed …
(edit) @9ce5f3b7   18 years michaelni explicit values for all enums Originally committed as revision 7683 …
(edit) @a20a37e   18 years baptiste.coudurier remove useless field Originally committed as revision 7682 to …
(edit) @69e7070d   18 years baptiste.coudurier remove obsolete comment Originally committed as revision 7681 to …
(edit) @44d3fea5   18 years baptiste.coudurier make some fields unsigned Originally committed as revision 7680 to …
(edit) @dfcf8d57   18 years baptiste.coudurier add sanity checks Originally committed as revision 7679 to …
Note: See TracRevisionLog for help on using the revision log.