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-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
2002-04-09- Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode forJuanjo
2002-04-09* patch by Philip GladstonePhilip Gladstone
2002-04-09* some minor modification by Philip GladstonZdenek Kabelac
2002-04-08* more warning cleanupsZdenek Kabelac
2002-04-08* fixing some warningsZdenek Kabelac
2002-04-08* support for .au .gif .mov .mp4 by François Revol <revol@free.fr>Zdenek Kabelac
2002-04-08* encoding of AC3 with more than 2 channelsZdenek Kabelac
2002-04-08- Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo
2002-04-02- Fix memory leak and others bugs for ppmpipe. Thanks to Rudolf Opalla.Juanjo
2002-03-20- Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert BuytenhekJuanjo
2002-03-17- Fixes on MPEG demuxer to handle VOBs without System Header.Juanjo
2002-03-16- Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine)Juanjo
2002-03-10- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.Juanjo
2002-03-02- Fix on AVI and WAV headers based on Nikolai Zhubr patch.Juanjo
2002-02-18* Also include time.h for nanosleep()Zdenek Kabelac
2002-02-12alternative bitstream writer (disabled by default, uncomment #define ALT_BIST...Michael Niedermayer
2001-09-25changed audio and video grab interface (simpler now)Fabrice Bellard
2001-09-25correct pcm audio format handlingFabrice Bellard
2001-09-25changed av_open_input_file() prototypeFabrice Bellard
2001-09-23added pcm formatsFabrice Bellard
2001-09-23wmv format is asf formatFabrice Bellard
2001-09-17fixed image number syntax problemsFabrice Bellard
2001-09-17restore audio settings - use all the frame buffers provided by the driverFabrice Bellard
2001-09-17image number handlingFabrice Bellard
2001-09-16fixed raw read for eofFabrice Bellard
2001-08-27Added CODEC_ID_H263P to fourcc tables.Juanjo
2001-08-16win32 fixesFabrice Bellard
2001-08-15changed opendivx to mpeg4Fabrice Bellard
2001-08-15fixed wav riff tag sizeFabrice Bellard
2001-08-15added raw mjpegFabrice Bellard
2001-08-15added staticFabrice Bellard
2001-08-15added raw mjpeg format - added jpeg image formatFabrice Bellard
2001-08-15changed jpegenc.c to jpeg.cFabrice Bellard
2001-08-15added jpeg image read/writeFabrice Bellard