| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -1/+1 |
* | use demux_flush() where appropriate | nicodvb | 2008-06-02 | 1 | -6/+2 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 | 1 | -4/+4 |
* | in the crazy ES probing code return DEMUXER_TYPE_MPEG_ES (mpeg12v) only if we... | nicodvb | 2008-01-26 | 1 | -1/+4 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 | 1 | -6/+6 |
* | reindented | nicodvb | 2007-11-05 | 1 | -1/+1 |
* | 10l, setting a non-existent timestamp (default 0.0) when the pts flag isn't s... | nicodvb | 2007-11-05 | 1 | -0/+1 |
* | in update_stats() removed a wrong 'else' that would prevent h264 headers to b... | nicodvb | 2007-10-04 | 1 | -1/+1 |
* | cosmetics: typo fix UNSUPORTED --> UNSUPPORTED | diego | 2007-08-28 | 1 | -2/+2 |
* | 100% cosmetics: reindentation and removal of trailing spaces | nicodvb | 2007-07-08 | 1 | -52/+49 |
* | unified the skip of header and stuffing bytes after the parsing of pes_extens... | nicodvb | 2007-07-08 | 1 | -6/+3 |
* | 10l, forgot to skip the stuffing bytes eventually prepended to vc1 packets (i... | nicodvb | 2007-07-07 | 1 | -0/+2 |
* | cosmetics: split separate instructions in separate lines | nicodvb | 2007-07-07 | 1 | -3/+6 |
* | proper parsing of pes_extension[12] fields (replaces the previous code that r... | nicodvb | 2007-07-07 | 1 | -2/+35 |
* | Set subtitle type in mpg demuxer. Fixes subtitle switching with 'j' | reimar | 2007-06-17 | 1 | -1/+2 |
* | clearly specify the valid substream id range, rather than using unreadable bi... | nicodvb | 2007-06-12 | 1 | -2/+3 |
* | "()" to "(void)" function param list fixes | uau | 2007-04-01 | 1 | -1/+1 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -1/+1 |
* | Source files should not contain non-ASCII characters. | diego | 2007-03-12 | 1 | -1/+1 |
* | test the continuity of timestamps for STREAMTYPE_VCD, too; patch by Zuxy Meng | nicodvb | 2007-02-28 | 1 | -1/+2 |
* | removed duplicated code in demux_seek(); stream_seek() already aligns to STRE... | nicodvb | 2007-02-27 | 1 | -5/+0 |
* | 100000l: average != semidistance, fixed seeking to the middle position; patch... | nicodvb | 2007-02-27 | 1 | -1/+1 |
* | substream id 0x98..0x9f identifies dts | nicodvb | 2007-02-09 | 1 | -0/+1 |
* | when seeking and the codec is VC1 sync to sequence or entry point headers | nicodvb | 2007-02-07 | 1 | -0/+4 |
* | demux_mpg_probe() seek to the initial position before returning - patch by re... | nicodvb | 2007-02-03 | 1 | -0/+2 |
* | removed unused variables | nicodvb | 2007-02-03 | 1 | -1/+1 |
* | sanity checks during codec detection; also reset demuxer->stream->eof | nicodvb | 2007-01-28 | 1 | -1/+3 |
* | added code to scan the video stream to search the actual video codec used; | nicodvb | 2007-01-28 | 1 | -0/+30 |
* | include math.h for fabsf() | nicodvb | 2007-01-28 | 1 | -0/+1 |
* | cosmetics: reindentation and braces removal | nicodvb | 2007-01-28 | 1 | -6/+4 |
* | moved scoreboarding code to 2 separate functions (update_stats() and clear_st... | nicodvb | 2007-01-28 | 1 | -28/+41 |
* | set has_valid_timestamps and corresponding first and final pts only after | nicodvb | 2007-01-28 | 1 | -46/+122 |
* | substream 0x75 doesn't seem to be a valid vc1 stream, after all; removed | nicodvb | 2007-01-22 | 1 | -1/+1 |
* | set priv->last_pts to the pts read only if the pts was really read; patch by ... | nicodvb | 2007-01-22 | 1 | -1/+6 |
* | demux vc1 (stream id 0x1Fd with 0x55 <= substream id <= 0x5F in the pes_exten... | nicodvb | 2007-01-20 | 1 | -2/+37 |
* | 1000l; fixed wrong operator precedence | nicodvb | 2007-01-17 | 1 | -1/+1 |
* | in evo files [e]ac3 substreams range from 0xc0 to 0xcf | nicodvb | 2007-01-16 | 1 | -2/+3 |
* | one more #if 1 removed | nicodvb | 2007-01-15 | 1 | -2/+1 |
* | removed useless #if1s added too long time ago | nicodvb | 2007-01-15 | 1 | -4/+0 |
* | in EVO files substreams 0xC0 of private streams 0xBD contain [e]ac3. | nicodvb | 2007-01-15 | 1 | -1/+2 |
* | set dp->stream_pts only when feeding the video stream to workaround | nicodvb | 2007-01-01 | 1 | -1/+7 |
* | replace call to ds_read_packet() with the usual stream_read()+ds_add_packet()... | nicodvb | 2006-12-31 | 1 | -1/+19 |
* | Get rid of min/max macros from aviheader.h, they do not belong here. | reimar | 2006-12-09 | 1 | -2/+2 |
* | Make subtitle stream handling more similar to audio and video streams. | reimar | 2006-11-13 | 1 | -1/+1 |
* | consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME... | nicodvb | 2006-11-12 | 1 | -6/+2 |
* | Reset demuxer->sub (consistently with audio and video) after seeking and at t... | nicodvb | 2006-10-01 | 1 | -0/+2 |
* | demuxer->movi_end is updated after ds_fill_buffer(), | nicodvb | 2006-09-18 | 1 | -1/+2 |
* | Incorrect check in gxf demuxer leading to crash with textKO.gxf sample file | reimar | 2006-07-26 | 1 | -1/+1 |
* | Remove unused variables, patch by Stefan Huehner stefan at huehner org. | diego | 2006-07-08 | 1 | -2/+0 |
* | rm unnecesary casts from void* - part 4 | reynaldo | 2006-07-03 | 1 | -1/+1 |
* | Remove misleading Encrypted VOB message; patch by Ismail Donmez (ismail ab pa... | nicodvb | 2006-06-19 | 1 | -3/+0 |
* | workaround: at every read update demux->movi_end with stream->end_pos; needed... | nicodvb | 2006-06-14 | 1 | -0/+5 |
* | now any audio stream can be chosen during DEMUXER_CTRL_SWITCH_AUDIO, irrispec... | nicodvb | 2006-06-11 | 1 | -4/+0 |
* | psm longer than 1018 bytes is not allowed, thus invalid | nicodvb | 2006-05-18 | 1 | -1/+1 |
* | fixed %d->PRIu64 in read_mpeg_timestamp() | nicodvb | 2006-05-03 | 1 | -1/+1 |
* | stream_read_word() returns _unsigned_ int | nicodvb | 2006-05-03 | 1 | -1/+1 |
* | in read_mpeg_timestamp() cast int expression to uint64_t before shifting to a... | nicodvb | 2006-05-03 | 1 | -1/+1 |
* | timestamps are 33 bits long, so they don't fit in an unsigned int; 10l | nicodvb | 2006-04-11 | 1 | -4/+4 |
* | make sure the check for valid timestamps does not accidentially search through | reimar | 2006-04-10 | 1 | -2/+10 |
* | fail immediately if any of the parameters necessary to switch audio stream is... | nicodvb | 2006-03-12 | 1 | -1/+5 |
* | check sh_video before seeking; closes cid 56 | nicodvb | 2006-03-12 | 1 | -0/+1 |
* | init sh_a (new audio stream) to sh_audio (current audio stream); closes cid 241 | nicodvb | 2006-03-12 | 1 | -1/+1 |
* | Missing free_demux_packet after read error | reimar | 2006-03-08 | 1 | -0/+3 |
* | try to get duration from the stream layer, if an implementation of STREAM_CTR... | nicodvb | 2006-02-27 | 1 | -0/+8 |
* | 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 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 1 | -1/+1 |
* | h264es: don't seek to non-keyframes | lorenm | 2006-01-03 | 1 | -1/+1 |
* | don't reset dvdsub->id unless -slang is specified; assign default sub stream ... | nicodvb | 2006-01-02 | 1 | -0/+5 |
* | move resync_audio_stream after seeking to demuxer.c | reimar | 2005-10-30 | 1 | -2/+0 |
* | 10l, demux_mpg_control was missing from demuxer info struct, causing audio | reimar | 2005-10-15 | 1 | -5/+5 |
* | faster mpg and much faster gxf demuxing | reimar | 2005-09-03 | 1 | -21/+58 |
* | Make -identify's 'ID_LENGTH=' print a float and not an integer.. The | ods15 | 2005-09-02 | 1 | -1/+1 |
* | Fix mpeg-pes playback | rtognimp | 2005-08-26 | 1 | -2/+2 |
* | support MPEG in GXF container with extension-based detection. | reimar | 2005-08-26 | 1 | -0/+53 |
* | Demuxer modularization | rtognimp | 2005-08-05 | 1 | -6/+129 |
* | support raw ac3 (in private pes packets without the usual dvd 4 bytes substre... | nicodvb | 2005-06-25 | 1 | -2/+18 |
* | moved mpeg-ps/es probing code to demux_mpg.c | nicodvb | 2005-06-06 | 1 | -14/+94 |
* | adds a parameter to the switch_audio command to directly select a track. | reimar | 2005-04-28 | 1 | -2/+13 |
* | Added support of audio stream switching in the MPEG demuxer using the #-key | gpoirier | 2005-04-03 | 1 | -8/+44 |
* | added support for other codecs (mpeg4/h264/aac) in mpeg-ps parsing the PSM | nicodvb | 2005-03-06 | 1 | -1/+95 |
* | Move generic length and percent pos calculation to demuxer.c | reimar | 2005-01-15 | 1 | -7/+1 |
* | fixed broken seeking in mpeg-es files; syncword seeking for all 3 video codecs | nicodvb | 2005-01-08 | 1 | -4/+17 |
* | seeking based on the largest timestamp in an mpeg stream | aurel | 2004-10-23 | 1 | -2/+96 |
* | avoid segfault with -vc dummy | reimar | 2004-10-15 | 1 | -1/+1 |
* | fix for crash when seeking with -novideo option | reimar | 2004-08-07 | 1 | -1/+1 |
* | removed the historic libcss support | alex | 2003-12-08 | 1 | -15/+0 |
* | H264-ES demuxer | michael | 2003-04-04 | 1 | -0/+17 |
* | raw mpeg4-es support (you need to set -fps manually!) | arpi | 2003-01-23 | 1 | -1/+3 |
* | warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) | michael | 2002-11-23 | 1 | -2/+2 |
* | demuxer_control(), percent position and time length query implemented in | arpi | 2002-11-16 | 1 | -1/+22 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 1 | -0/+3 |
* | fixed LPCM parsing | arpi | 2002-10-08 | 1 | -18/+28 |
* | some cleanup - made private vars/funcs static, removed obsolete externs | arpi | 2002-09-29 | 1 | -2/+0 |
* | max_packs increased for some dvd with too many audio/sub | arpi | 2002-04-12 | 1 | -1/+1 |
* | added mp3 detection | arpi | 2002-02-14 | 1 | -1/+9 |
* | DVD start position handling changed (progbar/eta fix) | arpi | 2002-01-27 | 1 | -1/+4 |
* | Return of the 'Old-style-DVD-support', with dynamic loading (using libdl) so | lgb | 2002-01-04 | 1 | -1/+1 |
* | hotfix for ac3 aid<0x20 (VDR) | arpi | 2002-01-02 | 1 | -1/+1 |
* | mpeg VDR vs. BIN fixed? | arpi | 2001-12-26 | 1 | -2/+2 |
* | combined PS/PES sync to allow .VDR playback from stdin | arpi | 2001-12-01 | 1 | -10/+4 |
* | config.h cleanup, few things added to steram/demuxer headers | arpi | 2001-10-30 | 1 | -2/+2 |
* | includes cleanup | arpi | 2001-10-21 | 1 | -11/+1 |
* | libdemuxer... | arpi | 2001-10-20 | 1 | -0/+403 |