aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_ts.c
Commit message (Expand)AuthorAge
* a previous commit introduced a bug that prevented tables Gravatar nicodvb2006-10-29
* simplified assignment of subtitles stream in ts_parse()Gravatar nicodvb2006-10-29
* handle broken ts packets before parsing the restGravatar nicodvb2006-10-29
* cosmetics: reformatted after previous commitGravatar nicodvb2006-10-29
* 1000l: fixed broken handling of the adaption field - part 2Gravatar nicodvb2006-10-29
* fixed mishandling of stream_read() (it doesn't necessarily return -1 in case ...Gravatar nicodvb2006-10-29
* ts_parse() move section handling after stream_read() rather than repeating itGravatar nicodvb2006-10-29
* removed useless check: when is_start is set the size of the payload Gravatar nicodvb2006-10-28
* in ts_parse() centralized stream_read()+stream_skip(); smaller and cleanerGravatar nicodvb2006-10-28
* readability cosmeticsGravatar nicodvb2006-10-28
* unconditionally assign the language code when available;Gravatar nicodvb2006-10-28
* reformatted ts_parse() after previous commitGravatar nicodvb2006-10-28
* removed unreachable code (when len=pes_parse2() returns 0)Gravatar nicodvb2006-10-28
* 10l: fixed misplaced adaption field checkGravatar nicodvb2006-10-28
* removed commented crc32 code; I'll eventualy reuse the one in lavuGravatar nicodvb2006-10-28
* slight simplificationsGravatar nicodvb2006-10-28
* fixed corner case previously mishandled: don't play an audio only stream whenGravatar nicodvb2006-10-17
* during stream detection always parse ts_probesize bytes (even with -nosound s...Gravatar nicodvb2006-10-15
* Get rid of demux_aid_vid_mismatch mess.Gravatar reimar2006-08-26
* don't try to autodetect aac in pes packets (the detection is prone to give wr...Gravatar nicodvb2006-08-26
* reduced standard verbosity and changed output messages to more uniform descri...Gravatar nicodvb2006-06-14
* support for audio stream switchingGravatar nicodvb2006-06-12
* support for dts (identified only by the PMT, not from the bitstream)Gravatar nicodvb2006-06-04
* fixed wrong assignment of stream type in generic PES_PRIVATE1 streams (didn't...Gravatar nicodvb2006-06-04
* one more a52 descriptor (dvb impl., untested)Gravatar nicodvb2006-06-04
* Fix potential integer overflows in memory allocation.Gravatar rtogni2006-06-04
* where necesary, replaced all realloc() with realloc_struct() to prevent int o...Gravatar nicodvb2006-05-13
* when searching ac3 in unqualified pes_private1 streams there's no need to sca...Gravatar nicodvb2006-05-13
* allocate correct extradata sizeGravatar nicodvb2006-05-12
* raised max extradata size and refuse to store more than the limitGravatar nicodvb2006-05-12
* don't allocate (and demux_push() immediately) demux_packet()s > MAX_PACK_SIZE...Gravatar nicodvb2006-05-12
* search ac3 in dvd substream only if pes_aligned flag is set in the pes header...Gravatar nicodvb2006-05-12
* Get ride of the several if(identify) messy lines and rearangment of some of t...Gravatar reynaldo2006-04-24
* segfault fix: assign param->apid (that is the audio id found) when inexistent...Gravatar nicodvb2006-04-05
* init variable in parse_mp4_object_descriptor before using it; fixes cid 237Gravatar nicodvb2006-03-11
* print ts_probe; 0x88 .. 0x8F in pes_private streams are not AC3 but DTS track...Gravatar nicodvb2006-03-04
* Second-try commit of this patch.Gravatar corey2006-02-17
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.Gravatar corey2006-02-09
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07
* export custom mp_a52_framesize(), needed to parse ac3 frames when liba52 is n...Gravatar nicodvb2006-01-27
* Update licensing information: The FSF changed postal address.Gravatar diego2006-01-13
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* fixed possible uint8 overflow; assign progid to the newly created pmtGravatar nicodvb2005-11-06
* more precise seeking based on calculated average video bitrate; works quite w...Gravatar nicodvb2005-10-31
* move resync_audio_stream after seeking to demuxer.cGravatar reimar2005-10-30
* Use PRI?64 defines as format strings for 64 bit variables.Gravatar reimar2005-10-13
* Crash fix for: "[MPlayer-users] Crash of mencoder in demux_ts.c line 2728"Gravatar gpoirier2005-08-23
* Demuxer modularizationGravatar rtognimp2005-08-05
* pass along audio extradata if presentGravatar nicodvb2005-06-06
* set width, height and biCompression when the video stream contains avc1; reus...Gravatar nicodvb2005-04-09