summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* matroskadec: export language of metadata tags when availableAurelien Jacobs2009-02-15
* matroskadec: add needed definitions forgotten in r17331Aurelien Jacobs2009-02-15
* matroskadec: add generic metadata supportAurelien Jacobs2009-02-15
* matroskadec: read track and attachment uidAurelien Jacobs2009-02-15
* matroskadec: export track name through the metadata APIAurelien Jacobs2009-02-15
* matroskadec: use new metadata API to export some simple informationAurelien Jacobs2009-02-15
* Do not export to the public the first_protocol symbol at the nextStefano Sabatini2009-02-15
* Document av_protocol_next().Stefano Sabatini2009-02-15
* Replace calls/references of the deprecated register_protocol()Stefano Sabatini2009-02-15
* Rename register_protocol() to av_register_protocol() and deprecateStefano Sabatini2009-02-15
* demux some more metadata tags in movAurelien Jacobs2009-02-15
* Document av_iformat_next() and av_oformat_next() functions.Stefano Sabatini2009-02-15
* use new metadata API in mov demuxerAurelien Jacobs2009-02-15
* 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