]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2007-04-18 bananCosmetics, patch by Ramiro Polla.
2007-04-18 kostyaPullback should be performed on scaled motion vectors...
2007-04-18 diegoRemove the build instructions from the doxygen comments...
2007-04-18 diegoDoxygen comment wording/spelling
2007-04-17 bananAtrac3 decoder.
2007-04-17 reimarFix the most obvious typos in the development policy...
2007-04-17 michaelpatch submission checklist
2007-04-17 benoitadd a commit-rule precision when applying patches discu...
2007-04-15 diegoMention configure parameters for enabling AMR.
2007-04-15 aureladd an enum for need_parsing
2007-04-15 diegoMake the declaration of AVInputFormat ac3_demuxer condi...
2007-04-15 diegoThe AC3 demuxer depends on the AC3 parser.
2007-04-15 diegoMove AC3 header parsing code together with the rest...
2007-04-15 michaelfix mjpeg.mov
2007-04-14 michaelfix playback of angels_480-mjpegcompress.avi
2007-04-14 michaelfix playback of odd_height.mov
2007-04-14 michaelcorrect another possible buffer overflow where interlac...
2007-04-14 michaelfix tiff regression test (bitexact flag was ignoredwhic...
2007-04-14 michaelremove MpegEncContext, patch by baptiste
2007-04-14 michaelfix overhead and bitrate statistics
2007-04-14 diegoUpdate preprocessor directive comments to take recent...
2007-04-14 diegoSimplify Darwin gcc flags setting.
2007-04-14 diegoRemove redundant 2.95 branch from the Darwin gcc check...
2007-04-13 michaelone patch one mail
2007-04-13 mrutrap signals in tests that can crash
2007-04-13 diegocosmetics: Fix indentation.
2007-04-13 benoittimestamps generation improvement when parsing avi
2007-04-13 benoitchange atoll call to equivalent strtoll to fix compilat...
2007-04-12 bananAs usual Real actually took something existing and...
2007-04-12 diegospelling
2007-04-12 diegoAdd a note about how to enable external libraries.
2007-04-12 diegoAdd complete instructions for the brave people wishing...
2007-04-12 diegotypo
2007-04-12 diegoUpdate AMR instructions for last round of changes.
2007-04-12 diegoReplace hackish support for amr-nb and amr-wb. Instead...
2007-04-12 diegoUpdate download URL with a link to a working version.
2007-04-12 benoitDVR-MS probe audio format
2007-04-11 benoitadd a check before find_frame_end call
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
next