| Commit message (Expand) | Author | Age |
* | use demux_flush() where appropriate | nicodvb | 2008-06-02 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 |
* | in the crazy ES probing code return DEMUXER_TYPE_MPEG_ES (mpeg12v) only if we... | nicodvb | 2008-01-26 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 |
* | reindented | nicodvb | 2007-11-05 |
* | 10l, setting a non-existent timestamp (default 0.0) when the pts flag isn't s... | nicodvb | 2007-11-05 |
* | in update_stats() removed a wrong 'else' that would prevent h264 headers to b... | nicodvb | 2007-10-04 |
* | cosmetics: typo fix UNSUPORTED --> UNSUPPORTED | diego | 2007-08-28 |
* | 100% cosmetics: reindentation and removal of trailing spaces | nicodvb | 2007-07-08 |
* | unified the skip of header and stuffing bytes after the parsing of pes_extens... | nicodvb | 2007-07-08 |
* | 10l, forgot to skip the stuffing bytes eventually prepended to vc1 packets (i... | nicodvb | 2007-07-07 |
* | cosmetics: split separate instructions in separate lines | nicodvb | 2007-07-07 |
* | proper parsing of pes_extension[12] fields (replaces the previous code that r... | nicodvb | 2007-07-07 |
* | Set subtitle type in mpg demuxer. Fixes subtitle switching with 'j' | reimar | 2007-06-17 |
* | clearly specify the valid substream id range, rather than using unreadable bi... | nicodvb | 2007-06-12 |
* | "()" to "(void)" function param list fixes | uau | 2007-04-01 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 |
* | Source files should not contain non-ASCII characters. | diego | 2007-03-12 |
* | test the continuity of timestamps for STREAMTYPE_VCD, too; patch by Zuxy Meng | nicodvb | 2007-02-28 |
* | removed duplicated code in demux_seek(); stream_seek() already aligns to STRE... | nicodvb | 2007-02-27 |
* | 100000l: average != semidistance, fixed seeking to the middle position; patch... | nicodvb | 2007-02-27 |
* | substream id 0x98..0x9f identifies dts | nicodvb | 2007-02-09 |
* | when seeking and the codec is VC1 sync to sequence or entry point headers | nicodvb | 2007-02-07 |
* | demux_mpg_probe() seek to the initial position before returning - patch by re... | nicodvb | 2007-02-03 |
* | removed unused variables | nicodvb | 2007-02-03 |
* | sanity checks during codec detection; also reset demuxer->stream->eof | nicodvb | 2007-01-28 |
* | added code to scan the video stream to search the actual video codec used; | nicodvb | 2007-01-28 |
* | include math.h for fabsf() | nicodvb | 2007-01-28 |
* | cosmetics: reindentation and braces removal | nicodvb | 2007-01-28 |
* | moved scoreboarding code to 2 separate functions (update_stats() and clear_st... | nicodvb | 2007-01-28 |
* | set has_valid_timestamps and corresponding first and final pts only after | nicodvb | 2007-01-28 |
* | substream 0x75 doesn't seem to be a valid vc1 stream, after all; removed | nicodvb | 2007-01-22 |
* | set priv->last_pts to the pts read only if the pts was really read; patch by ... | nicodvb | 2007-01-22 |
* | demux vc1 (stream id 0x1Fd with 0x55 <= substream id <= 0x5F in the pes_exten... | nicodvb | 2007-01-20 |
* | 1000l; fixed wrong operator precedence | nicodvb | 2007-01-17 |
* | in evo files [e]ac3 substreams range from 0xc0 to 0xcf | nicodvb | 2007-01-16 |
* | one more #if 1 removed | nicodvb | 2007-01-15 |
* | removed useless #if1s added too long time ago | nicodvb | 2007-01-15 |
* | in EVO files substreams 0xC0 of private streams 0xBD contain [e]ac3. | nicodvb | 2007-01-15 |
* | set dp->stream_pts only when feeding the video stream to workaround | nicodvb | 2007-01-01 |
* | replace call to ds_read_packet() with the usual stream_read()+ds_add_packet()... | nicodvb | 2006-12-31 |
* | Get rid of min/max macros from aviheader.h, they do not belong here. | reimar | 2006-12-09 |
* | Make subtitle stream handling more similar to audio and video streams. | reimar | 2006-11-13 |
* | consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME... | nicodvb | 2006-11-12 |
* | Reset demuxer->sub (consistently with audio and video) after seeking and at t... | nicodvb | 2006-10-01 |
* | demuxer->movi_end is updated after ds_fill_buffer(), | nicodvb | 2006-09-18 |
* | Incorrect check in gxf demuxer leading to crash with textKO.gxf sample file | reimar | 2006-07-26 |
* | Remove unused variables, patch by Stefan Huehner stefan at huehner org. | diego | 2006-07-08 |
* | rm unnecesary casts from void* - part 4 | reynaldo | 2006-07-03 |
* | Remove misleading Encrypted VOB message; patch by Ismail Donmez (ismail ab pa... | nicodvb | 2006-06-19 |