summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Move function for reading whole specified amount of data from RTSPKostya Shishkov2009-06-04
* Add the .adts file extension to the ADTS muxer.Alex Converse2009-06-03
* broken stsd length might be < 16, fix elst-assert.mp4Baptiste Coudurier2009-06-03
* Change find_tag return type to int64_t, fix a bugBaptiste Coudurier2009-06-03
* do not parse full header for private streamsBaptiste Coudurier2009-06-02
* correctly handle maximum streams limitBaptiste Coudurier2009-06-02
* export data from private streamsBaptiste Coudurier2009-06-02
* initialize pes state to skipBaptiste Coudurier2009-05-31
* fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot jo...Larbi Joubala2009-05-31
* print reg desc in a more friendly wayBaptiste Coudurier2009-05-31
* give context to dprintfBaptiste Coudurier2009-05-31
* print registration descriptor in debugBaptiste Coudurier2009-05-31
* split audio chunks in mov demuxerBaptiste Coudurier2009-05-31
* 0x7a is E-AC3 descriptorBaptiste Coudurier2009-05-31
* fix compilation with DEBUG definedBaptiste Coudurier2009-05-31
* use dts codec probingBaptiste Coudurier2009-05-31
* set codec_tag to stream type, so user can deal with itBaptiste Coudurier2009-05-31
* set codec_tag to registration descriptor if presentBaptiste Coudurier2009-05-31
* add streams even if they are not present in PMT, fix #1092 and #835Baptiste Coudurier2009-05-31
* remove no longer needed fake dvbsub stream typeBaptiste Coudurier2009-05-31
* reindentBaptiste Coudurier2009-05-31
* remove no longer needed initBaptiste Coudurier2009-05-31
* factorizeBaptiste Coudurier2009-05-31
* simplify and mergeBaptiste Coudurier2009-05-31
* move new_pes_av_stream to avoid forward declarationBaptiste Coudurier2009-05-31
* remove definesBaptiste Coudurier2009-05-31
* rework stream type and codec identificationBaptiste Coudurier2009-05-31
* cosmetics, reindent, remove useless braces, whitespacesBaptiste Coudurier2009-05-31
* export all streams in ts demuxerBaptiste Coudurier2009-05-31
* fix codec probing, stop after MAX_PROBE_PACKETS and return all packetsBaptiste Coudurier2009-05-31
* Implement SoX native format muxer and demuxer.Daniel Verkamp2009-05-30
* return AVERROR_EOFBaptiste Coudurier2009-05-30
* return AVERROR_EOFBaptiste Coudurier2009-05-30
* cast size to int64_t to avoid overflowBaptiste Coudurier2009-05-30
* Correctly set the "AU size" field in the payload header forLuca Abeni2009-05-29
* Document match_ext().Stefano Sabatini2009-05-27
* technically mp2 in pva needs AVSTREAM_PARSE_FULLBaptiste Coudurier2009-05-27
* support AVDISCARD_ALL in mpegts demuxerBaptiste Coudurier2009-05-27
* return error in mpegts_push_data and propagate itBaptiste Coudurier2009-05-27
* 10l, forgot ';', fix compilationBaptiste Coudurier2009-05-27
* check that len is not negativeBaptiste Coudurier2009-05-27
* demux whole PES packets from TSBaptiste Coudurier2009-05-27
* move DEBUG define before include to get dprintfBaptiste Coudurier2009-05-26
* Support YVU9 AVI 4cc.Michael Niedermayer2009-05-26
* map dvh1 fourcc to dv, fixes incoming/dvh1_sampleBen Littler2009-05-26
* Define struct URLContext and typedef it to URLContext in one step.Stefano Sabatini2009-05-25
* Remove \p and \e doxygen markup.Stefano Sabatini2009-05-25
* Workaround broken AVI files from DC-XZ6.Michael Niedermayer2009-05-25
* move DEBUG define before include to get dprintf and change printf to dprintfBaptiste Coudurier2009-05-24
* fix get_str16_nolen with odd len, fix #1065Baptiste Coudurier2009-05-24