log

age author description
2008-02-04 ods15 Remove old workaround in nutdec.c for libnut bug libavformat
2008-02-04 ods15 missing " && j<syncpoint_count" protection in the index parsing, as the libavformat
2008-02-04 ods15 ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only libavformat
2008-02-04 michael 2 more missing consts found by -Wwrite-strings. libavformat
2008-02-04 michael Remove incorrect cast found by -Wwrite-strings. libavformat
2008-02-04 michael Another const found by -Wwrite-strings. libavformat
2008-02-04 michael fix 8 "initialization discards qualifiers from pointer target type" libavformat
2008-02-04 michael Fix info packet type, found by oded as well as the new pedantic const libavformat
2008-02-04 michael -Wwrite-strings nitpicking fix libavformat
2008-02-04 michael Missing const found by -Wwrite-strings. libavformat
2008-02-03 reimar Remove ff_mms_set_stream_selection again from asf demuxer, libavformat
2008-02-02 michael Remove incorrect casts that should have never been there. libavformat
2008-02-02 reimar Remove a pointless cast. libavformat
2008-02-02 reimar Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning: libavformat
2008-02-02 reimar Missing 'const' in cast. libavformat
2008-02-02 diego cosmetics: sort ogg_codec_t list libavformat
2008-02-01 bcoudurier const libavformat
2008-02-01 bcoudurier const libavformat
2008-02-01 bcoudurier add const libavformat
2008-01-31 reimar Add support for ogg text subtitles. libavformat
2008-01-31 bcoudurier stupid typo libavformat
2008-01-31 bcoudurier support rawvideo in mov libavformat
2008-01-31 bcoudurier typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warning: passing argument 2 of 'put_buffer' from incompatible pointer type libavformat
2008-01-31 bcoudurier init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used uninitialized in this function libavformat
2008-01-31 bcoudurier add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses around && within || libavformat
2008-01-31 bcoudurier typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer' from incompatible pointer type libavformat
2008-01-30 bcoudurier use context in av_log libavformat
2008-01-30 bcoudurier warning is only valid for mov libavformat
2008-01-29 reimar Support MP4 subtitles as in libavformat
2008-01-29 kostya SMPTE 421 Annex L format demuxer libavformat
2008-01-28 bcoudurier cosmetics, split long lines, remove useless braces, merge comments and if libavformat
2008-01-28 bcoudurier cosmetics, vertically align libavformat
2008-01-28 bcoudurier spoke too fast, fix dv fourcc in mov accordingly if strict libavformat
2008-01-28 bcoudurier finally set codec tags for mov/mp4/3gp muxers, this should not break anything, if it breaks anything, yell libavformat
2008-01-28 bcoudurier indentation libavformat
2008-01-28 bcoudurier correctly and only set standard stsd fourcc for mp4/3gp libavformat
2008-01-28 bcoudurier write esds atom when mpeg-4 systems tags are used libavformat
2008-01-28 bcoudurier reorder object types id by muxing preference libavformat
2008-01-28 bcoudurier document tag field libavformat
2008-01-27 reimar Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer. libavformat
2008-01-27 aurel Add support for Matroska attachments. libavformat
2008-01-26 michael Set subtitle codec id correctly, i hope this does not break anything. libavformat
2008-01-26 michael Add non standard id needed for dvd subtitles. libavformat
2008-01-26 reimar Extract the pure plaintext from mov text subtitles. libavformat
2008-01-26 michael Set correct codec type and id for text subtitles. libavformat
2008-01-26 michael indent libavformat
2008-01-26 michael Only export packets which belong to the existing AVStream. libavformat
2008-01-26 michael Select non jpeg if there are multiple substreams. libavformat
2008-01-26 bcoudurier comment vorbis objectype id libavformat
2008-01-26 bcoudurier this one is not standardized either libavformat
2008-01-26 bcoudurier remove non standard object type ids, if you find samples, report them libavformat
2008-01-21 aurel ensure av_rescale_q() can be calculated (won't divide by zero) libavformat
2008-01-21 lucabe Support out-of-band parameter sets in SDP for H.264 video libavformat
2008-01-21 lucabe Add support for H.264 video in the RTP muxer libavformat
2008-01-21 bcoudurier unset extension, so code path, and guess format do not choose libavformat
2008-01-21 lucabe Add minimal support for H.264 video in the SDP generator libavformat
2008-01-20 aurel add missing Makefile rules for pcm muxers/demuxers libavformat
2008-01-20 bcoudurier reorder alphabetically libavformat
2008-01-20 bcoudurier new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com libavformat
2008-01-19 bcoudurier init uid to 0 libavformat
2008-01-19 bcoudurier indentation libavformat
2008-01-19 bcoudurier correctly handle sony mpeg4 extradata libavformat
2008-01-19 bcoudurier check if read child returned error libavformat
2008-01-19 bcoudurier simplify with matching len libavformat