| Commit message (Expand) | Author | Age | Files | Lines |
* | libmpdemux: add back demux_ts | wm4 | 2012-09-18 | 1 | -0/+3533 |
* | Remove some demuxers and decoders | wm4 | 2012-07-30 | 1 | -3533/+0 |
* | demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEY | Uoti Urpala | 2012-07-25 | 1 | -1/+1 |
* | cleanup: silence most of the clang warnings | Clément Bœsch | 2011-07-09 | 1 | -2/+2 |
* | demux_ts: Support S302M audio | cehoyos | 2011-06-29 | 1 | -0/+8 |
* | cleanup: some warning fixes and minor cleanups | reimar | 2011-06-29 | 1 | -2/+1 |
* | cleanup: shut up more warnings | Clément Bœsch | 2011-05-06 | 1 | -2/+2 |
* | Merge branch 'mplayer1_changes' | Uoti Urpala | 2011-05-02 | 1 | -1/+1 |
|\ |
|
| * | demux_ts: Hint at -tsprobe option when no audio stream is found | diego | 2011-05-02 | 1 | -1/+1 |
* | | options: change -alang and -slang to use string list type | Clément Bœsch | 2011-04-20 | 1 | -1/+1 |
|/ |
|
* | demux_ts: change DVB SPU format for libavcodec | reimar | 2011-02-15 | 1 | -3/+4 |
* | demux_ts: DVB and PGS subtitle fixes | reimar | 2011-02-15 | 1 | -6/+5 |
* | demux_ts: Set subtitle stream type correctly for DVB subtitles | reimar | 2011-02-15 | 1 | -0/+2 |
* | demux_ts: change overlapping memcpy to memmove | reimar | 2010-12-16 | 1 | -1/+1 |
* | demux_ts: fix several memleaks | reimar | 2010-12-16 | 1 | -1/+17 |
* | demux_ts: cleanup | reimar | 2010-12-16 | 1 | -5/+4 |
* | demux_ts: avoid using unitialized data | reimar | 2010-12-16 | 1 | -0/+1 |
* | demux-ts: fix TS files with MP4 ES AAC descriptor | reimar | 2010-12-16 | 1 | -1/+7 |
* | demux_ts: fix -sb when -aid stream is not found | reimar | 2010-12-16 | 1 | -1/+3 |
* | cleanup: remove NULL checks before free() all over the code | cboesch | 2010-11-14 | 1 | -8/+4 |
* | demux_ts: Fix subtitle sync issues | reimar | 2010-11-08 | 1 | -0/+5 |
* | demux_ts: fix subtitle stream breaking audio track switch | cehoyos | 2010-11-02 | 1 | -2/+3 |
* | demux_[mpg|ts|ty]: #include dec_audio.h for skip_audio_frame() | diego | 2010-11-02 | 1 | -2/+1 |
* | cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr) | reimar | 2010-11-02 | 1 | -3/+3 |
* | demux: Move mp_a52_framesize from demux_ts.c to parse_es.c | diego | 2010-11-02 | 1 | -41/+0 |
* | demux_ts.c: cleanup | reimar | 2010-11-02 | 1 | -11/+7 |
* | demux_ts.c: avoid compiler warning by adding initialization | diego | 2010-11-02 | 1 | -1/+1 |
* | demux_ts: Improve subtitle support | reimar | 2010-11-02 | 1 | -49/+37 |
* | demux_ts: add memory access checks | reimar | 2010-11-02 | 1 | -5/+5 |
* | demux_ts: fix crash on broken packets | reimar | 2010-11-02 | 1 | -0/+4 |
* | demux_ts: change IS_ macros to functions | reimar | 2010-11-02 | 1 | -3/+40 |
* | demux_ts: detect LATM AAC as a separate type | reimar | 2010-11-02 | 1 | -2/+7 |
* | Merge svn changes r31318 to r31328 | Uoti Urpala | 2010-06-05 | 1 | -1/+9 |
|\ |
|
| * | Add partial support for dirac to TS demuxer. | reimar | 2010-06-05 | 1 | -1/+9 |
* | | Merge svn changes up to r31291 | Uoti Urpala | 2010-06-02 | 1 | -1/+0 |
|\| |
|
| * | Move TS_MAX_PROBE_SIZE #define to demux_ts.h instead of duplicating it. | diego | 2010-05-30 | 1 | -1/+0 |
* | | options: move -alang and -slang to option struct | Uoti Urpala | 2010-05-22 | 1 | -7/+7 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
|/ |
|
* | Do not cast the results of malloc/calloc/realloc. | diego | 2010-02-26 | 1 | -5/+5 |
* | Add mp_getbits() to mpeg_hdr.h to avoid a forward declaration. | diego | 2010-02-17 | 1 | -1/+0 |
* | Add separate header for mp_a52_framesize(); avoids forward declarations. | diego | 2010-02-17 | 1 | -1/+1 |
* | If audio was identified as DTS in the PMT do not override that with TrueHD | reimar | 2010-01-24 | 1 | -1/+1 |
* | Use double-precision constants instead of single precision that gets cast to ... | reimar | 2010-01-13 | 1 | -3/+3 |
* | Use double instead of float for pts. | cehoyos | 2010-01-12 | 1 | -7/+7 |
* | Add support for parsing audio streams (though should be easy to extend to video) | reimar | 2009-12-27 | 1 | -0/+1 |
* | Add 0x85 ad ID for DTS audio. | diego | 2009-09-23 | 1 | -0/+1 |
* | Add suport for detecting and demuxing DVB teletext streams (nothing beyond th... | reimar | 2009-08-21 | 1 | -6/+16 |
* | handle TrueHD streams (they are carried in 0xFD PES streams in substream 0x72) | nicodvb | 2009-07-30 | 1 | -1/+6 |
* | Move printing of ID_AID_???_LANG to ts_add_stream instead of ts_detect_streams. | reimar | 2009-06-23 | 1 | -2/+4 |
* | Initialize es->lang to ensure a previous value does not get misattributed | reimar | 2009-06-23 | 1 | -0/+1 |
* | Remove duplicate printing of ID_AUDIO_ID/ID_VIDEO_ID, those are already | reimar | 2009-06-21 | 1 | -2/+0 |
* | TS demuxer: make the IDs used by DEMUXER_CTRL_SWITCH_* and DEMUXER_CTRL_IDENT... | reimar | 2009-06-21 | 1 | -9/+4 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -128/+128 |
* | Replace informal GPL license header by standard GPL header. | diego | 2009-05-08 | 1 | -11/+12 |
* | Fix mp_msg call with too few arguments. | reimar | 2009-03-04 | 1 | -1/+2 |
* | Replace double semicolon by single semicolon. | diego | 2009-02-16 | 1 | -1/+1 |
* | in parse_pat() IDENTIFY program number and pmt_pid | nicodvb | 2009-01-22 | 1 | -0/+1 |
* | added support for manual audio substream selection out of 0xFD PES streams (B... | nicodvb | 2009-01-04 | 1 | -0/+69 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -2/+2 |
* | Remove unused variable, fixes the warning: | diego | 2008-06-08 | 1 | -1/+0 |
* | call demux_flush() where appropriate | nicodvb | 2008-06-02 | 1 | -6/+1 |
* | typo in filename | diego | 2008-04-11 | 1 | -1/+1 |
* | Update comment to account for renamed header file. | diego | 2008-04-11 | 1 | -1/+1 |
* | Remove another useless cast | reimar | 2008-04-05 | 1 | -1/+1 |
* | another DCA audio identified (0x86) used in BD; patch by kirill belokurov gma... | nicodvb | 2008-03-17 | 1 | -0/+1 |
* | reset_fifos() resets demuxer->reference_clock to MP_NOPTS_VALUE | nicodvb | 2008-02-23 | 1 | -4/+6 |
* | read the PCR of the currently playing program (if available) in demuxer->refe... | nicodvb | 2008-02-23 | 1 | -3/+45 |
* | when seeking in H264 an SPS *should* be a valid entry point; feel free to cha... | nicodvb | 2008-02-16 | 1 | -1/+1 |
* | cosmetics | nicodvb | 2008-02-16 | 1 | -4/+2 |
* | in ts_detect_streams() try to identify the program found based on vpid and ap... | nicodvb | 2008-02-16 | 1 | -0/+7 |
* | in some still unknown system format 0x82 identifies AUDIO_DTS | nicodvb | 2008-02-08 | 1 | -0/+1 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 | 1 | -2/+2 |
* | in the PMT stream_type==0x11 indicates AAC in LATM streams, that now libfaad ... | nicodvb | 2008-01-26 | 1 | -0/+1 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 | 1 | -1/+1 |
* | in the PMT stream_type==0x11 identified AAC in LATM-over-LOAS syntax that isn... | nicodvb | 2008-01-05 | 1 | -1/+0 |
* | Remove useless stray #include. | diego | 2007-12-16 | 1 | -1/+0 |
* | support for DTS as specified in DVB (untested) | nicodvb | 2007-10-03 | 1 | -0/+8 |
* | removed unused function parameters | nicodvb | 2007-09-22 | 1 | -8/+8 |
* | in ts_detect_streams() moved the iteration condition inside the loop | nicodvb | 2007-09-22 | 1 | -1/+4 |
* | warning fixes: | diego | 2007-09-13 | 1 | -1/+1 |
* | Remove redundant variable declarations. | diego | 2007-08-25 | 1 | -3/+0 |
* | Fix for bugzilla #835 | rtogni | 2007-07-24 | 1 | -1/+1 |
* | init ts_probe to 0 and probe up to TS_MAX_PROBE_SIZE if the parameter | nicodvb | 2007-06-09 | 1 | -4/+5 |
* | added support for DTS1 audio descriptor | nicodvb | 2007-06-09 | 1 | -0/+4 |
* | 1000000l, descriptor VC-1 identifies VIDEO_VC1, not AUDIO_DTS | nicodvb | 2007-06-09 | 1 | -1/+1 |
* | prog_id is an uint16_t; reported by Mario Rossi (mariofurire googlemail com) | nicodvb | 2007-06-02 | 1 | -1/+1 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -1/+1 |
* | removed duplicated code in demux_seek(); stream_seek() already aligns to STRE... | nicodvb | 2007-02-27 | 1 | -6/+0 |
* | cosmetics | nicodvb | 2007-02-17 | 1 | -31/+28 |
* | when seeking in h264 sync to idr frames | nicodvb | 2007-02-09 | 1 | -1/+1 |
* | when playing vc1 content sync to sequence or entry point header | nicodvb | 2007-02-09 | 1 | -0/+2 |
* | vc1 in mpegts | nicodvb | 2007-02-09 | 1 | -2/+12 |
* | reduced verbosity | nicodvb | 2007-01-29 | 1 | -1/+1 |
* | 5l, check that the codec type detected by ts_detect_streams() is actually aud... | nicodvb | 2007-01-29 | 1 | -1/+1 |
* | fix audio type when ts_detect_streams detects that a private1 stream is actua... | nicodvb | 2007-01-29 | 1 | -0/+3 |
* | unified creation of sh_audio and sh_video is ts_add_stream; patch by elupus | nicodvb | 2007-01-17 | 1 | -70/+75 |
* | Get rid of min/max macros from aviheader.h, they do not belong here. | reimar | 2006-12-09 | 1 | -4/+4 |
* | Remove superfluous bswap.h include. | diego | 2006-12-02 | 1 | -1/+0 |
* | slight simplification in demux_control_ts: no need to check *arg with last_{a... | nicodvb | 2006-11-20 | 1 | -1/+1 |
* | in demux_ts_control unified SWITCH_AUDIO and SWITCH_VIDEO (they were identical) | nicodvb | 2006-11-19 | 1 | -79/+33 |
* | during DEMUXER_CTRL_SWITCH_x *arg set to -2 identifies 'disable stream x' | nicodvb | 2006-11-19 | 1 | -6/+20 |
* | implemented DEMUXER_CTRL_IDENTIFY_PROGRAM | nicodvb | 2006-11-18 | 1 | -0/+85 |
* | COSMETICS: reformatted | nicodvb | 2006-11-16 | 1 | -4/+4 |
* | restored circular looping when changing audio and video stream (previously br... | nicodvb | 2006-11-16 | 1 | -2/+6 |
* | reset demuxer's buffered demux_packet after DEMUXER_CTRL_SWITCH_AUDIO | nicodvb | 2006-11-16 | 1 | -0/+2 |
* | implemented DEMUXER_CTRL_SWITCH_VIDEO | nicodvb | 2006-11-16 | 1 | -1/+75 |
* | a previous commit introduced a bug that prevented tables | nicodvb | 2006-10-29 | 1 | -8/+4 |
* | simplified assignment of subtitles stream in ts_parse() | nicodvb | 2006-10-29 | 1 | -14/+4 |
* | handle broken ts packets before parsing the rest | nicodvb | 2006-10-29 | 1 | -23/+16 |
* | cosmetics: reformatted after previous commit | nicodvb | 2006-10-29 | 1 | -8/+8 |
* | 1000l: fixed broken handling of the adaption field - part 2 | nicodvb | 2006-10-29 | 1 | -1/+11 |
* | fixed mishandling of stream_read() (it doesn't necessarily return -1 in case ... | nicodvb | 2006-10-29 | 1 | -3/+3 |
* | ts_parse() move section handling after stream_read() rather than repeating it | nicodvb | 2006-10-29 | 1 | -49/+41 |
* | removed useless check: when is_start is set the size of the payload | nicodvb | 2006-10-28 | 1 | -6/+0 |
* | in ts_parse() centralized stream_read()+stream_skip(); smaller and cleaner | nicodvb | 2006-10-28 | 1 | -31/+23 |
* | readability cosmetics | nicodvb | 2006-10-28 | 1 | -3/+1 |
* | unconditionally assign the language code when available; | nicodvb | 2006-10-28 | 1 | -14/+13 |
* | reformatted ts_parse() after previous commit | nicodvb | 2006-10-28 | 1 | -34/+34 |
* | removed unreachable code (when len=pes_parse2() returns 0) | nicodvb | 2006-10-28 | 1 | -25/+2 |
* | 10l: fixed misplaced adaption field check | nicodvb | 2006-10-28 | 1 | -6/+6 |
* | removed commented crc32 code; I'll eventualy reuse the one in lavu | nicodvb | 2006-10-28 | 1 | -16/+0 |
* | slight simplifications | nicodvb | 2006-10-28 | 1 | -19/+11 |
* | fixed corner case previously mishandled: don't play an audio only stream when | nicodvb | 2006-10-17 | 1 | -1/+3 |
* | during stream detection always parse ts_probesize bytes (even with -nosound s... | nicodvb | 2006-10-15 | 1 | -6/+0 |
* | Get rid of demux_aid_vid_mismatch mess. | reimar | 2006-08-26 | 1 | -6/+3 |
* | don't try to autodetect aac in pes packets (the detection is prone to give wr... | nicodvb | 2006-08-26 | 1 | -17/+2 |
* | reduced standard verbosity and changed output messages to more uniform descri... | nicodvb | 2006-06-14 | 1 | -13/+13 |
* | support for audio stream switching | nicodvb | 2006-06-12 | 1 | -3/+98 |
* | support for dts (identified only by the PMT, not from the bitstream) | nicodvb | 2006-06-04 | 1 | -1/+11 |
* | fixed wrong assignment of stream type in generic PES_PRIVATE1 streams (didn't... | nicodvb | 2006-06-04 | 1 | -1/+1 |
* | one more a52 descriptor (dvb impl., untested) | nicodvb | 2006-06-04 | 1 | -1/+1 |
* | Fix potential integer overflows in memory allocation. | rtogni | 2006-06-04 | 1 | -7/+0 |
* | where necesary, replaced all realloc() with realloc_struct() to prevent int o... | nicodvb | 2006-05-13 | 1 | -4/+14 |
* | when searching ac3 in unqualified pes_private1 streams there's no need to sca... | nicodvb | 2006-05-13 | 1 | -0/+3 |
* | allocate correct extradata size | nicodvb | 2006-05-12 | 1 | -1/+1 |
* | raised max extradata size and refuse to store more than the limit | nicodvb | 2006-05-12 | 1 | -1/+7 |
* | don't allocate (and demux_push() immediately) demux_packet()s > MAX_PACK_SIZE... | nicodvb | 2006-05-12 | 1 | -2/+4 |
* | search ac3 in dvd substream only if pes_aligned flag is set in the pes header... | nicodvb | 2006-05-12 | 1 | -1/+1 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 | 1 | -14/+7 |
* | segfault fix: assign param->apid (that is the audio id found) when inexistent... | nicodvb | 2006-04-05 | 1 | -0/+1 |
* | init variable in parse_mp4_object_descriptor before using it; fixes cid 237 | nicodvb | 2006-03-11 | 1 | -0/+1 |
* | print ts_probe; 0x88 .. 0x8F in pes_private streams are not AC3 but DTS track... | nicodvb | 2006-03-04 | 1 | -2/+4 |
* | Second-try commit of this patch. | corey | 2006-02-17 | 1 | -1/+1 |
* | Reverse commit of unfinished patch for passing audio_delay to the demuxers. | corey | 2006-02-09 | 1 | -1/+1 |
* | 1. Include audio_delay as an argument to demux_seek. | corey | 2006-02-07 | 1 | -1/+1 |
* | export custom mp_a52_framesize(), needed to parse ac3 frames when liba52 is n... | nicodvb | 2006-01-27 | 1 | -3/+6 |
* | Update licensing information: The FSF changed postal address. | diego | 2006-01-13 | 1 | -1/+1 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -1/+1 |
* | fixed possible uint8 overflow; assign progid to the newly created pmt | nicodvb | 2005-11-06 | 1 | -7/+9 |
* | more precise seeking based on calculated average video bitrate; works qui |