Mercurial > libavcodec.hg
graph
-
Revert r11689 and r11690 (uninitalized warning fix) as its theoretically libavcodec2008-01-31, by michael
-
add parenthesis, fix warning: snow.c:2413: warning: suggest parentheses around && within || libavcodec2008-01-31, by bcoudurier
-
add parenthesis, fix warning: qtrleenc.c:257: warning: suggest parentheses around && within || libavcodec2008-01-31, by bcoudurier
-
cast to correct type, fix warning: apedec.c:859: warning: passing argument 1 of 's->dsp.bswap_buf' from incompatible pointer type libavcodec2008-01-31, by bcoudurier
-
init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used uninitialized in this function libavcodec2008-01-31, by bcoudurier
-
cast to dest type, fix warning: 4xm.c:304: warning: initialization from incompatible pointer type libavcodec2008-01-31, by bcoudurier
-
cast to dest type, fix warning imgconvert.c:1958: warning: assignment from incompatible pointer type libavcodec2008-01-31, by bcoudurier
-
add const, fix warning: cook.c:276: warning: passing argument 2 of 'maybe_reformat_buffer32' discards qualifiers from pointer target type libavcodec2008-01-30, by bcoudurier
-
add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest parentheses around arithmetic in operand of | libavcodec2008-01-30, by bcoudurier
-
fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment from incompatible pointer type libavcodec2008-01-30, by bcoudurier
-
Add bitstream filter to convert between mov and plain text subtitles libavcodec2008-01-28, by reimar
-
Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocated libavcodec2008-01-28, by heydowns
-
Add and use DECLARE_ASM_CONST for constants used in assembler code. libavcodec2008-01-27, by reimar
-
Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer. libavcodec2008-01-27, by reimar