log

age author description
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
2008-01-11 aurel add a ff_ prefix to newly exported functions from avc.c libavformat
2008-01-11 aurel Matroska muxer needs to format all NAL units, not only extradata. libavformat
2008-01-11 lucabe Do not install rtp.h (which should have never been part of the public API) libavformat
2008-01-11 aurel matroskaenc now depends on avc.o libavformat
2008-01-11 aurel Use the isom avcc formatting for h264 extradata in matroska. libavformat
2008-01-11 aurel Move isom_write_avcc() and related functions into a separate file. libavformat