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-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ò
2008-08-15Add flag to mark demuxers that can output discontinuous timestamps.Michael Niedermayer
2008-08-13Dirac encapsulation in MPEG-TSAnuradha Suraparaju
2008-07-28Fix misdetection of H.264 in mpegts as mpeg1video in mpegts.Michael Niedermayer
2008-07-18MPEGTS: Improve probe functionMåns Rullgård
2008-07-09One-bit bitfields should probably be unsigned. Unfortunately, it is leftErik Hovland
2008-06-20uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2008-04-25Fixing memleaks.Michael Niedermayer
2008-04-24Ensure that the timestamp reading code used for seeking chooses a positionMichael Niedermayer
2008-04-15Using the same probe function in 2 formats is not a good idea.Michael Niedermayer
2008-02-23treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESC...Nico Sabbi
2008-01-05improve CRC APIAurelien Jacobs
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-11-17When new streams are detected, look for old filters and close them out.Jeff Downs
2007-10-20associate to each AVProgram the indexes of the AVStreams contained in itNico Sabbi
2007-09-26added structures and code to keep track of pids<->programs mapping: it's neededNico Sabbi
2007-09-26replaced custom tracking of programs/services with calls to with av_new_progr...Nico Sabbi
2007-09-17loosen dependencies over allformats.hAurelien Jacobs
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-13fix compilation with assertAlex Beregszaszi