Mercurial > libavcodec.hg
graph
-
Mark two variables with av_uninit to avoid false positive gcc warnings. libavcodec2009-02-24, by diego
-
Change sign in ff_celp_lp_synthesis_filterf(). This makes this function libavcodec2009-02-23, by vitor
-
Check return value of ff_fill_pointer in avcodec_default_get_buffer, libavcodec2009-02-23, by reimar
-
100l, always declare variables at the top of a block, not inside a for () libavcodec2009-02-23, by reimar
-
Remove (incorrect) filenames from x264 asm files, add descriptions. libavcodec2009-02-22, by darkshikari
-
Check return value of frame_start(), this avoids a crash if AVCodecContext::get_buffer failed. libavcodec2009-02-22, by reimar
-
Use context variable repeat_pict for frame duration computation and libavcodec2009-02-21, by cehoyos
-
Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php. libavcodec2009-02-21, by michael
-
Use last decoded SPS as current SPS in order to parse picture timing SEI libavcodec2009-02-20, by cehoyos
-
Only enable SSE/3DNOW optimizations when they have been enabled at compilation. libavcodec2009-02-19, by diego
-
The 3DNow! and SSE FFT optimizations depend on the yasm optimizations in libavcodec2009-02-18, by diego
-
Handle conditional compilation of CPU-specific FFT code in the Makefile. libavcodec2009-02-18, by diego
-
Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset and libavcodec2009-02-17, by diego