log

age author description
Tue, 10 Oct 2006 23:59:08 +0000 michael unused #define libavformat
Tue, 10 Oct 2006 23:57:44 +0000 michael remove dummy amr_read_close() libavformat
Tue, 10 Oct 2006 23:56:49 +0000 michael more factoriztaion and a FIXME note libavformat
Tue, 10 Oct 2006 23:53:14 +0000 michael factorze another 2 lines libavformat
Tue, 10 Oct 2006 23:49:45 +0000 michael set duration and timebase (based on a patch by Simon Morlat simon.morlat linphone org) libavformat
Tue, 10 Oct 2006 23:45:12 +0000 michael factorize (untested) libavformat
Tue, 10 Oct 2006 23:28:27 +0000 michael return cleanup libavformat
Tue, 10 Oct 2006 14:29:03 +0000 bcoudurier fix d-10 mapping detection libavformat
Tue, 10 Oct 2006 13:00:50 +0000 bcoudurier rewind completely if sample time is negative libavformat
Tue, 10 Oct 2006 12:58:34 +0000 bcoudurier dont seek back if no sync to let eof happen libavformat
Tue, 10 Oct 2006 09:17:51 +0000 bcoudurier quiet gcc about enum value not handled in switch libavformat
Tue, 10 Oct 2006 04:10:53 +0000 kostya 10l: remove alien seek function from demuxer libavformat
Sat, 07 Oct 2006 18:30:41 +0000 rtogni Add fourccs for Wavpak and TTA libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Sat, 07 Oct 2006 09:22:44 +0000 diego Replace -I../-I. by -I$(BUILD_ROOT). libavformat
Fri, 06 Oct 2006 18:36:58 +0000 michael flac fourcc (fixes mplayer -demuxer 35 with flac) libavformat
Fri, 06 Oct 2006 18:20:40 +0000 michael prevent >16bit tags to be truncated and used in creating .wav files libavformat
Thu, 05 Oct 2006 09:01:04 +0000 bcoudurier support D-10, XDCAM, fix ebu_small_d10_50_audio_resampling_problem.mxf, xdcam-pal-d10-imx50.mxf libavformat
Wed, 04 Oct 2006 13:18:51 +0000 bcoudurier remove useless casts libavformat
Tue, 03 Oct 2006 19:23:39 +0000 diego Move EXTRALIBS handling to common.mak. libavformat
Tue, 03 Oct 2006 19:13:27 +0000 michael fix r_frame_rate detection in mpeg4 streams with non integer fps libavformat
Tue, 03 Oct 2006 17:12:48 +0000 diego Remove unused variables and the corresponding warnings along with them. libavformat
Mon, 02 Oct 2006 17:15:00 +0000 diego rtp.o needs mpegts.o libavformat
Mon, 02 Oct 2006 14:12:50 +0000 bcoudurier fix audio for mog_op1a_prompeg_mpeg.mxf libavformat
Mon, 02 Oct 2006 13:22:51 +0000 bcoudurier return 0 as stream index if only one stream, this is completely non standard, fix Cars_TL4IO6_239_DEXX_MPEG_TDC_072006.wav.mxf libavformat
Sun, 01 Oct 2006 20:41:02 +0000 gpoirier add support for some MS DIB formats for avisynth libavformat
Sun, 01 Oct 2006 17:05:25 +0000 gpoirier Fix wrong ASF duration of generated files libavformat
Sat, 30 Sep 2006 11:50:03 +0000 michael dont set sub_id as its completly redundant and silly libavformat
Fri, 29 Sep 2006 14:28:55 +0000 bcoudurier rudimentary binary seek libavformat
Fri, 29 Sep 2006 12:25:44 +0000 bcoudurier add another data definition ul libavformat
Fri, 29 Sep 2006 12:23:38 +0000 bcoudurier use a data definition uls table to fetch codec type libavformat
Fri, 29 Sep 2006 11:25:40 +0000 bcoudurier add string param to PRINT_KEY for debug libavformat
Fri, 29 Sep 2006 10:38:27 +0000 bcoudurier shut up gcc about incompatible pointer type libavformat
Fri, 29 Sep 2006 10:30:52 +0000 bcoudurier remove useless casts libavformat
Fri, 29 Sep 2006 10:28:11 +0000 bcoudurier remove gcc warnings about void * used in arithmetic libavformat
Thu, 28 Sep 2006 17:59:26 +0000 bcoudurier move sample size adjusting code after audio stsd v2 parsing to let v2 set correct channel number, fix Sony-hdv2.mov libavformat
Thu, 28 Sep 2006 17:54:59 +0000 bcoudurier add lpcm fourcc libavformat
Thu, 28 Sep 2006 17:52:48 +0000 bcoudurier change codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.mov libavformat
Wed, 27 Sep 2006 21:19:47 +0000 michael prevent infinite loop with VORC012.WMA libavformat
Wed, 27 Sep 2006 19:47:39 +0000 mru fix some signedness warnings libavformat
Wed, 27 Sep 2006 19:39:41 +0000 mru remove useless memset() libavformat
Tue, 26 Sep 2006 18:34:07 +0000 michael fix r_frame_rate init code for groundhog.vob libavformat
Tue, 26 Sep 2006 18:03:17 +0000 michael drop broken telecine detection code libavformat
Tue, 26 Sep 2006 17:27:08 +0000 michael reindent libavformat
Tue, 26 Sep 2006 17:25:28 +0000 michael dont ignore MAX_READ_SIZE libavformat
Tue, 26 Sep 2006 17:09:03 +0000 michael support forward seeking in non seekable streams libavformat
Tue, 26 Sep 2006 16:09:56 +0000 michael simplify seek() failure check libavformat
Tue, 26 Sep 2006 03:41:51 +0000 kostya WavPack lossless audio decoder libavformat
Fri, 22 Sep 2006 10:03:04 +0000 michael simplify url_fseek() libavformat
Thu, 21 Sep 2006 07:31:53 +0000 romansh * Moving FifoBuffer out of libavformat/avformat.h and libavformat
Wed, 20 Sep 2006 21:23:32 +0000 michael reduce scores if the mp3 frames dont start from the begin of the file (fixes flv deteted as mp3 issues) libavformat
Wed, 20 Sep 2006 08:24:17 +0000 takis Migrate the "packetsize" OptionDef option to become an AVOption. libavformat
Wed, 20 Sep 2006 08:23:01 +0000 takis Migrate the "muxrate" OptionDef option to become an AVOption. libavformat
Sun, 17 Sep 2006 09:39:49 +0000 banan FLV seeking patch by Nazo. lovesyao at aol com. libavformat
Fri, 15 Sep 2006 19:14:24 +0000 takis Split the DV demuxer and muxer into separate files (as suggested by Diego libavformat
Fri, 15 Sep 2006 11:17:41 +0000 gpoirier Add support for 8-bit grayscale to V4L grabber libavformat
Fri, 15 Sep 2006 09:42:51 +0000 gpoirier add support for grayscale rawvideo avi libavformat
Thu, 14 Sep 2006 13:51:54 +0000 takis Make OFFSET() reuse offsetof libavformat
Thu, 14 Sep 2006 12:04:07 +0000 takis Remove a redundant memset from libavformat. libavformat
Tue, 12 Sep 2006 14:16:48 +0000 michael 10l typo libavformat
Tue, 12 Sep 2006 00:06:44 +0000 aurel add a VP6F fourcc for apps which rely on fourcc libavformat
Mon, 11 Sep 2006 22:05:43 +0000 bcoudurier workaround for files, mainly d-cinema, with 0 sized tags especially UMID in source clip, 377M B.10,13 clearly mentions that this is non standard though libavformat
Sun, 10 Sep 2006 21:51:08 +0000 gpoirier Use and set sane AVOption defaults libavformat
Sun, 10 Sep 2006 20:31:58 +0000 gpoirier allow ffmpeg to read mp3s beginning with partial frames libavformat
Sun, 10 Sep 2006 20:21:40 +0000 gpoirier make AVOptions default value field work. libavformat
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 17:19:37 +0000 aurel VP5 and VP6 video decoder libavformat
Sat, 09 Sep 2006 08:57:55 +0000 michael AVPROBE_SCORE_MAX doc libavformat
Sat, 09 Sep 2006 08:49:28 +0000 gpoirier undefines a few temporary defines which were not undefined after their usage. libavformat
Fri, 08 Sep 2006 17:24:48 +0000 diego Remove empty variable declaration. libavformat
Fri, 08 Sep 2006 12:28:28 +0000 gpoirier enable setting the year and track number using AVOption libavformat
Fri, 08 Sep 2006 12:12:38 +0000 gpoirier makes avformat_get_context_defaults() static libavformat
Thu, 07 Sep 2006 20:19:37 +0000 michael fix sound of SampleVideo.mov (mp2 in mov) libavformat
Thu, 07 Sep 2006 16:35:22 +0000 gpoirier Allow to get the the track number in the IPRT (part) tag in AVI. libavformat
Thu, 07 Sep 2006 16:33:24 +0000 gpoirier Allow to store the the track number though the IPRT (part) tag in AVI. libavformat
Thu, 07 Sep 2006 08:09:15 +0000 gpoirier Better tag support: libavformat
Wed, 06 Sep 2006 09:00:11 +0000 gpoirier Allow RGB Raw encoding libavformat
Tue, 05 Sep 2006 19:23:32 +0000 michael ignore index parameter to ignore the ODML index in avi libavformat
Tue, 05 Sep 2006 04:37:14 +0000 kostya VMware Video decoder (fourcc: VMnc) libavformat
Mon, 04 Sep 2006 14:22:44 +0000 bcoudurier move track timescale/sampleDuration init to write_header and return error if not set 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 04:25:47 +0000 kostya WVC1 is now decodeable with VC-1 decoder. libavformat
Mon, 04 Sep 2006 03:33:11 +0000 romansh * Restructuring the division of labor between DV codec and DV format libavformat
Sun, 03 Sep 2006 18:51:10 +0000 diego Switch license from GPL to LGPL, this file originates from libdv, which libavformat
Sat, 02 Sep 2006 23:10:28 +0000 mru remove redundant declarations libavformat
Thu, 31 Aug 2006 09:43:29 +0000 gpoirier Fix for AVI files with odd sized 'movi' list 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
Tue, 29 Aug 2006 12:03:07 +0000 gpoirier add support for information in CDXA format libavformat
Tue, 29 Aug 2006 08:15:38 +0000 gpoirier Add missing file from commit r6122 (AVISynth support) libavformat
Tue, 29 Aug 2006 07:34:58 +0000 gpoirier AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com % libavformat
Mon, 28 Aug 2006 18:53:10 +0000 aurel ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there was a typo in the define libavformat
Sun, 27 Aug 2006 12:22:40 +0000 nicodvb scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the default value) 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
Fri, 25 Aug 2006 20:50:18 +0000 michael support some totally broken ODML variant libavformat
Thu, 24 Aug 2006 18:39:57 +0000 bcoudurier fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only if mono, dont rely on bits per sample which can be wrong libavformat
Thu, 24 Aug 2006 14:22:40 +0000 bcoudurier correct uid, and enable JPEG 2000 detection libavformat
Thu, 24 Aug 2006 14:13:57 +0000 bcoudurier add codec id and tag for JPEG 2000 libavformat
Thu, 24 Aug 2006 10:32:09 +0000 bcoudurier wide atom is only defined in mov, use free for mp4/3gp libavformat
Thu, 24 Aug 2006 09:53:53 +0000 bcoudurier move amr parameters adjusting like other codecs libavformat
Thu, 24 Aug 2006 09:09:20 +0000 bcoudurier dont set width/height for h261/h263/mpeg4 since they are oftenly wrong, let decoder init them libavformat
Thu, 24 Aug 2006 08:37:51 +0000 bcoudurier put dv demuxing code around ifdef libavformat
Thu, 24 Aug 2006 08:32:52 +0000 bcoudurier put dv demuxing code around ifdef libavformat
Thu, 24 Aug 2006 08:28:11 +0000 bcoudurier support vdva fourcc (dv + dv audio in mov) libavformat
Thu, 24 Aug 2006 08:22:26 +0000 gpoirier fix ODML AVI Duration for files > 2GB libavformat
Wed, 23 Aug 2006 20:24:58 +0000 michael fix fallback if theres no index libavformat
Wed, 23 Aug 2006 17:07:01 +0000 michael read and use index (based on a patch by John Donaghy on the 23-03-2006 '[Ffmpeg-devel] dvr-ms seek help request') libavformat
Wed, 23 Aug 2006 16:26:59 +0000 michael value_num should also be 64bit (1 hunk from the asf seeking patch by DrDivx/Steve Lhomme) libavformat
Wed, 23 Aug 2006 16:24:39 +0000 michael total_size should be 64bit (1 hunk of the asf seeking patch from DrDivx / Steve Lhomme) libavformat
Mon, 21 Aug 2006 15:49:08 +0000 bcoudurier set correct first gop closed value libavformat
Mon, 21 Aug 2006 15:14:36 +0000 bcoudurier rename closed_gop to first_gop_closed libavformat
Mon, 21 Aug 2006 13:57:12 +0000 bcoudurier init buffer libavformat
Sun, 20 Aug 2006 19:08:05 +0000 banan Added codec id for QCELP. libavformat
Sun, 20 Aug 2006 10:42:11 +0000 michael attribute_deprecated libavformat
Sat, 19 Aug 2006 08:39:00 +0000 michael fix probing of 02-Penguin.flac libavformat
Fri, 18 Aug 2006 16:48:35 +0000 banan AVI tag reading and writing patch by David Conrad. libavformat
Fri, 18 Aug 2006 07:55:08 +0000 gpoirier Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr % libavformat
Thu, 17 Aug 2006 16:32:08 +0000 diego Move all internal -I parameters to the front of CFLAGS to avoid using external libavformat
Sat, 12 Aug 2006 00:18:58 +0000 bcoudurier use packet dts as correct media field number and use av_interleave_pkt_per_dts libavformat
Fri, 11 Aug 2006 21:24:54 +0000 bcoudurier update documentation libavformat