summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_ts.c
Commit message (Expand)AuthorAgeFilesLines
* 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