summaryrefslogtreecommitdiffstats
path: root/demux_avi.c
Commit message (Expand)AuthorAgeFilesLines
* -Wall warnings fixedarpi2001-10-021-0/+2
* disabled packet limitarpi2001-09-271-13/+13
* all error/warn/info messages moved to help_mp-en.h for translationarpi2001-09-261-9/+10
* sig11 for abs seek in bad avi file fixedarpi2001-08-281-2/+2
* exit() -> return NULLarpi2001-08-221-2/+0
* seeking flags implemented: 0x1=rel/abs and 0x2=time/percentarpi2001-08-221-0/+19
* added demuxer->seekable flag to generalize seeking ability testarpi2001-08-221-0/+1
* printf->mp_msg/mp_dbgarpi2001-08-171-32/+33
* display number of decoded frames (for progr. mpeg2)arpi2001-08-161-1/+1
* update pts to obtain OSD time display change while rewinding/forwardingatlka2001-08-141-2/+2
* PTS calc updates, fixes, cleanups, mess...arpi2001-08-121-4/+11
* cleanup...arpi2001-08-121-3/+3
* AVI demuxer cleanups, fileformat-dependent stuff moved to priv_tarpi2001-08-111-86/+200
* AVI pts/seek fixes, VBR support, faster NI seekarpi2001-08-111-60/+90
* ehh. yet anouther silly a_pts bugarpi2001-08-101-0/+1
* silly a_pts bugarpi2001-08-091-3/+2
* format-specific seeking code moved to demuxer_ stuffarpi2001-08-081-0/+142
* changed chunkid/size checkarpi2001-08-081-8/+12
* interleaved AVI: audio preload PTS compensationarpi2001-08-061-1/+23
* missing unistd.h (requires for off_t under freebsd)arpi2001-08-011-0/+1
* nosound avi seeking fixedarpi2001-07-291-1/+13
* video pts calculation fixed (Desperado-trailer.avi)arpi2001-07-291-2/+3
* video pts calculation precision fixedarpi2001-07-211-1/+9
* keyframe flag addedarpi_esp2001-06-031-5/+9
* some warnings have goneszabii2001-04-231-7/+7
* stage#1 completed: c files no more included from mplayer.carpi_esp2001-04-231-35/+45
* new stream selection codearpi_esp2001-04-151-2/+26
* sh_audio/sh_video added, general codec cleanuparpi_esp2001-04-061-1/+3
* small code cleanup, removed unused variablesarpi_esp2001-03-151-6/+0
* Initial revisionarpi_esp2001-02-241-0/+276