aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_ts.c
Commit message (Expand)AuthorAge
* set width, height and biCompression when the video stream contains avc1; reus...Gravatar nicodvb2005-04-09
* obvious gcc warning fix, approved by NicoGravatar rathann2005-04-08
* allocate and fill extradata field for video_avc (raw nal units, extradata con...Gravatar nicodvb2005-04-03
* wrong binary operatorGravatar nicodvb2005-03-23
* consider parse random_access_point from the adaption_field to determine if th...Gravatar nicodvb2005-03-23
* SL payloads are pushed to audio and video fifo only when they are flagged wit...Gravatar nicodvb2005-03-22
* initial support for SL packetized data, with certain limitations; partly rewo...Gravatar nicodvb2005-03-20
* 50000l: fixed various memleaks; CC discontibuities aren't necessarily error c...Gravatar nicodvb2005-02-25
* replaced bzero() with memset(); stream_type 0x0f is AACGravatar nicodvb2005-01-22
* Output more information about vids, aids, sids, alangs and slangs with -ident...Gravatar mosu2004-11-25
* merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TSGravatar nicodvb2004-11-24
* added support for 192 packet size, remove junk data after 188 bytes. Patch by...Gravatar nicodvb2004-11-20
* added language identifier (if any) to the caller during probing phaseGravatar nicodvb2004-11-15
* removed dependency on liba52Gravatar nicodvb2004-10-11
* fixed a bug that makes the demuxer loop forever probing a52 audio when a52_sy...Gravatar nicodvb2004-10-07
* fixing --disable for mp3lib, liba52 and libmpeg2, patch by (basic (at) mozdev...Gravatar reimar2004-10-07
* small fixesGravatar rathann2004-08-28
* added support for ac3 in non-pes aligned private1 streams; removed useless an...Gravatar nicodvb2004-06-18
* removed unused and commented code; audio is pushed synchronously (reported to...Gravatar nicodvb2004-05-31
* fix wrong detection of mpeg4 as mpeg2 and wrong handling of discontinuities/t...Gravatar nicodvb2004-03-20
* Warning fixes (approved by A'rpi).Gravatar rathann2003-11-08
* big demux_ts fix from Nico <nsabbi@libero.it>Gravatar attila2003-10-20
* Fix a gcc 3.x crash when compiling demux_ts.c with -g -O4 (or -O3). Patch by ...Gravatar mosu2003-09-08
* serious bugs - 1l absinth (changed to absinth against cola inflation)Gravatar alex2003-08-31
* - seek() is always synchronized to keyframes, so the decoders don'tGravatar arpi2003-08-24
* fix one missing #include, one missing extern and one 10l error.Gravatar rathann2003-06-19
* - discard soon non TS files (previously it took too long, as in the caseGravatar arpi2003-06-08
* - open new_ds_[audio | video] only when the relative streams are really avail...Gravatar arpi2003-06-07
* warning fixes by DominikGravatar alex2003-06-03
* fully reworked by Nico <nsabbi@libero.it>Gravatar alex2003-04-28
* wrong assignment of codec, patch by nsabbi@libero.itGravatar alex2003-03-21
* this is a combo patch that:Gravatar arpi2003-03-16