]> git.sesse.net Git - ffmpeg/history - libavcodec
decrease last_offset when ftyp is present
[ffmpeg] / libavcodec /
2006-04-10 Benjamin LarssonAC3 encoding volume fix, by Justin Ruggles jruggle...
2006-04-10 Luca AbeniBaptiste COUDURIER's padding patch (reworked by me...
2006-04-09 D Richard Felker IIIsignedness error caused broken decoding
2006-04-09 D Richard Felker III100l to loren. at least this fixes the compile error...
2006-04-07 Roberto TogniAdd missing external declaration for kmvc codec
2006-04-07 Kostya ShishkovKMVC (used in Worms games) decoder. Works fine with...
2006-04-07 Luca Barbatohadamard8_diff* enabled on linux/ppc
2006-04-05 Måns Rullgårds/SAMPLT_FMT_NONE/SAMPLE_FMT_NONE/
2006-04-05 Loren Merrittgmc_mmx tweaks
2006-04-04 Luca AbeniIntroduce swscale interface in libavcodec
2006-04-04 Loren Merrittmmx implementation of 3-point GMC. (5x faster than C)
2006-04-03 Loren Merritt2x faster ff_mpeg4_set_direct_mv
2006-04-03 Justin RugglesAC3: support encoding fractional frame sizes
2006-03-31 Michael Niedermayerremove mpegvideo.c img resample dependancy
2006-03-31 Michael Niedermayerget_xbits() optimization
2006-03-31 Michael Niedermayerremove useless code
2006-03-31 Michael Niedermayersimplify loop a little
2006-03-31 Michael Niedermayerdo UPDATE_CACHE only when needed (which should be VERY...
2006-03-31 Michael Niedermayer+ (sign&1) -> -sign (1 instruction less)
2006-03-31 Michael Niedermayeravoid hard to predict branch (idea by arpi)
2006-03-31 Steve L'Hommewarn user about crappy OS patch by (Steve Lhomme <steve...
2006-03-31 Luca BarbatoProper typecast for vector bool
2006-03-30 Luca Abenimove enum PixelFormat from libavcodec to libavutil
2006-03-30 Michael Niedermayerreverting 1.31->1.33
2006-03-30 Michael Niedermayerdont forget table_size in the decode_frame return value
2006-03-30 Corey Hickey- Add new file internal.h for common internal-use-only...
2006-03-29 Michael Niedermayerfix gcc 2.95 compilation
2006-03-29 Luca BarbatoCast cruft in order to support Apple gcc
2006-03-29 Diego BiurrunIgnore apiexample and test programs.
2006-03-29 Diego BiurrunEXTRALIBS already contains -lm, no need to add it expli...
2006-03-29 Michael Niedermayeravoid if(i>=63) check at the end of decode_block()
2006-03-29 Michael Niedermayeravoid i++ in decode_block()
2006-03-29 Michael Niedermayerminor optimization of decode_block()
2006-03-29 Michael Niedermayeroptimizations by arpi
2006-03-27 Reimar DöffingerNuppelVideo/MythTVVideo support, including rtjpeg decoder
2006-03-27 Luca Barbatoaltivec support for snow
2006-03-27 Luca Barbatoaltivec support for snow
2006-03-26 Benjamin LarssonUse a more descriptive error message.
2006-03-25 Kostya ShishkovDon't use get_vlc2() when tree is one symbol. This...
2006-03-25 Loren Merritt10l in 1.199 (write_back_motion with B-pyramid + spatial)
2006-03-25 Loren Merrittsimplified and slightly faster h264_chroma_mc8_mmx
2006-03-24 Steve L'HommeST16 is undefined for non-GNU compilers.
2006-03-23 Loren Merrittprefetch pixels for future motion compensation. 4-10...
2006-03-23 Loren Merrittprefetch pixels for future motion compensation. 2-5...
2006-03-22 Loren Merritt10l
2006-03-22 Loren Merrittadded mmx implementation of h264_chroma_mc2
2006-03-22 Loren Merritt1.5x faster write_back_motion, 1-3% overall
2006-03-22 Robert Edeleadd MMX and SSE versions of ff_snow_inner_add_yblock
2006-03-21 Robert Edelesnow mmx+sse2 optimizations, part 4
2006-03-21 Kostya ShishkovSmacker demuxer and decoder.
2006-03-20 Måns Rullgårdsince Michael prefers to keep dsputil.h private to...
2006-03-20 Robert EdeleAdd the mmx and sse2 implementations of ff_snow_vertica...
2006-03-20 Robert EdeleSnow mmx + sse2 part 2
2006-03-20 Michael Niedermayerfixing interlaced direct mode field select values
2006-03-19 Michael Niedermayervarious fixes for xvid_rc
2006-03-18 Michael Niedermayerfix frametypes with xvid_rc
2006-03-18 Michael Niedermayerfixing bquant_offset
2006-03-18 Michael Niedermayersegfault fix
2006-03-17 Corey Hickeymake ff_rate_control_init() bail out if rc_strategy...
2006-03-17 Oded Shimon10l: Only set *compose97i *add_yblock to dsputils conte...
2006-03-16 Robert EdeleFirst part of a series of speed-enchancing patches.
2006-03-14 Michael Niedermayerdont pass intra flag if its always 0
2006-03-13 Michael Niedermayerfixing coverity warnig CID: 253 (reading over the end...
2006-03-13 Michael Niedermayerfix coverity warning CID: 255 (uninitalized variable...
2006-03-13 Loren Merrittseed iterative_me with mvs from conventional search.
2006-03-13 Loren Merrittobey vqscale in 2nd pass
2006-03-12 Michael Niedermayerreset interlaced_dct flag
2006-03-11 Kostya Shishkov16-bit DPCM and stereo support for Sierra VMD
2006-03-11 Michael Niedermayerav_free -> av_freep
2006-03-11 Michael Niedermayerfix %8 != 0 w/h
2006-03-10 Michael Niedermayerasserts to check if assumed conditions really are true
2006-03-10 Michael Niedermayerout of array read fix
2006-03-10 Michael Niedermayerout of array read fix
2006-03-10 Michael Niedermayercleanup picture / debug output code
2006-03-10 Michael Niedermayerfixing out of array access (only cosmetic, this should...
2006-03-10 Michael Niedermayeradd assert to clarify that we know what we are doing
2006-03-10 Michael Niedermayerfixing uninitalized dc_pred_dir
2006-03-10 Michael Niedermayervery minor optimization
2006-03-10 Michael Niedermayerunused variable
2006-03-10 Baptiste CoudurierFix cropping, depending on enc pix fmt
2006-03-09 David S. MillerAlignment fixes, caused problems on SPARC.
2006-03-08 Steve L'Homme(f)printf --> av_log conversion
2006-03-08 Benjamin LarssonInit simplification and 2% faster wma_decode_block...
2006-03-08 Zuxy Meng3DNow! & Extended 3DNow! versions of FFT
2006-03-07 Loren Merritth264_idct8_add_mmx
2006-03-07 Loren Merritth264_idct_add only needs mmx1
2006-03-06 Sam HocevarProper mangling information for symbols in OS X Mach...
2006-03-06 Michael Niedermayerswitch flac to av_crc
2006-03-06 Michael Niedermayerswitch ac3enc to av_crc
2006-03-06 Michael Niedermayergeneric crc calculation code
2006-03-06 Roman ShaposhnikI still don't think this should be here. Note: without...
2006-03-06 Daniel MaasDVCPRO50 support.
2006-03-05 Zuxy Menguse xorps instead of mulps to toggle the sign of a...
2006-03-05 Loren Merrittgcc2.95 workaround
2006-03-05 Baptiste CoudurierMake faac_decode_frame return -1 on error and not 0...
2006-03-04 Loren Merrittremove some useless instructions
2006-03-04 Diego BiurrunMake -xy help output consistent, output an empty line...
2006-03-04 Loren Merrittkeyframe flag was wrong if SEIs followed the keyframe
2006-03-03 Michael NiedermayerPAL8 support (fixed BLUR8.AVI)
2006-03-03 Michael Niedermayerfix segfault with BLUR8.AVI
next