Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-05-09* Don't allocate 0 bytes of memory. It upsets electricFence!Philip Gladstone
2002-05-09* Fix a problem with the first sample when down sampling.Philip Gladstone
2002-05-09* Every frame is a key_framePhilip Gladstone
2002-05-09* Start using enumerated types (makes debugging much easier)Philip Gladstone
2002-05-07clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25)Alex Beregszaszi
2002-05-07added support for various app headers, and writin FFmpeg commentAlex Beregszaszi
2002-05-07- Segfault fixed when liba52 dynamic library isn't found.Juanjo
2002-05-06- MPEG-4 B frames coding option for ffmpeg.cJuanjo
2002-05-06* replaced with liba52Zdenek Kabelac
2002-05-06there are divx5? encoded files without a userdata section but with b-frames :(Michael Niedermayer
2002-05-05segfault fix for b-frame encoding with height%16!=0Michael Niedermayer
2002-05-05version infoNick Kurshev
2002-05-05MV visualisation supportMichael Niedermayer
2002-05-05shorter user data with formating by juanjoMichael Niedermayer
2002-05-04move ABS() to common.hMichael Niedermayer
2002-05-04move put_string() to common.{c,h}Michael Niedermayer
2002-05-04correct quantizer biasMichael Niedermayer
2002-05-03ar -s has portability problems, anyway rc is enough without s -- suggested by...Arpi
2002-05-03- H263 PAR support by Alex Beregszaszi.Juanjo
2002-05-03patch by Alex Beregszaszi <alex@naxine.org>Alex Beregszaszi
2002-05-03freeze fixMichael Niedermayer
2002-05-02C4=16383 for the c version too and even for some outcommented codeMichael Niedermayer
2002-05-02set C4 to 16383Michael Niedermayer
2002-05-02- Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.Juanjo
2002-05-01Support for external huffman table and various fixes by Alex Beregszaszi <ale...Arpi
2002-05-01* by Thomas Sailer:Zdenek Kabelac
2002-04-30fixing msmpeg4v3 dc-scale for quantizers 24-31Michael Niedermayer
2002-04-27detecting xvid/divx4/opendivx and set low_delay flagMichael Niedermayer
2002-04-27export mbskip_table for direct renderingMichael Niedermayer
2002-04-27fixed msmpeg4 infinite loop if buggy streamMichael Niedermayer
2002-04-26* cleanupZdenek Kabelac
2002-04-24* fixes problem with -funroll-loops and buggy gcc compilerZdenek Kabelac
2002-04-24avcodec_flush_buffers()Michael Niedermayer
2002-04-23* path to ffmpegs config.hZdenek Kabelac
2002-04-23segfault fixMichael Niedermayer
2002-04-22* using liba52Zdenek Kabelac
2002-04-22* using some small char buffer - needed for sprintfZdenek Kabelac
2002-04-22export delay infoMichael Niedermayer
2002-04-22b-frame mpeg4 fix when seekingMichael Niedermayer
2002-04-22divx 5.01 supportMichael Niedermayer
2002-04-22* add support for liba52Zdenek Kabelac
2002-04-22fix b-frame MB skipMichael Niedermayer
2002-04-22rounding bugfixMichael Niedermayer
2002-04-22fixed ratecontrol & b-framesMichael Niedermayer
2002-04-21postprocess array increased to handle images up to 2048x1536Arpi
2002-04-19much better ME for b frames (a bit slow though)Michael Niedermayer
2002-04-17fixing hq mode with mpeg1 and 2-passMichael Niedermayer
2002-04-17mpeg2/mpeg4 dequantizer support (c & mmx)Michael Niedermayer
2002-04-17fixed mpeg4 time stuff on encodingMichael Niedermayer
2002-04-15* minor - slightly modified debug messageZdenek Kabelac