| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec) | Michael Niedermayer | 2009-02-03 | 1 | -5/+6 |
* | set pts and dts when only pts is present, according to specs | Baptiste Coudurier | 2009-01-23 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | mpegts: replace Program_t typedef with "struct Program" | Måns Rullgård | 2008-12-13 | 1 | -7/+7 |
* | Add necessary header for av_set_program_name and av_program_add_stream_index. | Diego Biurrun | 2008-12-03 | 1 | -0/+1 |
* | Move declaration of av_set_program_name and av_program_add_stream_index | Diego Biurrun | 2008-12-03 | 1 | -2/+0 |
* | Delete unnecessary 'extern' keywords. | Diego Biurrun | 2008-12-03 | 1 | -2/+2 |
* | spelling cosmetics | Diego Biurrun | 2008-10-02 | 1 | -1/+1 |
* | Use enum typers instead of int. | Diego Pettenò | 2008-10-02 | 1 | -1/+2 |