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-16* Updated with new stream configuration itemsPhilip Gladstone
2002-05-16* Add code to configure the following:Philip Gladstone
2002-05-16Pass over the bit_rate_tolerance field to ffmpegPhilip Gladstone
2002-05-15fixing end overwrite bugs (some at least)Michael Niedermayer
2002-05-15- Bug fix for AVStream->r_frame_rate not being initialized for live videoJuanjo
2002-05-15- Now ffmpeg handles MPEG-2 streams with pull down, it gets the real frameJuanjo
2002-05-15- Added r_frame_rate in AVStream to store the real frame rate.Juanjo
2002-05-14- repeat_pict meaning changed, now it signals the extra delay for theJuanjo
2002-05-14enable simple-idct by default (needed cuz otherwise files encoded with ffmpeg...Michael Niedermayer
2002-05-14* first shot for the new avcodec APIZdenek Kabelac
2002-05-14* Mea culpa: it seems that I broke encoding to 8-bit pcm files. This fixes it.Philip Gladstone
2002-05-13- Video CD option for ffmpegJuanjo
2002-05-13- VCD MPEG-1 compliant stream support (set AVF_FLAG_VCD)Juanjo
2002-05-12build num ++Nick Kurshev
2002-05-12build info for ABINick Kurshev
2002-05-12I was too lazy to be a hero ;)Nick Kurshev
2002-05-12- ffmpeg relies on libavcodec to repeat frames from 3:2 sources.Juanjo
2002-05-12- repeat_pict added to AVCodecContext to signal if the decoder must repeatJuanjo
2002-05-12various openbsd and general warning fixes - patch by Björn Sandell <biorn@dc...Björn Sandell
2002-05-12- Fixes for MPEG-PS which have more than 1 system header, now we don't takeJuanjo
2002-05-12- pict_type exported to AVCodecContextJuanjo
2002-05-12- Bug fix in map stream parserJuanjo
2002-05-10* Improve logging -- now actually gives you the number of bytes sentPhilip Gladstone
2002-05-10* Add implementation of strlcpyPhilip Gladstone
2002-05-10* Add prototype for strlcpyPhilip Gladstone
2002-05-09* Add the 'flags' field to the list of codec fields passed from ffserver toPhilip Gladstone
2002-05-09- HQ option for ffserver. Thanks to D Richard Felker III.Juanjo
2002-05-09version info for so tooNick Kurshev
2002-05-09- Warning fix.Juanjo
2002-05-09- Updating docs....Juanjo
2002-05-09- Changed default qmin = 3 as ffmpeg.cJuanjo
2002-05-09- Segfault fixed when mpeg audio decoder returns a negative data_size.Juanjo
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-09* Make put_wav_header return the number of bytes that it put.Philip Gladstone
2002-05-09* Change extern inline to static inline so that it will compile without optim...Philip Gladstone
2002-05-09* Try and fill out some more of the RV header fields correctlyPhilip Gladstone
2002-05-09* Add defaults to switch statementsPhilip Gladstone
2002-05-09* Add a sleep when doing the post to ffserver. Yes, this is the wrongPhilip Gladstone
2002-05-09Intialize the codec type to video.Philip Gladstone
2002-05-09* Add the gop_size to the video parameters. Also the audio framesize.Philip Gladstone
2002-05-09* Change extern inline to static inline. This improves compiling without opti...Philip Gladstone
2002-05-09* Add default cases to switch statements.Philip Gladstone
2002-05-09* Add a duration field to the AVPacketPhilip Gladstone
2002-05-09* Make it work with sound cards (like mine) that can only capture in stereo.Philip Gladstone
2002-05-09* Many, many changes to make it work (mostly). Information snagged fromPhilip Gladstone
2002-05-09* Updated so that some streams actually work!Philip Gladstone
2002-05-09* These are my notes on streamingPhilip Gladstone