summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* use av_malloc() in vorbis_comment()Justin Ruggles2009-02-12
* Use more descriptive format long_names.Diego Biurrun2009-02-12
* cosmetics: format long_name spelling fixesDiego Biurrun2009-02-12
* write active picture height for d-10/imx in movBaptiste Coudurier2009-02-12
* Add a warning log when trying to encode into a container requiring globalArt Clarke2009-02-12
* set last packet next pointer to nullBaptiste Coudurier2009-02-12
* check body partitions count before writingBaptiste Coudurier2009-02-12
* return error if read failedBaptiste Coudurier2009-02-12
* Change ffm_write_write_index to return int, and return if error occured.Patrik Kullman2009-02-12
* compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at gmail...Thierry Foucu2009-02-12
* rename wrongly named b_per_gop to b_per_i_or_p according to specsBaptiste Coudurier2009-02-11
* use new metadata API in ogg/vorbis demuxerAurelien Jacobs2009-02-11
* fix frame size, time rate is not stts duration anymore with time offsetBaptiste Coudurier2009-02-11
* do not set start time to 0, it is not the case with elst time offsetBaptiste Coudurier2009-02-11
* Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail comToshimitsu Kimura2009-02-11
* Add av_uninit macro to variable to avoid false positive warning:Diego Biurrun2009-02-11
* Allow demuxing of audio substreams stored as 0x06 type.Benoit Fouet2009-02-11
* parse mpeg2 gop header time code and use itBaptiste Coudurier2009-02-11
* write timecode trackBaptiste Coudurier2009-02-11
* adjust time rate according to elst time offsetBaptiste Coudurier2009-02-11
* fix last keyframe index accross body partitionsBaptiste Coudurier2009-02-11
* fix body offsetBaptiste Coudurier2009-02-11
* Cosmetics: vertical align "*" for consistency with the other doxyies.Stefano Sabatini2009-02-11
* Remove @deprecated notice from AVFrac, it is not deprecated anymore.Stefano Sabatini2009-02-11
* fix partition offset when only one stream presentBaptiste Coudurier2009-02-10
* fix timecode valueBaptiste Coudurier2009-02-10
* write body partitionsBaptiste Coudurier2009-02-10
* compute index byte count in mxf_write_partitionBaptiste Coudurier2009-02-10
* remove check, mxf muxer does not have track number limitation anymoreBaptiste Coudurier2009-02-10
* retrieve flags from mxf_parse_mpeg2_frame using a paramBaptiste Coudurier2009-02-10
* 10l, edit unit offset is after klv fillBaptiste Coudurier2009-02-10
* cosmetics, associate mxf_write_klv_fill to aligned elementsBaptiste Coudurier2009-02-10
* write component depth and horizontal subsampling best effort local tagsBaptiste Coudurier2009-02-10
* fix header byte countBaptiste Coudurier2009-02-10
* move up mxf_write_klv_fill and align index, rip and primer packBaptiste Coudurier2009-02-10
* fix primer pack local tags ulsBaptiste Coudurier2009-02-10
* correctly set multi track operational patternBaptiste Coudurier2009-02-10
* fix compilation with DEBUG defined, field does not exist anymoreBaptiste Coudurier2009-02-10
* remove now useless av_set_program_name() functionAurelien Jacobs2009-02-10
* use new metadata API in mpegts demuxerAurelien Jacobs2009-02-10
* rename ff_audio_interleave to ff_audio_rechunk_interleaveBaptiste Coudurier2009-02-09
* Try to clarify doxy of avformat_seek_file().Michael Niedermayer2009-02-09
* Increase the number of packets required to identify as MPEG PES to keep fromAlex Converse2009-02-09
* remove no more needed comment, declaration is in internal headerBaptiste Coudurier2009-02-09
* cosmetics: typo/grammar fixes in doxygen and other commentsDiego Biurrun2009-02-08
* cosmetics: comment grammar/spelling fixesDiego Biurrun2009-02-08
* Add the ability to set the timestamp to the current time by specifying 'now'Francesco Cosoleto2009-02-08
* 10l: fix compiler warning:Vitor Sessak2009-02-08
* Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier2009-02-08
* Declare ff_interleave_new_audio_packet as static, it is not usedBaptiste Coudurier2009-02-08