log

age author description
2008-02-20 michael Make timestamp interpolation work with mpeg2 field pictures. libavformat
2008-02-19 mru Clean up lib* version definitions libavformat
2008-02-19 michael Fix ;; libavformat
2008-02-19 reimar Add some const, fixes warnings: libavformat
2008-02-19 reimar Missing const, fix warnings: libavformat
2008-02-19 reimar Fix misplaced const, avoids a cast-discards-qualifiers warning libavformat
2008-02-19 michael const libavformat
2008-02-15 michael Fix timestamps and durations if the first packets have no durations nor timestamps, libavformat
2008-02-15 michael It appears last_pts was not set ... libavformat
2008-02-15 michael Header elision muxing support. libavformat
2008-02-15 michael Elision header demuxing support. libavformat
2008-02-13 michael Read match time delta in the frame header. libavformat
2008-02-13 michael Read match_time_delta in the framecode table. libavformat
2008-02-13 michael update flags libavformat
2008-02-13 bcoudurier honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alaw libavformat
2008-02-13 bcoudurier 10l, forgot alaw/mulaw mono, use bits_per_sample in fact, libavformat
2008-02-13 lucabe Include poll.h instead of sys/poll.h libavformat
2008-02-13 bcoudurier warn use if edit list is not starting at 0, a/v desync might occur libavformat
2008-02-13 bcoudurier remove now useless code libavformat
2008-02-13 bcoudurier remove messy and not always correct chunk size workaround, use correct values instead libavformat
2008-02-13 diego typo fix: inited --> initialized libavformat
2008-02-11 bcoudurier return error when dv audio extraction fails libavformat
2008-02-11 bcoudurier remove obsolete comments libavformat
2008-02-11 bcoudurier remove useless braces libavformat
2008-02-11 bcoudurier cosmetics, indentation, braces libavformat
2008-02-11 bcoudurier split chunks in the case of big compressed audio frames, libavformat
2008-02-11 bcoudurier use correct demux mechanism when audio compression id is -2, dv audio does not matter, demux partially qt_dv_pal_test.mov which does NOT use cid -2 libavformat
2008-02-11 bcoudurier fcp imx 40 fourccs libavformat
2008-02-11 bcoudurier indentation libavformat
2008-02-11 bcoudurier more correct and simpler libavformat
2008-02-11 rfelker Do not use GNU-specific (or BSD-specific or whatever they may be) libavformat
2008-02-06 bcoudurier cosmetics, remove whitespaces before and after parenthesis libavformat
2008-02-06 reimar Add support for speex in ogg libavformat
2008-02-06 michael Allow the user to select which codec out of several in stsd he wants. libavformat
2008-02-05 bcoudurier Fix issue 338: libavformat
2008-02-05 bcoudurier it seems ogg requires granule to be -1 on unfinished packets libavformat
2008-02-04 reimar String pointers of ogg_codec_t should have const attribute. libavformat
2008-02-04 diego Add dv50 tag to support samples with dv50 fourcc in AVI. libavformat
2008-02-04 reimar Fix a possible use of an uninitialized pointer. libavformat
2008-02-04 ods15 back_ptr calculation used wrong timebase when searching for back syncpoint libavformat
2008-02-04 ods15 Fix intented algo in syncpoint writing before keyframes in NUT muxer libavformat
2008-02-04 ods15 nut->max_distance was not set at all anywhere in the NUT muxer libavformat
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
2008-01-19 bcoudurier simplify and detect better non frame wrapped mappings libavformat
2008-01-19 bcoudurier cosmetics: read_metadata -> read libavformat
2008-01-19 bcoudurier cosmetics libavformat
2008-01-19 bcoudurier remove unused crypto context uid libavformat
2008-01-19 bcoudurier support dynamically allocated local tags, used by encrypted files libavformat
2008-01-19 bcoudurier check malloc return libavformat
2008-01-19 bcoudurier add some dv container uls libavformat
2008-01-19 bcoudurier simplify by checking min matching len libavformat
2008-01-18 rbultje Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*). libavformat
2008-01-17 rtogni Fix forgotten braces from r11039 libavformat
2008-01-17 michael Consider initial EOR in the back_ptr calculation. libavformat
2008-01-17 michael Replace idiotic (what moron wrote that code?) "buffer overflow" message by libavformat
2008-01-16 diego Remove some spaces to keep certain people's eyes from hurting. libavformat
2008-01-16 diego misc spelling/grammar fixes libavformat
2008-01-15 lucabe Make avc_find_startcode non-static, so that it can be used from other libavformat
2008-01-14 mbardiaux Suppress runaway index on streamed input libavformat
2008-01-13 rtogni Add support for S8 PCM (codec 2) libavformat
2008-01-13 michael user specifyable maximum amount of memory to use for the index. libavformat
2008-01-12 victor Alignment libavformat
2008-01-12 victor Link to libraries in dependency order. libavformat
2008-01-12 michael Set pts/dts in raw (yuv,rgb,pcm) demuxers. libavformat
2008-01-12 michael Write 0 instead of seeking forward (and leaving bytes uninitalized), libavformat