source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3cd7c7fb   17 years michaelni const Originally committed as revision 11737 to …
(edit) @1dc55279   17 years michaelni const Originally committed as revision 11736 to …
(edit) @3c71bc55   17 years michaelni const Originally committed as revision 11735 to …
(edit) @07311324   17 years michaelni const Originally committed as revision 11734 to …
(edit) @0ff4670a   17 years michaelni Casts to silcence "incompatible pointer type" warnings. Originally …
(edit) @96711ecf   17 years michaelni const src for bswap Originally committed as revision 11732 to …
(edit) @2ec38612   17 years michaelni const Originally committed as revision 11731 to …
(edit) @972c99c1   17 years michaelni Use bytestream. Originally committed as revision 11730 to …
(edit) @9bb5e9e9   17 years michaelni const Originally committed as revision 11729 to …
(edit) @99fb79b5   17 years baptiste.coudurier Do not print quality when stream copy, Silence valgrind complaint: …
(edit) @c27fc644   17 years michaelni const Originally committed as revision 11727 to …
(edit) @c82fbf7f   17 years michaelni const Originally committed as revision 11726 to …
(edit) @1545c5e5   17 years michaelni const Originally committed as revision 11725 to …
(edit) @fb2cf1bc   17 years michaelni const Originally committed as revision 11724 to …
(edit) @bd0e945f   17 years michaelni const Originally committed as revision 11723 to …
(edit) @21cc343d   17 years michaelni const Originally committed as revision 11722 to …
(edit) @75739ba2   17 years michaelni const Originally committed as revision 11721 to …
(edit) @d31522b8   17 years michaelni const Originally committed as revision 11720 to …
(edit) @1a2c94cb   17 years michaelni const Originally committed as revision 11719 to …
(edit) @8687f76   17 years michaelni const Originally committed as revision 11718 to …
(edit) @ea494db3   17 years michaelni const Originally committed as revision 11717 to …
(edit) @ebc07904   17 years michaelni const Originally committed as revision 11716 to …
(edit) @f64bbca5   17 years michaelni const Originally committed as revision 11715 to …
(edit) @5d9375da   17 years michaelni const Originally committed as revision 11714 to …
(edit) @f84a02c0   17 years michaelni const Originally committed as revision 11713 to …
(edit) @2b3c8f8a   17 years michaelni const Originally committed as revision 11712 to …
(edit) @b5777b94   17 years michaelni const Originally committed as revision 11711 to …
(edit) @e68c7a4   17 years michaelni const Originally committed as revision 11710 to …
(edit) @0431d3b1   17 years michaelni one "cast discards qualifiers from pointer target type" less …
(edit) @7993df65   17 years michaelni consts I have underestimated this a little, and these are just some …
(edit) @ff794171   17 years michaelni Do not cast const away. Originally committed as revision 11707 to …
(edit) @b1f5712e   17 years michaelni consts Originally committed as revision 11706 to …
(edit) @30317501   17 years michaelni consts Originally committed as revision 11705 to …
(edit) @6ddaa63   17 years michaelni The buffer passed into the decoder should be const. Originally …
(edit) @a9f87158   17 years michaelni Fix const qualifer issues found by -Wcast-qual. Originally committed …
(edit) @7526ade2   17 years michaelni Indention, it seems i have forgotton to commit this. Originally …
(edit) @89ef2c29   17 years michaelni Merge declaration and initialization. Originally committed as …
(edit) @07014467   17 years michaelni Dont cast const away. Originally committed as revision 11700 to …
(edit) @f4929996   17 years michaelni Warn about casts which remove const. Feel free to flame me if you …
(edit) @2331e31c   17 years Reimar.Doeffinger Add support for ogg text subtitles. Originally committed as revision …
(edit) @b8fe8ab0   17 years michaelni Fix the following using void* casts, proper casts are less readable …
(edit) @aba29e6f   17 years michaelni Fix b-libav.ul/al seek regression test. Originally committed as …
(edit) @bb41f2e7   17 years baptiste.coudurier fix field order export Originally committed as revision 11695 to …
(edit) @3485b9cd   17 years michaelni Revert r11689 and r11690 (uninitalized warning fix) as its …
(edit) @fa7343ea   17 years baptiste.coudurier stupid typo Originally committed as revision 11693 to …
(edit) @9c9519fd   17 years Reimar.Doeffinger Two tables that should be const Originally committed as revision …
(edit) @ccac8438   17 years baptiste.coudurier support rawvideo in mov Originally committed as revision 11691 to …
(edit) @b2aba2e6   17 years michaelni Comment about weird warning prevention. Originally committed as …
(edit) @b34130ae   17 years michaelni fix "uninitalized" warning, the alternative way. I hope this is valid …
(edit) @961c25b   17 years baptiste.coudurier revert r11677, it is considered speed critical Originally committed …
(edit) @89438028   17 years baptiste.coudurier add parenthesis, fix warning: snow.c:2413: warning: suggest …
(edit) @f0a70840   17 years baptiste.coudurier Add const qualifier, fix warnings: snow.c:2292: warning: assignment …
(edit) @4a9dfdc1   17 years baptiste.coudurier add parenthesis, fix warning: qtrleenc.c:257: warning: suggest …
(edit) @d7742a7   17 years baptiste.coudurier typo, typedef uint8_t GUID[16] in asf.h, and fix warning: …
(edit) @febc8fad   17 years baptiste.coudurier init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be …
(edit) @87be0d1   17 years baptiste.coudurier add parenthesis, fix warning: mpegenc.c:303: warning: suggest …
(edit) @3dc761a4   17 years baptiste.coudurier typo, also fix warning: asf.c:90: warning: passing argument 2 of …
(edit) @1710856c   17 years andreas Fix the following warnings: h264.c:2093: warning: unused variable 's' …
(edit) @774c8477   17 years baptiste.coudurier cast to correct type, fix warning: apedec.c:859: warning: passing …
(edit) @d83085cd   17 years baptiste.coudurier fix indentation Originally committed as revision 11678 to …
(edit) @3fbe36d4   17 years baptiste.coudurier init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be …
(edit) @7f4d2d83   17 years baptiste.coudurier cast to dest type, fix warning: 4xm.c:304: warning: initialization …
(edit) @e151e27   17 years baptiste.coudurier cast to dest type, fix warning imgconvert.c:1958: warning: assignment …
(edit) @29e15adc   17 years baptiste.coudurier add const, fix warning: cook.c:276: warning: passing argument 2 of …
(edit) @066e0cc   17 years baptiste.coudurier add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: …
(edit) @afa47789   17 years baptiste.coudurier fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: …
(edit) @f5655f2a   17 years mans remove duplicate, disabled nut regression test Originally committed …
(edit) @2722e362   17 years Reimar.Doeffinger Missed a variable in postprocess.c that should use DECLARE_ASM_CONST …
(edit) @2b858d0b   17 years Reimar.Doeffinger Simplify: use DECLARE_ASM_CONST Originally committed as revision …
(edit) @4ad08acc   17 years baptiste.coudurier use context in av_log Originally committed as revision 11668 to …
(edit) @c8134d71   17 years baptiste.coudurier warning is only valid for mov Originally committed as revision 11667 …
(edit) @7ead693b   17 years diego Do not print an (L)GPL license statement when nonfree parts have been …
(edit) @59abc29e   17 years michaelni fixing warning md5.c:150: warning: passing argument 2 of …
(edit) @76de4ea6   17 years diego Print the name of the regression test that was run after finishing the …
(edit) @eb3ba13b   17 years Reimar.Doeffinger Support MP4 subtitles as in …
(edit) @5802683a   17 years Reimar.Doeffinger Make some assembler constants global instead of declaring them …
(edit) @d6773f5   17 years diego Pass argc and argv to the main function of the SDL tests. This appears …
(edit) @eda178d2   17 years kostya.shishkov SMPTE 421 Annex L format demuxer Originally committed as revision …
(edit) @a8fa959a   17 years mans rename dv50 regression test output file to dv50.dv Originally …
(edit) @234c6ed7   17 years Reimar.Doeffinger Add bitstream filter to convert between mov and plain text subtitles …
(edit) @e1cc8339   17 years Reimar.Doeffinger Add sbsf option for subtitle bitstream filter Originally committed as …
(edit) @79db7ac   17 years heydowns Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being …
(edit) @0b98a7b3   17 years baptiste.coudurier cosmetics, split long lines, remove useless braces, merge comments and …
(edit) @506e4bb8   17 years baptiste.coudurier cosmetics, vertically align Originally committed as revision 11655 to …
(edit) @dd670de   17 years benoit.fouet Remove integer.h inclusion. Originally committed as revision 11654 to …
(edit) @bbe0524   17 years baptiste.coudurier spoke too fast, fix dv fourcc in mov accordingly if strict Originally …
(edit) @ea1664e3   17 years baptiste.coudurier finally set codec tags for mov/mp4/3gp muxers, this should not break …
(edit) @d97f2144   17 years baptiste.coudurier indentation Originally committed as revision 11651 to …
(edit) @a23c9c4a   17 years baptiste.coudurier correctly and only set standard stsd fourcc for mp4/3gp Originally …
(edit) @d334c7c2   17 years Reimar.Doeffinger Use DECLARE_ASM_CONST where possible in libswscale code Originally …
(edit) @d0c0a29b   17 years baptiste.coudurier write esds atom when mpeg-4 systems tags are used Originally …
(edit) @efc9e44d   17 years baptiste.coudurier reorder object types id by muxing preference Originally committed as …
(edit) @2c2f58c0   17 years baptiste.coudurier document tag field Originally committed as revision 11647 to …
(edit) @b15136b7   17 years diego seektest depends on both codectest and libavtest. Originally …
(edit) @bca9e0bc   17 years diego Move common test program infrastructure to common.mak. Originally …
(edit) @fe34942e   17 years diego Move some lines in preparation for an upcoming commit. Originally …
(edit) @4942a0e8   17 years diego Add Makefile rules for test programs. Originally committed as …
(edit) @cff7ccdd   17 years diego Do not install integer.h, it is not part of the public API. …
(edit) @766324f   17 years Reimar.Doeffinger Add and use DECLARE_ASM_CONST for constants used in assembler code. …
(edit) @038f0f9b   17 years Reimar.Doeffinger Use DECLARE_ALIGNED in yet another place Originally committed as …
Note: See TracRevisionLog for help on using the revision log.