summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* * Don't allocate 0 bytes of memory. It upsets electricFence!Philip Gladstone2002-05-09
* * Fix a problem with the first sample when down sampling.Philip Gladstone2002-05-09
* * Every frame is a key_framePhilip Gladstone2002-05-09
* * Start using enumerated types (makes debugging much easier)Philip Gladstone2002-05-09
* * Make put_wav_header return the number of bytes that it put.Philip Gladstone2002-05-09
* * Change extern inline to static inline so that it will compile without optim...Philip Gladstone2002-05-09
* * Try and fill out some more of the RV header fields correctlyPhilip Gladstone2002-05-09
* * Add defaults to switch statementsPhilip Gladstone2002-05-09
* * Add a sleep when doing the post to ffserver. Yes, this is the wrongPhilip Gladstone2002-05-09
* Intialize the codec type to video.Philip Gladstone2002-05-09
* * Add the gop_size to the video parameters. Also the audio framesize.Philip Gladstone2002-05-09
* * Change extern inline to static inline. This improves compiling without opti...Philip Gladstone2002-05-09
* * Add default cases to switch statements.Philip Gladstone2002-05-09
* * Add a duration field to the AVPacketPhilip Gladstone2002-05-09
* * Make it work with sound cards (like mine) that can only capture in stereo.Philip Gladstone2002-05-09
* * Many, many changes to make it work (mostly). Information snagged fromPhilip Gladstone2002-05-09
* * Updated so that some streams actually work!Philip Gladstone2002-05-09
* * These are my notes on streamingPhilip Gladstone2002-05-09
* * Fix a nasty problem with output buffering not have enough (or large enough)Philip Gladstone2002-05-09
* * Fix nasty problem with unitialized memory in the file_tablePhilip Gladstone2002-05-09
* Move the EXTRALIBS to the end of the link line where they actually get used!Philip Gladstone2002-05-09
* clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25)Alex Beregszaszi2002-05-07
* added support for various app headers, and writin FFmpeg commentAlex Beregszaszi2002-05-07
* - Segfault fixed when liba52 dynamic library isn't found.Juanjo2002-05-06
* - MPEG-4 B frames coding option for ffmpeg.cJuanjo2002-05-06
* * replaced with liba52Zdenek Kabelac2002-05-06
* there are divx5? encoded files without a userdata section but with b-frames :(Michael Niedermayer2002-05-06
* segfault fix for b-frame encoding with height%16!=0Michael Niedermayer2002-05-05
* 3dnow temporal denoiser bugfix by RĂ©mi Guyomarch <rguyom@pobox.com>Michael Niedermayer2002-05-05
* version infoNick Kurshev2002-05-05
* MV visualisation supportMichael Niedermayer2002-05-05
* shorter user data with formating by juanjoMichael Niedermayer2002-05-05
* move ABS() to common.hMichael Niedermayer2002-05-04
* 10l - MMX rgb2bgr 32bpp expects num_of_bytes instead of num_of_pixelsArpi2002-05-03
* move put_string() to common.{c,h}Michael Niedermayer2002-05-03
* correct quantizer biasMichael Niedermayer2002-05-03
* ar -s has portability problems, anyway rc is enough without s -- suggested by...Arpi2002-05-03
* - H263 PAR support by Alex Beregszaszi.Juanjo2002-05-03
* patch by Alex Beregszaszi <alex@naxine.org>Alex Beregszaszi2002-05-03
* freeze fixMichael Niedermayer2002-05-02
* C4=16383 for the c version too and even for some outcommented codeMichael Niedermayer2002-05-02
* set C4 to 16383Michael Niedermayer2002-05-02
* printf to mp_msgAlban Bedel2002-05-02
* - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.Juanjo2002-05-02
* - Changed FOURCC for H263.Juanjo2002-05-02
* Support for external huffman table and various fixes by Alex Beregszaszi <ale...Arpi2002-05-01
* * by Thomas Sailer:Zdenek Kabelac2002-05-01
* fixing msmpeg4v3 dc-scale for quantizers 24-31Michael Niedermayer2002-04-30
* more msmpeg4 fourccs patch by Gert Vervoort <Gert.Vervoort@wxs.nl>Gert Vervoort2002-04-29
* detecting xvid/divx4/opendivx and set low_delay flagMichael Niedermayer2002-04-27