summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* various openbsd and general warning fixes - patch by Björn Sandell <biorn@dc...Björn Sandell2002-05-12
* - Fixes for MPEG-PS which have more than 1 system header, now we don't takeJuanjo2002-05-11
* - pict_type exported to AVCodecContextJuanjo2002-05-11
* - Bug fix in map stream parserJuanjo2002-05-11
* * Improve logging -- now actually gives you the number of bytes sentPhilip Gladstone2002-05-10
* * Add implementation of strlcpyPhilip Gladstone2002-05-10
* * Add prototype for strlcpyPhilip Gladstone2002-05-10
* * Add the 'flags' field to the list of codec fields passed from ffserver toPhilip Gladstone2002-05-09
* - HQ option for ffserver. Thanks to D Richard Felker III.Juanjo2002-05-09
* version info for so tooNick Kurshev2002-05-09
* - Warning fix.Juanjo2002-05-09
* - Updating docs....Juanjo2002-05-09
* - Changed default qmin = 3 as ffmpeg.cJuanjo2002-05-09
* - Segfault fixed when mpeg audio decoder returns a negative data_size.Juanjo2002-05-09
* * 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