Activity
From 11/01/2006 to 11/30/2006
11/30/2006
- 10:44 PM Revision f7f8af46 (ffmpeg): 1 step diamond search around the median MV predictor
- +0.01 PSNR
idea from x264
Originally committed as revision 7189 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:00 PM Revision fc0b0416 (ffmpeg): doxy
- Originally committed as revision 7188 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:43 AM Revision 62b9fc15 (ffmpeg): fix overflow and remove wrong comment
- Originally committed as revision 7187 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:18 AM Revision 3db1b8b5 (ffmpeg): return optimal fraction
- based on a patch by Uoti Urpala
Originally committed as revision 7186 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:00 AM Revision 8fa641f8 (ffmpeg): Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpe...
- Originally committed as revision 7185 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/29/2006
- 05:42 AM Revision 61710f7b (ffmpeg): Better VQA demuxer
- Originally committed as revision 7184 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:40 AM Revision 7667896a (ffmpeg): VQA v1 support
- Originally committed as revision 7183 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/28/2006
- 11:55 PM Revision f3902026 (ffmpeg): cleanup the #ifdef mess in encoder/decoder/parser registration
- Originally committed as revision 7182 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:41 PM Revision be691b10 (ffmpeg): matroska: scale timecode according to time_scale
- fixes jerky playback of planet.earth.mkv
Originally committed as revision 7181 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:17 PM Revision 7f25df4c (ffmpeg): move source_package declaration in the loop and reset it each iteration
- Originally committed as revision 7180 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:34 PM Revision 6a287fd7 (ffmpeg): readjust dts if negative
- Originally committed as revision 7179 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:34 AM Revision 7504e4fa (ffmpeg): Correct information in header
- Originally committed as revision 7178 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/27/2006
- 09:59 PM Revision e96da13b (ffmpeg): Change "p" asm constraints to "g", since "p" was a no longer necessar...
- make AMD64 compilation work and ICC can not handle "p".
Originally committed as revision 21341 to svn://svn.mplayerh... - 03:48 PM Revision b0d7bc1e (ffmpeg): 10l in r7174 caused all options to be treated as filenames.
- Originally committed as revision 7177 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 PM Revision c411e7f6 (ffmpeg): alphabetic reordering of codec registration
- patch by Robert Swain < robert.swain _at_ gmail.com >
Originally committed as revision 7176 to svn://svn.ffmpeg.org/... - 12:55 PM Revision 5b9b3b68 (ffmpeg): cleanup the #ifdef mess in muxer/demuxer registration
- Originally committed as revision 7175 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:37 PM Revision 84bf226b (ffmpeg): Add support for files that begin with a dash.
- Patch by Timo Lindfors % lindi A kurp P hut P fi %
Original thread:
Date: Mon, 27 Nov 2006 02:00:14 +0200
Subject: [F... - 10:56 AM Revision c61b9d44 (ffmpeg): PIC fix
- Originally committed as revision 7173 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/26/2006
- 06:25 PM Revision 49cef744 (ffmpeg): Move copy_block* functions to dsp dsputil.h
- Patch by Brian Foley % bfoley A compsoc P nuigalway P ie %
Original thread:
Date: Nov 26, 2006 6:44 PM
Subject: Re: [... - 04:57 AM Revision 61f5b14a (ffmpeg): Correct rounding values in overlap filtering
- Originally committed as revision 7171 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:54 AM Revision 5081f3aa (ffmpeg): B-frames support for adv. profile
- Originally committed as revision 7170 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:53 AM Revision b8ce8f15 (ffmpeg): 100l: Initialize dc_scale with current quantizer for adv I frames
- Originally committed as revision 7169 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:52 AM Revision 25e9c7ef (ffmpeg): Use halfpq in coefficient scaling
- Originally committed as revision 7168 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/25/2006
- 03:44 PM Revision 167de74f (ffmpeg): Remove redundant comment.
- Originally committed as revision 7167 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/24/2006
- 12:36 PM Revision c61e1098 (ffmpeg): typo
- Originally committed as revision 7166 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:16 AM Revision fce2200d (ffmpeg): Implement DELTA_FLI opcodes correctly. Patch by Steven Johnson
- Originally committed as revision 7165 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/23/2006
- 11:50 PM Revision 37e6f5f3 (ffmpeg): support byte_run=0 case in DELTA_FLI (this case means only skip pixels)
- Originally committed as revision 7164 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:57 PM Revision fe99025b (ffmpeg): 10l memory corruption bug found by Steven Johnson
- Originally committed as revision 7163 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 PM Revision b9d32859 (ffmpeg): No need for special trick anymore for flac in matroska.
- The flac decoder now understand full metadata header in extradata.
Originally committed as revision 7162 to svn://sv... - 10:22 PM Revision 17c90b9d (ffmpeg): flac: allow reading of full metadata headers from extradata
- Originally committed as revision 7161 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:21 PM Revision 3e954443 (ffmpeg): bring AC3 encoder output up to input volume level
- patch by Bill O'Shaughnessy % bill P oshaughnessy A gmail.com %
+ reg tests update gruntwork by me
Original thread:
d...
11/22/2006
- 06:47 PM Revision 6e8c46b7 (ffmpeg): Set CODEC_TYPE_DATA for timecode tracks.
- Originally committed as revision 7159 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:31 PM Revision 9ed00234 (ffmpeg): Set st->need_parsing = 2 for MPEG-content.
- Originally committed as revision 7158 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:53 PM Revision 3c141817 (ffmpeg): fix bitstream to be correctly decoded by quicktime
- Originally committed as revision 7157 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:24 PM Revision f8567560 (ffmpeg): fix sigfpe with intra only encoding
- Originally committed as revision 7156 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:15 PM Revision d86b83f8 (ffmpeg): add interactive support for MinGW
- patch by Ramiro Polla % ramiro A lisha P ufsc P br %
Orignial thread:
date: Nov 5, 2006 1:55 AM
subject: [Ffmpeg-deve... - 09:20 AM Revision 8cff89be (ffmpeg): Conditionally compile some of the AltiVec optimizations.
- Originally committed as revision 7154 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:11 AM Revision 1e25a7e7 (ffmpeg): fix some potential security issues, patch by Matthias Hopf, mat at ms...
- Originally committed as revision 7153 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:52 AM Revision ba2433e9 (ffmpeg): typo
- Originally committed as revision 7152 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:30 AM Revision 8cd15e47 (ffmpeg): fix b frames + -mbd rd without -psnr (yes that was seriously buggy an...
- Originally committed as revision 7151 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/21/2006
- 11:47 PM Revision d9d6e7b7 (ffmpeg): add support for FLAC in matroska
- Originally committed as revision 7150 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:18 PM Revision 248bc6bb (ffmpeg): Fix compilation with VC-1 decoder disabled.
- Originally committed as revision 7149 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:37 PM Revision bb243e71 (ffmpeg): fix b frames + -mbd rd without -psnr (yes that was seriously buggy an...
- Originally committed as revision 7148 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:35 PM Revision 169bc475 (ffmpeg): 100l infinite loop fix
- Originally committed as revision 7147 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:18 PM Revision e9f36c5c (ffmpeg): move common voc muxer and demuxer data to voc.c
- Originally committed as revision 7146 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:08 PM Revision 5d244b29 (ffmpeg): split voc.c into vocdec.c and vocenc.c
- Originally committed as revision 7145 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:48 AM Revision 8cc62264 (ffmpeg): typo
- Originally committed as revision 7144 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:15 AM Revision 426b11a8 (ffmpeg): Decode non-interleaved scans
- Originally committed as revision 7143 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/20/2006
- 09:48 PM Revision eb10acec (ffmpeg): Kb --> kb
- Originally committed as revision 7142 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:46 PM Revision cb741242 (ffmpeg): Nuke config.log support.
- Originally committed as revision 7141 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:41 PM Revision 8db4f43c (ffmpeg): Fix declaration and code thingie
- Originally committed as revision 7140 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:35 PM Revision 4ec0ccb1 (ffmpeg): allow amr bitrate to be changed "on the fly" through avctx->bitrate.
- Patch by Martin % marthi A graphics P cs P uni - sb P de %
Original thread:
date: Nov 20, 2006 6:20 PM
subject: Re: [... - 08:16 PM Revision 0d6d9632 (ffmpeg): add support for tta in matroska
- Originally committed as revision 7138 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:16 PM Revision 1038efd8 (ffmpeg): typo
- Originally committed as revision 7137 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:05 PM Revision c9068f1b (ffmpeg): Current FFmpeg expects bits/s instead of kilobits/s in the -b option.
- patch by Víctor Paesa, wzrlpy arsystel com
Originally committed as revision 7136 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:44 PM Revision 699e77b1 (ffmpeg): Some notes about the order of options on the command line.
- patch by Víctor Paesa, wzrlpy arsystel com
Originally committed as revision 7135 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:13 PM Revision 9f83e142 (ffmpeg): Fix linking with H.261 support disabled.
- patch by Tom Harper, d.thomas.harper gmail com
Originally committed as revision 7134 to svn://svn.ffmpeg.org/ffmpeg/... - 11:53 AM Revision ec9ed85d (ffmpeg): infiinit loop fix for CBR + adaptive quant
- Originally committed as revision 7133 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:48 AM Revision 789382d3 (ffmpeg): 100l qprd fix 2nd try
- Originally committed as revision 7132 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:21 AM Revision 6ffdc53d (ffmpeg): Some progressive JPEG support
- Originally committed as revision 7131 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:33 AM Revision 9a313fe0 (ffmpeg): cosmetics: reindent after last commit
- Originally committed as revision 7130 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:31 AM Revision a487d231 (ffmpeg): matroska: split real video frames so that each packet contains only o...
- Originally committed as revision 7129 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:15 AM Revision 363c86ce (ffmpeg): matroska: properly handle real video extradata
- Originally committed as revision 7128 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:04 AM Revision a76920d8 (ffmpeg): simplify free()+set to NULL using av_freep()
- Originally committed as revision 7127 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/19/2006
- 11:19 PM Revision 3f9fea72 (ffmpeg): testing all dquant for qp_rd fixes the qp runaway to 31 bug
- Originally committed as revision 7126 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:51 PM Revision 00f636a0 (ffmpeg): Add useful Altivec types, taken from with permission from x264 authors
- Originally committed as revision 7125 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:38 AM Revision 807e0c66 (ffmpeg): Clarify that some of the non-SIMD code is now LGPLed.
- All the authours of such code agreed.
Originally committed as revision 21045 to svn://svn.mplayerhq.hu/mplayer/trunk... - 09:43 AM Revision 40a08c7e (ffmpeg): Correct GET/PUT_UTF8 comment: the get/put functions might be called up
- to 7 times, though only up to 4 times for valid utf-8 values.
Originally committed as revision 7124 to svn://svn.ffm... - 09:33 AM Revision a99cfb0d (ffmpeg): Fix typo in comment
- Originally committed as revision 7123 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:32 AM Revision 322af4be (ffmpeg): Identation
- Originally committed as revision 7122 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:30 AM Revision c8f9f9b9 (ffmpeg): Divide first audio buffer chunk into atomary bufffers.
- This slightly simplifies decoder and removes potential
audio buffer overrun.
Originally committed as revision 7121 t...
11/18/2006
- 08:34 PM Revision 5836d158 (ffmpeg): Fix misplaced comment.
- Originally committed as revision 7120 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:37 PM Revision 8662900b (ffmpeg): Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI files
- with XAN DPCM audio (wrongly) declare PCM audio in the header.
Originally committed as revision 7119 to svn://svn.ff... - 04:16 PM Revision 9e7fd101 (ffmpeg): improved pthreads test
- Originally committed as revision 7118 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/17/2006
- 09:43 PM Revision 3644d472 (ffmpeg): Missed one log2().
- Originally committed as revision 7117 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:54 PM Revision 468f8102 (ffmpeg): change mpeg4 fourcc from "mp4s" to "mp4v"
- Originally committed as revision 7116 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:53 PM Revision bf054f74 (ffmpeg): update to libnut, use framecode table generator
- Originally committed as revision 7115 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:43 PM Revision a851cf8c (ffmpeg): update to libnut API, changes to frame_table_input
- Originally committed as revision 7114 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:12 AM Revision b615c1ed (ffmpeg): Optimize overlapping
- Suggested by Skal, sprintf(mail, "skal%d@orange.fr", 0xFFFF)
Originally committed as revision 7113 to svn://svn.ffmp... - 06:10 AM Revision 7ad8d3bf (ffmpeg): Fix comments
- Originally committed as revision 7112 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:09 AM Revision b6fa8993 (ffmpeg): Overlap filtering was done in reverse order
- Originally committed as revision 7111 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/16/2006
- 11:36 PM Revision 2b70eb2b (ffmpeg): fix support for avis with sample_size > packet size
- Originally committed as revision 7110 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:33 PM Revision f24d50e5 (ffmpeg): TUNECPU is never used
- Originally committed as revision 7109 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:31 PM Revision 4dc62701 (ffmpeg): simplify [TARGET_]ARCH_* setting
- Originally committed as revision 7108 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:11 PM Revision f57620d5 (ffmpeg): add copyright notices for myself and Diego
- Originally committed as revision 7107 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:46 PM Revision 20d46c03 (ffmpeg): Remove alpha channel from RGB555
- Originally committed as revision 7106 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:43 PM Revision 08d23410 (ffmpeg): BGR555 has never been working as alpha supporting format. Remove the ...
- Originally committed as revision 7105 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:49 PM Revision 550f6f97 (ffmpeg): parse video frame headers to get key flag
- Originally committed as revision 7104 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:49 PM Revision 6264a515 (ffmpeg): forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i shou...
- Originally committed as revision 20962 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:44 PM Revision c2271987 (ffmpeg): fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 dow...
- Originally committed as revision 20961 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:49 PM Revision 4cedbe5c (ffmpeg): Remove stray newline.
- Originally committed as revision 20959 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:27 PM Revision f7c9f48d (ffmpeg): 10l forgot (skip non keyframes after seeking between syncpoint and th...
- Originally committed as revision 7103 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:58 AM Revision 39c6a118 (ffmpeg): remove broken decoder locking code
- seeks now cause a special flush packet to be inserted into the queue and decoder flush happens in the decoder thread ...
- 11:19 AM Revision 43a86864 (ffmpeg): print error when unsupported sample rate is used with swf
- Originally committed as revision 7101 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:03 AM Revision 06599638 (ffmpeg): check max_pts_distance
- Originally committed as revision 7100 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:20 AM Revision 0a3b575b (ffmpeg): skip non keyframes after seeking between syncpoint and the first keyf...
- Originally committed as revision 7099 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:59 AM Revision c873bc17 (ffmpeg): remove unused variables
- Originally committed as revision 7098 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:58 AM Revision a57d13b7 (ffmpeg): throw error if unsupported resolution is used with h261
- Originally committed as revision 7097 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:56 AM Revision 09e15184 (ffmpeg): removing unused code
- Originally committed as revision 7096 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:48 AM Revision 1ad20f96 (ffmpeg): remove duplicate code, patch by Ryan Martell rdm4 A martellventures P...
- Original thread:
Date: 11/15/2006 05:15 PM
Subject: [Ffmpeg-devel] [PATCH] rtsp.c minor cleanup
Originally committed... - 07:33 AM Revision e4bb7083 (ffmpeg): Update to libnut API, non-negative errors
- Originally committed as revision 7094 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:29 AM Revision 3666f75d (ffmpeg): make option field const
- Originally committed as revision 7093 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/15/2006
- 10:37 PM Revision 9c914398 (ffmpeg): set CONFIG_OS2 using new method
- Originally committed as revision 7092 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:33 PM Revision 860391a5 (ffmpeg): gcc always #defines __MINGW32__ on mingw targets
- Originally committed as revision 7091 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:06 PM Revision 02f9d8fb (ffmpeg): I suppose I can add myself, at least for my vorbis encoder...
- Originally committed as revision 7090 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:58 PM Revision 8e5606bf (ffmpeg): detect a few more errors (fixes libmp3-bug.avi again)
- make pickyness of the decoder user selectable through error_resilience param like for video decoders
Originally comm... - 01:44 PM Revision 4e762357 (ffmpeg): add movenc.c maintainers
- Originally committed as revision 7088 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:29 AM Revision 9123f531 (ffmpeg): update to libnut API, don't free the streams
- Originally committed as revision 7087 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:13 AM Revision 3e4134f6 (ffmpeg): Also remove cws2fws on clean.
- Originally committed as revision 7086 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:11 AM Revision 4d15aae1 (ffmpeg): Do not build output_example and qt-faststart by default.
- Originally committed as revision 7085 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:55 AM Revision 009618ea (ffmpeg): Remove duplicate *.lib from rm command.
- Originally committed as revision 7084 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:45 AM Revision c5173a3b (ffmpeg): Remove ifneq MINGW condition around man page uninstallation. We don'...
- OS-dependent conditions in Makefiles anymore and I doubt this is correct.
If it turns out to be a problem it can easi... - 01:36 AM Revision 9464f2b8 (ffmpeg): Move BeOS extralibs handling into configure.
- Originally committed as revision 7082 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:11 AM Revision eaa53b95 (ffmpeg): MinGW compilation fix, inet_aton and #includes depend on networking s...
- Originally committed as revision 7081 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:51 AM Revision bedb3550 (ffmpeg): Remove tar target, it's hardly useful.
- Originally committed as revision 7080 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:14 AM Revision 0701ca7f (ffmpeg): set status variables automatically in check_header and check_func
- Originally committed as revision 7079 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/14/2006
- 11:53 PM Revision 18b67ae5 (ffmpeg): rename HAVE_DLFCN to HAVE_DLFCN_H
- Originally committed as revision 7078 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:48 PM Revision c21d6325 (ffmpeg): improve broken shell detection, and give a better error message
- Originally committed as revision 7077 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:24 PM Revision 2dbe0bd4 (ffmpeg): check for frames with 2*size > max_dist and no crc
- Originally committed as revision 7076 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 PM Revision 8ba3e5d8 (ffmpeg): resync from last syncpoint
- Originally committed as revision 7075 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 PM Revision a26353e2 (ffmpeg): remove skip spam
- Originally committed as revision 7074 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:06 PM Revision ee50a7c1 (ffmpeg): making decoding more error robust
- Originally committed as revision 7073 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:57 PM Revision 7e5f82dc (ffmpeg): move comment
- Originally committed as revision 7072 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:31 PM Revision 54eb77c0 (ffmpeg): Move BeOS-specific code into os_support.c.
- Originally committed as revision 7071 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:39 PM Revision 9bb328d3 (ffmpeg): reset internal buffer during seeking
- Originally committed as revision 7070 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:35 PM Revision bd60e11b (ffmpeg): more checks and error messages
- Originally committed as revision 7069 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:00 PM Revision 576a85f7 (ffmpeg): remove workaround for missing inttypes.h
- Originally committed as revision 7068 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:53 PM Revision b3625676 (ffmpeg): changed rgba32_to routines to support both alpha and non-alpha format...
- Originally committed as revision 7067 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:48 PM Revision 8e96866a (ffmpeg): changed rgba32_to routines to support both alpha and non-alpha formats
- Originally committed as revision 7066 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:19 PM Revision d8b45f79 (ffmpeg): Fix possible overflows. Found by Steven Johnson
- Originally committed as revision 7065 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:56 PM Revision eda70b42 (ffmpeg): Add myself as maintainer for the imc* files.
- Originally committed as revision 7064 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:54 PM Revision 521fe1d2 (ffmpeg): Remove log2() usage.
- Originally committed as revision 7063 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:01 PM Revision 0d666a47 (ffmpeg): update to libnut, add cache_syncpoints
- Originally committed as revision 7062 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:39 PM Revision 0bc5ccb8 (ffmpeg): call AVCodec.flush() for audio too
- Originally committed as revision 7061 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:54 PM Revision 1fc17d15 (ffmpeg): add 422P@HL I-only universal label
- Originally committed as revision 7060 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:37 PM Revision db5c43b4 (ffmpeg): Use common macro PUT_UTF8 in asf.c
- Patch by Zuxy Meng, % zuxy P meng A gmail P com %
date: Nov 5, 2006 9:56 AM
subject: [Ffmpeg-devel] PUT_UTF8 & asf fo... - 01:33 PM Revision f32554fa (ffmpeg): indention
- Originally committed as revision 7058 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:32 PM Revision 071790c8 (ffmpeg): seeking with index
- Originally committed as revision 7057 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:19 PM Revision 4d5be986 (ffmpeg): index less seeking in O(log n) time
- Originally committed as revision 7056 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:41 AM Revision 47404f9f (ffmpeg): Move AMR support instructions into the documentation.
- Originally committed as revision 7055 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:25 AM Revision 0e6045d7 (ffmpeg): Remove empty section.
- Originally committed as revision 7054 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:24 AM Revision 17a21f3c (ffmpeg): Update list of supported codecs.
- Originally committed as revision 7053 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:04 AM Revision eaaa48b2 (ffmpeg): 0.5l
- Originally committed as revision 7052 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:02 AM Revision 4d8aa1c3 (ffmpeg): update to libnut API, rename nut.h->libnut.h
- Originally committed as revision 7051 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:02 AM Revision 81dc56e7 (ffmpeg): clean up inttypes.h and int_fastxx_t types detection
- Originally committed as revision 7050 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:55 AM Revision 2e1913b1 (ffmpeg): check for inet_aton in configure
- Originally committed as revision 7049 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:42 AM Revision fa28bc16 (ffmpeg): simplify
- Originally committed as revision 7048 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:37 AM Revision f940f7c9 (ffmpeg): merge CONFIG_WINCE sections
- Originally committed as revision 7047 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:35 AM Revision 635eb0cc (ffmpeg): indentation
- Originally committed as revision 7046 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:19 AM Revision 18451f7d (ffmpeg): move some CFLAGS settings away from config.* writing section
- Originally committed as revision 7045 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:18 AM Revision 486497e0 (ffmpeg): revert bad checkin
- Originally committed as revision 7044 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:12 AM Revision be6ed6ff (ffmpeg): move some CFLAGS settings away from config.* writing section
- Originally committed as revision 7043 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:53 AM Revision 8233b750 (ffmpeg): Make man page installation dependent on documentation generation.
- Originally committed as revision 7042 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:43 AM Revision 904e48f1 (ffmpeg): move comment where it makes sense
- Originally committed as revision 7041 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:42 AM Revision c683a5d1 (ffmpeg): simplify
- Originally committed as revision 7040 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:38 AM Revision 165af439 (ffmpeg): move makefile linking after config.* creation
- Originally committed as revision 7039 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:31 AM Revision 22df6d18 (ffmpeg): beautify
- Originally committed as revision 7038 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:27 AM Revision b265431e (ffmpeg): clean up setting of HAVE_*THREADS
- Originally committed as revision 7037 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:07 AM Revision 0676e48e (ffmpeg): move AMR notices next to other messages
- Originally committed as revision 7036 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:34 AM Revision 89ddd2a9 (ffmpeg): split av_seek_frame_binary() so the code becomes idependant of AVInpu...
- Originally committed as revision 7035 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:06 AM Revision 2ce92289 (ffmpeg): Remove some unused variables.
- Originally committed as revision 7034 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:06 AM Revision 33206876 (ffmpeg): improve enumerate so arbitrary ranges can be enumerated quickly
- Originally committed as revision 7033 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:05 AM Revision 8cb97693 (ffmpeg): partial support for vobsub in mp4, used by nero, unsupported-embedded...
- Originally committed as revision 7032 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:02 AM Revision 9eb88fde (ffmpeg): AVL tree
- Originally committed as revision 7031 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:02 AM Revision 8fc433b4 (ffmpeg): Remove wrong/misleading comment.
- Originally committed as revision 7030 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:56 AM Revision 10265a1a (ffmpeg): Remove redundant #ifdef HAVE_THREAD, the file is only compiled
- if that condition holds anyway.
Originally committed as revision 7029 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:50 AM Revision c21fb339 (ffmpeg): Remove ifneq MINGW condition around man page installation. We don't do
- OS-dependent conditions in Makefiles anymore and I doubt this is correct.
If it turns out to be a problem it can easi... - 12:47 AM Revision c88f5d72 (ffmpeg): break CONFIG_LIST and HAVE_LIST onto multiple lines
- Originally committed as revision 7027 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 AM Revision fc2b267f (ffmpeg): fix HAVE_LRINTF setting
- Originally committed as revision 7026 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:35 AM Revision 9ddbcae6 (ffmpeg): rename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in conf...
- Originally committed as revision 7025 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:16 AM Revision 44161118 (ffmpeg): factorize config.h/config.mak writing
- Originally committed as revision 7024 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:12 AM Revision 9d2a0f1c (ffmpeg): rename shell variables v4l[2] to video4linux[2]
- Originally committed as revision 7023 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/13/2006
- 11:52 PM Revision 6e7a01e4 (ffmpeg): rename shell variable _altivec_h to altivec_h
- Originally committed as revision 7022 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:40 PM Revision bde24d6e (ffmpeg): rename shell variable sunmlib to mlib for consistency with CONFIG_MLIB
- Originally committed as revision 7021 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:24 PM Revision 1981aafc (ffmpeg): rename shell variable _memalign to memalign
- Originally committed as revision 7020 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:22 PM Revision 6194731a (ffmpeg): rename shell variable _malloc_h to malloc_h
- Originally committed as revision 7019 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:14 PM Revision 78e61cc5 (ffmpeg): rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DL...
- Originally committed as revision 7018 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:27 PM Revision 68bbeaca (ffmpeg): remove unused option --disable-simple_idct
- Originally committed as revision 7017 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:16 PM Revision be74741c (ffmpeg): rename shell variable vorbis to libvorbis
- Originally committed as revision 7016 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision 8e72b130 (ffmpeg): rename shell variable netserver to beos_netserver for consistency
- Originally committed as revision 7015 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:09 PM Revision af63114e (ffmpeg): rename CONFIG_AC3 to CONFIG_A52
- it's more consistent and Dolby never liked people "infringing" their TM
Originally committed as revision 7014 to svn... - 09:43 PM Revision 3841a6aa (ffmpeg): remove filter_out() function, it's unused and not POSIX compliant
- Originally committed as revision 7013 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:39 AM Revision ee0a0358 (ffmpeg): Support for 16-bit grayscale
- Originally committed as revision 7012 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:38 AM Revision 2878cecd (ffmpeg): Give error about planar RGB
- Originally committed as revision 7011 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:36 AM Revision b39cf84c (ffmpeg): Update error message
- Originally committed as revision 7010 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:34 AM Revision 339aabd5 (ffmpeg): Use table for determining type sizes
- Originally committed as revision 7009 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:30 AM Revision 9cc6be9d (ffmpeg): add low delay forcing option for mpeg1/2 encoding
- Originally committed as revision 7008 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:27 AM Revision 21330978 (ffmpeg): Decoder can decode many ZLib-packed strips
- Originally committed as revision 7007 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:20 AM Revision d00026d0 (ffmpeg): Print error message for unsupported mode (RGB planar,CMYK,YCrCb)
- Originally committed as revision 7006 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:32 AM Revision e2570297 (ffmpeg): 8-bit images support for TIFF
- Originally committed as revision 7005 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:30 AM Revision 380fd08f (ffmpeg): Rows per strip may be >= height
- Originally committed as revision 7004 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:29 AM Revision 27c18939 (ffmpeg): Warn about JPEG in TIFF
- Originally committed as revision 7003 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:28 AM Revision ec8a152b (ffmpeg): Correctly detect 4-component images
- Originally committed as revision 7002 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:18 AM Revision ffa0a3d6 (ffmpeg): Simplify VMD demuxer (but it still does not work right)
- Originally committed as revision 7001 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:15 AM Revision a47d3c04 (ffmpeg): Output proper 16-bit sound (fixes decoding on PPC)
- Originally committed as revision 7000 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:17 AM Revision 6c0d0413 (ffmpeg): support for libswscale.pc without --enable-swscaler
- patch by j -- at -- v2v -- dot -- cc
Originally committed as revision 6999 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/12/2006
- 11:35 PM Revision 7466ed2f (ffmpeg): zigzag_direct_noperm doesn't exist, remove declaration
- Originally committed as revision 6998 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:19 PM Revision 4386f941 (ffmpeg): Sync documentation with the current ffmpeg -h output.
- patch from Víctor Paesa, wzrlpy arsystel com
Originally committed as revision 6997 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:14 PM Revision 7b7abda3 (ffmpeg): make more tables static
- Originally committed as revision 6996 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:48 PM Revision 1d503957 (ffmpeg): rename squareTbl -> ff_squareTbl
- Originally committed as revision 6995 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:23 PM Revision e275b7ef (ffmpeg): rename ff_cavs_flush to cavs_flush and make it static
- Originally committed as revision 6994 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:18 PM Revision 53aa68b3 (ffmpeg): move all cavs-parsing to cavs.c
- This should help building parser without decoder
Originally committed as revision 6993 to svn://svn.ffmpeg.org/ffmpe... - 08:08 PM Revision 55fde95e (ffmpeg): rename cropTbl -> ff_cropTbl
- Originally committed as revision 6992 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:01 PM Revision d136d2fc (ffmpeg): make mpeg4video_split public as ff_mpeg4video_split
- Originally committed as revision 6991 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:49 PM Revision 36cd3069 (ffmpeg): rename inverse -> ff_inverse
- Originally committed as revision 6990 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:59 PM Revision 7e244702 (ffmpeg): Allows playback of truncated matroska files.
- Originally committed as revision 6989 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:37 PM Revision 0032cac2 (ffmpeg): fix make dep with some gcc versions
- Originally committed as revision 6988 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:36 PM Revision 38ca53da (ffmpeg): cosmetic: fix indentation after previous commit
- Originally committed as revision 6987 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:35 PM Revision a2a6332b (ffmpeg): Fix avidec.c compilation when dv demuxer is disabled.
- Originally committed as revision 6986 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:24 PM Revision b43afb53 (ffmpeg): change include "nut.h" to <nut.h> to make gcc pick the correct nut.h ...
- Originally committed as revision 6985 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:07 PM Revision 354ca798 (ffmpeg): slight simplification
- Originally committed as revision 6984 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:19 PM Revision a8d04fba (ffmpeg): #define ENABLE_*_CODEC etc as 0 or 1 in config.h
- Originally committed as revision 6983 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:54 PM Revision e3c97c3b (ffmpeg): more verbose r_frame_rate definition
- Originally committed as revision 6982 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 PM Revision 1bd29b07 (ffmpeg): make some tables static
- Originally committed as revision 6981 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:16 PM Revision 5d97d9d5 (ffmpeg): fix checksum check (was my bug not libnut)
- Originally committed as revision 6980 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:07 PM Revision e8272029 (ffmpeg): fix timestamp rounding in syncpoints
- index reading (unfinished and disabled)
Originally committed as revision 6979 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:10 AM Revision 6dd2cdf4 (ffmpeg): register nut muxer if libnut is used
- Originally committed as revision 6978 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:09 AM Revision f956e129 (ffmpeg): Add libnut support until ffmpeg gets an independant and complete de/m...
- Originally committed as revision 6977 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:34 AM Revision bb54f6ab (ffmpeg): adding more static keywords
- Originally committed as revision 6976 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:08 AM Revision 6b781ce7 (ffmpeg): make vp6_pcr_tree static
- Originally committed as revision 6975 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/11/2006
- 08:58 PM Revision 3894bc74 (ffmpeg): fix make dep for out of tree builds
- Originally committed as revision 6974 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:56 PM Revision 1ed1a122 (ffmpeg): make some symbols static
- Originally committed as revision 6973 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:54 PM Revision 8e981daf (ffmpeg): make some symbols static
- Originally committed as revision 6972 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:47 PM Revision 7b0d75fc (ffmpeg): simplify
- Originally committed as revision 6971 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:46 PM Revision c328f313 (ffmpeg): make two functions static
- Originally committed as revision 6970 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:43 PM Revision 9a626982 (ffmpeg): dont do startcode search from last syncpoint if there are no errors
- Originally committed as revision 6969 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:37 PM Revision faf7cbf1 (ffmpeg): nut simple seeking first try
- Originally committed as revision 6968 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:56 AM Revision 568ad81b (ffmpeg): disable nut regression test until we have a working muxer
- Originally committed as revision 6967 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:35 AM Revision 619d8e2e (ffmpeg): updating nut demuxer to latest spec
- no muxing yet
no index yet
no seeking yet
libnuts crcs dont match mine (didnt investigate yet)
samplerate is stored w... - 12:56 AM Revision 82bfffaf (ffmpeg): Fix wrong comment.
- Patch by Steve Lhomme % slhomme A divxcorp P com %
Original thread:
Date: Fri, 10 Nov 2006 15:29:50 +0100
Subject: [F... - 12:49 AM Revision 5d352ca9 (ffmpeg): Add A_AAC codec identifier support in matroska.
- Patch by Steve Lhomme % slhomme A divxcorp P com %
Original thread:
Date: Fri, 10 Nov 2006 15:22:33 +0100
Subject: [F... - 12:29 AM Revision 7b24f9b4 (ffmpeg): libnut uses "MP3 " for mp3
- Originally committed as revision 6963 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/10/2006
- 02:04 PM Revision 5e8b05f8 (ffmpeg): report error when local tag has 0 size
- Originally committed as revision 6962 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:45 AM Revision f1a06ca8 (ffmpeg): zero private bits
- Originally committed as revision 6961 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:31 AM Revision eea784da (ffmpeg): store a identifer and the first header in extradata
- with this mp3 should be binary identical to what you had before header compression
support mp3 with crc (by droping t... - 09:44 AM Revision f889d3f9 (ffmpeg): also set strict_std_compliance for stream copy, its needed for the bi...
- Originally committed as revision 6959 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:41 AM Revision eacb41b2 (ffmpeg): mp3 header (de)compression bitstream filter
- this will make mp3 frames 4 bytes smaller, it will not give you binary identical mp3 files, but it will give you mp3 ...
11/09/2006
- 09:09 PM Revision 78fcba8f (ffmpeg): disable -Winline spam, --enable-extra-warnings to enable
- Originally committed as revision 6957 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:28 PM Revision 92a35418 (ffmpeg): 16bit in avi is RGB555
- Originally committed as revision 6956 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:40 PM Revision c2212338 (ffmpeg): Remove the H264Context parameter from decode_init_vlc() as it is not ...
- Originally committed as revision 6955 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:13 PM Revision 7964ed71 (ffmpeg): Synch with ffmpeg's r6938 "allow spaces in source and build directory...
- Originally committed as revision 20816 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:37 AM Revision cbee7a69 (ffmpeg): get rid of CODEC_ID_MPEG4AAC after next version bump, and change it t...
- Originally committed as revision 6954 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:23 AM Revision 6c4d1655 (ffmpeg): 10000l to myself, fixing regression test failure
- Originally committed as revision 6953 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:06 AM Revision 47d23bbf (ffmpeg): check for byteswap.h
- Originally committed as revision 6952 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:09 AM Revision 95a07973 (ffmpeg): support m1a hdlr mpeg elementary audio handler, fix Po-Slow_Death_64K...
- Originally committed as revision 6951 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/08/2006
- 11:22 PM Revision c63b9a11 (ffmpeg): rename CONFIG_SDL -> HAVE_SDL
- Originally committed as revision 6950 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:18 PM Revision d226c750 (ffmpeg): rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOK
- Originally committed as revision 6949 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:49 PM Revision 1f51da1b (ffmpeg): fix missdetection of mpeg-ps (ps2_interdite.mpg)
- Originally committed as revision 6948 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:13 PM Revision 09c2b942 (ffmpeg): add support for AAC in matroska
- Originally committed as revision 6947 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:09 PM Revision 4647c0ec (ffmpeg): add audio output sampling freqency reading in matroska
- Originally committed as revision 6946 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:57 PM Revision 0008afc5 (ffmpeg): * fixing a memory leak in DV format.
- Patch by Brian Brice bbrice at newtek dot com
Originally committed as revision 6945 to svn://svn.ffmpeg.org/ffmpeg/t... - 06:55 PM Revision 9df5ea29 (ffmpeg): Add myself as matroska.c maintainer.
- Originally committed as revision 6944 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:53 PM Revision 95cc43b2 (ffmpeg): Better way to detect cluster (fix files encoded with Haali's muxer).
- Originally committed as revision 6943 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:15 PM Revision b5ca0c6f (ffmpeg): 100l for me, iam being to stupid to read the mpeg4 spec / eat stuffin...
- Originally committed as revision 6942 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:48 AM Revision 171b361e (ffmpeg): Remove illegal FourCC values.
- Originally committed as revision 6941 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:21 AM Revision 8f57cc5a (ffmpeg): mpeg4probe patch by (Thijs Vermeir ; thijs vermeir barco com)
- tabs removed by me
VOL vs. VOP check fixed by me
Originally committed as revision 6940 to svn://svn.ffmpeg.org/ffmpe... - 01:15 AM Revision 79e5a53c (ffmpeg): utf8 title support for psp (untested)
- Originally committed as revision 6939 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:02 AM Revision 997baf01 (ffmpeg): allow spaces in source and build directory names
- out of tree builds from a source dir with spaces is impossible
due to how make handles vpath
Originally committed as...
11/07/2006
- 10:35 PM Revision 94b594c6 (ffmpeg): add "seek by bytes" support to ffplay
- Patch by Steve Lhomme % slhomme A divxcorp P com %
Orginal thread:
Date: Nov 6, 2006 5:58 PM
Subject: Re: [Ffmpeg-dev... - 10:10 PM Revision 1d1be919 (ffmpeg): add support for rtp/h264 streaming
- Patch by Ryan Martell % rdm4 A martellventures P com %
Original thread:
Date: Nov 6, 2006 8:56 PM
Subject: [Ffmpeg-de... - 09:25 PM Revision abc7202f (ffmpeg): Some documentation on the vhook imlib2 moving images feature.
- patch by Víctor Paesa, wzrlpy arsystel com
Originally committed as revision 6935 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:50 PM Revision 9d210bb4 (ffmpeg): typo
- Originally committed as revision 6934 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:45 PM Revision 80d617f5 (ffmpeg): add option to set mpeg1/2 gop timecode start, and drop frame flag tim...
- Originally committed as revision 6933 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:45 PM Revision d9d2f88d (ffmpeg): Simplify
- Originally committed as revision 6932 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:28 PM Revision 4802a7a7 (ffmpeg): Use MMX only under x86_32, there are compilation problems.
- Originally committed as revision 6931 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:46 AM Revision 17662955 (ffmpeg): add codec_tag and codec_stream_tag to MpegEncContext to not alter avc...
- Originally committed as revision 6930 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:12 AM Revision 718eeb6a (ffmpeg): add moving images feature to imlib2 vhook
- Patch by Victor Paesa % wzrlpy A arsystel P com %
Original thread:
Date: Jul 30, 2006 12:28 AM
Subject: [Ffmpeg-devel... - 07:07 AM Revision d904b5fc (ffmpeg): Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS
- Patch by Nigel Pearson % nigel A ind P tansu P com P au %
Original thread:
Date: Nov 6, 2006 10:43 PM
Subject: [Ffmpe... - 05:57 AM Revision 7d7912c3 (ffmpeg): Bump version for Fraps v[24] support
- Originally committed as revision 6928 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 AM Revision 0ab07420 (ffmpeg): Allow reading matroska title.
- Originally committed as revision 6927 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/06/2006
- 11:58 PM Revision 5b99b90d (ffmpeg): cosmetics: reindent after last commit
- Originally committed as revision 6926 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:57 PM Revision ce99efc6 (ffmpeg): Don't need to check for NULL before av_free().
- And don't need to memset(0) the no more used priv_data.
Originally committed as revision 6925 to svn://svn.ffmpeg.or... - 11:52 PM Revision ae17bf6a (ffmpeg): Add support for block duration.
- Patch by Steve Lhomme % slhomme A divxcorp P com %
Original thread:
Date: Mon, 06 Nov 2006 19:22:14 +0100
Subject: [F... - 11:14 PM Revision 063c8f26 (ffmpeg): Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previ...
- Patch by Steve Lhomme % slhomme A divxcorp P com %
Original thread:
Date: Mon, 06 Nov 2006 21:20:14 +0100
Subject: [F... - 11:07 PM Revision b9756b2e (ffmpeg): guess matroska files frame rate
- Patch by Steve Lhomme % slhomme A divxcorp P com %
Original thread:
Date: Mon, 06 Nov 2006 21:28:52 +0100
Subject: [F... - 09:58 PM Revision 31693e00 (ffmpeg): Add support for getting duration of a RTP stream (for seeking in stream)
- Patch by Ryan Martell % rdm4 A martellventures P com %
Original thread:
Date: Nov 6, 2006 6:39 PM
Subject: [Ffmpeg-de... - 09:54 PM Revision 4408e75e (ffmpeg): 2nd try for -vcodec copy timebase selection last one choose 1fps due ...
- Originally committed as revision 6920 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:01 PM Revision 1c75f2bc (ffmpeg): remove floats in 10 bytes/byte support (no version of matroska used it)
- Patch by Steve Lhomme % slhomme A divxcorp P com %
Original thread:
Date: Nov 6, 2006 7:24 PM
Subject: [Ffmpeg-devel]... - 05:56 PM Revision e07eaacc (ffmpeg): Avoid void*-arithmetic, and uint8_t* is more correct anyway.
- Originally committed as revision 6918 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:38 PM Revision d73427e3 (ffmpeg): Add doxy comments for macro GET_UTF8
- another fix in PUT_UTF8 doxy description
Originally committed as revision 6917 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:47 AM Revision 79e7b960 (ffmpeg): include parser.h instead of mpegvideo.h
- Originally committed as revision 6916 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:46 AM Revision 7d6b1abe (ffmpeg): rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it st...
- Originally committed as revision 6915 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:43 AM Revision 4067d81b (ffmpeg): move AVCodecParser prototypes and definitions to parser.h, and move m...
- Originally committed as revision 6914 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:39 AM Revision 34d33769 (ffmpeg): Fix wrong params name in PUT_UTF8 doxy comments
- Originally committed as revision 6913 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:35 AM Revision 0e8c148b (ffmpeg): woops, fix missplaced doxy comment
- Originally committed as revision 6912 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:32 AM Revision 360932f7 (ffmpeg): Fix ASF format parser's broken UTF-16 string handling
- 1. Add a PUT_UTF8 macro to common.h; code borrowed from libavcodec/flacenc.c.
2. Make use of the macro in flacenc.c
P... - 06:13 AM Revision f4e31985 (ffmpeg): Check for symbol count
- Originally committed as revision 6910 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:07 AM Revision 3f509ba1 (ffmpeg): WavPack support in Matroska
- Originally committed as revision 6909 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:35 AM Revision 39ff2ee8 (ffmpeg): Limit output sample to 0..maxval, fixes decoding of T16E0.JLS
- Originally committed as revision 6908 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/05/2006
- 08:08 PM Revision 8a7bde1c (ffmpeg): move check for output file streams num in av_encode
- Originally committed as revision 6907 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:05 PM Revision 1de61a18 (ffmpeg): Simplify regression test execution.
- Originally committed as revision 6906 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:24 PM Revision 8cd13128 (ffmpeg): use AVRational and ff_frame_rate_tab for frame_rate
- Originally committed as revision 6905 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:14 PM Revision bcea9605 (ffmpeg): Use a variable for FFmpeg options.
- Originally committed as revision 6904 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:31 PM Revision 899af1a2 (ffmpeg): Do not set audio codec_tag to 1, that would be PCM audio.
- Originally committed as revision 6903 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:18 PM Revision c9ec7564 (ffmpeg): Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack ...
- it is only used there and is only 128 byte large.
Also make it aligned to fix playback with altivec.
Originally comm... - 03:10 PM Revision bc52b0c5 (ffmpeg): remove useless line variable
- Originally committed as revision 6901 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:06 PM Revision b190aa89 (ffmpeg): fix decoding position
- Originally committed as revision 6900 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:31 PM Revision 3c88ea24 (ffmpeg): update docs to reflect AVImageFormat removing
- Originally committed as revision 6899 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:18 AM Revision 75a71b6c (ffmpeg): Correct support for Fraps v4 (and Huffman tree for < 256 symbols)
- Originally committed as revision 6898 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:59 AM Revision 78629a74 (ffmpeg): Update comment
- Originally committed as revision 6897 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:57 AM Revision 08a4c4bf (ffmpeg): Fraps v2 and v4 support
- Originally committed as revision 6896 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/04/2006
- 07:06 PM Revision 13638ea9 (ffmpeg): Properly quote paths on grep invocations for codec lists.
- patch by Steve Lhomme, slhomme divxcorp com
Originally committed as revision 6895 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:42 AM Revision 483b8b12 (ffmpeg): ministry of english grammar :) then->than
- Originally committed as revision 6894 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/03/2006
- 08:30 PM Revision 21d4d5da (ffmpeg): doxy
- Originally committed as revision 6893 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:13 PM Revision b1d196db (ffmpeg): now we set codec_tag, still have to figure out how to handle flipping
- Originally committed as revision 6892 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:54 PM Revision 079e61db (ffmpeg): ensure alignment (no speed change)
- Originally committed as revision 6891 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:19 PM Revision 48855b26 (ffmpeg): do not overwrite codec type if already known, fix conflict between 'r...
- Originally committed as revision 6890 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:02 PM Revision f5a9e8f3 (ffmpeg): merging mov & and (no speedchange)
- Originally committed as revision 6889 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:40 PM Revision e80cf125 (ffmpeg): 2 instructions less (same speed)
- Originally committed as revision 6888 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:17 PM Revision 93471182 (ffmpeg): comment about failed optimization
- Originally committed as revision 6887 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:04 PM Revision 80c5b9a1 (ffmpeg): indention
- Originally committed as revision 6886 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:02 PM Revision 152e9a43 (ffmpeg): reintroduce isom field and read version 1 audio stsd only if file is ...
- Originally committed as revision 6885 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:28 PM Revision 38cfdc83 (ffmpeg): move luma tc0 related init into asm
- 5% faster filter_mb_fast() on P3
Originally committed as revision 6884 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:13 PM Revision 57aff885 (ffmpeg): RGB32 support in Targa
- Originally committed as revision 6883 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:07 PM Revision 25225c37 (ffmpeg): 2 instructions less in h264_loop_filter_luma_mmx2()
- Originally committed as revision 6882 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:07 AM Revision bda2203d (ffmpeg): preempt possible overflow
- Originally committed as revision 6881 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:59 AM Revision 5a1553de (ffmpeg): 1 instruction less
- Originally committed as revision 6880 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:55 AM Revision 4a6cc061 (ffmpeg): add valid statistics for the RTCP receiver report.
- Basically taken verbatim from RFC 1889.
Patch by Ryan Martell % rdm4 A martellventures P com %
Original thread:
Date:... - 04:42 AM Revision a2171102 (ffmpeg): Use bpp from header in error message
- Originally committed as revision 6878 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:03 AM Revision e9f1885c (ffmpeg): optimize H264_DEBLOCK_P0_Q0
- 2.5% faster filter_mb_fast() on P3
Originally committed as revision 6877 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/02/2006
- 11:36 PM Revision dd7e46e7 (ffmpeg): new I/P frame selection heuristic
- PSNR/bitrate is slightly better for my (short) test videos
more tests welcome ...
Originally committed as revision 6... - 11:22 PM Revision f932cdf2 (ffmpeg): kill AVImageFormat
- Originally committed as revision 6875 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:13 PM Revision 93481fe5 (ffmpeg): change gif muxer to simple gif encoder
- Originally committed as revision 6874 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:08 PM Revision 1984f5cd (ffmpeg): Correct description of mblmin and mblmax.
- Originally committed as revision 6873 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:11 PM Revision a9dc190f (ffmpeg): outputs bit spent on various encoding functions (motion vectors, over...
- back into AVCodecContext for external consumption
patch by Tom Harper % d P thomas P harper A gmail P com %
Original ... - 05:09 PM Revision 786b30af (ffmpeg): Add option to disable ffmpeg build.
- Patch taken from the Debian package by Sam Hocevar.
Originally committed as revision 6871 to svn://svn.ffmpeg.org/ff... - 04:42 PM Revision 6dc7b6b3 (ffmpeg): Detect some more ARM CPU types.
- Patch taken from the Debian package by Sam Hocevar.
Originally committed as revision 6870 to svn://svn.ffmpeg.org/ff... - 12:12 PM Revision 28d8e661 (ffmpeg): Accept multiple --extra-ldflags and --extra-libs options.
- Originally committed as revision 6869 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:01 AM Revision a43fb6b3 (ffmpeg): Add support for conversions from the rgb565 and rgb555 formats
- Originally committed as revision 20605 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
11/01/2006
- 10:39 PM Revision 949b1a13 (ffmpeg): Replace most of the %lld and %llx by their (cleaner) PRI*64 counterpa...
- patch by Steve Lhomme, slhomme divxcorp com
Originally committed as revision 6868 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:37 PM Revision 523fc7c1 (ffmpeg): Define fallback for PRIX64, taken from a patch by Steve L'Homme.
- Originally committed as revision 6867 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:41 PM Revision 45f3704c (ffmpeg): 10l (forgot ALT_SCAN)
- Originally committed as revision 6866 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:28 PM Revision 1345f4ed (ffmpeg): Rename SWAP macro to FFSWAP.
- Originally committed as revision 6865 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:09 PM Revision e344c1ea (ffmpeg): reindentation, patch by From: Steve Lhomme, slhomme divxcorp com
- Originally committed as revision 6864 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:44 PM Revision 484267f3 (ffmpeg): Do not mix declarations and statements.
- Originally committed as revision 20600 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 07:34 PM Revision 65342b2b (ffmpeg): merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fas...
- Originally committed as revision 6863 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:16 PM Revision a512446e (ffmpeg): clean, always write major brand for debug
- Originally committed as revision 6862 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:12 PM Revision 02799762 (ffmpeg): remove useless mp4 field
- Originally committed as revision 6861 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:51 PM Revision e164fbfe (ffmpeg): Make tests compile on non-x86.
- Originally committed as revision 6860 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:36 PM Revision 3d6a30d9 (ffmpeg): Use common define for x86_32 and x86_64.
- Originally committed as revision 20592 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 06:34 PM Revision 3cd52279 (ffmpeg): Use common define for x86_32 and x86_64.
- Originally committed as revision 6859 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:20 PM Revision a63e5f1c (ffmpeg): typo
- Originally committed as revision 6858 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:19 PM Revision 67bcc870 (ffmpeg): indentation
- Originally committed as revision 6857 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:18 PM Revision 84278104 (ffmpeg): CODEC_CAP_DELAY support
- Originally committed as revision 6856 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:56 PM Revision f45b744c (ffmpeg): simplify
- Originally committed as revision 6855 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:27 PM Revision aa90239f (ffmpeg): mov vfr muxing
- Originally committed as revision 6854 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:18 PM Revision d55f46e5 (ffmpeg): Reenable AMD64 optimizations for cabac accidentially disabled in r6852
- Originally committed as revision 6853 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:01 PM Revision 419b8784 (ffmpeg): Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change
- the semantics of ARCH_X86 to mean both 32 and 64 bits.
Originally committed as revision 6852 to svn://svn.ffmpeg.org... - 04:59 PM Revision 6c02f9e7 (ffmpeg): better #endif comment
- Originally committed as revision 6851 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom