]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2007-04-11 bananPer reference swf/flv adpcm encoder.
2007-04-11 diegocosmetics: indentation
2007-04-10 lucabeFix the poll() loop (ret == 0 means that a timeout...
2007-04-10 lucabeFix the generation of RTSP reply headers (the "DEF...
2007-04-10 bcoudurieradd D-10 PAL 40 audio essence container ul
2007-04-10 bcoudurieradd D-10 PAL 40 ul
2007-04-10 aurelcosmetics: indentation
2007-04-10 lu_zerossd_int8_vs_int16_altivec, not completely benchmarkedwi...
2007-04-10 ivocosmetics after last commit
2007-04-10 ivoAdd support for grayscale images with arbitrary maxvals.
2007-04-10 diegoFix an underflow/overflow that was causing some crackle...
2007-04-10 kostyaSet C predictor to zero if unavailable (should fix...
2007-04-09 michaelsuperflouos ()
2007-04-09 michaelremove code_prefix variable, no speed change
2007-04-09 michaelsimplify
2007-04-09 aureladd support for seeking to a keyframe instead of a...
2007-04-09 aureladd an intermediate variable (prepare for next patch)
2007-04-09 aureladd support for seeking in matroska files
2007-04-09 aurelmove matroska_find_track_by_num() upper in the file
2007-04-09 aurelcluster position is relative to segment_start
2007-04-09 aurelproperly set streams start_time
2007-04-09 aurelremove unused context field
2007-04-09 aurelremove wrong and no more used packet reordering code
2007-04-09 diegoWhen dst_length == 0 bit_length has to be 0, too, but...
2007-04-09 diegoRemove a NAL unit's trailing zero bytes even when dst_l...
2007-04-09 diegoscenario: A properly coded frame is followed by an...
2007-04-08 diegoGet rid of unnecessary pointer casts.
2007-04-08 diegoMake some functions which aren't used outside their...
2007-04-08 diegoOnly compile in Theora-specific functions if the Theora...
2007-04-08 diegocosmetics: Move one code block to save an #ifdef in...
2007-04-08 diegoRemove #if 0 code.
2007-04-08 diegoFix compilation when Theora decoder is disabled, but...
2007-04-08 diegoRemove unused variable.
2007-04-08 diegocosmetics: indentation fix
2007-04-08 michaelfile extension based probe is max/2
2007-04-08 michaelfactorize
2007-04-08 michaelallocate 32 extra bytes at the end of the probe buffer...
2007-04-08 michaelalso remove c93_ prefix for static function in the...
2007-04-08 michaelfactorize & 0x0F
2007-04-08 michaelremove c93_ prefix from static functions in c93.c
2007-04-07 michaels/rle_num_bytes/code/
2007-04-07 michaelalign vertically
2007-04-07 michaelshorter variable names
2007-04-07 michaelgeneral purpose var should be int
2007-04-07 michaelsimplify
2007-04-07 michaelconform to spec
2007-04-07 michaelremove redundant comments
2007-04-07 michaelremove useless debuging av_log()
2007-04-07 michaelindention cleanup
2007-04-07 michaeluse shorter names for the block type enum
2007-04-07 michaelcosmetic
2007-04-07 michaelcode claims to use 32bit timestamp, lets make it also...
2007-04-07 michaelremove redundant comments
2007-04-07 michaelremove inappropriate debuging av_log() alternatively...
2007-04-07 michaelmemleak (seems ive missed that under the obfuscated...
2007-04-07 michaelsane indention (no more 3 statements on one line...)
2007-04-07 michaeluse bytestream reader instead of bitstream for THP
2007-04-07 diegoCRYO APC demuxer
2007-04-07 michaelsimplify
2007-04-07 michaelprev1/2 -> prev[2]
2007-04-07 michaelsimplify
2007-04-07 michaelgeneral purpose vars should be int
2007-04-07 michaeltable[index][ch] -> table[ch][index] (might be faster...
2007-04-07 diegoAdd THP video and audio decoders.
2007-04-07 diegoBethsoft VID demuxer and video decoder
2007-04-07 ivoFix segmentation fault for gray16le to gray conversion.
2007-04-07 diegoRemove superfluous setting of has_b_frames in codecs...
2007-04-07 diegoTHP PCM decoder, used on the Nintendo GameCube.
2007-04-07 michaelTIFF-LZW encoding support by (Bartlomiej Wolowiec b...
2007-04-07 michaelLZW encoder by Bartlomiej Wolowiec b.wolowiec students...
2007-04-07 diegoInterplay C93 demuxer and video decoder
2007-04-07 diegotypos
2007-04-07 diegotypos/grammar
2007-04-07 diegospelling/wording/grammar
2007-04-07 diegoPrint a list of valid AMR bitrates if a wrong one is...
2007-04-06 michaelYUV support patch by (Kamil Nowosad k.nowosad student...
2007-04-06 michaels/invert/photometric_interpretation/ patch by Kamil...
2007-04-06 michaeltiff & sgi regression test
2007-04-06 diegoSGI image decoder ported to the new image API.
2007-04-06 mmu_manSuppress possible error from ulimit not having -c or...
2007-04-06 diegoReturn correct decoded size, decoder is called with...
2007-04-06 diegoIWMMXT-specific dsputils clear_blocks function.
2007-04-06 diegoAdd some help for the analyzeduration option.
2007-04-06 kostyaThis codec is PAL8 so make it output PAL8 too
2007-04-05 michaelremove compound literals gcc 2.95 doesnt support taking...
2007-04-04 jbrUpdate doc to show FLAC encoding
2007-04-04 bananWMA decoder improvement, output closer to the dmo binary.
2007-04-04 kostyavc1_split should be static
2007-04-04 gpoirierchanges some function declarations from () to (void...
2007-04-04 diegoAdd some Doxygen comments, by Kamil Nowosad, k.nowosad...
2007-04-04 diegotypo/grammar
2007-04-03 diegocosmetics: Fix indentation.
2007-04-03 diegoRemove useless pointer shift.
2007-04-03 diegoRemove commented-out while loop.
2007-04-03 diegoThere were two files, libavformat/grab.c and libavforma...
2007-04-03 diegocosmetics: indentation
2007-04-03 diegoGet rid of unnecessary conditionals.
2007-04-03 diegoAdd CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS...
2007-04-03 diegoCONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need...
2007-04-03 diegocosmetics: Put audio (de)muxer entries in alphabetical...
next