index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpdemux
/
demux_ts.c
Commit message (
Expand
)
Author
Age
*
removed duplicated code in demux_seek(); stream_seek() already aligns to STRE...
nicodvb
2007-02-27
*
cosmetics
nicodvb
2007-02-17
*
when seeking in h264 sync to idr frames
nicodvb
2007-02-09
*
when playing vc1 content sync to sequence or entry point header
nicodvb
2007-02-09
*
vc1 in mpegts
nicodvb
2007-02-09
*
reduced verbosity
nicodvb
2007-01-29
*
5l, check that the codec type detected by ts_detect_streams() is actually aud...
nicodvb
2007-01-29
*
fix audio type when ts_detect_streams detects that a private1 stream is actua...
nicodvb
2007-01-29
*
unified creation of sh_audio and sh_video is ts_add_stream; patch by elupus
nicodvb
2007-01-17
*
Get rid of min/max macros from aviheader.h, they do not belong here.
reimar
2006-12-09
*
Remove superfluous bswap.h include.
diego
2006-12-02
*
slight simplification in demux_control_ts: no need to check *arg with last_{a...
nicodvb
2006-11-20
*
in demux_ts_control unified SWITCH_AUDIO and SWITCH_VIDEO (they were identical)
nicodvb
2006-11-19
*
during DEMUXER_CTRL_SWITCH_x *arg set to -2 identifies 'disable stream x'
nicodvb
2006-11-19
*
implemented DEMUXER_CTRL_IDENTIFY_PROGRAM
nicodvb
2006-11-18
*
COSMETICS: reformatted
nicodvb
2006-11-16
*
restored circular looping when changing audio and video stream (previously br...
nicodvb
2006-11-16
*
reset demuxer's buffered demux_packet after DEMUXER_CTRL_SWITCH_AUDIO
nicodvb
2006-11-16
*
implemented DEMUXER_CTRL_SWITCH_VIDEO
nicodvb
2006-11-16
*
a previous commit introduced a bug that prevented tables
nicodvb
2006-10-29
*
simplified assignment of subtitles stream in ts_parse()
nicodvb
2006-10-29
*
handle broken ts packets before parsing the rest
nicodvb
2006-10-29
*
cosmetics: reformatted after previous commit
nicodvb
2006-10-29
*
1000l: fixed broken handling of the adaption field - part 2
nicodvb
2006-10-29
*
fixed mishandling of stream_read() (it doesn't necessarily return -1 in case ...
nicodvb
2006-10-29
*
ts_parse() move section handling after stream_read() rather than repeating it
nicodvb
2006-10-29
*
removed useless check: when is_start is set the size of the payload
nicodvb
2006-10-28
*
in ts_parse() centralized stream_read()+stream_skip(); smaller and cleaner
nicodvb
2006-10-28
*
readability cosmetics
nicodvb
2006-10-28
*
unconditionally assign the language code when available;
nicodvb
2006-10-28
*
reformatted ts_parse() after previous commit
nicodvb
2006-10-28
*
removed unreachable code (when len=pes_parse2() returns 0)
nicodvb
2006-10-28
*
10l: fixed misplaced adaption field check
nicodvb
2006-10-28
*
removed commented crc32 code; I'll eventualy reuse the one in lavu
nicodvb
2006-10-28
*
slight simplifications
nicodvb
2006-10-28
*
fixed corner case previously mishandled: don't play an audio only stream when
nicodvb
2006-10-17
*
during stream detection always parse ts_probesize bytes (even with -nosound s...
nicodvb
2006-10-15
*
Get rid of demux_aid_vid_mismatch mess.
reimar
2006-08-26
*
don't try to autodetect aac in pes packets (the detection is prone to give wr...
nicodvb
2006-08-26
*
reduced standard verbosity and changed output messages to more uniform descri...
nicodvb
2006-06-14
*
support for audio stream switching
nicodvb
2006-06-12
*
support for dts (identified only by the PMT, not from the bitstream)
nicodvb
2006-06-04
*
fixed wrong assignment of stream type in generic PES_PRIVATE1 streams (didn't...
nicodvb
2006-06-04
*
one more a52 descriptor (dvb impl., untested)
nicodvb
2006-06-04
*
Fix potential integer overflows in memory allocation.
rtogni
2006-06-04
*
where necesary, replaced all realloc() with realloc_struct() to prevent int o...
nicodvb
2006-05-13
*
when searching ac3 in unqualified pes_private1 streams there's no need to sca...
nicodvb
2006-05-13
*
allocate correct extradata size
nicodvb
2006-05-12
*
raised max extradata size and refuse to store more than the limit
nicodvb
2006-05-12
*
don't allocate (and demux_push() immediately) demux_packet()s > MAX_PACK_SIZE...
nicodvb
2006-05-12
[next]