aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* write active picture height for d-10/imx in movBaptiste Coudurier2009-02-121-3/+15
* Add a warning log when trying to encode into a container requiring globalArt Clarke2009-02-121-0/+4
* set last packet next pointer to nullBaptiste Coudurier2009-02-121-0/+4
* check body partitions count before writingBaptiste Coudurier2009-02-121-1/+1
* return error if read failedBaptiste Coudurier2009-02-121-1/+2
* Change ffm_write_write_index to return int, and return if error occured.Patrik Kullman2009-02-122-3/+5
* compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at gmail...Thierry Foucu2009-02-121-1/+4
* rename wrongly named b_per_gop to b_per_i_or_p according to specsBaptiste Coudurier2009-02-111-6/+6
* use new metadata API in ogg/vorbis demuxerAurelien Jacobs2009-02-111-15/+1
* fix frame size, time rate is not stts duration anymore with time offsetBaptiste Coudurier2009-02-111-2/+5
* do not set start time to 0, it is not the case with elst time offsetBaptiste Coudurier2009-02-111-2/+1
* Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail comToshimitsu Kimura2009-02-114-1/+131
* Add av_uninit macro to variable to avoid false positive warning:Diego Biurrun2009-02-111-1/+1
* 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