Mercurial > libavcodec.hg
graph
-
Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF by libavcodec2007-10-15, by cehoyos
-
factorize code and add safety check to prevent memcpying negative amounts libavcodec2007-10-13, by michael
-
Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870 libavcodec2007-10-13, by ramiro
-
Specify in documentation that avcodec_find_(en|de)coder* only searches for libavcodec2007-10-11, by ramiro
-
Allow to override zlib compression level in PNG encoder via avctx->compression_level libavcodec2007-10-09, by reimar
-
Manage Picture buffers for fields as well as frames. Pair complementary fields into one MPV Picture. libavcodec2007-10-08, by andoma
-
preliminary 10 bit depth decoding support, still miss generic api to export picture, working on it libavcodec2007-10-08, by bcoudurier
-
Augment MMCO execution to work with both fields and frames. Part of PAFF libavcodec2007-10-07, by cehoyos
-
Cosmetic renaming variable so that it makes more sense for forthcoming PAFF mmco patches. libavcodec2007-10-06, by andoma
-
Augment mmcodecoding process to work properly with fields. Part of PAFF implementation. libavcodec2007-10-06, by andoma
-
Set Picture.poc for fields and field pairs. Part of PAFF implementation. libavcodec2007-10-06, by andoma
-
Modifies macroblock addressing and current macroblock y-position for field decoding. libavcodec2007-10-06, by andoma
-
Support function and changes to reference picture reordering for PAFF. libavcodec2007-10-05, by andoma
-
Support functions and changes to default reference list creation for PAFF. libavcodec2007-10-05, by andoma
-
Reorganize long reference management to minimize code duplication in upcoming PAFF implementation. libavcodec2007-10-04, by andoma
-
Fix Picture.key_frame setting to be compatible with frame and field contexts. Part of PAFF implementation. libavcodec2007-10-04, by andoma
-
Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support. libavcodec2007-10-04, by andoma
-
Rename variable to make sense in both field and frame contexts (support of PAFF implementation). libavcodec2007-10-04, by andoma
-
Further modularize short reference list management for upcoming PAFF implementation. libavcodec2007-10-04, by andoma
-
Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short" libavcodec2007-10-03, by voroshil
-
fix declaration name from MPV_common_init_ppc to MPV_common_init_altivec libavcodec2007-10-03, by aurel
-
Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is libavcodec2007-10-03, by diego
-
Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of a file libavcodec2007-10-03, by diego
-
Hopefully fix sparc compilation again, add incorrectly removed variable declaration libavcodec2007-10-02, by reimar
-
Remove uses of SIGILL for CPU extension detection, that method is not acceptable libavcodec2007-10-02, by reimar
-
Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs. libavcodec2007-10-02, by diego
-
Sanitize altivec code so it can be built with runtime check properly libavcodec2007-10-02, by lu_zero
-
Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVec libavcodec2007-10-02, by diego
-
Remove const vector macro indirection that is useless and obfuscating libavcodec2007-10-01, by diego
-
was computing one more autocorrelation coefficient that was actually used libavcodec2007-09-29, by lorenm
-
replace brute force find_optimal_param() with a closed-form solution. libavcodec2007-09-29, by lorenm
-
On bitstream error is_intra_more_likely() could use dsp.sad[0]() that will segfault when xvmc is in use. libavcodec2007-09-28, by iive
-
unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending on lpc order. libavcodec2007-09-27, by lorenm
-
h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held for delayed output libavcodec2007-09-26, by andoma
-
Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an libavcodec2007-09-25, by diego
-
factor out dequant table lookup outside loops, gives a 1-2% speed-up libavcodec2007-09-24, by gpoirier
-
VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC. libavcodec2007-09-23, by diego
-
VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC. libavcodec2007-09-23, by diego
-
Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff). libavcodec2007-09-23, by kostya
-
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