Mercurial > libavcodec.hg
graph
-
Apply skip_loop_filter before checking if we can parallelize with the selected libavcodec2007-09-22, by reimar
-
Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to libavcodec2007-09-17, by diego
-
cosmetics: rename variables. tbl->tab for consistency with other AC3 tables libavcodec2007-09-15, by jbr
-
do not force the halfpel filter coeffs to be retransmitted on every frame libavcodec2007-09-09, by michael
-
allow changing of the spatial_decomposition_count and quantization tables libavcodec2007-09-09, by michael
-
allocate slice buffer after parsing the header containing needed parameters libavcodec2007-09-09, by michael
-
scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently) libavcodec2007-09-09, by michael
-
Fix extreme stupidity: buffer size check must of course be before buffer use! libavcodec2007-09-09, by reimar
-
First ugly and slow attempt to fix nuv files with extra frameheader libavcodec2007-09-09, by reimar
-
rename HTAPS -> HTAPS_MAX (later is correct after the previous change) libavcodec2007-09-08, by michael
-
Avoid a crash when H264 MMC operation causes the short term reference libavcodec2007-09-05, by benoit
-
Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm. libavcodec2007-09-05, by diego
-
Replace constants by HTAPS (half pel interpolation filter taps) where appropriate. libavcodec2007-09-05, by michael
-
code to do halfpel interpolation per frame (unfinished and under ifdef but it libavcodec2007-09-05, by michael
-
Change 4xm demuxer and video decoder to pass the video format version in libavcodec2007-08-27, by rtogni
-
Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific libavcodec2007-08-27, by diego
-
Do not wrongly mark Apple gcc workarounds as being specific to Darwin. libavcodec2007-08-26, by diego
-
remove alignment correction of the destination pointers in luma_16x6 libavcodec2007-08-26, by gpoirier