summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_ts.c
Commit message (Expand)AuthorAgeFilesLines
* init variable in parse_mp4_object_descriptor before using it; fixes cid 237nicodvb2006-03-111-0/+1
* print ts_probe; 0x88 .. 0x8F in pes_private streams are not AC3 but DTS track...nicodvb2006-03-041-2/+4
* Second-try commit of this patch.corey2006-02-171-1/+1
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.corey2006-02-091-1/+1
* 1. Include audio_delay as an argument to demux_seek.corey2006-02-071-1/+1
* export custom mp_a52_framesize(), needed to parse ac3 frames when liba52 is n...nicodvb2006-01-271-3/+6
* Update licensing information: The FSF changed postal address.diego2006-01-131-1/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-1/+1
* fixed possible uint8 overflow; assign progid to the newly created pmtnicodvb2005-11-061-7/+9
* more precise seeking based on calculated average video bitrate; works quite w...nicodvb2005-10-311-6/+49
* move resync_audio_stream after seeking to demuxer.creimar2005-10-301-3/+0
* Use PRI?64 defines as format strings for 64 bit variables.reimar2005-10-131-5/+5
* Crash fix for: "[MPlayer-users] Crash of mencoder in demux_ts.c line 2728"gpoirier2005-08-231-0/+3
* Demuxer modularizationrtognimp2005-08-051-7/+27
* pass along audio extradata if presentnicodvb2005-06-061-0/+7
* set width, height and biCompression when the video stream contains avc1; reus...nicodvb2005-04-091-13/+65
* obvious gcc warning fix, approved by Nicorathann2005-04-081-2/+2
* allocate and fill extradata field for video_avc (raw nal units, extradata con...nicodvb2005-04-031-52/+149
* wrong binary operatornicodvb2005-03-231-1/+1
* consider parse random_access_point from the adaption_field to determine if th...nicodvb2005-03-231-28/+25
* SL payloads are pushed to audio and video fifo only when they are flagged wit...nicodvb2005-03-221-7/+27
* initial support for SL packetized data, with certain limitations; partly rewo...nicodvb2005-03-201-177/+829
* 50000l: fixed various memleaks; CC discontibuities aren't necessarily error c...nicodvb2005-02-251-16/+35
* replaced bzero() with memset(); stream_type 0x0f is AACnicodvb2005-01-221-13/+4
* Output more information about vids, aids, sids, alangs and slangs with -ident...mosu2004-11-251-0/+16
* merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TSnicodvb2004-11-241-7/+12
* added support for 192 packet size, remove junk data after 188 bytes. Patch by...nicodvb2004-11-201-10/+28
* added language identifier (if any) to the caller during probing phasenicodvb2004-11-151-0/+11
* removed dependency on liba52nicodvb2004-10-111-7/+39
* fixed a bug that makes the demuxer loop forever probing a52 audio when a52_sy...nicodvb2004-10-071-0/+2
* fixing --disable for mp3lib, liba52 and libmpeg2, patch by (basic (at) mozdev...reimar2004-10-071-0/+4
* small fixesrathann2004-08-281-3/+3
* added support for ac3 in non-pes aligned private1 streams; removed useless an...nicodvb2004-06-181-71/+131
* removed unused and commented code; audio is pushed synchronously (reported to...nicodvb2004-05-311-26/+18
* fix wrong detection of mpeg4 as mpeg2 and wrong handling of discontinuities/t...nicodvb2004-03-201-21/+35
* Warning fixes (approved by A'rpi).rathann2003-11-081-0/+1
* big demux_ts fix from Nico <nsabbi@libero.it>attila2003-10-201-316/+715
* Fix a gcc 3.x crash when compiling demux_ts.c with -g -O4 (or -O3). Patch by ...mosu2003-09-081-1/+1
* serious bugs - 1l absinth (changed to absinth against cola inflation)alex2003-08-311-1/+1
* - seek() is always synchronized to keyframes, so the decoders don'tarpi2003-08-241-160/+981
* fix one missing #include, one missing extern and one 10l error.rathann2003-06-191-0/+1
* - discard soon non TS files (previously it took too long, as in the casearpi2003-06-081-19/+41
* - open new_ds_[audio | video] only when the relative streams are really avail...arpi2003-06-071-598/+632
* warning fixes by Dominikalex2003-06-031-1/+1
* fully reworked by Nico <nsabbi@libero.it>alex2003-04-281-245/+216
* wrong assignment of codec, patch by nsabbi@libero.italex2003-03-211-1/+1
* this is a combo patch that:arpi2003-03-161-0/+903