]> git.sesse.net Git - ffmpeg/history - libavcodec
memleak (seems ive missed that under the obfuscated indention)
[ffmpeg] / libavcodec /
2007-04-07 Michael Niedermayeruse bytestream reader instead of bitstream for THP
2007-04-07 Anssi HannulaCRYO APC demuxer
2007-04-07 Michael Niedermayersimplify
2007-04-07 Michael Niedermayerprev1/2 -> prev[2]
2007-04-07 Michael Niedermayersimplify
2007-04-07 Michael Niedermayergeneral purpose vars should be int
2007-04-07 Michael Niedermayertable[index][ch] -> table[ch][index] (might be faster...
2007-04-07 Nicholas TungBethsoft VID demuxer and video decoder
2007-04-07 Ivo van PoortenFix segmentation fault for gray16le to gray conversion.
2007-04-07 Nicholas TungRemove superfluous setting of has_b_frames in codecs...
2007-04-07 Marco GerardsTHP PCM decoder, used on the Nintendo GameCube.
2007-04-07 Michael NiedermayerTIFF-LZW encoding support by (Bartlomiej Wolowiec b...
2007-04-07 Michael NiedermayerLZW encoder by Bartlomiej Wolowiec b.wolowiec students...
2007-04-07 Anssi HannulaInterplay C93 demuxer and video decoder
2007-04-07 Diego Biurruntypos
2007-04-07 Diego Biurruntypos/grammar
2007-04-07 Diego Biurrunspelling/wording/grammar
2007-04-07 Víctor PaesaPrint a list of valid AMR bitrates if a wrong one is...
2007-04-06 Kamil NowosadYUV support patch by (Kamil Nowosad k.nowosad student...
2007-04-06 Kamil Nowosads/invert/photometric_interpretation/ patch by Kamil...
2007-04-06 Xiaohui SunSGI image decoder ported to the new image API.
2007-04-06 Benoit FouetReturn correct decoded size, decoder is called with...
2007-04-06 David BatemanIWMMXT-specific dsputils clear_blocks function.
2007-04-06 Kostya ShishkovThis codec is PAL8 so make it output PAL8 too
2007-04-05 Michael Niedermayerremove compound literals gcc 2.95 doesnt support taking...
2007-04-04 Ian BraithwaiteWMA decoder improvement, output closer to the dmo binary.
2007-04-04 Kostya Shishkovvc1_split should be static
2007-04-04 Stefan Huehnerchanges some function declarations from () to (void...
2007-04-04 Diego BiurrunAdd some Doxygen comments, by Kamil Nowosad, k.nowosad...
2007-04-03 Diego Biurruncosmetics: Fix indentation.
2007-04-03 Benoit FouetRemove useless pointer shift.
2007-04-03 Benoit FouetRemove commented-out while loop.
2007-04-03 Diego BiurrunExplain which configure options are necessary for which...
2007-04-03 Michael Niedermayertypo
2007-04-03 Michael Niedermayercosmetic
2007-04-03 Kamil NowosadFF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a...
2007-04-03 Michael Niedermayertiff encoder by (Bartlomiej Wolowiec b.wolowiec stude...
2007-04-03 Diego BiurrunRemove #if 0 code.
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
next