log

age author description
2005-10-29 alex Ingenient MJPEG support, more at http://www.artificis.hu/files/texts/ingenient.txt libavformat
2005-10-26 gpoirier Fix asf header decoding issue, patch by < patrice -- bensoussan AH gmail -- com > libavformat
2005-10-20 rtognimp Increase version: 'wave' atom parsing added to mov demuxer libavformat
2005-10-18 rtognimp QDM2 compatible decoder libavformat
2005-10-13 melanson support for FLX and DTA extensions in the FLIC format, courtesy of libavformat
2005-10-13 melanson Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov libavformat
2005-10-12 alex fix feed read_header, avoid using put_tag in write_header, to be consistent with read_header, also some minor cosmetics libavformat
2005-10-12 alex lame bit_rate calculation libavformat
2005-10-04 diego Move all definitions of external dependencies into configure instead of libavformat
2005-09-26 diego support for building dynamic libraries on Mac OS X libavformat
2005-09-23 diego Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS libavformat
2005-09-21 aurel fix unused variable warnings libavformat
2005-09-20 diego Misplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS. libavformat
2005-09-18 michael print more time_base fps stuff if av_log level is at debug or above libavformat
2005-09-11 michael checksum doesnt cover the forward_ptr anymore libavformat
2005-09-11 michael forward_ptr doesnt contain its own length anymore libavformat
2005-09-06 michael set time_base as soon as time_scale is known instead of in a unrelated chunck which might be missing libavformat
2005-09-06 mru Kill some compiler warnings. Compiled code verified identical after changes. libavformat
2005-09-06 michael a few more raw yuv fourccs libavformat
2005-09-04 michael sample_rate value is not always correct (is there anything in quicktime which is?) so try to guess it from time_scale libavformat
2005-09-03 diego typo: viedo --> video libavformat
2005-09-02 reimar Support D-Cinema audio demuxing. libavformat
2005-09-02 reimar Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). libavformat
2005-09-02 michael lowres support libavformat
2005-08-21 michael time_base description by Rich Felker | dalias, aerifal cx libavformat
2005-08-15 al Make ogg `muxer' expect new vorbis extradata format. libavformat
2005-08-15 michael parse pict_type for streams in avi libavformat
2005-08-15 michael support fixing missing pts by parsing future frames libavformat
2005-08-14 michael minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavformat
2005-08-14 michael a few checks, seems i forgot to commit this libavformat
2005-08-14 mru kill a bunch of compiler warnings libavformat
2005-08-13 michael set timebase correctly? this thing is always 15fps? libavformat
2005-08-13 michael '#elseif' needs to be '#elif' patch by ("Steven M. Schultz": sms, 2BSD COM) libavformat
2005-08-13 mru fix building in separate directory libavformat
2005-08-12 alex FreeBSD ipv6 multicast patch from ports tree libavformat
2005-08-11 michael minor compilation fix libavformat
2005-08-11 al Fix building shared version of lavf on some systems. libavformat
2005-08-10 michael changes to ignore command media embedded in MS WMV files patch by ("Brown, Mike": mikeb, vibephone com) libavformat
2005-08-01 al libavutil: Utility code from libavcodec moved to a separate library. libavformat
2005-07-31 michael A.B.C versions libavformat
2005-07-27 michael round pointer up to next packet_size multiple libavformat
2005-07-23 michael mpeg1video m bit fix by (Luca Abeni: lucabe72, email it) libavformat
2005-07-23 michael MPEG4 streaming over RTP patch by (Luca Abeni: lucabe72, email it) libavformat
2005-07-21 michael udp ipv6 localhost resolving patch by ("Hans Zandbelt": Hans Zandbelt, telin nl) libavformat
2005-07-19 michael more non portable float parsing code ... libavformat
2005-07-19 michael remove non portable get/put_be64_double() libavformat
2005-07-19 michael kill duplicated get/put_be24() libavformat
2005-07-19 michael extract duration if available libavformat
2005-07-17 michael changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility libavformat
2005-07-17 michael DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk) libavformat
2005-07-15 michael Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com) libavformat
2005-07-15 michael Yamaha ADPCM in wav patch by (Vidar Madsen: vidarino, gmail com) libavformat
2005-07-14 michael skip_idct libavformat
2005-07-13 michael printf-> av_log patch by (Benjamin Larsson, banan: student ltu se) libavformat
2005-07-11 michael .m1v and .m2a (feature req #1178960) libavformat
2005-07-11 michael compiling using nonstd include/library locations / add LDFLAGS to a few places patch by (Niki W. Waibel - nikiwaibel) libavformat
2005-07-10 michael remove -f singlejpeg as its identical to -f mjpeg libavformat
2005-07-10 michael AMR-WB for 3GPP patch by (Jan Kratochvil - kratochvil) / bugreport #1187101 libavformat
2005-07-08 michael avformat/av_seek_frame_binary with growing file patch by (Kenneth Aafløy: kenneth, aafloy net) libavformat
2005-07-05 michael av_seek_frame() docs timestamp clarification libavformat
2005-07-03 michael .264 libavformat
2005-07-02 alex 10l libavformat
2005-07-02 alex tell the user if compressed swf found libavformat
2005-06-30 aurel add hdv2 fourcc to MPEG2 codec mapping libavformat
2005-06-29 michael fix assertion failure libavformat
2005-06-28 michael RTCP_* conflict with live.com and they seem not to be used anywhere so commenting them out libavformat
2005-06-28 michael part of the 'libavformat/utils.c doxygen documentation' patch by (Daniel Kristjansson: danielk, cat nyu edu) libavformat
2005-06-27 michael dont open and close codec at every call of try_decode_frame() as this is not only slow but also fails if the previous frame is needed for setting some parameters correctly libavformat
2005-06-27 michael better dont read the width/height at all, its random anyway libavformat
2005-06-27 michael x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com) libavformat
2005-06-27 michael nut prefers extradata style global headers libavformat
2005-06-27 michael support changing in bitstream global headers into extradata style and back libavformat
2005-06-26 rtognimp Theora fourcc libavformat
2005-06-25 michael *BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com) libavformat
2005-06-24 michael another chapter in the neverending mov demuxer cleanup libavformat
2005-06-24 michael AVStream.nb_frames and docs for r_frame_rate libavformat
2005-06-23 michael typo libavformat
2005-06-19 michael This trivial patch adds "avc1" as fourcc for h264 in mp4, which makes it libavformat
2005-06-18 michael Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com) libavformat
2005-06-15 aurel add support for muxing subtitles in mpeg-ps libavformat
2005-06-09 michael non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net) libavformat
2005-06-07 alex some nut.hu hype libavformat
2005-06-05 michael typo fix by (lists: kenneth aafloy net) libavformat
2005-06-03 bellard buggy PCR output (just to keep HW decoders happy) - audio and subtitle language support - 'title' stream field sets the service name - fixed TS packet stuffing code - support for subtitle PES packets libavformat
2005-06-03 bellard optional ISO 639 3 letter language field libavformat
2005-06-03 bellard DVD subtitle parsing - show mpeg component IDs by default libavformat
2005-06-03 michael fix stream class libavformat
2005-06-03 michael a step toward CODEC_TYPE_DATA support libavformat
2005-06-03 michael 10l (segfault fix) libavformat
2005-05-30 nicodvb according to the standard the object_type for H264 is 33, not 241 libavformat
2005-05-30 michael Fix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavformat
2005-05-30 michael trivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavformat
2005-05-29 michael changing a few AV_LOG_DEBUG to AV_LOG_INFO libavformat
2005-05-26 michael AVPacket.pos libavformat
2005-05-26 michael RTP/RTSP and MPEG4-AAC audio libavformat
2005-05-22 michael ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com) libavformat
2005-05-22 michael av_find_stream_info() end check fixes libavformat
2005-05-21 michael update current_sample number for non split mode libavformat
2005-05-21 michael segfault fix libavformat
2005-05-21 michael support non interleaved mov files libavformat
2005-05-21 michael 10l (overwriting w/h with 0) libavformat
2005-05-20 mru fix ac3 and dts detection (patch by Joakim Plate <joakim.plate at ecce.se>) libavformat
2005-05-19 mru don't try to find file length if streaming libavformat
2005-05-19 aurel install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>) libavformat
2005-05-19 aurel drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) libavformat
2005-05-17 melanson Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine libavformat
2005-05-16 mru add VP30 fourcc libavformat
2005-05-14 michael round duration up in mov libavformat
2005-05-13 mru change extradata format for vorbis libavformat
2005-05-13 michael fix mimetype libavformat
2005-05-12 mru check theora version libavformat
2005-05-12 michael 10l (overflows) libavformat
2005-05-11 mru flac in ogg support libavformat
2005-05-11 mru support theora in ogg, plus required ogg core changes libavformat
2005-05-09 michael OpenBSD support patch by (Jacob Meuser // jakemsr jakemsr com) libavformat
2005-05-09 diego Mac OS X 10.4 compilation fix by Steven M. Schultz <sms at 2BSD dot COM> libavformat
2005-05-08 mmu_man support BUILDSUF patch by <charles dot yates at pandora dot be> libavformat
2005-05-07 philipjsg Flush the ffm packet to the wire (or file) whenever we flush the ffm packet. libavformat
2005-05-06 michael better r_frame_rate guessing code libavformat
2005-05-06 michael default to YUV420P if none specified for rawvideo input libavformat
2005-05-06 michael division by zero fix libavformat
2005-05-06 michael prefer container time_base for frame duration guess libavformat
2005-05-06 mru Correct number of bits for PTS. libavformat
2005-05-06 michael always honor the user specified frame rate if set libavformat
2005-05-06 philipjsg Add in many fields that have been added to the Codec structure. This means libavformat
2005-04-30 michael switch to native time bases libavformat
2005-04-26 michael fix useless framerate messup libavformat
2005-04-26 michael fix nonsense timestamp mess libavformat
2005-04-26 michael fix nonsens timestamp calculation libavformat
2005-04-26 michael Adds read probe to y4m, and changes the extension to .y4m patch by (Roine Gustafsson <roine users sourceforge net) libavformat
2005-04-26 michael Update yuv4mpeg to use PIX_FMT_NONE patch by (Roine Gustafsson <roine users sourceforge net) libavformat
2005-04-25 michael PIX_FMT_NONE and related fixes libavformat
2005-04-24 michael fixing broken_rv20_1mb_.rm libavformat
2005-04-24 melanson Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") libavformat
2005-04-24 rtognimp Put correct fourcc in tag field for amr_nb (samr) and amr_wb (sawb) libavformat
2005-04-20 michael Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com) libavformat
2005-04-19 michael fixing demuxing of DV5700.asf libavformat
2005-04-13 michael non 4:2:0 foobar.{Y,U,V} support libavformat
2005-04-12 mru fix seeking bug libavformat
2005-04-10 mru s/u_char/uint8_t/ libavformat
2005-04-10 mru s/u_char/uint8_t/ libavformat
2005-04-09 mru pre-c99 compatibility libavformat
2005-04-09 mru Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>, libavformat
2005-04-03 melanson Autodesk Animator Studio Codec (AASC) video decoder, courtesy of libavformat
2005-04-01 michael fix vorbis in avi libavformat
2005-03-30 michael reverting 1.66 -> 1.67 change libavformat
2005-03-28 mru PSM support in MPEG-PS demuxer. libavformat
2005-03-27 michael fix psp muxing (probably this fix is wrong but its better then nothing) libavformat
2005-03-26 melanson Winnov WNV1 video decoder, courtesy of Konstantin Shishkov libavformat
2005-03-24 michael bypass internal buffer for "large" packets libavformat
2005-03-24 michael segfault fix libavformat
2005-03-24 michael discard dummy packets before doing inapropriate checks on them and failing as a result libavformat
2005-03-23 michael 31_ASF_compatibility_with_WMP_and_add_index.patch by (Calcium | calcium nurs or jp) libavformat
2005-03-23 michael 30_clean_up_global_header_flag.patch by (Calcium | calcium nurs or jp) libavformat
2005-03-23 michael 29_vtag_in_ASF_not_effective.patch by (Calcium | calcium nurs or jp) libavformat
2005-03-23 michael 28_fix_parameters_in_G726.patch by (Calcium | calcium nurs or jp) libavformat
2005-03-23 mmu_man Patch for "uuid" atom followed after atom "ftyp" by "QuickTime <ffmpeg AT gmail DOT com>" libavformat
2005-03-23 michael fix time stored in mov libavformat
2005-03-23 michael trying to fix a few minor values in the mp4/mov muxer libavformat
2005-03-17 michael initalize has_b_frames libavformat
2005-03-17 michael more fine grained discarding of packets libavformat
2005-03-16 michael add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org) libavformat
2005-03-16 michael buffer overflow in sdp_probe() fix by (Gildas Bazin )gbazin altern org) libavformat
2005-03-16 michael reverse zero packet dissapearence "feature" libavformat
2005-03-15 michael sample_size fix libavformat
2005-03-15 michael cleanup strh parser libavformat
2005-03-15 michael dont link with libavcodec twice on win32 libavformat
2005-03-15 michael non interleaved avi support libavformat
2005-03-13 michael use libavformats index system instead of the half duplicated mess in avidec.c libavformat
2005-03-13 michael "put_s should store signed values. Spotted on #mplayerdev by someone I libavformat
2005-03-13 michael keyframe & non keyframe index fixes libavformat
2005-03-12 mmu_man Add 3IV2 4CC by "Rob Coenen" <rob AT massive-interactive DOT nl> libavformat
2005-03-11 rfelker Patch from Gianluigi Tiesi (sherpya at netfarm dot it): libavformat
2005-03-11 michael uuid patch by (Måns Rullgård <mru inprovide com>) libavformat
2005-03-11 michael fix lib order and remove nonsense avcodec double linking libavformat
2005-03-09 michael double free patch by (Måns Rullgård <mru inprovide com>) libavformat
2005-03-06 michael H.264 and Vorbis support in matroska patch by (Måns Rullgård |mru inprovide com) libavformat
2005-03-06 melanson first pass at ALAC decoder from David Hammerton; while David's original libavformat
2005-03-04 michael mp4a fix based on some code by (Song.Itany inventec-inc com) libavformat
2005-03-01 melanson go LOCO, courtesy of Kostya Shishkov libavformat
2005-02-28 michael set block align libavformat
2005-02-28 michael ra288 demuxing support (doesnt really work, might be demuxer or decoder bug) libavformat
2005-02-26 michael shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>) libavformat
2005-02-25 alex pseudo codec tag for adpcm_swf libavformat
2005-02-25 alex proper handling of samplesize libavformat
2005-02-24 michael kill warnings patch by (Måns Rullgård <mru inprovide com>) libavformat
2005-02-24 michael 01-makefile_fix_updated.patch libavformat
2005-02-22 michael switch MPEG4 fourcc to FMP4 libavformat
2005-02-21 alex support adpcm audio, also some more verbose messages libavformat
2005-02-21 alex correct pcm in flv handling libavformat
2005-02-21 michael removing --disable-risky patch by (Josh Varner <jlvarner gmail com>) libavformat
2005-02-16 michael quick patch for adding 3g2 support to ffmpeg (muxer and demuxer). No movie fragment support yet patch by (tjraivio cc.hut fi) libavformat