summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* move DEBUG define before include to get dprintf and move guidcmp before print...Baptiste Coudurier2009-05-241-6/+6
* fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot j...Larbi Joubala2009-05-231-1/+4
* simplify pes timestamps fetching, based on a patch by corp186, chasedouglas a...Baptiste Coudurier2009-05-231-16/+5
* compute total bitrate more accurately, patch by corp186, chasedouglas at gmai...corp1862009-05-231-1/+6
* remove useless includeBaptiste Coudurier2009-05-232-2/+0
* fail if stream fifo could not be allocatedBaptiste Coudurier2009-05-221-0/+2
* Set speex frame_size in ogg demuxerDavid Conrad2009-05-221-0/+1
* check av_fifo_alloc returnBaptiste Coudurier2009-05-211-0/+2
OpenPOWER on IntegriCloud