source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @6a1a2fa0   17 years Reimar.Doeffinger Use DECLARE_ALIGNED and remove unneeded attribute_used Originally …
(edit) @cc8c2c6a   17 years Reimar.Doeffinger Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in …
(edit) @cf6cb7c5   17 years diego typo Originally committed as revision 11637 to …
(edit) @eba6ba4a   17 years diego Add $(EXESUF) where necessary. Originally committed as revision 11636 …
(edit) @f8d7c9d3   17 years Aurélien Jacobs Add support for Matroska attachments. patch by eugeni _dot_ stepanov …
(edit) @20963a71   17 years mans whitespace cosmetics Originally committed as revision 11634 to …
(edit) @a11f43a   17 years mans remove some ifeq ($(CONFIG_FOO),yes) Originally committed as revision …
(edit) @1260eb4a   17 years diego whitespace and sorting cosmetics Originally committed as revision …
(edit) @f98869bc   17 years diego Add generic rule for all tests. Originally committed as revision …
(edit) @27215c6b   17 years Reimar.Doeffinger Use DECLARE_ALIGNED Originally committed as revision 11630 to …
(edit) @d761f08   17 years gpoirier fix indentation that was messed up by r11628 Originally committed as …
(edit) @13686bc2   17 years gpoirier fix lowres decoding support on ARM CPUs Original thread: date: Jan 27, …
(edit) @cc8d87b7   17 years michaelni Set subtitle codec id correctly, i hope this does not break anything. …
(edit) @e73e3a92   17 years michaelni Add non standard id needed for dvd subtitles. Originally committed as …
(edit) @7dfc1fde   17 years Reimar.Doeffinger Extract the pure plaintext from mov text subtitles. Formatting …
(edit) @1e3c930   17 years michaelni Set correct codec type and id for text subtitles. fixes …
(edit) @41e19673   17 years michaelni indent Originally committed as revision 11623 to …
(edit) @ee6e2dbe   17 years michaelni Only export packets which belong to the existing AVStream. To export …
(edit) @0bc4728e   17 years michaelni Select non jpeg if there are multiple substreams. Originally …
(edit) @1521c500   17 years diego Merge rules for tools/* into a generic rule. Originally committed as …
(edit) @2b258bba   17 years diego Properly remove tools on clean. Originally committed as revision …
(edit) @afc9aee2   17 years diego Add -pthread to extralibs and not to ldflags so that the dependency …
(edit) @3fe142e2   17 years diego Add a --enable-nonfree command line parameter similar to --enable-gpl. …
(edit) @64e13d69   17 years diego Do not group libamr_nb and libamr_wb together as libamr. Also fixes …
(edit) @4f1ab3ce   17 years diego Clarify some FAQ entries. Originally committed as revision 11615 to …
Note: See TracRevisionLog for help on using the revision log.