| Commit message (Expand) | Author | Age | Files | Lines |
* | ensure pes buffer is set to avoid segv | Baptiste Coudurier | 2009-09-13 | 1 | -1/+1 |
* | reset pes state to skip after flushing, avoid segv with dvgrab-2009.03.28_19-... | Baptiste Coudurier | 2009-09-13 | 1 | -0/+1 |
* | disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default) | Ivan Schreter | 2009-09-06 | 1 | -0/+34 |
* | Cosmetic changes in read_seek* routines. | Ivan Schreter | 2009-08-26 | 1 | -19/+26 |
* | Decoder for LPCM as used in Bluray discs. | Christian Schmidt | 2009-08-26 | 1 | -0/+1 |
* | Add Bluray Subtitle Support | Stephen Backway | 2009-08-25 | 1 | -0/+1 |
* | mpegts: change variable-length array to fixed length | Måns Rullgård | 2009-08-24 | 1 | -1/+1 |
* | Use generic multi-stream key frame finding routine to implement read_seek2 an... | Ivan Schreter | 2009-08-22 | 1 | -13/+68 |
* | init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297 | Baptiste Coudurier | 2009-07-30 | 1 | -0/+2 |
* | Stop parsing in read_header only after finding pmt, and | Baptiste Coudurier | 2009-07-29 | 1 | -6/+5 |
* | Only set CODEC_ID_PROBE when a packet from a stream having a PES header | Baptiste Coudurier | 2009-06-25 | 1 | -6/+11 |
* | add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med do... | Wolfram Gloger | 2009-06-20 | 1 | -0/+1 |
* | do not parse full header for private streams | Baptiste Coudurier | 2009-06-02 | 1 | -3/+19 |
* | correctly handle maximum streams limit | Baptiste Coudurier | 2009-06-02 | 1 | -1/+2 |
* | export data from private streams | Baptiste Coudurier | 2009-06-02 | 1 | -16/+23 |
* | initialize pes state to skip | Baptiste Coudurier | 2009-05-31 | 1 | -0/+1 |
* | print reg desc in a more friendly way | Baptiste Coudurier | 2009-05-31 | 1 | -1/+1 |
* | give context to dprintf | Baptiste Coudurier | 2009-05-31 | 1 | -1/+1 |
* | print registration descriptor in debug | Baptiste Coudurier | 2009-05-31 | 1 | -0/+1 |
* | 0x7a is E-AC3 descriptor | Baptiste Coudurier | 2009-05-31 | 1 | -1/+1 |
* | set codec_tag to stream type, so user can deal with it | Baptiste Coudurier | 2009-05-31 | 1 | -0/+2 |
* | set codec_tag to registration descriptor if present | Baptiste Coudurier | 2009-05-31 | 1 | -3/+2 |
* | add streams even if they are not present in PMT, fix #1092 and #835 | Baptiste Coudurier | 2009-05-31 | 1 | -3/+21 |
* | remove no longer needed fake dvbsub stream type | Baptiste Coudurier | 2009-05-31 | 1 | -1/+0 |
* | reindent | Baptiste Coudurier | 2009-05-31 | 1 | -6/+6 |
* | remove no longer needed init | Baptiste Coudurier | 2009-05-31 | 1 | -3/+3 |
* | factorize | Baptiste Coudurier | 2009-05-31 | 1 | -13/+12 |
* | simplify and merge | Baptiste Coudurier | 2009-05-31 | 1 | -49/+41 |
* | move new_pes_av_stream to avoid forward declaration | Baptiste Coudurier | 2009-05-31 | 1 | -85/+82 |
* | remove defines | Baptiste Coudurier | 2009-05-31 | 1 | -7/+6 |
* | rework stream type and codec identification | Baptiste Coudurier | 2009-05-31 | 1 | -79/+81 |
* | cosmetics, reindent, remove useless braces, whitespaces | Baptiste Coudurier | 2009-05-31 | 1 | -17/+16 |
* | export all streams in ts demuxer | Baptiste Coudurier | 2009-05-31 | 1 | -23/+1 |
* | support AVDISCARD_ALL in mpegts demuxer | Baptiste Coudurier | 2009-05-27 | 1 | -1/+1 |
* | return error in mpegts_push_data and propagate it | Baptiste Coudurier | 2009-05-27 | 1 | -19/+27 |
* | 10l, forgot ';', fix compilation | Baptiste Coudurier | 2009-05-27 | 1 | -1/+1 |
* | check that len is not negative | Baptiste Coudurier | 2009-05-27 | 1 | -0/+2 |
* | demux whole PES packets from TS | Baptiste Coudurier | 2009-05-27 | 1 | -23/+84 |
* | move DEBUG define before include to get dprintf | Baptiste Coudurier | 2009-05-26 | 1 | -3/+3 |
* | remove useless wrapper | Baptiste Coudurier | 2009-04-12 | 1 | -8/+2 |
* | remove useless wrapper | Baptiste Coudurier | 2009-04-12 | 1 | -7/+1 |
* | replace DEBUG_SI with DEBUG and use dprintf | Baptiste Coudurier | 2009-04-12 | 1 | -31/+28 |
* | Set stream type to ac3 if registration descriptor is present. | Baptiste Coudurier | 2009-04-12 | 1 | -0/+2 |
* | simplify registration descriptor parsing with bytestream get functions | Baptiste Coudurier | 2009-04-12 | 1 | -18/+8 |
* | Ok, ts demuxer is more complicated than I thought | Björn Axelsson | 2009-04-12 | 1 | -1/+3 |
* | fix end of buffer check, fix hang_read_header.h264.ts | Baptiste Coudurier | 2009-04-12 | 1 | -1/+1 |
* | avoid creating a new stream not referenced in pmt since it cannot be associat... | Baptiste Coudurier | 2009-03-22 | 1 | -5/+2 |
* | Change TS seeking so it returns position/timestamp of a key frame. | Ivan Schreter | 2009-02-28 | 1 | -4/+12 |
* | use new metadata API in mpegts demuxer | Aurelien Jacobs | 2009-02-10 | 1 | -3/+5 |
* | Fix minor memory leak. | Jindřich Makovička | 2009-02-06 | 1 | -0/+7 |