log

age author description
2004-11-06 michael cbr audio muxing fix libavformat
2004-10-28 michael H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) libavformat
2004-10-27 melanson Miro VideoXL (VIXL) decoder, courtesy of Konstantin Shishkov libavformat
2004-10-24 michael image2pipe fix libavformat
2004-10-24 michael dvr-ms video decoding support libavformat
2004-10-22 michael bug in libavformat av_update_cur_dts(), patch by (Nathan Kurz <nate at verse dot com>) libavformat
2004-10-22 romansh * Introducing IIDC1394 grabbing interface. libavformat
2004-10-22 michael set keyframe flag at a more central place instead of in every demuxer for containers which only store intra only streams libavformat
2004-10-19 michael fixing demuxing of vc2_intro.avi libavformat
2004-10-18 alex report keyframes libavformat
2004-10-18 michael set correct timebase libavformat
2004-10-16 michael user setable preload and max_mux_delay libavformat
2004-10-16 melanson Electronic Arts Game Multimedia format demuxer (WVE/UV2/etc.) libavformat
2004-10-15 michael set keyframe flag for au/wav patch by (Nathan Kurz <nate at verse dot com>) libavformat
2004-10-13 michael fix assertion failure in case of timestamp discontinuities libavformat
2004-10-13 romansh * static allocation for audio packets. This will make it a little bit libavformat
2004-10-12 melanson Creative ADPCM decoder, format 0x200, courtesy of Konstantin Shishkov libavformat
2004-10-12 michael generic cur_dts update libavformat
2004-10-12 michael flags, rounding and cliping fix by (Nathan Kurz <nate at verse dot com>) libavformat
2004-10-11 michael 100l (forgoten seeking functions) libavformat
2004-10-11 michael default stream timebase docs patch by (Nathan Kurz <nate at verse dot com>) libavformat
2004-10-11 michael print start_time patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) libavformat
2004-10-10 michael use native timebase for seeking libavformat
2004-10-08 michael write error handling libavformat
2004-10-07 michael prevent multiple av_register_all() libavformat
2004-10-07 michael do not randomize unknown timestamps libavformat
2004-10-06 michael user selectable packet_size and mux_rate libavformat
2004-10-06 michael untested AAC in WAV/AVI patch by (Måns Rullgård <mru at mru dot ath dot cx>) libavformat
2004-10-06 kabi * fixing a few of gcc 'clean-code' warnings libavformat
2004-10-03 michael AVOutputFormat mpeg2dvd_mux and int is_dvd from the dvd patch by (Paul Curtis <pfc at terrapin dot com>) libavformat
2004-10-03 michael initial dts fix libavformat
2004-10-03 michael remove wrong 33bit truncation of internal timestamps libavformat
2004-10-03 michael pts/dts 100l fix libavformat
2004-10-03 michael cleanup video buffer size libavformat
2004-10-03 michael cleanup libavformat
2004-10-03 michael SCR timestamp fix try #1 libavformat
2004-10-01 michael simplify put_padding_packet() libavformat
2004-10-01 michael move free() of AVStream priv data to av_write_trailer() libavformat
2004-10-01 michael 64bit and reading over the end of the array fixes libavformat
2004-10-01 michael Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformat
2004-10-01 michael do not call (av_)abort() libavformat
2004-09-29 michael move packet interleaving function into AVOutputFormat, so it can be overriden easily instead of doing reordering twice if the muxer needs some other interleaving then dts based libavformat
2004-09-28 michael uninitalized variables libavformat
2004-09-28 michael pads stream libavformat
2004-09-28 melanson support for Sierra Online audio files and Apple QuickDraw codec, libavformat
2004-09-27 romansh * experimental dynamic audio stream allocation for DV demuxer. This libavformat
2004-09-27 romansh * let DV muxer generate audioless DV streams. This might not be 100% libavformat
2004-09-22 michael 10l libavformat
2004-09-22 michael write shorter headers if possible libavformat
2004-09-22 romansh * fixing a regression introduced by the last seek-support patch libavformat
2004-09-21 michael gcc 2.95 compile fix by (Jan Knutar <jknutar at nic dot fi>) libavformat
2004-09-19 romansh * fix for a DV regression introduced with the last round of avi_read_packet libavformat
2004-09-19 romansh * a couple of silly defaults to make everybody happy. libavformat
2004-09-19 romansh * misc. fixes and hacks to improve timing detection in raw DV libavformat
2004-09-18 romansh * seek in raw DV patch by Nathan Kurz (nate at verse dot com) libavformat
2004-09-16 michael removing the .so file when make clean is run patch by ("Todd.Kirby" <doubleshot at pacbell dot net>) libavformat
2004-09-16 melanson IBM Ultimotion video decoder, courtesy of Konstantin Shishkov libavformat
2004-09-16 melanson added support for the elusive AVI palette change chunk, courtesy of libavformat
2004-09-15 michael various fixes for the main chunk demux loop libavformat
2004-08-22 rtognimp h261 libavformat
2004-08-21 alex unofficial ids for sonic for using in nut (fixme) libavformat
2004-08-18 michael nonsense removial libavformat
2004-08-18 romansh * replacing calls to not-always-available gmtime_r with our own code. libavformat
2004-08-14 melanson TechSmith Camtasia (TSCC) video decoder, courtesy of Konstantin Shishkov libavformat
2004-08-14 michael iTunes metadata encoding support patch by (Patrice Bensoussan <patrice.bensoussan at free dot fr>) libavformat
2004-08-13 michael Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>) libavformat
2004-08-12 michael HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>) libavformat
2004-08-04 romansh * simplifying OpenDML AVI handling. libavformat
2004-08-02 michael dont be so picky libavformat
2004-08-02 romansh * fixing a bug in DV timestamp generation. Now libavtest doesn't libavformat
2004-07-28 romansh * fixing a buffer overrun in gif.c libavformat
2004-07-28 michael 2000/00/00 to 2001/03/01 QT fileformat documentation patch by (Sebastien Bechet <s.bechet at av7 dot net>) libavformat
2004-07-28 michael AAC in mov/mp4 patch by (Gildas Bazin <gbazin at altern dot org>) libavformat
2004-07-27 romansh * fixing a small quirk with DV audio muxing libavformat
2004-07-25 michael my experimental wavelet codec libavformat
2004-07-25 michael ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>) libavformat
2004-07-21 michael raw rgb support libavformat
2004-07-17 michael mov_read_elst fix, based upon a patch by (Sebastien Bechet <s.bechet at av7 dot net>) libavformat
2004-07-17 michael disable mov_read_elst libavformat
2004-07-15 michael support single images, remove copy/paste junk libavformat
2004-07-15 michael image2 / image API cleanup phase-1 libavformat
2004-07-14 michael libdts support by (Benjamin Zores <ben at geexbox dot org>) libavformat
2004-07-14 michael play more broken files libavformat
2004-07-13 michael warn user if ms style codec tag is used libavformat
2004-07-07 michael h264 in mpeg-ts fix by (Måns Rullgård <mru at kth dot se>) libavformat
2004-07-06 michael compilation of mov.c broken patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformat
2004-07-06 michael Seeking in .mov/.mp4 files libavformat
2004-07-02 michael assert(0) -> retunrn -1 libavformat
2004-06-30 michael The atom 'skip' should be handled by 'mov_read_leaf()', not by libavformat
2004-06-30 michael fix first timestamp when decoding mpeg-ps libavformat
2004-06-25 michael simplify libavformat
2004-06-24 michael ogg with ffplay fix libavformat
2004-06-22 michael flush audio encoder buffers at the end libavformat
2004-06-20 michael 1000l libavformat
2004-06-19 melanson cvs diff before cvs commit libavformat
2004-06-19 melanson sweeping change from -EIO -> AVERROR_IO libavformat
2004-06-18 michael A/V Synch in ffmpeg patch by (Luca Abeni <lucabe72 at email dot it>) libavformat
2004-06-17 michael 10l fix by (Bohdan Horst <nexus at irc dot pl>) libavformat
2004-06-15 michael pass timestamps correctly for -sync 0 libavformat
2004-06-14 michael file id string libavformat
2004-06-11 michael user specified start time offset libavformat
2004-06-10 michael more fourccs libavformat
2004-06-09 michael ac3 bugfix, bug found by "Ben Cooley" <bcooley at dstreamtech dot com> libavformat
2004-05-31 michael fix playback of http://www.zonque.org/test-long.ps libavformat
2004-05-30 michael h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac dot be>) libavformat
2004-05-30 michael 10l libavformat
2004-05-30 michael skip subtitle streams instead of perishing libavformat
2004-05-29 michael correctly interleave packets during encoding libavformat
2004-05-29 michael exporting keyframe flags, fixes keyframe stuff with streamcopy libavformat
2004-05-29 michael pass AVPacket into av_write_frame() libavformat
2004-05-25 michael dont add padding in the middle of the data patch by (Sidik Isani <isani at cfht dot hawaii dot edu>) libavformat
2004-05-24 michael 100l (avi seeking) libavformat
2004-05-24 michael 100l (AVStream.duration) libavformat
2004-05-23 michael cur_dts in native timebase libavformat
2004-05-23 michael store index for seeking in the native timebase of each stream libavformat
2004-05-21 michael move time_base (pts_num/pts_den) from AVFormatContext -> AVStream libavformat
2004-05-20 michael bytestream tracing support libavformat
2004-05-18 romansh * IEC DV seems to accept SMPTE way of tagging 16:9 too. libavformat
2004-05-13 michael segfault fix libavformat
2004-05-07 melanson support SVQ1 in AVI files, just for fun libavformat
2004-05-06 michael vbr audio fix libavformat
2004-05-02 michael match latest spec libavformat
2004-04-27 michael fix rounding errors with NTSC patch by (Luca Abeni <lucabe72 at email dot it>) libavformat
2004-04-27 michael export pts if available libavformat
2004-04-27 michael NULL pointers ... libavformat
2004-04-26 michael mpeg SVCD compatibility, SCR fixes, standard compliance libavformat
2004-04-25 michael ring buffer fix by (Luca Abeni <lucabe72 at email dot it>) libavformat
2004-04-24 michael vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>) libavformat
2004-04-24 michael nut files in cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavformat
2004-04-24 michael cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavformat
2004-04-23 michael Mpeg start codes patch by ("Dmitry Borisov" <jbors at mail dot ru>) libavformat
2004-04-18 michael various fixes libavformat
2004-04-17 michael cleanup libavformat
2004-04-13 michael Off-by-two in mpegts.c patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) libavformat
2004-04-12 michael libavformat/os_support.c HAVE_LOCALTIME_R patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavformat
2004-04-12 michael store correct pts libavformat
2004-04-12 michael bit-exact libavformat
2004-04-12 michael distclean by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavformat
2004-04-12 michael 10l libavformat
2004-04-12 michael libavformat/mov.c fails with gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavformat
2004-04-12 michael moving nearly identical binary search code from nut/mpeg/asf to utils.c libavformat
2004-04-11 michael codec tag for FLV libavformat
2004-04-11 michael 4xm codec tag libavformat
2004-04-11 michael some tag for mpeg2, so looking MPEG2VIDEO up works libavformat
2004-04-11 michael avoid seeking to the end, as it confuses some crappy code libavformat
2004-04-10 michael set codec_tag libavformat
2004-04-10 michael prefix global libavformat
2004-04-10 melanson patch courtesy of Todd Kirby: libavformat
2004-04-09 michael removing keyframe prediction and checksum threshold libavformat
2004-04-09 michael correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>) libavformat
2004-04-09 michael gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2bsd dot com>) libavformat
2004-04-08 michael fourcc & language code v->vb type libavformat
2004-04-07 michael dont reduce the min_distance of AVIndexEntry libavformat
2004-04-07 alex support for -timestamp libavformat
2004-04-07 alex unknown format char libavformat
2004-04-07 alex support for wider range of codecs libavformat
2004-04-06 michael 10l (bytes_left() -> url_feof()) libavformat
2004-04-06 romansh * making it possible to specify recording date and time in a stream libavformat
2004-04-05 michael search for undamaged headers libavformat
2004-04-05 michael checksuming for nut & nice checksum API for libavformat libavformat
2004-04-05 michael antitime libavformat
2004-04-05 michael 10l (Titel->Title) libavformat
2004-04-04 michael info packet read/write & simplify libavformat
2004-04-04 michael make vorbis default again libavformat
2004-04-04 michael 10l libavformat
2004-04-04 michael store extradata, vorbis in avi works now, dont expect av sync though libavformat
2004-04-04 michael some random id for vorbis so we can do some experiments with vorbis in various containers, anyone knows if vorbis in WAV/AVI has a official id? libavformat
2004-04-04 michael large extradata fix libavformat
2004-04-04 michael move zero size hack from ogg.c to utils.c libavformat
2004-04-04 michael fix global header passing from demuxer to decoder libavformat
2004-04-04 michael remove function call from muxer->encoder and cleanly pass global headers libavformat
2004-04-04 michael fix obnoxious ogg_packet passing from encoder to muxer libavformat
2004-04-04 michael kill obnoxious ogg_packet passing from demuxer to decoder libavformat
2004-04-04 michael remove spyware from ogg*.c libavformat
2004-04-03 michael nut (de)muxer update libavformat
2004-04-01 michael yuv4mpeg output 'C' tag patch by ("Steven M. Schultz" <sms at 2bsd dot com>) libavformat
2004-03-31 romansh * .mov files with uncompressed audio can't be correctly processed libavformat
2004-03-28 romansh * fixing 10l in movenc.c + updating regression patterns. libavformat
2004-03-28 romansh * making .mov files generated by ffmpeg compatible with Apple software. libavformat
2004-03-26 michael Support raw mpegts streams from dvr patch by (wmglo at dent dot med dot uni-muenchen dot de) libavformat
2004-03-26 romansh * enabling DV-in-QT libavformat
2004-03-24 mellum warning patrol libavformat
2004-03-24 michael cleanup frame_rate code, this may also fix some large file bugs libavformat
2004-03-24 michael untested win32 binary pipe fix libavformat
2004-03-24 romansh * turns out raw DV files can have .dif extension libavformat
2004-03-23 romansh * enabling seek in raw DV files libavformat
2004-03-20 michael support url_read which reads less then requested patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) libavformat
2004-03-18 michael adjust_write_index() fix by ("Curi Fabio Eduardo (SFL)" <curif at TELEFONICA dot COM dot AR>) libavformat
2004-03-15 michael decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) libavformat
2004-03-14 michael tcp select() check and enables pressing 'q' when reading/(writing) from libavformat
2004-03-14 melanson minor VMD system update; still not perfect, but should not crash either libavformat
2004-03-14 melanson remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> libavformat
2004-03-14 michael no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) libavformat
2004-03-13 michael fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) libavformat
2004-03-13 michael Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>) libavformat
2004-03-13 melanson added SGI image format, encoding and decoding, courtesy of Todd Kirby libavformat
2004-03-12 michael big endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) libavformat
2004-03-11 michael matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) libavformat
2004-03-10 michael Correcting the header size for ADPCM_IMA_WAV files patch by (Brian Becker <brian dot becker at palmone dot com>) libavformat
2004-03-10 michael guess framerate libavformat
2004-03-09 michael 10l (1 vs. descrLength(1)) found by (Jean Le Feuvre - jeanlf) libavformat
2004-03-09 michael flv fixes libavformat
2004-03-08 michael channel count & samplerate fix libavformat
2004-03-06 michael forgot to commit from patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) libavformat
2004-03-05 michael asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) libavformat
2004-03-05 michael split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) libavformat
2004-03-03 michael av_log() cleanup libavformat
2004-03-03 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformat
2004-02-25 michael use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 libavformat
2004-02-22 michael (f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get libavformat
2004-02-20 michael avsync patch by (Gildas Bazin <gbazin at altern dot org>) libavformat
2004-02-19 michael improved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot net>) libavformat
2004-02-14 michael AAC support in mov, correct aspect ratio support and user data support patch by (Gildas Bazin <gbazin at altern dot org>) libavformat
2004-02-14 michael avio patch by (Gildas Bazin <gbazin at altern dot org>) libavformat
2004-02-11 romansh * turns out write_packet is supposed to return 0 on success, not libavformat
2004-02-07 romansh * Initial implementation of the G.726 ADPCM audio codec. libavformat
2004-02-07 michael 100l libavformat
2004-02-07 michael no limits!, warning is enough libavformat
2004-02-06 michael - made --extra-cflags option work on darwin libavformat
2004-02-05 melanson initial commit for Quicktime Animation (RLE) video decoder; bit depths libavformat
2004-02-01 michael Patch for MPEG-2 VOB headers by (Jimmy Blair <blueskyjb at verizon dot net>) libavformat
2004-01-17 michael CONFIG_ENCODERS fix by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>) libavformat
2004-01-17 michael seeking stuff libavformat
2004-01-17 michael store searched distance in index, so we dont waste time searching for keyframes where we already searched libavformat
2004-01-14 michael header parser fix libavformat
2004-01-14 michael replic_size==0 fix, needed so that G.726 asf file, so ffmpeg can at least decode the video without segfaulting libavformat
2004-01-14 michael use packet number instead of byte number internally for seeking libavformat
2004-01-14 michael unused libavformat
2004-01-14 michael seeking fixes libavformat
2004-01-14 michael memleak fix libavformat
2004-01-14 michael seeking in single stream asf patch by ("Kevin Kuphal" <kevin dot kuphal at sitecity dot net>) libavformat
2004-01-13 michael caching of timestamps for mpeg-ps so seeking is faster libavformat
2004-01-12 rtognimp MSZH and ZLIB decoder support libavformat
2004-01-10 michael audio pts fix libavformat
2004-01-10 michael fixing some seek failure issues libavformat
2004-01-08 michael memleak patch by (Gildas Bazin <gbazin at altern dot org>) libavformat
2004-01-06 michael ASF extended header parsing patch by ("Kevin Kuphal" <kevin dot kuphal at sitecity dot net>) libavformat
2004-01-04 michael 10l libavformat
2004-01-03 michael forgot ... libavformat
2004-01-02 melanson initial commit for Sierra VMD file demuxer libavformat