summaryrefslogtreecommitdiffstats
path: root/libav
Commit message (Expand)AuthorAgeFilesLines
* license/copyright changeFabrice Bellard2002-05-2522-239/+247
* fixed double free - fixed probe functionFabrice Bellard2002-05-251-13/+12
* fixed double free - fixed jpg image sequence automatic selectionFabrice Bellard2002-05-251-16/+12
* fixed memory free (no free necessary for private data) - added better support...Fabrice Bellard2002-05-251-24/+36
* Change order of extensions and read_probe checking. This gives the read_probePhilip Gladstone2002-05-241-6/+6
* * Add a probe function for FFM filesPhilip Gladstone2002-05-241-1/+9
* * Fix a problem caused by a duplicate free of priv_data -- now uses av_freepPhilip Gladstone2002-05-241-11/+9
* fixed memory freeFabrice Bellard2002-05-201-1/+1
* converted to new APIFabrice Bellard2002-05-2020-504/+709
* suppressed mpeg demux mess - use now dynamic stream creation apiFabrice Bellard2002-05-201-317/+82
* split mux/demux related structures - added file probing support - improve med...Fabrice Bellard2002-05-202-179/+664
* added first version of MPEG/DVB transport stream demuxFabrice Bellard2002-05-201-0/+316
* use av memory handling functionsFabrice Bellard2002-05-1823-273/+110
* fixed pcm readFabrice Bellard2002-05-181-31/+11
* added VPATH supportFabrice Bellard2002-05-181-2/+6
* added dummy crc output format for easy codec testingFabrice Bellard2002-05-181-0/+109
* Fix the WAIT_FEED problem. It turns out that when you open up an FFMPhilip Gladstone2002-05-181-0/+12
* Pass over the bit_rate_tolerance field to ffmpegPhilip Gladstone2002-05-161-0/+2
* - Added r_frame_rate in AVStream to store the real frame rate.Juanjo2002-05-142-0/+5
* - VCD MPEG-1 compliant stream support (set AVF_FLAG_VCD)Juanjo2002-05-122-16/+42
* - Fixes for MPEG-PS which have more than 1 system header, now we don't takeJuanjo2002-05-111-9/+11
* * Add implementation of strlcpyPhilip Gladstone2002-05-101-0/+13
* * Add prototype for strlcpyPhilip Gladstone2002-05-101-0/+2
* * Add the 'flags' field to the list of codec fields passed from ffserver toPhilip Gladstone2002-05-091-0/+2
* * Make put_wav_header return the number of bytes that it put.Philip Gladstone2002-05-091-1/+5
* * Change extern inline to static inline so that it will compile without optim...Philip Gladstone2002-05-091-1/+1
* * Try and fill out some more of the RV header fields correctlyPhilip Gladstone2002-05-091-6/+25
* * Add defaults to switch statementsPhilip Gladstone2002-05-091-0/+4
* * Add a sleep when doing the post to ffserver. Yes, this is the wrongPhilip Gladstone2002-05-091-1/+3
* Intialize the codec type to video.Philip Gladstone2002-05-091-4/+5
* * Add the gop_size to the video parameters. Also the audio framesize.Philip Gladstone2002-05-091-16/+35
* * Change extern inline to static inline. This improves compiling without opti...Philip Gladstone2002-05-091-2/+2
* * Add default cases to switch statements.Philip Gladstone2002-05-091-0/+4
* * Add a duration field to the AVPacketPhilip Gladstone2002-05-091-0/+1
* * Make it work with sound cards (like mine) that can only capture in stereo.Philip Gladstone2002-05-091-0/+17
* * Many, many changes to make it work (mostly). Information snagged fromPhilip Gladstone2002-05-091-44/+90
* - Changed FOURCC for H263.Juanjo2002-05-023-6/+7
* more msmpeg4 fourccs patch by Gert Vervoort <Gert.Vervoort@wxs.nl>Gert Vervoort2002-04-292-4/+8
* * cleanupZdenek Kabelac2002-04-261-0/+6
* - Versions defined for libav/libavcodec.Juanjo2002-04-152-6/+20
* - Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode forJuanjo2002-04-091-5/+17
* * patch by Philip GladstonePhilip Gladstone2002-04-081-3/+3
* * some minor modification by Philip GladstonZdenek Kabelac2002-04-088-50/+133
* * more warning cleanupsZdenek Kabelac2002-04-085-12/+11
* * fixing some warningsZdenek Kabelac2002-04-081-28/+24
* * support for .au .gif .mov .mp4 by François Revol <revol@free.fr>Zdenek Kabelac2002-04-086-1/+1570
* * encoding of AC3 with more than 2 channelsZdenek Kabelac2002-04-081-0/+3
* - Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo2002-04-0713-21/+26
* - Fix memory leak and others bugs for ppmpipe. Thanks to Rudolf Opalla.Juanjo2002-04-021-2/+10
* - Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert BuytenhekJuanjo2002-03-203-8/+79
OpenPOWER on IntegriCloud