summaryrefslogtreecommitdiff
path: root/libav
Commit message (Expand)AuthorAge
* Change order of extensions and read_probe checking. This gives the read_probePhilip Gladstone2002-05-24
* * Add a probe function for FFM filesPhilip Gladstone2002-05-24
* * Fix a problem caused by a duplicate free of priv_data -- now uses av_freepPhilip Gladstone2002-05-24
* fixed memory freeFabrice Bellard2002-05-20
* converted to new APIFabrice Bellard2002-05-20
* suppressed mpeg demux mess - use now dynamic stream creation apiFabrice Bellard2002-05-20
* split mux/demux related structures - added file probing support - improve med...Fabrice Bellard2002-05-20
* added first version of MPEG/DVB transport stream demuxFabrice Bellard2002-05-20
* use av memory handling functionsFabrice Bellard2002-05-18
* fixed pcm readFabrice Bellard2002-05-18
* added VPATH supportFabrice Bellard2002-05-18
* added dummy crc output format for easy codec testingFabrice Bellard2002-05-18
* Fix the WAIT_FEED problem. It turns out that when you open up an FFMPhilip Gladstone2002-05-18
* Pass over the bit_rate_tolerance field to ffmpegPhilip Gladstone2002-05-16
* - Added r_frame_rate in AVStream to store the real frame rate.Juanjo2002-05-14
* - VCD MPEG-1 compliant stream support (set AVF_FLAG_VCD)Juanjo2002-05-12
* - Fixes for MPEG-PS which have more than 1 system header, now we don't takeJuanjo2002-05-11
* * 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
* * 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
* - Changed FOURCC for H263.Juanjo2002-05-02
* more msmpeg4 fourccs patch by Gert Vervoort <Gert.Vervoort@wxs.nl>Gert Vervoort2002-04-29
* * cleanupZdenek Kabelac2002-04-26
* - Versions defined for libav/libavcodec.Juanjo2002-04-15
* - Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode forJuanjo2002-04-09
* * patch by Philip GladstonePhilip Gladstone2002-04-08
* * some minor modification by Philip GladstonZdenek Kabelac2002-04-08
* * more warning cleanupsZdenek Kabelac2002-04-08
* * fixing some warningsZdenek Kabelac2002-04-08
* * support for .au .gif .mov .mp4 by François Revol <revol@free.fr>Zdenek Kabelac2002-04-08
* * encoding of AC3 with more than 2 channelsZdenek Kabelac2002-04-08
* - Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo2002-04-07
* - Fix memory leak and others bugs for ppmpipe. Thanks to Rudolf Opalla.Juanjo2002-04-02
* - Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert BuytenhekJuanjo2002-03-20
* - Fixes on MPEG demuxer to handle VOBs without System Header.Juanjo2002-03-17
* - Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine)Juanjo2002-03-16
* - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.Juanjo2002-03-10
* - Fix on AVI and WAV headers based on Nikolai Zhubr patch.Juanjo2002-03-01