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-04Move function for reading whole specified amount of data from RTSPKostya Shishkov
2009-06-04Add the .adts file extension to the ADTS muxer.Alex Converse
2009-06-04broken stsd length might be < 16, fix elst-assert.mp4Baptiste Coudurier
2009-06-04Change find_tag return type to int64_t, fix a bugBaptiste Coudurier
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-31fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot jo...Larbi Joubala
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-31split audio chunks in mov demuxerBaptiste Coudurier
2009-05-310x7a is E-AC3 descriptorBaptiste Coudurier
2009-05-31fix compilation with DEBUG definedBaptiste Coudurier
2009-05-31use dts codec probingBaptiste 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-31fix codec probing, stop after MAX_PROBE_PACKETS and return all packetsBaptiste Coudurier
2009-05-30Implement SoX native format muxer and demuxer.Daniel Verkamp
2009-05-30return AVERROR_EOFBaptiste Coudurier
2009-05-30return AVERROR_EOFBaptiste Coudurier
2009-05-30cast size to int64_t to avoid overflowBaptiste Coudurier
2009-05-29Correctly set the "AU size" field in the payload header forLuca Abeni
2009-05-28Document match_ext().Stefano Sabatini
2009-05-27technically mp2 in pva needs AVSTREAM_PARSE_FULLBaptiste 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-05-26Support YVU9 AVI 4cc.Michael Niedermayer
2009-05-26map dvh1 fourcc to dv, fixes incoming/dvh1_sampleBen Littler
2009-05-26Define struct URLContext and typedef it to URLContext in one step.Stefano Sabatini
2009-05-26Remove \p and \e doxygen markup.Stefano Sabatini
2009-05-25Workaround broken AVI files from DC-XZ6.Michael Niedermayer
2009-05-25move DEBUG define before include to get dprintf and change printf to dprintfBaptiste Coudurier
2009-05-24fix get_str16_nolen with odd len, fix #1065Baptiste Coudurier