]> git.sesse.net Git - ffmpeg/history - libavcodec
Add first and second output to earlyclobbers in COPY3_IF_LT macro.
[ffmpeg] / libavcodec /
2007-04-03 Michael Niedermayerdont use *int8_t for the arguments (ive missed that...
2007-04-03 Xiaohui SunChanged the rle encoder a little and made it more unive...
2007-04-03 Michael Niedermayercosmetic
2007-04-03 Michael Niedermayerfix indention (less work to fix it myself than to check...
2007-04-03 Michael Niedermayermove doxy from .c to .h
2007-04-03 Michael Niedermayergeneric rle encoder by Bartlomiej Wolowiec b.wolowiec...
2007-04-02 Marc HoffmanRemove stray object from list of Blackfin assembler...
2007-04-01 Marc Hoffmanbfin dsputils, basic pixel operations sads, diffs,...
2007-04-01 Aurelien Jacobscosmetics: indentation
2007-04-01 Michael Niedermayerindention
2007-04-01 Michael Niedermayermake AVCodec.init() optional
2007-04-01 Diego Biurrunsupport for the THP game format by Marco Gerards, mgera...
2007-04-01 Diego BiurrunAdd '#undef exit', the function is now forbidden.
2007-04-01 Diego BiurrunMerge redundant comments.
2007-03-31 Loren Merrittdoxy comment tweaks
2007-03-31 Guillaume PoirierAdd doxy comments, based on Loren's explanations posted...
2007-03-31 Diego Biurrundct-test works on non-x86 now.
2007-03-31 Marc Hoffmanplatform-independent restructuring and code simplification
2007-03-31 Marc HoffmanRemove illegal call to exit().
2007-03-31 Diego Pettenòcall faacDecClose() with all libfaad versions
2007-03-31 Marc HoffmanReplace emms() with emms_c(), patch by Marc Hoffman...
2007-03-30 Luca BarbatoTypos in comments
2007-03-30 Loren Merrittmove some stuff out of an inner loop. 12% faster svq1...
2007-03-30 Loren Merrittmmx 16-bit ssd. 2.3x faster svq1 encoding.
2007-03-30 Kamil NowosadFix a bug in av_find_opt(). Because some of the AVOptio...
2007-03-30 Limin Wangadd 'all' and 'none' options for partitions config
2007-03-30 Robert SwainUpdate specification and reference implementation links.
2007-03-29 Panagiotis IssarisFix compilation when using the --disable-opts parameter...
2007-03-29 Benoit FouetAccept only existing bitrates.
2007-03-27 Michael Niedermayercodec id addition guidlines
2007-03-27 Kostya ShishkovFASTTX==0 means additional 16 bits in extradata
2007-03-27 Kostya ShishkovOne more FASTTX-related hack
2007-03-27 Kostya ShishkovRemove redundant assign
2007-03-26 Michael Niedermayerset pict_type to I type during init so parsers which...
2007-03-26 Ivan Kalvachevget rid of unused entries in the middle of xvmc_render...
2007-03-26 Ian BraithwaiteOptimize by building the mdct window and multipying...
2007-03-26 Michael Niedermayerfactorize &
2007-03-26 Michael Niedermayersimplify
2007-03-26 Aurelien Jacobsproperly set *data_size when returning >= 0 values...
2007-03-25 Michael Niedermayercheck input validity, this prevents a few variables...
2007-03-25 Michael Niedermayersimplify
2007-03-25 Baptiste Coudurierincrement subminor version due to r8502 and r8504,...
2007-03-25 Baptiste Coudurierremove TODO, its done now
2007-03-25 Baptiste Coudurierpass correct buffer size to lzw decode init
2007-03-25 Michael Niedermayermove eob_reached logic into ff_lzw_decode_tail() which...
2007-03-25 Michael Niedermayersimplify
2007-03-25 Michael Niedermayerfactorize
2007-03-25 Michael Niedermayersimplify
2007-03-25 Kostya Shishkov1000l to myself - get correct quantization for blocks...
2007-03-25 Aurelien Jacobsuse generic xiph header spliting func to split theora...
2007-03-25 Aurelien Jacobsextract vorbis header spliting code into a reusable...
2007-03-25 Baptiste Coudurieractually return bytes read
2007-03-25 Baptiste Coudurierreturn error if loop has ended before decoding image
2007-03-25 Baptiste Coudurieractually return bytes read
2007-03-24 Baptiste Coudurieradd some length checks
2007-03-24 Baptiste Couduriersimplify
2007-03-24 Baptiste Coudurierfix indentation
2007-03-24 Baptiste Coudurierbreak if eob is reached to avoid reading one too much...
2007-03-24 Limin WangFix H.264 8x8 transform selection
2007-03-23 Tim Chickiwmmxt ffmpeg code does not implement dct_unquantize_h2...
2007-03-22 Michael Niedermayerset more reasonable cutoff for audio rate conversion
2007-03-22 Michael Niedermayerclarify codec_tag
2007-03-22 Michael Niedermayerclarify sub_id
2007-03-22 Michael Niedermayerreplace long double in the audiophile kiddy mode with...
2007-03-22 Michael Niedermayerchange high precision mode to 30 bits again after makin...
2007-03-22 Michael Niedermayeroptimize linear filter coeff interpolation code, this...
2007-03-22 Justin Rugglescosmetics. align and condense.
2007-03-22 Justin Rugglessimplify
2007-03-22 Justin Rugglesutilize multi-stage AC-3 bit allocation. speeds up...
2007-03-22 Michael Niedermayerrevert r8469 (increase bits for non default highprecis...
2007-03-22 Michael NiedermayerAUDIOPHILE_KIDDY_MODE
2007-03-22 Michael Niedermayeroptimize bessel function instead of trusting gcc to...
2007-03-22 Michael Niedermayerselect more sensible default windows (= attenuation...
2007-03-21 Michael Niedermayermake kaiser windows with other beta than 16 available
2007-03-21 Tim Chickenable iwmmxt support, removing mm_support() stub
2007-03-21 Michael Niedermayermake high precision mode accessible at compile time
2007-03-21 Michael Niedermayerincrease bits for non default highprecision mode
2007-03-21 Michael Niedermayercode for testing the accuracy of the resampler
2007-03-21 Michael Niedermayerremove dithering of filter coefficients, improves preci...
2007-03-21 Kostya ShishkovSmacker Audio stereo fix
2007-03-20 Ian BraithwaiteSmall simplifications to subband coefficient handling...
2007-03-20 Loren Merrittoops, encoder was under ifdef decoders.
2007-03-20 Kostya ShishkovCorrectly handle data_size on decoding
2007-03-20 Justin Rugglesfix handling of special case for lowest snroffset....
2007-03-19 Baptiste Coudurier10l, fix debug, dprintf does not have log level
2007-03-18 Baptiste Coudurierdnxhd decoder
2007-03-18 Bill O'ShaughnessyAC-3 encoded volume is too high. Revert revision 7160:
2007-03-18 Måns Rullgårdfix init_vlc() with nonzero flags
2007-03-18 Justin Rugglessplit ac3_parametric_bit_allocation into 3 separate...
2007-03-18 Kostya ShishkovZero MV vectors for P frame intra blocks
2007-03-18 Loren Merritthuffyuv rgb encoder
2007-03-18 Kostya Shishkovindentation
2007-03-18 Kostya ShishkovProper handling of motion vectors for adv. profile
2007-03-18 Justin Ruggleshardcode ff_ac3_frame_sizes table
2007-03-17 Bobby BinghamAdd RLE encoding support, patch by Bobby Bingham, uhmmm...
2007-03-17 Bobby BinghamMove the encoding of the image data to its own function.
2007-03-17 Bobby BinghamAdd 15 bit support, patch by Bobby Bingham, uhmmmm...
2007-03-15 John Dalglieshforce 16-bytes alignement of block array, as needed...
2007-03-15 Ian Braithwaitesubband_coef_noise -> subband_coef_sign
2007-03-15 Bobby BinghamTarga (.tga) encoder,
next