log

age author description
2009-02-15 aurel matroskaenc: use new metadata API libavformat
2009-02-15 aurel matroskadec: export language of metadata tags when available libavformat
2009-02-15 aurel matroskadec: add needed definitions forgotten in r17331 libavformat
2009-02-15 aurel matroskadec: add generic metadata support libavformat
2009-02-15 aurel matroskadec: read track and attachment uid libavformat
2009-02-15 aurel matroskadec: export track name through the metadata API libavformat
2009-02-15 aurel matroskadec: use new metadata API to export some simple information libavformat
2009-02-15 stefano Do not export to the public the first_protocol symbol at the next libavformat
2009-02-15 stefano Document av_protocol_next(). libavformat
2009-02-15 stefano Replace calls/references of the deprecated register_protocol() libavformat
2009-02-15 stefano Rename register_protocol() to av_register_protocol() and deprecate libavformat
2009-02-15 aurel demux some more metadata tags in mov libavformat
2009-02-15 stefano Document av_iformat_next() and av_oformat_next() functions. libavformat
2009-02-15 aurel use new metadata API in mov demuxer libavformat
2009-02-14 michael Silence "assdec.c:146: warning: passing argument 4 of ‘qsort’ from incompatible pointer type" libavformat
2009-02-14 pross Use consistent indent style in oggdec. libavformat
2009-02-13 superdump Add libavcodec/internal.h include to avoid warning: implicit declaration of libavformat
2009-02-13 bcoudurier compute body offset and index entry offset correctly libavformat
2009-02-13 bcoudurier use correct field number for video according to specs, patch by Thierry Foucu, tfoucu at gmail dot com libavformat
2009-02-13 bcoudurier cosmetics, rename nb_frames to nb_fields libavformat
2009-02-13 bcoudurier fix slice offset computation libavformat
2009-02-13 diego Remove pointless #if around the file, it is already conditionally compiled. libavformat
2009-02-13 bcoudurier set mime type for mxf libavformat
2009-02-13 bcoudurier simplify libavformat
2009-02-13 bcoudurier cosmetics, reindent, add/remove some empty lines, redundant comment libavformat
2009-02-13 bcoudurier MXF D-10 muxer libavformat
2009-02-13 bcoudurier store display height without vbi libavformat
2009-02-13 bcoudurier split mpegvideo descriptor into cdci descriptor and wav common in sound common libavformat
2009-02-13 bcoudurier write essence elements klv packets with ber4 length, more interoperable libavformat
2009-02-13 bcoudurier encode klv fill item length in fixed ber 4 bytes libavformat
2009-02-13 alexc Report the illegal audio object type, not it offset by 1. libavformat
2009-02-12 superdump ADTS Muxer: Refuse to write illegal ADTS files by checking validity of header libavformat
2009-02-12 jbr use av_malloc() in vorbis_comment() libavformat
2009-02-12 diego Use more descriptive format long_names. libavformat
2009-02-12 diego cosmetics: format long_name spelling fixes libavformat
2009-02-12 bcoudurier write active picture height for d-10/imx in mov libavformat
2009-02-12 benoit Add a warning log when trying to encode into a container requiring global libavformat
2009-02-12 bcoudurier set last packet next pointer to null libavformat
2009-02-12 bcoudurier check body partitions count before writing libavformat
2009-02-12 bcoudurier return error if read failed libavformat
2009-02-12 bcoudurier Change ffm_write_write_index to return int, and return if error occured. libavformat
2009-02-12 bcoudurier compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at gmail dot com libavformat
2009-02-11 bcoudurier rename wrongly named b_per_gop to b_per_i_or_p according to specs libavformat
2009-02-11 aurel use new metadata API in ogg/vorbis demuxer libavformat
2009-02-11 bcoudurier fix frame size, time rate is not stts duration anymore with time offset libavformat
2009-02-11 bcoudurier do not set start time to 0, it is not the case with elst time offset libavformat
2009-02-11 diego Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com libavformat
2009-02-11 diego Add av_uninit macro to variable to avoid false positive warning: libavformat
2009-02-11 benoit Allow demuxing of audio substreams stored as 0x06 type. libavformat
2009-02-11 bcoudurier parse mpeg2 gop header time code and use it libavformat
2009-02-11 bcoudurier write timecode track libavformat
2009-02-11 bcoudurier adjust time rate according to elst time offset libavformat
2009-02-11 bcoudurier fix last keyframe index accross body partitions libavformat
2009-02-11 bcoudurier fix body offset libavformat
2009-02-11 stefano Cosmetics: vertical align "*" for consistency with the other doxyies. libavformat
2009-02-11 stefano Remove @deprecated notice from AVFrac, it is not deprecated anymore. libavformat
2009-02-10 bcoudurier fix partition offset when only one stream present libavformat
2009-02-10 bcoudurier fix timecode value libavformat
2009-02-10 bcoudurier write body partitions libavformat
2009-02-10 bcoudurier compute index byte count in mxf_write_partition libavformat