Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-25Only set CODEC_ID_PROBE when a packet from a stream having a PES headerBaptiste Coudurier
2009-06-20add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med do...Wolfram Gloger
2009-06-02do not parse full header for private streamsBaptiste Coudurier
2009-06-02correctly handle maximum streams limitBaptiste Coudurier
2009-06-02export data from private streamsBaptiste Coudurier
2009-05-31initialize pes state to skipBaptiste Coudurier
2009-05-31print reg desc in a more friendly wayBaptiste Coudurier
2009-05-31give context to dprintfBaptiste Coudurier
2009-05-31print registration descriptor in debugBaptiste Coudurier
2009-05-310x7a is E-AC3 descriptorBaptiste Coudurier
2009-05-31set codec_tag to stream type, so user can deal with itBaptiste Coudurier
2009-05-31set codec_tag to registration descriptor if presentBaptiste Coudurier
2009-05-31add streams even if they are not present in PMT, fix #1092 and #835Baptiste Coudurier
2009-05-31remove no longer needed fake dvbsub stream typeBaptiste Coudurier
2009-05-31reindentBaptiste Coudurier
2009-05-31remove no longer needed initBaptiste Coudurier
2009-05-31factorizeBaptiste Coudurier
2009-05-31simplify and mergeBaptiste Coudurier
2009-05-31move new_pes_av_stream to avoid forward declarationBaptiste Coudurier
2009-05-31remove definesBaptiste Coudurier
2009-05-31rework stream type and codec identificationBaptiste Coudurier
2009-05-31cosmetics, reindent, remove useless braces, whitespacesBaptiste Coudurier
2009-05-31export all streams in ts demuxerBaptiste Coudurier
2009-05-27support AVDISCARD_ALL in mpegts demuxerBaptiste Coudurier
2009-05-27return error in mpegts_push_data and propagate itBaptiste Coudurier
2009-05-2710l, forgot ';', fix compilationBaptiste Coudurier
2009-05-27check that len is not negativeBaptiste Coudurier
2009-05-27demux whole PES packets from TSBaptiste Coudurier
2009-05-27move DEBUG define before include to get dprintfBaptiste Coudurier
2009-04-12remove useless wrapperBaptiste Coudurier
2009-04-12remove useless wrapperBaptiste Coudurier
2009-04-12replace DEBUG_SI with DEBUG and use dprintfBaptiste Coudurier
2009-04-12Set stream type to ac3 if registration descriptor is present.Baptiste Coudurier
2009-04-12simplify registration descriptor parsing with bytestream get functionsBaptiste Coudurier
2009-04-12Ok, ts demuxer is more complicated than I thoughtBjörn Axelsson
2009-04-12fix end of buffer check, fix hang_read_header.h264.tsBaptiste Coudurier
2009-03-22avoid creating a new stream not referenced in pmt since it cannot be associat...Baptiste Coudurier
2009-02-28Change TS seeking so it returns position/timestamp of a key frame.Ivan Schreter
2009-02-10use new metadata API in mpegts demuxerAurelien Jacobs
2009-02-06Fix minor memory leak.Jindřich Makovička
2009-02-03Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec)Michael Niedermayer
2009-01-24set pts and dts when only pts is present, according to specsBaptiste Coudurier
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-12-13mpegts: replace Program_t typedef with "struct Program"Måns Rullgård
2008-12-04Add necessary header for av_set_program_name and av_program_add_stream_index.Diego Biurrun
2008-12-03Move declaration of av_set_program_name and av_program_add_stream_indexDiego Biurrun
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-10-02spelling cosmeticsDiego Biurrun
2008-10-02Use enum typers instead of int.Diego Pettenò