log avformat.h @ 1306:8bf9be9bb107 libavformat

age author description
Sun, 10 Sep 2006 14:02:42 +0000 diego Add official LGPL license headers to the files that were missing them. libavformat
Sat, 09 Sep 2006 08:57:55 +0000 michael AVPROBE_SCORE_MAX doc libavformat
Tue, 05 Sep 2006 19:23:32 +0000 michael ignore index parameter to ignore the ODML index in avi libavformat
Mon, 04 Sep 2006 09:57:47 +0000 gpoirier Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A mediaxim P be % libavformat
Mon, 04 Sep 2006 03:33:11 +0000 romansh * Restructuring the division of labor between DV codec and DV format libavformat
Sat, 02 Sep 2006 23:10:28 +0000 mru remove redundant declarations libavformat
Wed, 30 Aug 2006 21:18:17 +0000 michael fix b pyramid in mp4 muxing if no dts are provided to the muxer libavformat
Sun, 27 Aug 2006 12:21:19 +0000 nicodvb added option probesize; at the moment only used by mpegts.c libavformat
Sun, 27 Aug 2006 12:14:13 +0000 nicodvb initial support for AVOption in AVFormatContext libavformat
Sun, 20 Aug 2006 10:42:11 +0000 michael attribute_deprecated libavformat
Fri, 11 Aug 2006 21:21:51 +0000 bcoudurier export av_interleave_packet_per_dts libavformat
Tue, 08 Aug 2006 20:31:19 +0000 michael dont be too picky about timestampsbeing wrong if the destination container is without timestamps and raw of the raw video / raw audio sort libavformat
Sun, 23 Jul 2006 18:19:33 +0000 reimar Try to find out correct start time to make seeking faster and add some libavformat
Thu, 13 Jul 2006 21:13:49 +0000 mru add loop_input to AVFormatContext, getting rid of old hack libavformat
Sun, 09 Jul 2006 23:40:53 +0000 mru give AVInput/OutputFormat structs consistent names libavformat
Fri, 30 Jun 2006 07:41:25 +0000 gpoirier Move initialisations and internal symbols in allformats.h, libavformat
Sun, 25 Jun 2006 17:37:12 +0000 lu_zero cleanup patch from Diego Petten <flameeyes@gentoo.org> libavformat
Sat, 24 Jun 2006 20:09:49 +0000 lu_zero minor cleanup libavformat
Sat, 17 Jun 2006 15:53:23 +0000 diego Add (mostly) const to variable and parameter declaration, where a char* was libavformat
Mon, 27 Mar 2006 22:22:50 +0000 reimar NuppelVideo/MythTVVideo support, including rtjpeg decoder libavformat
Tue, 21 Mar 2006 17:27:47 +0000 kostya Smacker demuxer and decoder. libavformat
Wed, 01 Mar 2006 11:29:55 +0000 michael add size to AVIndex libavformat
Fri, 17 Feb 2006 03:17:42 +0000 melanson complete AVS playback system (from Creature Shock computer game), libavformat
Sun, 12 Feb 2006 06:49:40 +0000 melanson complete American Laser Games MM playback system, courtesy of Peter Ross libavformat
Sun, 12 Feb 2006 02:18:37 +0000 alex tta demuxer, also usable for moving tta audio data into an other container libavformat
Fri, 10 Feb 2006 01:24:32 +0000 mru generate adts frame headers if required libavformat
Thu, 09 Feb 2006 22:52:23 +0000 aurel add a Creative VOC (de)muxer libavformat
Wed, 08 Feb 2006 01:11:48 +0000 mru bump version numbers and update docs for adts aac support libavformat
Thu, 02 Feb 2006 15:21:19 +0000 michael AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org) libavformat
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavformat
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavformat
Fri, 09 Dec 2005 16:08:18 +0000 rtognimp Cook compatibe decoder, patch by Benjamin Larsson libavformat
Thu, 20 Oct 2005 20:06:16 +0000 rtognimp Increase version: 'wave' atom parsing added to mov demuxer libavformat
Fri, 02 Sep 2005 19:18:59 +0000 reimar Support D-Cinema audio demuxing. libavformat
Sun, 21 Aug 2005 22:31:01 +0000 michael time_base description by Rich Felker | dalias, aerifal cx libavformat
Mon, 15 Aug 2005 15:58:21 +0000 michael parse pict_type for streams in avi libavformat
Mon, 15 Aug 2005 14:22:43 +0000 michael support fixing missing pts by parsing future frames libavformat
Sun, 31 Jul 2005 10:51:04 +0000 michael A.B.C versions libavformat
Sun, 17 Jul 2005 22:24:36 +0000 michael changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility libavformat
Fri, 15 Jul 2005 12:50:00 +0000 michael Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com) libavformat
Thu, 14 Jul 2005 21:39:36 +0000 michael skip_idct libavformat
Mon, 27 Jun 2005 00:04:03 +0000 michael support changing in bitstream global headers into extradata style and back libavformat
Sat, 25 Jun 2005 09:04:08 +0000 michael *BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com) libavformat
Fri, 24 Jun 2005 11:38:22 +0000 michael AVStream.nb_frames and docs for r_frame_rate libavformat
Sat, 18 Jun 2005 01:52:24 +0000 michael Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com) libavformat
Fri, 03 Jun 2005 14:02:29 +0000 bellard optional ISO 639 3 letter language field libavformat
Thu, 26 May 2005 20:17:12 +0000 michael AVPacket.pos libavformat
Sat, 30 Apr 2005 21:43:59 +0000 michael switch to native time bases libavformat
Sat, 09 Apr 2005 15:32:58 +0000 mru Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>, libavformat
Wed, 23 Mar 2005 12:52:24 +0000 michael 30_clean_up_global_header_flag.patch by (Calcium | calcium nurs or jp) libavformat
Thu, 17 Mar 2005 01:25:01 +0000 michael more fine grained discarding of packets libavformat
Sun, 13 Mar 2005 00:13:01 +0000 michael keyframe & non keyframe index fixes libavformat
Sat, 22 Jan 2005 01:48:11 +0000 michael support discarding of uninterresting packets libavformat
Sat, 08 Jan 2005 14:21:33 +0000 michael integer overflows, heap corruption libavformat
Wed, 01 Dec 2004 02:28:28 +0000 michael fifo_realloc() libavformat
Tue, 23 Nov 2004 18:23:56 +0000 michael int / int64 fix by (Wolfram Gloger <wmglo @@@ dent:med:uni-muenchen:de>) libavformat
Sat, 20 Nov 2004 23:10:07 +0000 mmu_man First implementation of nsv demuxer. libavformat
Thu, 11 Nov 2004 18:09:28 +0000 michael move p*m from image/lavf -> image2/lavc libavformat
Fri, 22 Oct 2004 02:04:30 +0000 romansh * Introducing IIDC1394 grabbing interface. libavformat
Sat, 16 Oct 2004 21:27:42 +0000 michael user setable preload and max_mux_delay libavformat