]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Unaligned memory access rcrash fix
[frescor/ffmpeg.git] / libavcodec /
2007-10-18 bananUnaligned memory access rcrash fix
2007-10-18 mbardiauxPrint pixel and screen aspect ratios
2007-10-18 michaelreplace (disabled by default) assert(0) by abort()...
2007-10-18 diegoRename LIB to LIBNAME for consistency.
2007-10-17 diegoRemove unnecessary guarding &=0x0f around adpcm_ima_com...
2007-10-17 diegoExplain why there are no multiple inclusion guards...
2007-10-17 diegoClarify comment that explains why this header lacks...
2007-10-17 aurelRemove wrong multiple inclusion guards.
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-17 diegoAdd a comment that explains why this header lacks multi...
2007-10-17 diegoAdd missing multiple inclusion guards.
2007-10-17 diegoFix #endif comment typo.
2007-10-17 diegoUse filename as multiple inclusion guard.
2007-10-15 cehoyosFix chroma mv offsets for PAFF in a way that is compati...
2007-10-15 aurelCygwin don't like this function declaration.
2007-10-15 bananNellymoser ASAO decoder
2007-10-15 cehoyosFix mix-up of values in r10690 (deblocking for PAFF).
2007-10-14 aureladd support for VP6 with huffman encoded blocks
2007-10-14 aurelmoves fraps huffman decoder to its own file, making...
2007-10-14 aurelVP6A needs its Makefile rules too
2007-10-13 voroshilFix MJPEG decoder for AMV files.
2007-10-13 michaelprevent infinite loop and memcpy of negative amounts
2007-10-13 michaelfactorize code and add saftey check to prevent memcpyin...
2007-10-13 andomaSimplify tests for field macroblocks
2007-10-13 ramiroFix for r9870
2007-10-12 diego10l: refill2() is not unused, it is used conditionally.
2007-10-12 cehoyosInterlaced pictures (not just MBAFF) + spatial direct...
2007-10-12 diegoDisable unused code; fixes several gcc warnings:
2007-10-11 cehoyosEnable avpicture_deinterlace() for PIX_FMT_GRAY8.
2007-10-11 cehoyosFix intended order of operations for 4 assert() checks.
2007-10-11 ramiroSpecify in documentation that avcodec_find_(en|de)coder...
2007-10-11 diegowarning fixes:
2007-10-10 cehoyosSet pict->interlaced_frame if returned frame is MBAFF...
2007-10-09 andomafix incorrect check for abs_diff_pic_num overflow
2007-10-09 reimarAllow to override zlib compression level in PNG encoder...
2007-10-09 andomareindent
2007-10-09 bcoudurierbetter lambda search method
2007-10-09 cehoyosEnable PAFF decoding
2007-10-09 aureloops... mpegvideo_enc also depends on motion_est and...
2007-10-09 aureldnxhdenc depends on mpegvideo_enc (usage of ff_convert_...
2007-10-08 andomaManage Picture buffers for fields as well as frames...
2007-10-08 andomaFix deblocking for PAFF content
2007-10-08 bcoudurierdnxhd 36mbit support
2007-10-08 bcouduriertypo weigth->weight
2007-10-08 bcoudurierpreliminary 10 bit depth decoding support, still miss...
2007-10-08 bcouduriermerge
2007-10-08 bcoudurier10l, check 'i' validity before using it
2007-10-08 bcoudurierfix 10 bit per comp detection
2007-10-08 bcoudurierDNxHD (SMPTE VC-3) encoder
2007-10-08 bcoudurierexport convert_matrix and add ff_ prefix
2007-10-08 bcoudurierexport DCT_common_init and add ff_prefix
2007-10-07 cehoyosRe-indent after PAFF MMCO implementation patch.
2007-10-07 cehoyosAugment MMCO execution to work with both fields and...
2007-10-06 andomaCosmetic renaming variable so that it makes more sense...
2007-10-06 andomaAugment mmcodecoding process to work properly with...
2007-10-06 andomaEdge emulation for fields. Part of PAFF implementation
2007-10-06 andomaSet Picture.poc for fields and field pairs. Part of...
2007-10-06 andomaModifies macroblock addressing and current macroblock...
2007-10-05 andomaSupport function and changes to reference picture reord...
2007-10-05 andomaReindent fill_default_ref_list after changes for PAFF
2007-10-05 andomaSupport functions and changes to default reference...
2007-10-04 diegolicense header consistency cosmetics.
2007-10-04 mhoffmanblackfin optimized vp3 transform and infastructure...
2007-10-04 voroshilReplace "signed short" typecast with "int16_t" as sugge...
2007-10-04 andomaReorganize long reference management to minimize code...
2007-10-04 andomaFix Picture.key_frame setting to be compatible with...
2007-10-04 andomaFix h->curr_pic_num for field pictures. Necessary for...
2007-10-04 andomaRename variable to make sense in both field and frame...
2007-10-04 andomaFurther modularize short reference list management...
2007-10-04 andomaRe-indent unreference_pic.
2007-10-04 andomaModify unreference_pic implementation with PAFF in...
2007-10-04 andomaPartial PAFF implementation at macroblock level.
2007-10-03 voroshilFix audio clicks in ADPCM IMA AMV by casting predictor...
2007-10-03 aurelmerge some #ifdef CONFIG_ENCODERS sections
2007-10-03 aurelremove alternative declaration of h263_encode_init()
2007-10-03 aurelfix declaration name from MPV_common_init_ppc to MPV_co...
2007-10-03 aurelremove useless #ifdef
2007-10-03 diegoRename MPV_common_init_ppc to MPV_common_init_altivec...
2007-10-03 diegoFix compilation with AltiVec disabled, MPV_common_init_...
2007-10-02 andomaremove unused code, spotted by Jeff Downs, heydowns...
2007-10-02 reimarHopefully fix sparc compilation again, add incorrectly...
2007-10-02 reimarRemove uses of SIGILL for CPU extension detection,...
2007-10-02 andomaRename MMCO stuff to prepare for h264/PAFF implementation.
2007-10-02 andomaCosmetic preparations for h264/PAFF implementation.
2007-10-02 diego100l: Revert accidental commit, restore previous version.
2007-10-02 diegocosmetics: Fix indentation after last commit.
2007-10-02 diegoReplace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORB...
2007-10-02 diegoMerge mpegvideo AltiVec code into mpegvideo_altivec...
2007-10-02 lu_zeroSanitize altivec code so it can be built with runtime...
2007-10-02 diegocosmetics: Fix AltiVec spelling.
2007-10-02 diegocosmetics: Fix indentation after last commit.
2007-10-02 diegoRemove pointless HAVE_ALTIVEC #ifdefs from a file that...
2007-10-01 diegoRemove const vector macro indirection that is useless...
2007-10-01 diegoRemove Metrowerks compiler workaround.
2007-10-01 diegoRemove Metrowerks compiler workaround.
2007-10-01 lorenmdiv -> mul
2007-09-30 lorenmsimplify lpc
2007-09-30 lorenm20% faster lpc, 6% overall flac decoding
2007-09-30 lorenmreplace FIR with finite differences.
2007-09-29 lorenmunroll finite differences to avoid swapping registers.
next