aboutsummaryrefslogtreecommitdiffstats
path: root/libav/mpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Change calls to abort() to be calls to av_abort()Philip Gladstone2002-09-121-2/+2
* license/copyright changeFabrice Bellard2002-05-251-11/+11
* suppressed mpeg demux mess - use now dynamic stream creation apiFabrice Bellard2002-05-201-317/+82
* use av memory handling functionsFabrice Bellard2002-05-181-5/+4
* - Added r_frame_rate in AVStream to store the real frame rate.Juanjo2002-05-141-0/+4
* - VCD MPEG-1 compliant stream support (set AVF_FLAG_VCD)Juanjo2002-05-121-15/+39
* - Fixes for MPEG-PS which have more than 1 system header, now we don't takeJuanjo2002-05-111-9/+11
* * Add defaults to switch statementsPhilip Gladstone2002-05-091-0/+4
* - Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo2002-04-071-4/+9
* - Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert BuytenhekJuanjo2002-03-201-8/+20
* - Fixes on MPEG demuxer to handle VOBs without System Header.Juanjo2002-03-171-2/+186
* - Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine)Juanjo2002-03-161-1/+5
* alternative bitstream writer (disabled by default, uncomment #define ALT_BIST...Michael Niedermayer2002-02-121-2/+2
* win32 fixesFabrice Bellard2001-08-131-14/+6
* Initial revisionFabrice Bellard2001-07-221-0/+663