log

age author description
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
2009-02-10 bcoudurier remove check, mxf muxer does not have track number limitation anymore libavformat
2009-02-10 bcoudurier retrieve flags from mxf_parse_mpeg2_frame using a param libavformat
2009-02-10 bcoudurier 10l, edit unit offset is after klv fill libavformat
2009-02-10 bcoudurier cosmetics, associate mxf_write_klv_fill to aligned elements libavformat
2009-02-10 bcoudurier write component depth and horizontal subsampling best effort local tags libavformat
2009-02-10 bcoudurier fix header byte count libavformat
2009-02-10 bcoudurier move up mxf_write_klv_fill and align index, rip and primer pack libavformat
2009-02-10 bcoudurier fix primer pack local tags uls libavformat
2009-02-10 bcoudurier correctly set multi track operational pattern libavformat
2009-02-10 bcoudurier fix compilation with DEBUG defined, field does not exist anymore libavformat
2009-02-10 aurel remove now useless av_set_program_name() function libavformat
2009-02-10 aurel use new metadata API in mpegts demuxer libavformat
2009-02-09 bcoudurier rename ff_audio_interleave to ff_audio_rechunk_interleave libavformat
2009-02-09 michael Try to clarify doxy of avformat_seek_file(). libavformat
2009-02-09 alexc Increase the number of packets required to identify as MPEG PES to keep from libavformat
2009-02-09 bcoudurier remove no more needed comment, declaration is in internal header libavformat
2009-02-08 diego cosmetics: typo/grammar fixes in doxygen and other comments libavformat
2009-02-08 diego cosmetics: comment grammar/spelling fixes libavformat
2009-02-08 superdump Add the ability to set the timestamp to the current time by specifying 'now' libavformat
2009-02-08 vitor 10l: fix compiler warning: libavformat
2009-02-08 bcoudurier Move declaration of ff_interleave_add_packet to internal.h. libavformat
2009-02-08 bcoudurier Declare ff_interleave_new_audio_packet as static, it is not used libavformat
2009-02-08 bcoudurier document ff_audio_interleave libavformat
2009-02-08 vitor NC camera demuxer libavformat
2009-02-08 michael Clarify that avformat_seek_file() is not part of the stable API yet. libavformat
2009-02-08 michael avformat_seek_file() prototype libavformat
2009-02-08 bcoudurier cosmetics: sample_to_chunk -> stsc libavformat
2009-02-08 bcoudurier cosmetics: sample_to_ctime -> ctts libavformat
2009-02-08 bcoudurier remove useless field libavformat
2009-02-08 bcoudurier rewrite pts also, as comment says libavformat
2009-02-08 bcoudurier remove useless return libavformat
2009-02-08 bcoudurier fix doxygen libavformat
2009-02-08 stefano Replace the calls to the deprecated av_alloc_format_context() with libavformat
2009-02-08 stefano Deprecate av_malloc_format_context() in favor of libavformat
2009-02-08 bcoudurier reuse MXFCodecUL for data def and simplify libavformat
2009-02-08 bcoudurier remove implicit header inclusions from mxf.h libavformat
2009-02-08 bcoudurier free index entries libavformat
2009-02-08 bcoudurier use new audio interleaving generic code libavformat