summaryrefslogtreecommitdiffstats
path: root/demux_mpg.c
Commit message (Expand)AuthorAgeFilesLines
* libdemuxer...arpi2001-10-201-403/+0
* all error/warn/info messages moved to help_mp-en.h for translationarpi2001-09-261-3/+4
* gui seekbar position fixedarpi2001-08-281-2/+2
* seeking flags implemented: 0x1=rel/abs and 0x2=time/percentarpi2001-08-221-7/+13
* fixed seeking (now allows seeking before start position)arpi2001-08-201-1/+3
* printf->mp_msg/mp_dbgarpi2001-08-171-27/+28
* seek.c moved to demuxer.c, stream_reset in new_demuxer()arpi2001-08-121-2/+2
* format-specific seeking code moved to demuxer_ stuffarpi2001-08-081-2/+59
* missing unistd.h (requires for off_t under freebsd)arpi2001-08-011-0/+1
* mpeg PES steram support (only 1E0 & 1C0 packets, no 1BA/1BB headers)arpi2001-07-161-3/+16
* ds->type removed - using id-based audio format detection in mplayer.carpi2001-07-161-15/+1
* some code clanup (first step to libdemuxer)arpi2001-07-071-5/+5
* packet 0x1B6 (mpeg4 stream) detectionarpi_esp2001-06-181-5/+5
* keyframe flag addedarpi_esp2001-06-031-2/+2
* accept 1BD packets for PS stream syncarpi_esp2001-06-011-1/+1
* warnings killedszabii2001-04-231-0/+3
* Encrypted DVD playback works again ;-)lgb2001-04-231-0/+2
* stage#1 completed: c files no more included from mplayer.carpi_esp2001-04-231-10/+18
* dvd sub parser move dto mplayer.carpi_esp2001-04-201-6/+4
* dvd sub support readingarpi_esp2001-04-201-6/+41
* small bugfix in the new optimized head sync codearpi_esp2001-04-201-4/+15
* command line requested DVD key support for Arpi :)lgb2001-04-201-1/+4
* Embarrassing messages while playing DVD are moved to verbose level 1lgb2001-04-201-1/+1
* dumb bug here too :)arpi_esp2001-04-201-2/+4
* PES vs. VOB problem... yet another solutionarpi_esp2001-04-191-14/+28
* A fast'n'ugly hack to correct DVD VOB playback problemslgb2001-04-191-1/+3
* PES supported again, VOB 0x1F0 problems fixedarpi_esp2001-04-181-5/+21
* Bad interpretation of a constant by me ...lgb2001-04-171-3/+3
* preliminary DVD support using libcsslgb2001-04-171-4/+16
* new stream selection codearpi_esp2001-04-151-13/+15
* max packetsize changed back to 4096 - solved DVD problemsarpi_esp2001-04-141-2/+2
* fix: packet longer than 4096 bytesarpi_esp2001-03-291-4/+4
* Initial revisionarpi_esp2001-02-241-0/+228