aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Allow demuxing of audio substreams stored as 0x06 type.Benoit Fouet2009-02-111-2/+23
* parse mpeg2 gop header time code and use itBaptiste Coudurier2009-02-111-4/+22
* write timecode trackBaptiste Coudurier2009-02-111-23/+90
* adjust time rate according to elst time offsetBaptiste Coudurier2009-02-111-3/+3
* fix last keyframe index accross body partitionsBaptiste Coudurier2009-02-111-1/+2
* fix body offsetBaptiste Coudurier2009-02-111-5/+7
* Cosmetics: vertical align "*" for consistency with the other doxyies.Stefano Sabatini2009-02-111-1/+1
* Remove @deprecated notice from AVFrac, it is not deprecated anymore.Stefano Sabatini2009-02-111-1/+0
* fix partition offset when only one stream presentBaptiste Coudurier2009-02-101-2/+3
* fix timecode valueBaptiste Coudurier2009-02-101-1/+1
* write body partitionsBaptiste Coudurier2009-02-101-16/+65
* compute index byte count in mxf_write_partitionBaptiste Coudurier2009-02-101-12/+14
* remove check, mxf muxer does not have track number limitation anymoreBaptiste Coudurier2009-02-101-5/+0
* retrieve flags from mxf_parse_mpeg2_frame using a paramBaptiste Coudurier2009-02-101-8/+9
* 10l, edit unit offset is after klv fillBaptiste Coudurier2009-02-101-2/+1
* cosmetics, associate mxf_write_klv_fill to aligned elementsBaptiste Coudurier2009-02-101-7/+2
* write component depth and horizontal subsampling best effort local tagsBaptiste Coudurier2009-02-101-1/+12
* fix header byte countBaptiste Coudurier2009-02-101-1/+2
* move up mxf_write_klv_fill and align index, rip and primer packBaptiste Coudurier2009-02-101-16/+23
* fix primer pack local tags ulsBaptiste Coudurier2009-02-101-4/+4
* correctly set multi track operational patternBaptiste Coudurier2009-02-101-2/+15
* fix compilation with DEBUG defined, field does not exist anymoreBaptiste Coudurier2009-02-101-1/+1
* remove now useless av_set_program_name() functionAurelien Jacobs2009-02-102-12/+0
* use new metadata API in mpegts demuxerAurelien Jacobs2009-02-101-3/+5
* rename ff_audio_interleave to ff_audio_rechunk_interleaveBaptiste Coudurier2009-02-094-4/+4
* Try to clarify doxy of avformat_seek_file().Michael Niedermayer2009-02-091-1/+1
* Increase the number of packets required to identify as MPEG PES to keep fromAlex Converse2009-02-091-1/+1
* remove no more needed comment, declaration is in internal headerBaptiste Coudurier2009-02-091-3/+0
* cosmetics: typo/grammar fixes in doxygen and other commentsDiego Biurrun2009-02-081-6/+6
* cosmetics: comment grammar/spelling fixesDiego Biurrun2009-02-081-9/+9
* Add the ability to set the timestamp to the current time by specifying 'now'Francesco Cosoleto2009-02-081-0/+3
* 10l: fix compiler warning:Vitor Sessak2009-02-081-1/+2
* Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier2009-02-084-10/+12
* Declare ff_interleave_new_audio_packet as static, it is not usedBaptiste Coudurier2009-02-082-3/+1
* document ff_audio_interleaveBaptiste Coudurier2009-02-081-0/+9
* NC camera demuxerNicolas Martin2009-02-083-0/+102
* Clarify that avformat_seek_file() is not part of the stable API yet.Michael Niedermayer2009-02-081-0/+4
* avformat_seek_file() prototypeMichael Niedermayer2009-02-081-0/+24
* cosmetics: sample_to_chunk -> stscBaptiste Coudurier2009-02-081-18/+18
* cosmetics: sample_to_ctime -> cttsBaptiste Coudurier2009-02-081-11/+11
* remove useless fieldBaptiste Coudurier2009-02-081-2/+1
* rewrite pts also, as comment saysBaptiste Coudurier2009-02-081-1/+1
* remove useless returnBaptiste Coudurier2009-02-081-6/+4
* fix doxygenBaptiste Coudurier2009-02-082-3/+3
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-082-2/+2
* Deprecate av_malloc_format_context() in favor ofStefano Sabatini2009-02-082-3/+18
* reuse MXFCodecUL for data def and simplifyBaptiste Coudurier2009-02-084-29/+14
* remove implicit header inclusions from mxf.hBaptiste Coudurier2009-02-084-3/+7
* free index entriesBaptiste Coudurier2009-02-081-0/+2
* use new audio interleaving generic codeBaptiste Coudurier2009-02-082-48/+12