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