aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_ts.c
Commit message (Expand)AuthorAge
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* demux_ts: Fix subtitle sync issuesGravatar reimar2010-11-08
* demux_ts: fix subtitle stream breaking audio track switchGravatar cehoyos2010-11-02
* demux_[mpg|ts|ty]: #include dec_audio.h for skip_audio_frame()Gravatar diego2010-11-02
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* demux: Move mp_a52_framesize from demux_ts.c to parse_es.cGravatar diego2010-11-02
* demux_ts.c: cleanupGravatar reimar2010-11-02
* demux_ts.c: avoid compiler warning by adding initializationGravatar diego2010-11-02
* demux_ts: Improve subtitle supportGravatar reimar2010-11-02
* demux_ts: add memory access checksGravatar reimar2010-11-02
* demux_ts: fix crash on broken packetsGravatar reimar2010-11-02
* demux_ts: change IS_ macros to functionsGravatar reimar2010-11-02
* demux_ts: detect LATM AAC as a separate typeGravatar reimar2010-11-02
* Merge svn changes r31318 to r31328Gravatar Uoti Urpala2010-06-05
|\
| * Add partial support for dirac to TS demuxer.Gravatar reimar2010-06-05
* | Merge svn changes up to r31291Gravatar Uoti Urpala2010-06-02
|\|
| * Move TS_MAX_PROBE_SIZE #define to demux_ts.h instead of duplicating it.Gravatar diego2010-05-30
* | options: move -alang and -slang to option structGravatar Uoti Urpala2010-05-22
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
|/
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* Add mp_getbits() to mpeg_hdr.h to avoid a forward declaration.Gravatar diego2010-02-17
* Add separate header for mp_a52_framesize(); avoids forward declarations.Gravatar diego2010-02-17
* If audio was identified as DTS in the PMT do not override that with TrueHDGravatar reimar2010-01-24
* Use double-precision constants instead of single precision that gets cast to ...Gravatar reimar2010-01-13
* Use double instead of float for pts.Gravatar cehoyos2010-01-12
* Add support for parsing audio streams (though should be easy to extend to video)Gravatar reimar2009-12-27
* Add 0x85 ad ID for DTS audio.Gravatar diego2009-09-23
* Add suport for detecting and demuxing DVB teletext streams (nothing beyond th...Gravatar reimar2009-08-21
* handle TrueHD streams (they are carried in 0xFD PES streams in substream 0x72)Gravatar nicodvb2009-07-30
* Move printing of ID_AID_???_LANG to ts_add_stream instead of ts_detect_streams.Gravatar reimar2009-06-23
* Initialize es->lang to ensure a previous value does not get misattributedGravatar reimar2009-06-23
* Remove duplicate printing of ID_AUDIO_ID/ID_VIDEO_ID, those are alreadyGravatar reimar2009-06-21
* TS demuxer: make the IDs used by DEMUXER_CTRL_SWITCH_* and DEMUXER_CTRL_IDENT...Gravatar reimar2009-06-21
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Replace informal GPL license header by standard GPL header.Gravatar diego2009-05-08
* Fix mp_msg call with too few arguments.Gravatar reimar2009-03-04
* Replace double semicolon by single semicolon.Gravatar diego2009-02-16
* in parse_pat() IDENTIFY program number and pmt_pidGravatar nicodvb2009-01-22
* added support for manual audio substream selection out of 0xFD PES streams (B...Gravatar nicodvb2009-01-04
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Remove unused variable, fixes the warning:Gravatar diego2008-06-08
* call demux_flush() where appropriateGravatar nicodvb2008-06-02
* typo in filenameGravatar diego2008-04-11
* Update comment to account for renamed header file.Gravatar diego2008-04-11
* Remove another useless castGravatar reimar2008-04-05
* another DCA audio identified (0x86) used in BD; patch by kirill belokurov gma...Gravatar nicodvb2008-03-17
* reset_fifos() resets demuxer->reference_clock to MP_NOPTS_VALUEGravatar nicodvb2008-02-23
* read the PCR of the currently playing program (if available) in demuxer->refe...Gravatar nicodvb2008-02-23
* when seeking in H264 an SPS *should* be a valid entry point; feel free to cha...Gravatar nicodvb2008-02-16
* cosmeticsGravatar nicodvb2008-02-16