summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Silence "assdec.c:146: warning: passing argument 4 of ‘qsort’ from incomp...Michael Niedermayer2009-02-14
* Use consistent indent style in oggdec.Peter Ross2009-02-14
* Add libavcodec/internal.h include to avoid warning: implicit declaration ofPatrik Kullman2009-02-13
* compute body offset and index entry offset correctlyBaptiste Coudurier2009-02-13
* use correct field number for video according to specs, patch by Thierry Foucu...Thierry Foucu2009-02-13
* cosmetics, rename nb_frames to nb_fieldsBaptiste Coudurier2009-02-13
* fix slice offset computationBaptiste Coudurier2009-02-13
* Remove pointless #if around the file, it is already conditionally compiled.Diego Biurrun2009-02-13
* set mime type for mxfBaptiste Coudurier2009-02-13
* simplifyBaptiste Coudurier2009-02-13
* cosmetics, reindent, add/remove some empty lines, redundant commentBaptiste Coudurier2009-02-13
* MXF D-10 muxerBaptiste Coudurier2009-02-13
* store display height without vbiBaptiste Coudurier2009-02-13
* split mpegvideo descriptor into cdci descriptor and wav common in sound commonBaptiste Coudurier2009-02-13
* write essence elements klv packets with ber4 length, more interoperableBaptiste Coudurier2009-02-13
* encode klv fill item length in fixed ber 4 bytesBaptiste Coudurier2009-02-13
* Report the illegal audio object type, not it offset by 1.Alex Converse2009-02-13
* ADTS Muxer: Refuse to write illegal ADTS files by checking validity of headerAlex Converse2009-02-12
* 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