Mercurial > libavcodec.hg
graph
-
Fix (with av_uninit()) false positive warning about uninitialized variable: libavcodec2009-02-10, by gpoirier
-
move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil libavcodec2009-02-09, by aurel
-
Add SEI recovery point frame counter to H264Context and use it when libavcodec2009-02-09, by cehoyos
-
Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninitialized in this function libavcodec2009-02-09, by michael
-
Try to doxyfy av_resample_init(). I hope I did not misremember anything as I libavcodec2009-02-09, by michael
-
remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel at drv dot nu libavcodec2009-02-09, by bcoudurier
-
remove dead rgb24 code, gif encoder now directly takes palette, patch by Daniel Verkamp, daniel at drv dot nu libavcodec2009-02-09, by bcoudurier
-
remove dead netscape loop header code in gif encoder, patch by Daniel Verkamp, daniel at drv dot nu libavcodec2009-02-09, by bcoudurier
-
Check that there are subtitle rects to encode in avcodec_encode_subtitle() libavcodec2009-02-09, by superdump
-
fix typo in h264dsp_mmx (no effect currently as the function is not used), approved by Dark Shikari on IRC libavcodec2009-02-08, by bcoudurier
-
Remove 'const' qualifier from variable in av_parse_video_frame_size(). libavcodec2009-02-08, by bcoudurier
-
remove useless cast, it does not remove warning, encode prototype must be changed libavcodec2009-02-08, by bcoudurier