]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2007-04-07 Michael Niedermayerconform to spec
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 Niedermayercode claims to use 32bit timestamp, lets make it also...
2007-04-07 Michael Niedermayerremove redundant comments
2007-04-07 Michael Niedermayerremove inappropriate debuging av_log() alternatively...
2007-04-07 Michael Niedermayermemleak (seems ive missed that under the obfuscated...
2007-04-07 Michael Niedermayersane indention (no more 3 statements on one line...)
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 Diego BiurrunAdd THP video and audio decoders.
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 Biurruntypo
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 Michael Niedermayertiff & sgi regression test
2007-04-06 Xiaohui SunSGI image decoder ported to the new image API.
2007-04-06 François RevolSuppress possible error from ulimit not having -c or...
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 Víctor PaesaAdd some help for the analyzeduration option.
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 Justin RugglesUpdate doc to show FLAC encoding
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-04 Diego Biurruntypo/grammar
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 BiurrunThere were two files, libavformat/grab.c and libavforma...
2007-04-03 Diego Biurruncosmetics: indentation
2007-04-03 Diego BiurrunGet rid of unnecessary conditionals.
2007-04-03 Diego BiurrunAdd CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS...
2007-04-03 Carl Eugen... Fix crash when trying to convert from or to RGBi (i...
2007-04-03 Diego BiurrunCONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need...
2007-04-03 Diego Biurruncosmetics: Put audio (de)muxer entries in alphabetical...
2007-04-03 Diego BiurrunAudio (de)muxer dependency on OSS is handled by configure.
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 Biurruncosmetics: Better variable name, the ENABLE_* lists...
2007-04-03 Diego Biurruncosmetics: Sort list of input/output formats.
2007-04-03 Diego BiurrunRemove #if 0 code.
2007-04-03 Ramiro PollaAdd first and second output to earlyclobbers in COPY3_I...
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 Diego Biurrunspelling fix as suggested by Mans
2007-04-01 Diego Biurrunbfin optimizations
2007-04-01 Marc Hoffmanbfin dsputils, basic pixel operations sads, diffs,...
2007-04-01 Aurelien Jacobscosmetics: indentation
2007-04-01 Diego BiurrunReplace forbidden exit() by return() Víctor Paesa,...
2007-04-01 Víctor PaesaReplace valid use of exit by _exit, patch by Víctor...
2007-04-01 Michael Niedermayerindention
2007-04-01 Michael Niedermayermake AVCodec.init() optional
2007-04-01 Diego BiurrunFix copy and paste error in comment.
2007-04-01 Diego Biurrunsupport for the THP game format by Marco Gerards, mgera...
2007-04-01 Diego BiurrunUse $(command) instead of `command`, it's POSIX, cleare...
2007-04-01 Diego BiurrunAlways lowercase targetos.
2007-04-01 Diego BiurrunAdd '#undef exit', the function is now forbidden.
2007-04-01 Måns Rullgårdrun ebp register check in subshell so we can redirect...
2007-04-01 Diego BiurrunMerge redundant comments.
2007-04-01 Michael NiedermayerWMVA
2007-03-31 Loren Merrittdoxy comment tweaks
2007-03-31 Guillaume PoirierAdd doxy comments, based on Loren's explanations posted...
2007-03-31 Diego BiurrunForce lowercase targetos value for MinGW, we check...
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 Stanislav BrabecFix warning:
2007-03-31 Baptiste Coudurieradd AVRn fourcc
2007-03-31 Marc HoffmanReplace emms() with emms_c(), patch by Marc Hoffman...
next