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
path: root/libav
AgeCommit message (Expand)Author
2002-06-18wmv1Michael Niedermayer
2002-06-17Change ticker_tick to use ticker_abs as we want the absolute numberPhilip Gladstone
2002-06-17Add ticker_abs function that returns the number of ticks to get thePhilip Gladstone
2002-06-14Change the way that the ?date= stuff is parsed. It now takes a time (with opt...Philip Gladstone
2002-06-11optimized ticker_tick() if num is big - please test it (should reduce CPU usa...Fabrice Bellard
2002-06-05* Get the buffer size right now we have the buffer inside the FFStream blockPhilip Gladstone
2002-06-05* Add the comment block if any of the comment fields are present.Philip Gladstone
2002-06-05Remove some calls to av_free that tured out to be duplicate. This improvesPhilip Gladstone
2002-05-30Make sure that the http_proxy environment variable starts with http://Philip Gladstone
2002-05-26use sys/soundcard.h for OSS audioFabrice Bellard
2002-05-26license/copyright changeFabrice Bellard
2002-05-26fixed double free - fixed probe functionFabrice Bellard
2002-05-26fixed double free - fixed jpg image sequence automatic selectionFabrice Bellard
2002-05-26fixed memory free (no free necessary for private data) - added better support...Fabrice Bellard
2002-05-24Change order of extensions and read_probe checking. This gives the read_probePhilip Gladstone
2002-05-24* Add a probe function for FFM filesPhilip Gladstone
2002-05-24* Fix a problem caused by a duplicate free of priv_data -- now uses av_freepPhilip Gladstone
2002-05-20fixed memory freeFabrice Bellard
2002-05-20converted to new APIFabrice Bellard
2002-05-20suppressed mpeg demux mess - use now dynamic stream creation apiFabrice Bellard
2002-05-20split mux/demux related structures - added file probing support - improve med...Fabrice Bellard
2002-05-20added first version of MPEG/DVB transport stream demuxFabrice Bellard
2002-05-19use av memory handling functionsFabrice Bellard
2002-05-19fixed pcm readFabrice Bellard
2002-05-19added VPATH supportFabrice Bellard
2002-05-19added dummy crc output format for easy codec testingFabrice Bellard
2002-05-19Fix the WAIT_FEED problem. It turns out that when you open up an FFMPhilip Gladstone
2002-05-16Pass over the bit_rate_tolerance field to ffmpegPhilip Gladstone
2002-05-15- Added r_frame_rate in AVStream to store the real frame rate.Juanjo
2002-05-13- VCD MPEG-1 compliant stream support (set AVF_FLAG_VCD)Juanjo
2002-05-12- Fixes for MPEG-PS which have more than 1 system header, now we don't takeJuanjo
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* 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-02- Changed FOURCC for H263.Juanjo
2002-04-29more msmpeg4 fourccs patch by Gert Vervoort <Gert.Vervoort@wxs.nl>Gert Vervoort
2002-04-26* cleanupZdenek Kabelac
2002-04-15- Versions defined for libav/libavcodec.Juanjo