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
...
*
Remove duplicate printing of ID_AUDIO_ID/ID_VIDEO_ID, those are already
reimar
2009-06-21
*
TS demuxer: make the IDs used by DEMUXER_CTRL_SWITCH_* and DEMUXER_CTRL_IDENT...
reimar
2009-06-21
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Replace informal GPL license header by standard GPL header.
diego
2009-05-08
*
Fix mp_msg call with too few arguments.
reimar
2009-03-04
*
Replace double semicolon by single semicolon.
diego
2009-02-16
*
in parse_pat() IDENTIFY program number and pmt_pid
nicodvb
2009-01-22
*
added support for manual audio substream selection out of 0xFD PES streams (B...
nicodvb
2009-01-04
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
*
Remove unused variable, fixes the warning:
diego
2008-06-08
*
call demux_flush() where appropriate
nicodvb
2008-06-02
*
typo in filename
diego
2008-04-11
*
Update comment to account for renamed header file.
diego
2008-04-11
*
Remove another useless cast
reimar
2008-04-05
*
another DCA audio identified (0x86) used in BD; patch by kirill belokurov gma...
nicodvb
2008-03-17
*
reset_fifos() resets demuxer->reference_clock to MP_NOPTS_VALUE
nicodvb
2008-02-23
*
read the PCR of the currently playing program (if available) in demuxer->refe...
nicodvb
2008-02-23
*
when seeking in H264 an SPS *should* be a valid entry point; feel free to cha...
nicodvb
2008-02-16
*
cosmetics
nicodvb
2008-02-16
*
in ts_detect_streams() try to identify the program found based on vpid and ap...
nicodvb
2008-02-16
*
in some still unknown system format 0x82 identifies AUDIO_DTS
nicodvb
2008-02-08
*
Use defines to give names to the different seek flags.
reimar
2008-01-29
*
in the PMT stream_type==0x11 indicates AAC in LATM streams, that now libfaad ...
nicodvb
2008-01-26
*
Make all demuxer_desc_t const, thus moving them to .rodata
reimar
2008-01-13
*
in the PMT stream_type==0x11 identified AAC in LATM-over-LOAS syntax that isn...
nicodvb
2008-01-05
*
Remove useless stray #include.
diego
2007-12-16
*
support for DTS as specified in DVB (untested)
nicodvb
2007-10-03
*
removed unused function parameters
nicodvb
2007-09-22
*
in ts_detect_streams() moved the iteration condition inside the loop
nicodvb
2007-09-22
*
warning fixes:
diego
2007-09-13
*
Remove redundant variable declarations.
diego
2007-08-25
*
Fix for bugzilla #835
rtogni
2007-07-24
*
init ts_probe to 0 and probe up to TS_MAX_PROBE_SIZE if the parameter
nicodvb
2007-06-09
*
added support for DTS1 audio descriptor
nicodvb
2007-06-09
*
1000000l, descriptor VC-1 identifies VIDEO_VC1, not AUDIO_DTS
nicodvb
2007-06-09
*
prog_id is an uint16_t; reported by Mario Rossi (mariofurire googlemail com)
nicodvb
2007-06-02
*
Add explicit location for headers from the stream/ directory.
diego
2007-03-15
*
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
[prev]
[next]