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
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
*
Do not cast the results of malloc/calloc/realloc.
diego
2010-02-26
*
Add mp_getbits() to mpeg_hdr.h to avoid a forward declaration.
diego
2010-02-17
*
Add separate header for mp_a52_framesize(); avoids forward declarations.
diego
2010-02-17
*
If audio was identified as DTS in the PMT do not override that with TrueHD
reimar
2010-01-24
*
Use double-precision constants instead of single precision that gets cast to ...
reimar
2010-01-13
*
Use double instead of float for pts.
cehoyos
2010-01-12
*
Add support for parsing audio streams (though should be easy to extend to video)
reimar
2009-12-27
*
Add 0x85 ad ID for DTS audio.
diego
2009-09-23
*
Add suport for detecting and demuxing DVB teletext streams (nothing beyond th...
reimar
2009-08-21
*
handle TrueHD streams (they are carried in 0xFD PES streams in substream 0x72)
nicodvb
2009-07-30
*
Move printing of ID_AID_???_LANG to ts_add_stream instead of ts_detect_streams.
reimar
2009-06-23
*
Initialize es->lang to ensure a previous value does not get misattributed
reimar
2009-06-23
*
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
[next]