]> git.sesse.net Git - ffmpeg/history - libavcodec
fix playback of angels_480-mjpegcompress.avi
[ffmpeg] / libavcodec /
2007-04-14 Michael Niedermayerfix playback of angels_480-mjpegcompress.avi
2007-04-14 Michael Niedermayerfix playback of odd_height.mov
2007-04-14 Michael Niedermayercorrect another possible buffer overflow where interlac...
2007-04-14 Michael Niedermayerfix tiff regression test (bitexact flag was ignoredwhic...
2007-04-14 Baptiste Coudurierremove MpegEncContext, patch by baptiste
2007-04-14 Diego BiurrunUpdate preprocessor directive comments to take recent...
2007-04-13 Diego Biurruncosmetics: Fix indentation.
2007-04-13 Joakim Platetimestamps generation improvement when parsing avi
2007-04-12 Benjamin LarssonAs usual Real actually took something existing and...
2007-04-12 Diego BiurrunAdd complete instructions for the brave people wishing...
2007-04-12 Stanislav BrabecReplace hackish support for amr-nb and amr-wb. Instead...
2007-04-12 Diego BiurrunUpdate download URL with a link to a working version.
2007-04-11 Limin Wangadd a check before find_frame_end call
2007-04-11 Benjamin LarssonPer reference swf/flv adpcm encoder.
2007-04-11 Diego Biurruncosmetics: indentation
2007-04-10 Luca Barbatossd_int8_vs_int16_altivec, not completely benchmarkedwi...
2007-04-10 Ivo van Poortencosmetics after last commit
2007-04-10 Ivo van PoortenAdd support for grayscale images with arbitrary maxvals.
2007-04-10 Marco GerardsFix an underflow/overflow that was causing some crackle...
2007-04-10 Kostya ShishkovSet C predictor to zero if unavailable (should fix...
2007-04-09 Michael Niedermayersuperflouos ()
2007-04-09 Michael Niedermayerremove code_prefix variable, no speed change
2007-04-09 Michael Niedermayersimplify
2007-04-09 Reinhard NisslWhen dst_length == 0 bit_length has to be 0, too, but...
2007-04-09 Reinhard NisslRemove a NAL unit's trailing zero bytes even when dst_l...
2007-04-09 Reinhard Nisslscenario: A properly coded frame is followed by an...
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-04-08 Diego BiurrunOnly compile in Theora-specific functions if the Theora...
2007-04-08 Diego Biurruncosmetics: Move one code block to save an #ifdef in...
2007-04-08 Diego BiurrunRemove #if 0 code.
2007-04-08 Diego BiurrunFix compilation when Theora decoder is disabled, but...
2007-04-08 Diego BiurrunRemove unused variable.
2007-04-08 Marco Gerardscosmetics: indentation fix
2007-04-08 Michael Niedermayerfactorize & 0x0F
2007-04-08 Michael Niedermayerremove c93_ prefix from static functions in c93.c
2007-04-07 Michael Niedermayeralign vertically
2007-04-07 Michael Niedermayershorter variable names
2007-04-07 Michael Niedermayergeneral purpose var should be int
2007-04-07 Michael Niedermayerremove redundant comments
2007-04-07 Michael Niedermayerremove useless debuging av_log()
2007-04-07 Michael Niedermayerindention cleanup
2007-04-07 Michael Niedermayeruse shorter names for the block type enum
2007-04-07 Michael Niedermayercosmetic
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().
next