]> git.sesse.net Git - ffmpeg/history - libavcodec
Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, and always...
[ffmpeg] / libavcodec /
2006-07-07 Kostya ShishkovImprove chroma MC: correct case for FASTUVMC=1, use...
2006-07-07 Kostya ShishkovEnable coefficient scaling
2006-07-07 Kostya ShishkovDon't read out-of-bounds values.
2006-07-06 Måns Rullgårdsimplify
2006-07-06 Måns Rullgårdbuild mpegaudio.c and ac3enc.c only if needed
2006-07-06 Stefan Gehrerhopefully better for platforms not supporting misaligne...
2006-07-06 Stefan Gehrermake use of 16x16 motion comp functions, 16x8 and 8x16...
2006-07-06 Michael Niedermayerincreasing version for AVBitStreamFilters
2006-07-06 Michael Niedermayernoise bitstream filter
2006-07-06 Michael NiedermayerAVBitStreamFilter (some thingy which can modify the...
2006-07-06 Stefan HuehnerMark some read-only datastructures as const.
2006-07-06 Kostya ShishkovFix one case of choosing MV for chroma
2006-07-05 Diego Biurrunspelling typo
2006-07-05 Måns Rullgårduse $(LIBOBJFLAGS) when compiling sparc/*.c
2006-07-05 Måns Rullgård#define SBUTTERFLY outside CONFIG_ENCODERS
2006-07-05 Stefan Gehrereven more cbp safety
2006-07-05 Stefan Gehrermissed removing this line in my last commit
2006-07-05 Diego Biurruncosmetics: Break overly long lines.
2006-07-04 Michael Niedermayeradd rounding bias earlier in the idct, avoids many...
2006-07-04 Stefan HuehnerMark read-only data as const. Patch by stefan huehner...
2006-07-04 Michael Niedermayerreturn -1 on bitstream errors instead of continuing...
2006-07-04 Michael Niedermayersimplify intra prediction mode decoding
2006-07-04 Michael Niedermayercheck cbp for validity, avoids possible out of array...
2006-07-04 Michael Niedermayerminor simplificationn
2006-07-04 Kostya ShishkovImplement intensity compensation
2006-07-04 Kostya ShishkovCorrectly choose global transform mode, MV mode and...
2006-07-04 Kostya ShishkovOptimizations suggested by Michael Niedermayer
2006-07-03 Stefan Gehrercleanup macroblock layer: merged decode of skipped MBs
2006-07-03 Stefan Gehrercosmetic patch:
2006-07-03 Kostya ShishkovCorrectly detect when use hpel or qpel mode
2006-07-03 Kostya Shishkov4-MV mode final fixes (now it works for non-exotic...
2006-07-03 Kostya Shishkovvc1_decode_intra_block() simplifications and corrections
2006-07-03 Luca AbeniMove REG_* macros from libavcodec/i386/mmx.h to libavut...
2006-07-03 Justin Rugglesporder patch by (Justin Ruggles jruggle a t earthlink...
2006-07-03 Kostya Shishkov4-MV decoding support
2006-07-03 Michael NiedermayerCAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
2006-07-02 Måns Rullgårdremove redundant macro definitions
2006-07-02 Måns Rullgårdkill warning
2006-07-02 Stefan GehrerCODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer...
2006-07-02 Stefan Gehrerstaric frame_rate_tab -> non static ff_frame_rate_tab...
2006-07-02 Michael Niedermayer3 lines while -> 1 line for loop
2006-07-02 Michael Niedermayersimplify
2006-07-02 Michael Niedermayersimplify compute_autocorr
2006-07-02 Michael Niedermayerdont use memcpy for copying structs
2006-07-02 Michael Niedermayersimplify
2006-07-02 Justin Rugglesflac-lpc patch by (Justin Ruggles jruggle earthlink...
2006-07-02 Michael Niedermayersimplify
2006-07-02 Benjamin Larssonff_fft_init now double checks that the system has mm3dn...
2006-07-02 Måns Rullgårdremove unneeded casts
2006-07-02 Måns Rullgårdget rid of veccpy(), replace with simple assignment
2006-07-01 Michael Niedermayernew files for the CAVS decoder by (Stefan Gehrer <stefa...
2006-07-01 Måns Rullgårdfill_mbaff_ref_list is missing a return statement,...
2006-07-01 Kostya ShishkovAdjust AC prediction if (some) predictors are not avail...
2006-07-01 Kostya Shishkov0xFFFF l of cola. Now P-frames are decoded almost witho...
2006-07-01 Kostya ShishkovRemove unused variable (and it wasn't free'd too)
2006-07-01 Kostya ShishkovUse MpegEncContext->mbskip_table instead of custom...
2006-06-30 Herve W* Allocating 16 bytes more for the MEMALIGN_HACK is...
2006-06-30 Diego PettenòDisable w53 and w97 cmp methods when snow encoder is...
2006-06-30 Reynaldo H. Verdej... anothe useless sizeof(char)
2006-06-30 Kostya ShishkovSlightly reworked MC code, it gives better picture.
2006-06-30 Kostya Shishkovtypo
2006-06-30 Diego Biurrunspelling fixes courtesy of "Hervé W." H.O.W.aka.V+ffmpe...
2006-06-29 Reimar DöffingerFix initialization of vc1_decoder (the same as wmv3_dec...
2006-06-29 Kostya ShishkovSome optimization and fixes - mostly reworked MC and...
2006-06-29 Kostya ShishkovThis should make P-frames decoding work on x86 (by...
2006-06-27 Justin Rugglesflacenc - rice param search patch by (Justin Ruggles...
2006-06-27 Kostya ShishkovAdded loop filtering as ersatz for overlap filter ...
2006-06-27 Kostya ShishkovVC1 Intra blocks in P-frames use different zigzag table...
2006-06-27 Reimar DöffingerDo not read full byte when less than 8 bits are still...
2006-06-27 Reimar DöffingerIgnore overrun in spectral RLE decoding, fixes
2006-06-27 Kostya ShishkovVC-1 decoder with I-frames support and partial P-frames...
2006-06-27 Kostya ShishkovRename VC9 to VC1 as there is no such thing as VC9
2006-06-26 Michael Niedermayerstereo decorrelation support by (Justin Ruggles jruggl...
2006-06-25 Michael Niedermayer10l
2006-06-25 Luca Barbatocleanup patch from Diego Pettenò <flameeyes@gentoo...
2006-06-24 Luca Barbatominor cleanup
2006-06-24 Michael Niedermayersimplify & optimize things a little
2006-06-24 Michael Niedermayerfirst rudimentary version of (Justin Ruggles jruggle...
2006-06-24 Justin RugglesCODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles...
2006-06-21 Luca Barbatofix 24bit flac support, revised from Thibaut Mattern...
2006-06-20 Luca BarbatoMake gcc-3 happy again, thanks to Olivier Castan <casta...
2006-06-20 Diego BiurrunRemove unused FFMPEG_VERSION_INT.
2006-06-20 Diego BiurrunUse Subversion revision for FFMPEG_VERSION.
2006-06-18 Stefan HuehnerAdd const to (mostly) char* and make some functions...
2006-06-17 Luca BarbatoCosmetics: should not hurt performance, scream if are
2006-06-17 Diego BiurrunRename version from CVS to the more sensible HEAD.
2006-06-16 Måns RullgårdThe AAC frame header uses 13 bits for the frame size...
2006-06-15 Michael Niedermayer10l to whoever wrote this
2006-06-12 Måns RullgårdMIPS doesn't like unaligned accesses
2006-06-12 Loren Merritth264: accept rbsp_trailing longer than 1 byte
2006-06-09 Måns Rullgårduse ifeq(...,yes) instead of ifdef
2006-06-09 Baptiste Coudurierfix closed gop flag
2006-06-04 Michael Niedermayersupport doing motion estimation and compensation withou...
2006-06-03 Luca Barbatoput_pixels16_l2_altivec and avg_pixels16_l2_altivec
2006-06-03 Loren MerrittADPCM: trellis quantization
2006-06-03 Corey HickeyMake B-frame reduction sensitivity by b_strategy/vb_str...
2006-06-03 Loren Merrittadpcm_ima & adpcm_yamaha: improved quantization
2006-06-02 Benjamin LarssonFixed a possible bug, checked against the assembly.
2006-06-01 Måns Rullgårdremove redundant make variable SUBDIR
2006-06-01 Diego Biurrunlibavcodec/libpostproc ---> libpostproc
next