Activity
From 01/30/2008 to 02/28/2008
02/28/2008
- 11:44 PM Revision b5a33ff1 (ffmpeg): suppress the second warning
- Originally committed as revision 12276 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:01 PM Revision 7e14b808 (ffmpeg): Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but
- SunStudio 12 only supports the former.
Originally committed as revision 12275 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:11 PM Revision 48026fbe (ffmpeg): 1000l parenthesis
- Originally committed as revision 12274 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:08 PM Revision 83f02883 (ffmpeg): code is ok for 4bpp in mov too, fix 16grey.mov
- Originally committed as revision 12273 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:05 PM Revision 0de2157f (ffmpeg): set codec bps to grayscale bits, fix 256grey.mov
- Originally committed as revision 12272 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/27/2008
- 10:41 PM Revision 2c62e737 (ffmpeg): Add empty line in output to increase readability.
- Originally committed as revision 12271 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:06 PM Revision 61d251db (ffmpeg): check for inline asm support
- Originally committed as revision 12270 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:38 PM Revision 2e98d87c (ffmpeg): simplify lzo-test rule
- Originally committed as revision 12269 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:27 PM Revision 93420809 (ffmpeg): fix version in libavfilter.pc
- Originally committed as revision 12267 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:34 PM Revision 800b9c24 (ffmpeg): Add more riff IDs to support remuxing.
- Originally committed as revision 12266 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 PM Revision da00a1bd (ffmpeg): add weird first atom to probe, finally fix bartjones.mov
- Originally committed as revision 12265 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:32 AM Revision f436a23e (ffmpeg): fix versions in .pc files
- Originally committed as revision 12264 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:31 AM Revision dbb37657 (ffmpeg): free in case of multiple type == 2
- Originally committed as revision 12263 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:30 AM Revision 2f4568e5 (ffmpeg): return error if malloc fails
- Originally committed as revision 12262 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:30 AM Revision dbb7cbf2 (ffmpeg): fix possible overflow with memmove
- Originally committed as revision 12261 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:25 AM Revision a6601d69 (ffmpeg): fix libavfilter version extraction
- Originally committed as revision 12260 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:24 AM Revision ab4b28f0 (ffmpeg): Print libavfilter version if it is enabled in configure
- Originally committed as revision 12259 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:53 AM Revision 0b247953 (ffmpeg): makes really sure that no undefined behavior can happen
- Originally committed as revision 12258 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/26/2008
- 11:51 PM Revision b85976ba (ffmpeg): better include
- Originally committed as revision 12257 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:49 PM Revision 3635791a (ffmpeg): include dependencies ...
- Originally committed as revision 12256 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:17 PM Revision c91d512b (ffmpeg): Add multiple inclusion guards.
- Originally committed as revision 12255 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:52 PM Revision dc3f320d (ffmpeg): Add explanatory comment to '#define FLOAT float'.
- Originally committed as revision 12254 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:35 PM Revision d597655f (ffmpeg): Avoid infinite loop.
- uint64_t >> 64 is an undefined operation
Originally committed as revision 12253 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:01 PM Revision b2eb2ff0 (ffmpeg): Make gcc ignore the distinction between +0.0 and -0.0, this allows it to
- change x+0.0 to x. Though it alone does not allow gcc to remove x*0.0,
that would also require -ffinite-math-only.
O... - 09:50 PM Revision f65c9da1 (ffmpeg): print enabled things in columns
- Originally committed as revision 12251 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 PM Revision 3cde40aa (ffmpeg): 10l, alphabetic ordering
- Originally committed as revision 12250 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:32 PM Revision f7679c54 (ffmpeg): Build system changes for libavfilter addition. Add --enable-avfilter ...
- Patch by myself, Bobby Bingham and Víctor Paesa.
Originally committed as revision 12249 to svn://svn.ffmpeg.org/ffmp... - 09:21 PM Revision be19d752 (ffmpeg): Make libavfilter define its version like the other libav* libs
- Originally committed as revision 12248 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:18 PM Revision 147e7692 (ffmpeg): simplify version number extraction
- Originally committed as revision 12247 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:38 PM Revision e08e6bb6 (ffmpeg): less preprocessor magic in version number macros
- Originally committed as revision 26105 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:37 PM Revision 800c289a (ffmpeg): less preprocessor magic in version number macros
- Originally committed as revision 12246 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:21 PM Revision 11fdbc44 (ffmpeg): 25% faster floating point AAN IDCT.
- Other float code likely benefits as well ...
Originally committed as revision 12245 to svn://svn.ffmpeg.org/ffmpeg/t... - 08:17 PM Revision 499e4700 (ffmpeg): Stuffing bytes to not violate minimum legality rate.
- Note, this is a joke and not related to MPEG CBR.
Originally committed as revision 12244 to svn://svn.ffmpeg.org/ffm... - 06:36 PM Revision cc611675 (ffmpeg): Remove another temporary variable with which gcc has problems.
- Originally committed as revision 12243 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:27 PM Revision 26846ba5 (ffmpeg): support keyframes indexes starting at 0, broken files created by omne...
- Originally committed as revision 12242 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:21 PM Revision 221e21b7 (ffmpeg): support mov reference files, ref.mov/ref.m2v/ref.wav and detect Brian...
- Originally committed as revision 12241 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:56 PM Revision 94ae6788 (ffmpeg): cosmetics: Demplayerify indentation.
- Originally committed as revision 12240 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:13 PM Revision 301df480 (ffmpeg): Add comments to some #endif directives.
- Originally committed as revision 12239 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:06 PM Revision e6464f8b (ffmpeg): cosmetics: spelling/grammar
- Originally committed as revision 12238 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:52 PM Revision c3a3d344 (ffmpeg): Alternative and faster (on gcc x86) plane rotation.
- Originally committed as revision 12237 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:44 PM Revision 8af4d0fc (ffmpeg): Get rid of another useless variable.
- Originally committed as revision 12236 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:32 PM Revision 92ac614f (ffmpeg): Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself),
- code is exactly the same just uses different variables.
Originally committed as revision 12235 to svn://svn.ffmpeg.o... - 03:19 PM Revision e6d7ef64 (ffmpeg): One variable less. No real change to the actual code.
- Originally committed as revision 12234 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:59 PM Revision 6f08c541 (ffmpeg): floating point AAN IDCT
- Originally committed as revision 12233 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:42 PM Revision 60f5c96e (ffmpeg): remove useless braces
- Originally committed as revision 12232 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:41 PM Revision 18978a49 (ffmpeg): indentation
- Originally committed as revision 12231 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:36 PM Revision 6d680e1b (ffmpeg): rescale frame size, fix i.3g2
- Originally committed as revision 12230 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:31 PM Revision f296563e (ffmpeg): move parameters reset after setting stream parameters, will need thos...
- Originally committed as revision 12229 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:21 AM Revision 042e0add (ffmpeg): decode mng color decorrelation
- Originally committed as revision 12228 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 AM Revision d248905b (ffmpeg): Remove START_TIMER and STOP_TIMER macros.
- Originally committed as revision 12227 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:14 AM Revision 269820f1 (ffmpeg): Disable vhook on Interix, patch by Pete Ross, pross xvid org.
- Originally committed as revision 12226 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:12 AM Revision fe0c188b (ffmpeg): This header just needs stdint.h, not inttypes.h, which is a superset of
- stdint.h. This has the sideeffect of fixing the build on Interix.
patch by Pete Ross, pross xvid org
Originally com... - 07:35 AM Revision 00829b9b (ffmpeg): simplify
- Originally committed as revision 12224 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/25/2008
- 11:14 PM Revision 97d1d009 (ffmpeg): split encoding part of dsputil_mmx into its own file
- Originally committed as revision 12223 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:44 PM Revision 4847a997 (ffmpeg): Remove commented-out av_log calls.
- Originally committed as revision 12222 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:43 PM Revision b6bffc46 (ffmpeg): Fix trellis quant + AAN DCT.
- Originally committed as revision 12221 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:32 PM Revision 2936438a (ffmpeg): Make diego happy.
- Originally committed as revision 12220 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:43 PM Revision 57b98634 (ffmpeg): compile various fdct only when encoders are enabled
- Originally committed as revision 12219 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:32 PM Revision a02dd7eb (ffmpeg): Fix MSVC identification, patch by Eddie Pang.
- Originally committed as revision 12218 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:25 PM Revision 4fa1f6cc (ffmpeg): Make code C conformant.
- Originally committed as revision 12217 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:01 PM Revision 53d1bdba (ffmpeg): Clarify the documentation for 'ffmpeg -v'.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 12216 to svn://svn.ffmpeg... - 03:36 PM Revision 15067504 (ffmpeg): Improve wording/grammar of Doxygen comments.
- Originally committed as revision 12215 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:59 PM Revision 062942e7 (ffmpeg): Clarify which BSD license.
- Originally committed as revision 12214 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:53 PM Revision 4bfc91a0 (ffmpeg): cosmetics: prettyprint
- Originally committed as revision 12213 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:42 PM Revision 5b0d04d3 (ffmpeg): Allow use of my AAN DCT under BSD, AMD has agreed to write and contri...
- SSE(float) AAN DCT and IDCT to ffmpeg (no C++, no crap).
Originally committed as revision 12212 to svn://svn.ffmpeg.... - 02:15 PM Revision 7c84b8bc (ffmpeg): Make parse_options() use parse_number_or_die().
- Patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 12211 to svn://svn.ffmpeg.... - 02:05 PM Revision 60b5a745 (ffmpeg): Export and document in cmdutils.h the function parse_number_or_die().
- Patch by Stefano Sabatini: stefano sabatini-lala poste it
Originally committed as revision 12210 to svn://svn.ffmpeg... - 12:59 PM Revision 4649fa90 (ffmpeg): fix mace duration
- Originally committed as revision 12209 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:45 PM Revision 852859ff (ffmpeg): protect malloc overflow
- Originally committed as revision 12208 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:44 PM Revision 17871a02 (ffmpeg): indentation
- Originally committed as revision 12207 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 PM Revision b014dd76 (ffmpeg): fail if extradata cannot be allocated
- Originally committed as revision 12206 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:38 PM Revision 9c7fd997 (ffmpeg): 10l, protect malloc overflow
- Originally committed as revision 12205 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:29 PM Revision b8d3daca (ffmpeg): support QDM2 in aiff, QDM2.aif
- Originally committed as revision 12204 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 PM Revision 4c638f0c (ffmpeg): remove useless close function
- Originally committed as revision 12203 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 PM Revision 54d8fd20 (ffmpeg): indentation
- Originally committed as revision 12202 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:15 PM Revision c6f53812 (ffmpeg): remove useless casts
- Originally committed as revision 12201 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:14 PM Revision 9df21f24 (ffmpeg): cosmetics
- Originally committed as revision 12200 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:08 PM Revision b4dc27a8 (ffmpeg): remove useless tags, codec_get_id matches independently and qt uses l...
- Originally committed as revision 12199 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:00 PM Revision e13c0783 (ffmpeg): set bps to uncompressed original sound data for compressed audio
- according to aiff specs, qt set it to 16 for mace and ima4,
fail if block align is not set.
Originally committed as ... - 11:34 AM Revision e0130159 (ffmpeg): fix duration for ima4
- Originally committed as revision 12197 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:57 AM Revision 3a957df4 (ffmpeg): ima4 in aiff support
- Originally committed as revision 12196 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:34 AM Revision 4a5b619d (ffmpeg): png filters
- Originally committed as revision 12195 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:43 AM Revision e281d684 (ffmpeg): Fix outdated comment.
- Originally committed as revision 26099 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:24 AM Revision 88517699 (ffmpeg): #include "libavutil/avutil.h" in swscale.h
- Originally committed as revision 26097 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:22 AM Revision 76a448ed (ffmpeg): Install headers in $prefix/include/$libname
- Install each library's headers in $prefix/include/$libname.
The installed headers use #include "lib*/*.h"; applicatio... - 05:46 AM Revision bd58e7f7 (ffmpeg): remove a memcpy
- Originally committed as revision 12193 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/24/2008
- 11:02 PM Revision 8af9090f (ffmpeg): cosmetics: Sort and prettyprint codec_wav_tags[].
- Originally committed as revision 12192 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:56 PM Revision 6f4e2b5a (ffmpeg): fix memory leaks in vp3 decoder
- Originally committed as revision 12191 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:28 PM Revision ac6f1330 (ffmpeg): Set indexmem to a saner default.
- Originally committed as revision 12190 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:59 PM Revision f018bc10 (ffmpeg): __asm __volatile -> asm volatile part 3
- Originally committed as revision 26091 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:47 PM Revision f2217d6f (ffmpeg): __asm __volatile -> asm volatile part 2
- Originally committed as revision 12189 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:46 PM Revision 78d3d94f (ffmpeg): __asm __volatile -> asm volatile, improves code consistency and works
- (as far as that is possible) with the Sun C compiler.
Originally committed as revision 12188 to svn://svn.ffmpeg.org... - 07:47 AM Revision cf73e32a (ffmpeg): Fix bug I introduced in r11962.
- Thanks to Uoti Urpala for spotting it and proposing the
fix.
Originally committed as revision 12187 to svn://svn.ffm... - 01:56 AM Revision 10e7fc7c (ffmpeg): Reduce initial fifo size, so as not to senselessly waste memory.
- Originally committed as revision 12186 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:55 AM Revision a6ebca9e (ffmpeg): realloc fifo
- Originally committed as revision 12185 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 AM Revision 58293e57 (ffmpeg): Fix issue357
- Do what the spec says, insane or not:
"
Format 0 (uncompressed) and Format 3 (uncompressed little-endian) are similar... - 12:57 AM Revision 44de39f9 (ffmpeg): flv/swf do not have a big endian codec id, they only support
- little endian and native endian.
Originally committed as revision 12183 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/23/2008
- 11:30 PM Revision 7bb8d51c (ffmpeg): Riff ids for wmapro and wmavoice, this adds support for stream copy o...
- Originally committed as revision 12182 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:15 PM Revision 4411cb11 (ffmpeg): use diff -u -w in codec regression test
- Originally committed as revision 12181 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:57 AM Revision a45b40c4 (ffmpeg): treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRAT...
- Originally committed as revision 12180 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/22/2008
- 07:27 PM Revision a939a005 (ffmpeg): Remove apparently unneeded and buggy align.
- Originally committed as revision 12179 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:15 PM Revision 18ee626c (ffmpeg): Add -lm to x264 check, it is needed on most systems.
- taken from the DOS/DJGPP port by Michael Kostylev, mik niipt ru
Originally committed as revision 12178 to svn://svn.... - 04:53 PM Revision 917f55cc (ffmpeg): cleaner way of writing packed-byte constants.
- suggested by Uoti Urpala
Originally committed as revision 12177 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:08 AM Revision 0cb25594 (ffmpeg): Discard two symbols from libswscale.
- Originally committed as revision 26060 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
02/21/2008
- 10:33 PM Revision b9c2fb34 (ffmpeg): Ascii art to explain what avfilter_formats_changeref() does.
- Originally committed as revision 12176 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 PM Revision eb30e86c (ffmpeg): cosmetic
- Originally committed as revision 12175 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:19 PM Revision 33a0facf (ffmpeg): Better description (merge is too vague IMHO).
- Originally committed as revision 12174 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 PM Revision 4c4de9ca (ffmpeg): Better description for merge_ref().
- Originally committed as revision 12173 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:02 PM Revision 09b63a42 (ffmpeg): Document avfilter_formats_ref() with some ascii art.
- Originally committed as revision 12172 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:46 PM Revision 6609f9e2 (ffmpeg): minor English corrections
- Originally committed as revision 12171 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:42 PM Revision 8144dff0 (ffmpeg): typos
- Originally committed as revision 12170 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:48 PM Revision 1d64df10 (ffmpeg): Explain that libavcodec/i386/idct_mmx.c is GPLed.
- Originally committed as revision 12169 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:02 PM Revision 7b8c3aed (ffmpeg): "General Tips" section
- Originally committed as revision 12168 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 PM Revision 086ab001 (ffmpeg): parse_number_or_die()
- Based on a patch by Stefano Sabatini.
Originally committed as revision 12167 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:55 AM Revision 31304587 (ffmpeg): indent
- Originally committed as revision 12166 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:54 AM Revision 469bd7b1 (ffmpeg): pseudo-simd add_bytes and diff_bytes
- 2x faster than scalar in 32bit, 4x faster in 64bit (as opposed to 8x in mmx)
Originally committed as revision 12165 ... - 07:10 AM Revision 4a9ca0a2 (ffmpeg): simd and unroll png_filter_row
- cycles per 1000 pixels on core2:
left: 9211->5170
top: 9283->2138
avg: 12215->7611
paeth: 64024->17360
overall rgb pn... - 12:06 AM Revision 1435e4cc (ffmpeg): Disabling all SSE* code for old gcc to avoid alignment issues.
- Originally committed as revision 12163 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/20/2008
- 08:24 PM Revision 635fbcb1 (ffmpeg): revert 12156
- Log:
Make timestamp interpolation work with mpeg2 field pictures.
Cleaner/simpler solutions are welcome.
----
A IMHO ... - 07:48 PM Revision bdd745da (ffmpeg): Forgot this, which is needed for merging field pics too.
- Originally committed as revision 12161 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:45 PM Revision 21da962c (ffmpeg): Make find_frame_end() merge 2 mpeg2 field pictures. This should make ...
- field pictures much more digestable.
Originally committed as revision 12160 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:48 PM Revision 5cbd67ea (ffmpeg): 10l: Correctly use preprocessor conditionals.
- patch by Eddie Pang, eddpang gmail com
Originally committed as revision 12159 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:19 AM Revision d597e1b7 (ffmpeg): Fix computation of the "NTP time" field in RTCP SR packets, and do not
- export times with microsecond precision
Originally committed as revision 12158 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:40 AM Revision 91acf9a8 (ffmpeg): Get rid of a fake timestamp discontinuity at the begin of V.VOB.
- This solution is not really correct but it is quite simple. Correct would
be to do a second pass over the packets aft... - 03:20 AM Revision ff2635b2 (ffmpeg): Make timestamp interpolation work with mpeg2 field pictures.
- Cleaner/simpler solutions are welcome.
Originally committed as revision 12156 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:23 AM Revision 8815bf01 (ffmpeg): #include avutil.h in postprocess.h
- Originally committed as revision 12155 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/19/2008
- 10:52 PM Revision ccf95ef1 (ffmpeg): Clean up lib* version definitions
- Originally committed as revision 26034 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:50 PM Revision e97ac1e6 (ffmpeg): Clean up lib* version definitions
- Updating version numbers now requires changing only one place.
Originally committed as revision 12154 to svn://svn.f... - 10:09 PM Revision cea96420 (ffmpeg): Fix ;;
- Originally committed as revision 12153 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:07 PM Revision a56dcc57 (ffmpeg): Add some const, fixes warnings:
- rtpenc_h264.c:69: warning: assignment discards qualifiers from pointer target type
rtpenc_h264.c:74: warning: assignm... - 09:58 PM Revision a1fc4d4a (ffmpeg): Missing const, fix warnings:
- sdp.c:115: warning: assignment discards qualifiers from pointer target type
sdp.c:120: warning: assignment discards q... - 09:55 PM Revision 754bf3d8 (ffmpeg): Fix warnings:
- i386/vp3dsp_sse2.c:805: warning: cast discards qualifiers from pointer target type
i386/vp3dsp_sse2.c:806: warning: c... - 09:46 PM Revision 816ebf93 (ffmpeg): Remove duplicate ;
- Originally committed as revision 12149 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:42 PM Revision 721052e9 (ffmpeg): Add casts to avoid warnings:
- fraps.c:102: warning: passing argument 1 of ‘s->dsp.bswap_buf’ from incompatible pointer type
fraps.c:102: warning: p... - 09:37 PM Revision e3cb2c4a (ffmpeg): Missing const
- Originally committed as revision 12147 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:18 PM Revision 591de5cf (ffmpeg): Fix misplaced const, avoids a cast-discards-qualifiers warning
- Originally committed as revision 12146 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:08 PM Revision d937cd0e (ffmpeg): const
- Originally committed as revision 12145 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:55 PM Revision 05218081 (ffmpeg): Reduce the number of senselessly scanned bytes.
- Originally committed as revision 12144 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:24 AM Revision c367d0c6 (ffmpeg): arg 10000l. Fix wrong fix committed in r12141
- Originally committed as revision 12143 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:20 AM Revision d6267d02 (ffmpeg): fix broken indentation
- Originally committed as revision 12142 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:19 AM Revision 9d8109ad (ffmpeg): 10l: fix always false test: Binary & has lower precedence than ==
- Originally committed as revision 12141 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/18/2008
- 11:01 PM Revision 42a362e5 (ffmpeg): Refactor vcprm and vcii macros by using the AVV macro.
- Originally committed as revision 12140 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 PM Revision 35c27389 (ffmpeg): Refactor the FOUROF macro using the AVV macro.
- Originally committed as revision 12139 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 PM Revision b0e21a3b (ffmpeg): Remove stray #undef.
- Originally committed as revision 12138 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 PM Revision 3518c5a9 (ffmpeg): fix crash on non-AltiVec powered machines: MPV_common_init_altivec do...
- Patch by Alexander Strange %astrange A ithinksw PP com %
Originally committed as revision 12137 to svn://svn.ffmpeg.... - 03:30 PM Revision b3574faa (ffmpeg): Remove a superfluous call to atoi in ffmpeg.c:opt_verbose
- Patch by Stefano Sabatini ( stefano sabatini-lala poste it )
[FFmpeg-devel] [PATCH] Cosmetics: remove a superfluos ca...
02/17/2008
- 09:31 PM Revision 5bc440e7 (ffmpeg): Add notes where known timestamp issues remain.
- Originally committed as revision 12135 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:12 PM Revision 48291040 (ffmpeg): Set initial next_pts to unknown, this avoids the nonsense timestamp
- discontinuity at the start. I hope this has no sideeffects, if it does
send a bugreport!
fixes issue137
Originally c... - 07:38 PM Revision 40cb57a2 (ffmpeg): Print a warning if a decoder produces more than 1 frame of output for
- a single frame it got from the demuxer+parser.
Originally committed as revision 12133 to svn://svn.ffmpeg.org/ffmpeg... - 07:08 PM Revision ed923859 (ffmpeg): Set next_pts to pts if it is unknown and pkt->dts is not known either...
- is needed because next_pts is used to calculate the next pts and adding
to AV_NOPTS_VALUE does not achieve the intend... - 05:55 PM Revision b1b818fc (ffmpeg): simplify (next_)pts code
- Originally committed as revision 12131 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:41 PM Revision da0ef2d5 (ffmpeg): Use next_pts if pkt->dts is unknown. In an ideal world this would not...
- but sadly there are cases where the timestamps cannot be found without decoding.
Originally committed as revision 12... - 03:54 AM Revision 1d03e718 (ffmpeg): remove duplicate AV_STRINGIFY() definition
- Originally committed as revision 26013 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 03:44 AM Revision 5ff1b067 (ffmpeg): remove duplicate AV_STRINGIFY() definition
- Originally committed as revision 12129 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:00 AM Revision 719c8e00 (ffmpeg): prettify lib* version number extraction
- Originally committed as revision 12128 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:00 AM Revision 73ef8980 (ffmpeg): prettify encoder/decoder/muxer/... list extraction
- Originally committed as revision 12127 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/16/2008
- 07:18 PM Revision 5c319d33 (ffmpeg): clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN
- Originally committed as revision 12126 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:17 PM Revision d2a4ecaf (ffmpeg): FLAT objects cannot have multiple sections, so using the L1 attribute...
- linking. The FDPIC relocs also break for any other format. Thus check the
compiler environment and select the appropr... - 03:17 PM Revision e44d7c65 (ffmpeg): FLAT objects cannot have multiple sections, so using the L1 attribute...
- linking. The FDPIC relocs also break for any other format. Thus check the
compiler environment and select the appropr... - 02:42 PM Revision 2d83fe90 (ffmpeg): This shell script is not bash-specific.
- Originally committed as revision 12124 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:37 PM Revision 989bbe62 (ffmpeg): Remove check for the availability of the -u diff flag, we require it in
- other places without checking for its availability already.
Originally committed as revision 12123 to svn://svn.ffmp... - 02:21 PM Revision 63da0803 (ffmpeg): The Blackfin toolchains will automatically select FDPIC according to the
- toolchain/tuple, so there is no need (and indeed this is unwanted)
to force -mfdpic into the compile/linker flags.
pa... - 02:13 PM Revision b147ec08 (ffmpeg): do not run ldconfig after installing shared libraries
- Originally committed as revision 12121 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/15/2008
- 10:15 PM Revision b6f57945 (ffmpeg): Remove unneeded function.
- Commited in SoC by Vitor Sessak on 2008-02-12 20:54:11
Originally committed as revision 12120 to svn://svn.ffmpeg.or... - 10:15 PM Revision 11de6cac (ffmpeg): Oops
- Commited in SoC by Vitor Sessak on 2008-02-12 20:43:49
Originally committed as revision 12119 to svn://svn.ffmpeg.or... - 10:15 PM Revision e4152452 (ffmpeg): Missed this file in my conditional compilation patch
- Commited in SoC by Vitor Sessak on 2008-02-12 20:40:32
Originally committed as revision 12118 to svn://svn.ffmpeg.or... - 10:15 PM Revision a7d46657 (ffmpeg): Add libavfilter_version
- Patch by Víctor Paesa
Commited in SoC by Vitor Sessak on 2008-02-12 20:31:53
Originally committed as revision 12117... - 10:14 PM Revision 765f96c6 (ffmpeg): Remove author field
- Suggested by Baptiste Coudurier
Commited in SoC by Vitor Sessak on 2008-02-11 19:56:27
Originally committed as revi... - 10:14 PM Revision daafdb6e (ffmpeg): Use CodecType for pad type
- Commited in SoC by Vitor Sessak on 2008-02-10 20:41:57
Originally committed as revision 12115 to svn://svn.ffmpeg.or... - 10:14 PM Revision 0155b1a1 (ffmpeg): Nit: remove odd whitespace
- Commited in SoC by Vitor Sessak on 2008-02-10 20:32:56
Originally committed as revision 12114 to svn://svn.ffmpeg.or... - 10:14 PM Revision b04c740a (ffmpeg): Group avfilter_poll_frame() with related funcions and add doxygen com...
- Commited in SoC by Vitor Sessak on 2008-02-10 20:30:50
Originally committed as revision 12113 to svn://svn.ffmpeg.or... - 10:14 PM Revision 853961a9 (ffmpeg): Update comment to match code
- Commited in SoC by Vitor Sessak on 2008-02-10 08:55:18
Originally committed as revision 12112 to svn://svn.ffmpeg.or... - 10:14 PM Revision 664f6595 (ffmpeg): Nits: punctuation and capitalization
- Commited in SoC by Vitor Sessak on 2008-02-09 19:47:46
Originally committed as revision 12111 to svn://svn.ffmpeg.or... - 10:14 PM Revision 2844dd39 (ffmpeg): Add const to silence warnings
- Commited in SoC by Vitor Sessak on 2008-02-09 15:59:47
Originally committed as revision 12110 to svn://svn.ffmpeg.or... - 10:14 PM Revision d224d73a (ffmpeg): Implement poll_frame() method. Fix ffmpeg.c bug with
- vf_fps filter.
Commited in SoC by Vitor Sessak on 2008-02-06 19:55:36
Originally committed as revision 12109 to svn... - 10:14 PM Revision d177bd18 (ffmpeg): Indentation
- Commited in SoC by Bobby Bingham on 2007-12-24 03:24:26
Originally committed as revision 12108 to svn://svn.ffmpeg.o... - 10:14 PM Revision 24c4eff6 (ffmpeg): Rework link property configuration system.
- This can now handle filters which are added to graphs out of order,
including auto-inserted scale filters. As an add... - 10:14 PM Revision 3afcca9d (ffmpeg): Fix misc. warnings
- Commited in SoC by Vitor Sessak on 2007-12-21 10:53:16
Originally committed as revision 12106 to svn://svn.ffmpeg.or... - 10:14 PM Revision 35f3fdf4 (ffmpeg): Rewrite colorspace negotiation.
- Commited in SoC by Bobby Bingham on 2007-12-20 19:36:26
Originally committed as revision 12105 to svn://svn.ffmpeg.o... - 10:14 PM Revision 2621f4a3 (ffmpeg): Add pixel aspect ratio to AVFilterPicRef structure
- Commited in SoC by Bobby Bingham on 2007-08-20 14:33:24
Originally committed as revision 12104 to svn://svn.ffmpeg.o... - 10:14 PM Revision b3ab2f7e (ffmpeg): Add another "reuse" permission, to distinguish between the case where a
- source filter will simply want to re-output the same image multiple times
and reuse a buffer to do it, and the case w... - 10:14 PM Revision 056f0431 (ffmpeg): use units of 1/AV_TIME_BASE for pts rather than milliseconds
- Commited in SoC by Bobby Bingham on 2007-08-18 01:42:42
Originally committed as revision 12102 to svn://svn.ffmpeg.o... - 10:14 PM Revision fc815c56 (ffmpeg): Rename avfilter_create to avfilter_open and remove the wrapper function
- avfilter_create_by_name.
Commited in SoC by Bobby Bingham on 2007-08-17 23:39:55
Originally committed as revision 1... - 10:13 PM Revision 16415eaf (ffmpeg): Revert braindead linked list of permissions
- Commited in SoC by Bobby Bingham on 2007-08-17 22:44:03
Originally committed as revision 12100 to svn://svn.ffmpeg.o... - 10:13 PM Revision 52f97a0d (ffmpeg): Track the permissions that have been given out to each picture.
- This should make it easier to know what can be done to a buffer once
it's been passed to your filter without falling ... - 10:13 PM Revision 60bf6ce3 (ffmpeg): Allow filters to set the requirements on permissions for incoming buf...
- Commited in SoC by Bobby Bingham on 2007-08-17 16:40:26
Originally committed as revision 12098 to svn://svn.ffmpeg.o... - 10:13 PM Revision b42a6a92 (ffmpeg): spelling fix
- Commited in SoC by Bobby Bingham on 2007-08-17 14:40:55
Originally committed as revision 12097 to svn://svn.ffmpeg.o... - 10:13 PM Revision 72f6d631 (ffmpeg): Remove the data parameter from draw_slice(). It's unneeded and often...
- work than it's worth.
Commited in SoC by Bobby Bingham on 2007-08-17 14:39:11
Originally committed as revision 1209... - 10:13 PM Revision 13ff8fd0 (ffmpeg): Add many new and improve existing doxy comments.
- Commited in SoC by Bobby Bingham on 2007-08-14 16:39:26
Originally committed as revision 12095 to svn://svn.ffmpeg.o... - 10:13 PM Revision 63f64e6f (ffmpeg): Let request_frame() indicate success or failure
- Commited in SoC by Bobby Bingham on 2007-08-11 17:42:36
Originally committed as revision 12094 to svn://svn.ffmpeg.o... - 10:13 PM Revision a9c81431 (ffmpeg): Helper functions for adding new pads to filters at runtime
- Commited in SoC by Bobby Bingham on 2007-08-07 22:31:56
Originally committed as revision 12093 to svn://svn.ffmpeg.o... - 10:13 PM Revision 85322466 (ffmpeg): Separate the process of creating links between filters from that of c...
- the links.
Commited in SoC by Bobby Bingham on 2007-08-07 21:02:18
Originally committed as revision 12092 to svn://... - 10:13 PM Revision 901e6b39 (ffmpeg): Move default entry point implementations to their own file.
- Make them externally visible because they may be useful for filters to use.
Commited in SoC by Bobby Bingham on 2007... - 10:13 PM Revision 7c9066a3 (ffmpeg): Make input/output pads modifiable on a per-instance basis.
- This makes it possible to change filter callbacks (eg. to a SIMD version
on supported processors). It also allows fi... - 10:13 PM Revision 95bcf498 (ffmpeg): Make the opaque init parameter non-const.
- Commited in SoC by Bobby Bingham on 2007-07-30 18:53:17
Originally committed as revision 12089 to svn://svn.ffmpeg.o... - 10:13 PM Revision 25f8e601 (ffmpeg): Fix some potential segfaults.
- Commited in SoC by Bobby Bingham on 2007-07-30 15:53:33
Originally committed as revision 12088 to svn://svn.ffmpeg.o... - 10:13 PM Revision 6e365c57 (ffmpeg): Allow code to pass data to filters it creates.
- Commited in SoC by Bobby Bingham on 2007-07-15 16:45:50
Originally committed as revision 12087 to svn://svn.ffmpeg.o... - 10:13 PM Revision 443e73f0 (ffmpeg): Split filter graphs out into their own source & header files.
- Commited in SoC by Bobby Bingham on 2007-07-14 21:20:21
Originally committed as revision 12086 to svn://svn.ffmpeg.o... - 10:12 PM Revision 13a75d5a (ffmpeg): Add a simple filter graph structure and functions
- Commited in SoC by Bobby Bingham on 2007-07-14 20:12:54
Originally committed as revision 12085 to svn://svn.ffmpeg.o... - 10:12 PM Revision dcea2482 (ffmpeg): Allow giving filter instances names, in anticipation of the upcoming
- AVFilterGraph structure and related functions.
Commited in SoC by Bobby Bingham on 2007-07-14 19:33:28
Originally c... - 10:12 PM Revision 1a18860a (ffmpeg): Add pts to frame references
- Commited in SoC by Bobby Bingham on 2007-07-14 17:31:40
Originally committed as revision 12083 to svn://svn.ffmpeg.o... - 10:12 PM Revision 462f57db (ffmpeg): Adjust the default start_frame() and end_frame() implementations to s...
- the implementation of simple filters.
Commited in SoC by Bobby Bingham on 2007-07-08 16:48:15
Originally committed ... - 10:12 PM Revision 8fb48e7c (ffmpeg): Make avfilter_ref_pic also handle removal of permissions for the caller.
- Commited in SoC by Bobby Bingham on 2007-07-08 16:14:49
Originally committed as revision 12081 to svn://svn.ffmpeg.o... - 10:12 PM Revision d3e57c15 (ffmpeg): Rework filter initialization sequence. Now supports passing user par...
- querying supported colorspaces, etc.
Commited in SoC by Bobby Bingham on 2007-07-05 20:48:48
Originally committed a... - 10:12 PM Revision 4d96a914 (ffmpeg): Support passing parameters to filters.
- Commited in SoC by Bobby Bingham on 2007-07-02 15:17:22
Originally committed as revision 12079 to svn://svn.ffmpeg.o... - 10:11 PM Revision bbf42679 (ffmpeg): Make linesize a per-reference property
- Commited in SoC by Bobby Bingham on 2007-06-30 16:15:14
Originally committed as revision 12078 to svn://svn.ffmpeg.o... - 10:11 PM Revision a5cbb2f4 (ffmpeg): Initial stab at an API
- Commited in SoC by Bobby Bingham on 2007-06-29 17:03:03
Originally committed as revision 12077 to svn://svn.ffmpeg.o... - 10:02 PM Revision 5c212e6f (ffmpeg): Add last file of main filter framework
- Originally committed as revision 12076 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:00 PM Revision 790a03d7 (ffmpeg): Force alignment of pic->linesize
- Commited in SoC by Vitor Sessak on 2008-02-15 21:05:06
Originally committed as revision 12075 to svn://svn.ffmpeg.or... - 10:00 PM Revision 4cf48782 (ffmpeg): Force linesize to be a multiple of 16
- Commited in SoC by Vitor Sessak on 2008-02-10 20:51:58
Originally committed as revision 12074 to svn://svn.ffmpeg.or... - 10:00 PM Revision 459821c5 (ffmpeg): Rework link property configuration system.
- This can now handle filters which are added to graphs out of order,
including auto-inserted scale filters. As an add... - 10:00 PM Revision e363730c (ffmpeg): Rewrite colorspace negotiation.
- Commited in SoC by Bobby Bingham on 2007-12-20 19:36:26
Originally committed as revision 12072 to svn://svn.ffmpeg.o... - 10:00 PM Revision d0e4eba5 (ffmpeg): Make an invalid use of a default callback implementation return an er...
- Commited in SoC by Bobby Bingham on 2007-08-18 01:45:42
Originally committed as revision 12071 to svn://svn.ffmpeg.o... - 09:59 PM Revision 4f909565 (ffmpeg): Ensure that buffers returned by the default allocator are readable, o...
- they're useless for outputting.
Commited in SoC by Bobby Bingham on 2007-08-17 22:52:18
Originally committed as rev... - 09:59 PM Revision 23274667 (ffmpeg): Revert braindead linked list of permissions
- Commited in SoC by Bobby Bingham on 2007-08-17 22:44:03
Originally committed as revision 12069 to svn://svn.ffmpeg.o... - 09:59 PM Revision 4d62c9d3 (ffmpeg): Track the permissions that have been given out to each picture.
- This should make it easier to know what can be done to a buffer once
it's been passed to your filter without falling ... - 09:59 PM Revision fc0f39c2 (ffmpeg): indentation
- Commited in SoC by Bobby Bingham on 2007-08-17 17:09:19
Originally committed as revision 12067 to svn://svn.ffmpeg.o... - 09:59 PM Revision 552c0208 (ffmpeg): Make default end_frame() implementation more useful.
- Commited in SoC by Bobby Bingham on 2007-08-17 16:45:47
Originally committed as revision 12066 to svn://svn.ffmpeg.o... - 09:59 PM Revision 712048da (ffmpeg): Allow filters to set the requirements on permissions for incoming buf...
- Commited in SoC by Bobby Bingham on 2007-08-17 16:40:26
Originally committed as revision 12065 to svn://svn.ffmpeg.o... - 09:58 PM Revision f66f53da (ffmpeg): Separate the process of creating links between filters from that of c...
- the links.
Commited in SoC by Bobby Bingham on 2007-08-07 21:02:18
Originally committed as revision 12064 to svn://... - 09:58 PM Revision bf4ce7a3 (ffmpeg): Move default entry point implementations to their own file.
- Make them externally visible because they may be useful for filters to use.
Commited in SoC by Bobby Bingham on 2007... - 09:45 PM Revision 19d5da50 (ffmpeg): Update ist->pts after decoding a codec frame not after decoding a con...
- frame.
Originally committed as revision 12062 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:42 PM Revision 805d0232 (ffmpeg): Do not copy more data than needed
- Commited in SoC by Vitor Sessak on 2008-02-15 21:11:35
Originally committed as revision 12061 to svn://svn.ffmpeg.or... - 09:41 PM Revision e9f54274 (ffmpeg): Remove header now made useless
- Commited in SoC by Vitor Sessak on 2008-02-12 20:59:51
Originally committed as revision 12060 to svn://svn.ffmpeg.or... - 09:41 PM Revision 3bc2a526 (ffmpeg): Remove unneeded function.
- Commited in SoC by Vitor Sessak on 2008-02-12 20:54:11
Originally committed as revision 12059 to svn://svn.ffmpeg.or... - 09:41 PM Revision b57fc327 (ffmpeg): Missed this file in my conditional compilation patch
- Commited in SoC by Vitor Sessak on 2008-02-12 20:40:32
Originally committed as revision 12058 to svn://svn.ffmpeg.or... - 09:41 PM Revision 74b46655 (ffmpeg): Simplify
- Commited in SoC by Vitor Sessak on 2008-02-11 18:19:37
Originally committed as revision 12057 to svn://svn.ffmpeg.or... - 09:41 PM Revision ce657d80 (ffmpeg): Simplify
- Commited in SoC by Vitor Sessak on 2008-02-11 17:35:13
Originally committed as revision 12056 to svn://svn.ffmpeg.or... - 09:41 PM Revision c245ddf2 (ffmpeg): Indent after last commit
- Commited in SoC by Vitor Sessak on 2008-02-11 17:29:12
Originally committed as revision 12055 to svn://svn.ffmpeg.or... - 09:41 PM Revision c48e31ae (ffmpeg): Remove unneded else
- Commited in SoC by Vitor Sessak on 2008-02-11 17:18:16
Originally committed as revision 12054 to svn://svn.ffmpeg.or... - 09:41 PM Revision a5b5d95a (ffmpeg): Cosmetical: indentation
- Commited in SoC by Vitor Sessak on 2008-02-11 17:17:15
Originally committed as revision 12053 to svn://svn.ffmpeg.or... - 09:41 PM Revision b3431ecd (ffmpeg): Nit: Alignment
- Commited in SoC by Vitor Sessak on 2008-02-11 17:16:35
Originally committed as revision 12052 to svn://svn.ffmpeg.or... - 09:41 PM Revision d9b575d3 (ffmpeg): Remove useless ()
- Commited in SoC by Vitor Sessak on 2008-02-11 17:16:05
Originally committed as revision 12051 to svn://svn.ffmpeg.or... - 09:41 PM Revision 7a9fd2a0 (ffmpeg): Do not always fail for circular filter chains
- Commited in SoC by Vitor Sessak on 2008-02-10 16:52:54
Originally committed as revision 12050 to svn://svn.ffmpeg.or... - 09:41 PM Revision 5b7c4033 (ffmpeg): Remove unused var (dead code leftover?).
- Commited in SoC by Vitor Sessak on 2008-02-10 09:55:55
Originally committed as revision 12049 to svn://svn.ffmpeg.or... - 09:41 PM Revision ac8a116e (ffmpeg): Avoid link_dpad() overuse in avfilter_start_frame()
- Commited in SoC by Vitor Sessak on 2008-02-10 09:53:00
Originally committed as revision 12048 to svn://svn.ffmpeg.or... - 09:40 PM Revision 2c5741b8 (ffmpeg): Add context to av_log()
- Commited in SoC by Vitor Sessak on 2008-02-10 09:05:39
Originally committed as revision 12047 to svn://svn.ffmpeg.or... - 09:40 PM Revision 19dc7104 (ffmpeg): Merge loops
- Commited in SoC by Vitor Sessak on 2008-02-10 09:01:31
Originally committed as revision 12046 to svn://svn.ffmpeg.or... - 09:40 PM Revision e079d22e (ffmpeg): Coding style changes
- Commited in SoC by Vitor Sessak on 2008-02-09 23:43:45
Originally committed as revision 12045 to svn://svn.ffmpeg.or... - 09:40 PM Revision 02e94797 (ffmpeg): Remove unneded headers
- Commited in SoC by Vitor Sessak on 2008-02-09 23:35:19
Originally committed as revision 12044 to svn://svn.ffmpeg.or... - 09:40 PM Revision 16790dc3 (ffmpeg): Nits: more punctuation and capitalization
- Commited in SoC by Vitor Sessak on 2008-02-09 20:02:29
Originally committed as revision 12043 to svn://svn.ffmpeg.or... - 09:40 PM Revision be36bc09 (ffmpeg): Move setting the pts of the copied frame to a more adequated place.
- Suggested by Bobby Bingham.
Commited in SoC by Vitor Sessak on 2008-02-09 16:56:55
Originally committed as revision... - 09:40 PM Revision 05decb00 (ffmpeg): Add const to silence warnings
- Commited in SoC by Vitor Sessak on 2008-02-09 15:59:47
Originally committed as revision 12041 to svn://svn.ffmpeg.or... - 09:40 PM Revision 35db407e (ffmpeg): The filter framework as is hangs with filters that
- modify the input buffer, even if it asks for the right
permission. This is a fix for that.
See "Box blurring with lib... - 09:40 PM Revision 7b02c484 (ffmpeg): Implement poll_frame() method. Fix ffmpeg.c bug with
- vf_fps filter.
Commited in SoC by Vitor Sessak on 2008-02-06 19:55:36
Originally committed as revision 12039 to svn... - 09:40 PM Revision b62966c0 (ffmpeg): Add movie file video source filter.
- Commited in SoC by on 2008-01-31 20:55:50
Originally committed as revision 12038 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:40 PM Revision 0970ec6a (ffmpeg): Presentation timestamp (PTS) modification filter
- Commited in SoC by on 2008-01-12 00:35:29
Originally committed as revision 12037 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:40 PM Revision be696990 (ffmpeg): Rename filter
- Commited in SoC by Vitor Sessak on 2008-01-06 17:03:21
Originally committed as revision 12036 to svn://svn.ffmpeg.or... - 09:40 PM Revision 0715e6d5 (ffmpeg): 90 degrees counter-clockwise rotation filter
- Commited in SoC by Vitor Sessak on 2008-01-06 13:19:12
Originally committed as revision 12035 to svn://svn.ffmpeg.or... - 09:39 PM Revision e946c25a (ffmpeg): Add an equivalent to the mplayer format filter
- Commited in SoC by Bobby Bingham on 2007-12-24 21:53:10
Originally committed as revision 12034 to svn://svn.ffmpeg.o... - 09:39 PM Revision cc0bb5a1 (ffmpeg): Change the passthrough filter to a noformat filter. It's now similar to
- the mplayer noformat filter except that the default behavior if no formats
are specified is to allow allow all format... - 09:39 PM Revision 2fd46877 (ffmpeg): Indentation
- Commited in SoC by Bobby Bingham on 2007-12-24 03:24:26
Originally committed as revision 12032 to svn://svn.ffmpeg.o... - 09:39 PM Revision 69818105 (ffmpeg): Rework link property configuration system.
- This can now handle filters which are added to graphs out of order,
including auto-inserted scale filters. As an add... - 09:39 PM Revision c35a0473 (ffmpeg): Add horizontal flip filter.
- Commited in SoC by on 2007-12-21 09:21:29
Originally committed as revision 12030 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:39 PM Revision e3065c8b (ffmpeg): Need to be careful when dealing with references.
- Commited in SoC by Bobby Bingham on 2007-12-20 23:38:49
Originally committed as revision 12029 to svn://svn.ffmpeg.o... - 09:39 PM Revision 07d0bba5 (ffmpeg): When inserting a filter, don't lose any information we may already have
- about the colorspaces supported across the link.
Commited in SoC by Bobby Bingham on 2007-12-20 20:47:11
Originally... - 09:39 PM Revision 75ce6546 (ffmpeg): Rewrite colorspace negotiation.
- Commited in SoC by Bobby Bingham on 2007-12-20 19:36:26
Originally committed as revision 12027 to svn://svn.ffmpeg.o... - 09:39 PM Revision 52362e9d (ffmpeg): Make filter auto-insertion code its own function.
- Commited in SoC by Bobby Bingham on 2007-11-04 22:03:14
Originally committed as revision 12026 to svn://svn.ffmpeg.o... - 09:39 PM Revision 4ea0ab3c (ffmpeg): Remove no-longer accurate comment
- Commited in SoC by Bobby Bingham on 2007-11-04 21:21:25
Originally committed as revision 12025 to svn://svn.ffmpeg.o... - 09:39 PM Revision 8f618f4c (ffmpeg): Check for error so that
- avfilter_open(av_filter_get_by_name(...etc...)) fails
gracefully.
Commited in SoC by Vitor Sessak on 2007-10-29 16:0... - 09:39 PM Revision 4d7c9be3 (ffmpeg): Remove dummy and ppm filters which were only for testing.
- Remove rgb2bgr filter now that there is a proper colorspace conversion filter.
Commited in SoC by Bobby Bingham on 2... - 09:39 PM Revision f9033975 (ffmpeg): Image negating filter
- Commited in SoC by Bobby Bingham on 2007-08-20 05:27:17
Originally committed as revision 12022 to svn://svn.ffmpeg.o... - 09:38 PM Revision d21cbbff (ffmpeg): Auto insert scale filter to convert colrospaces when needed
- Commited in SoC by Bobby Bingham on 2007-08-20 05:24:57
Originally committed as revision 12021 to svn://svn.ffmpeg.o... - 09:38 PM Revision 2a553ef5 (ffmpeg): Add scale/colorspace conversion filter
- Commited in SoC by Bobby Bingham on 2007-08-19 17:35:59
Originally committed as revision 12020 to svn://svn.ffmpeg.o... - 09:38 PM Revision 7bce27a3 (ffmpeg): Prefix names of filter structs
- Commited in SoC by Bobby Bingham on 2007-08-18 18:17:30
Originally committed as revision 12019 to svn://svn.ffmpeg.o... - 09:38 PM Revision dd299c68 (ffmpeg): Rename "buffer" filter to "fifo"
- Commited in SoC by Bobby Bingham on 2007-08-18 16:40:31
Originally committed as revision 12018 to svn://svn.ffmpeg.o... - 09:38 PM Revision 81799537 (ffmpeg): Add a filter to output the same video to two outputs
- Commited in SoC by Bobby Bingham on 2007-08-18 03:38:40
Originally committed as revision 12017 to svn://svn.ffmpeg.o... - 09:38 PM Revision 0838e731 (ffmpeg): Add a filter to act as a buffer between filters which may output mult...
- frames for a single call to request_filter(), and a following filter which
assumes it will only receive one frame per... - 09:38 PM Revision f4cb4462 (ffmpeg): Use av_freep instead of av_free
- Commited in SoC by Bobby Bingham on 2007-08-17 23:43:23
Originally committed as revision 12015 to svn://svn.ffmpeg.o... - 09:38 PM Revision 44b73497 (ffmpeg): Rename avfilter_create to avfilter_open and remove the wrapper function
- avfilter_create_by_name.
Commited in SoC by Bobby Bingham on 2007-08-17 23:39:55
Originally committed as revision 1... - 09:38 PM Revision 6d8c67a7 (ffmpeg): Change registered filter list to a linked list
- Commited in SoC by Bobby Bingham on 2007-08-17 23:24:32
Originally committed as revision 12013 to svn://svn.ffmpeg.o... - 09:38 PM Revision e675dccd (ffmpeg): Be more consistent in style of code for falling back to defaults.
- Commited in SoC by Bobby Bingham on 2007-08-17 23:16:38
Originally committed as revision 12012 to svn://svn.ffmpeg.o... - 09:38 PM Revision cdf2a332 (ffmpeg): replace memcpy with assignment
- Commited in SoC by Bobby Bingham on 2007-08-17 23:04:33
Originally committed as revision 12011 to svn://svn.ffmpeg.o... - 09:38 PM Revision 269b9847 (ffmpeg): Revert braindead linked list of permissions
- Commited in SoC by Bobby Bingham on 2007-08-17 22:44:03
Originally committed as revision 12010 to svn://svn.ffmpeg.o... - 09:38 PM Revision a4af86c8 (ffmpeg): Track the permissions that have been given out to each picture.
- This should make it easier to know what can be done to a buffer once
it's been passed to your filter without falling ... - 09:37 PM Revision c949d867 (ffmpeg): Allow filters to set the requirements on permissions for incoming buf...
- Commited in SoC by Bobby Bingham on 2007-08-17 16:40:26
Originally committed as revision 12008 to svn://svn.ffmpeg.o... - 09:37 PM Revision 6fb0648d (ffmpeg): Use macros for better readability
- Commited in SoC by Bobby Bingham on 2007-08-17 15:18:59
Originally committed as revision 12007 to svn://svn.ffmpeg.o... - 09:37 PM Revision ef35d13a (ffmpeg): Remove the data parameter from draw_slice(). It's unneeded and often...
- work than it's worth.
Commited in SoC by Bobby Bingham on 2007-08-17 14:39:11
Originally committed as revision 1200... - 09:37 PM Revision 7a61cc4d (ffmpeg): Remove test program and test video output module since ffplay can be ...
- for testing for a while now.
Commited in SoC by Bobby Bingham on 2007-08-14 22:31:51
Originally committed as revisi... - 09:37 PM Revision f9285377 (ffmpeg): Allow creation of filter graphs from a graph description structure which
- can be created programmatically or loaded from a file.
Commited in SoC by Bobby Bingham on 2007-08-14 22:27:05
Orig... - 09:37 PM Revision ef712a3b (ffmpeg): Add a filter to overlay one video on top of another, picture-in-pictu...
- Commited in SoC by Bobby Bingham on 2007-08-13 16:53:19
Originally committed as revision 12003 to svn://svn.ffmpeg.o... - 09:37 PM Revision 49d915cb (ffmpeg): Add a filter to modify the framerate.
- This demonstrates differing number of input and output frames.
Commited in SoC by Bobby Bingham on 2007-08-11 17:50:... - 09:37 PM Revision 3306f8bd (ffmpeg): Let request_frame() indicate success or failure
- Commited in SoC by Bobby Bingham on 2007-08-11 17:42:36
Originally committed as revision 12001 to svn://svn.ffmpeg.o... - 09:37 PM Revision e2fcb3cb (ffmpeg): Add a vertical flip filter
- Commited in SoC by Bobby Bingham on 2007-08-08 17:22:54
Originally committed as revision 12000 to svn://svn.ffmpeg.o... - 09:37 PM Revision 24618441 (ffmpeg): Helper functions for adding new pads to filters at runtime
- Commited in SoC by Bobby Bingham on 2007-08-07 22:31:56
Originally committed as revision 11999 to svn://svn.ffmpeg.o... - 09:37 PM Revision 01942f1d (ffmpeg): Separate the process of creating links between filters from that of c...
- the links.
Commited in SoC by Bobby Bingham on 2007-08-07 21:02:18
Originally committed as revision 11998 to svn://... - 09:37 PM Revision 78b0c0bb (ffmpeg): Move default entry point implementations to their own file.
- Make them externally visible because they may be useful for filters to use.
Commited in SoC by Bobby Bingham on 2007... - 09:37 PM Revision d4169dd3 (ffmpeg): Make the filter graph just another normal filter.
- Commited in SoC by Bobby Bingham on 2007-07-31 20:08:38
Originally committed as revision 11996 to svn://svn.ffmpeg.o... - 09:37 PM Revision c5ef7d7b (ffmpeg): Make input/output pads modifiable on a per-instance basis.
- This makes it possible to change filter callbacks (eg. to a SIMD version
on supported processors). It also allows fi... - 09:37 PM Revision c6b0aa68 (ffmpeg): Fix warnings
- Commited in SoC by Bobby Bingham on 2007-07-30 18:56:40
Originally committed as revision 11994 to svn://svn.ffmpeg.o... - 09:37 PM Revision 97fb0c2c (ffmpeg): Cosmetics: fix indentation
- Commited in SoC by Bobby Bingham on 2007-07-30 15:54:16
Originally committed as revision 11993 to svn://svn.ffmpeg.o... - 09:36 PM Revision 7d0e1392 (ffmpeg): Fix some potential segfaults.
- Commited in SoC by Bobby Bingham on 2007-07-30 15:53:33
Originally committed as revision 11992 to svn://svn.ffmpeg.o... - 09:36 PM Revision a360f71e (ffmpeg): Allow code to pass data to filters it creates.
- Commited in SoC by Bobby Bingham on 2007-07-15 16:45:50
Originally committed as revision 11991 to svn://svn.ffmpeg.o... - 09:36 PM Revision e6f560bb (ffmpeg): Split filter graphs out into their own source & header files.
- Commited in SoC by Bobby Bingham on 2007-07-14 21:20:21
Originally committed as revision 11990 to svn://svn.ffmpeg.o... - 09:36 PM Revision 2350e69c (ffmpeg): Use av_strdup/av_free instead of strdup/free
- Commited in SoC by Bobby Bingham on 2007-07-14 20:13:57
Originally committed as revision 11989 to svn://svn.ffmpeg.o... - 09:36 PM Revision f60208f4 (ffmpeg): Add a simple filter graph structure and functions
- Commited in SoC by Bobby Bingham on 2007-07-14 20:12:54
Originally committed as revision 11988 to svn://svn.ffmpeg.o... - 09:36 PM Revision 6ae82d1e (ffmpeg): Allow giving filter instances names, in anticipation of the upcoming
- AVFilterGraph structure and related functions.
Commited in SoC by Bobby Bingham on 2007-07-14 19:33:28
Originally c... - 09:36 PM Revision 1653c11f (ffmpeg): cosmetics: vertical alignment
- Commited in SoC by Bobby Bingham on 2007-07-14 17:34:04
Originally committed as revision 11986 to svn://svn.ffmpeg.o... - 09:36 PM Revision af838d4c (ffmpeg): Add pts to frame references
- Commited in SoC by Bobby Bingham on 2007-07-14 17:31:40
Originally committed as revision 11985 to svn://svn.ffmpeg.o... - 09:36 PM Revision 998a7aa3 (ffmpeg): Actually fail when colorspaces don't match
- Commited in SoC by Bobby Bingham on 2007-07-08 17:58:45
Originally committed as revision 11984 to svn://svn.ffmpeg.o... - 09:36 PM Revision 9586ba3a (ffmpeg): Provide a default for request_frame() which does the right thing for ...
- filters.
Commited in SoC by Bobby Bingham on 2007-07-08 16:55:09
Originally committed as revision 11983 to svn://sv... - 09:36 PM Revision 3628fbe0 (ffmpeg): Adjust the default start_frame() and end_frame() implementations to s...
- the implementation of simple filters.
Commited in SoC by Bobby Bingham on 2007-07-08 16:48:15
Originally committed ... - 09:36 PM Revision 72e3037a (ffmpeg): Missing semicolon typo
- Commited in SoC by Bobby Bingham on 2007-07-08 16:18:21
Originally committed as revision 11981 to svn://svn.ffmpeg.o... - 09:36 PM Revision efb36bfc (ffmpeg): Make avfilter_ref_pic also handle removal of permissions for the caller.
- Commited in SoC by Bobby Bingham on 2007-07-08 16:14:49
Originally committed as revision 11980 to svn://svn.ffmpeg.o... - 09:36 PM Revision 426d5c25 (ffmpeg): Add an RGB24 <-> BGR24 conversion filter
- Commited in SoC by Bobby Bingham on 2007-07-08 16:08:15
Originally committed as revision 11979 to svn://svn.ffmpeg.o... - 09:35 PM Revision eaf7eb66 (ffmpeg): Add a simple video source filter which loads a PPM file and outputs i...
- the videos frames. Useful for testing PRESERVE buffers, and soon automatic
colorspace conversion.
Commited in SoC b... - 09:35 PM Revision ce356b09 (ffmpeg): Add a filter to cut video frames into smaller slices.
- Commited in SoC by Bobby Bingham on 2007-07-06 17:57:36
Originally committed as revision 11977 to svn://svn.ffmpeg.o... - 09:35 PM Revision 102fb0e3 (ffmpeg): Provide some default functions to simplify the implementation of comm...
- input one output video filters.
Commited in SoC by Bobby Bingham on 2007-07-06 15:25:52
Originally committed as rev... - 09:35 PM Revision ba6b9035 (ffmpeg): cosmetic: more vertical alignment
- Commited in SoC by Bobby Bingham on 2007-07-05 21:39:33
Originally committed as revision 11975 to svn://svn.ffmpeg.o... - 09:35 PM Revision e0752603 (ffmpeg): Rework filter initialization sequence. Now supports passing user par...
- querying supported colorspaces, etc.
Commited in SoC by Bobby Bingham on 2007-07-05 20:48:48
Originally committed a... - 09:35 PM Revision 89e64908 (ffmpeg): Support passing parameters to filters.
- Commited in SoC by Bobby Bingham on 2007-07-02 15:17:22
Originally committed as revision 11973 to svn://svn.ffmpeg.o... - 09:35 PM Revision 92beffdc (ffmpeg): Cosmetic: align arguments to memcpys
- Commited in SoC by Bobby Bingham on 2007-07-02 14:34:02
Originally committed as revision 11972 to svn://svn.ffmpeg.o... - 09:35 PM Revision a4ca7389 (ffmpeg): Even better way to pass size to memcpy.
- Commited in SoC by Bobby Bingham on 2007-07-02 14:33:18
Originally committed as revision 11971 to svn://svn.ffmpeg.o... - 09:35 PM Revision 4f770f66 (ffmpeg): typo
- Commited in SoC by Bobby Bingham on 2007-06-30 17:11:22
Originally committed as revision 11970 to svn://svn.ffmpeg.o... - 09:35 PM Revision 9cc321bd (ffmpeg): Fix a pointer type
- Commited in SoC by Bobby Bingham on 2007-06-30 16:17:56
Originally committed as revision 11969 to svn://svn.ffmpeg.o... - 09:35 PM Revision c74032b7 (ffmpeg): Make linesize a per-reference property
- Commited in SoC by Bobby Bingham on 2007-06-30 16:15:14
Originally committed as revision 11968 to svn://svn.ffmpeg.o... - 09:34 PM Revision 58a9b20f (ffmpeg): Use memcpy() to copy an array.
- Commited in SoC by Bobby Bingham on 2007-06-30 16:05:03
Originally committed as revision 11967 to svn://svn.ffmpeg.o... - 09:34 PM Revision d72a138e (ffmpeg): Some simple filters for testing
- Commited in SoC by Bobby Bingham on 2007-06-29 17:07:44
Originally committed as revision 11966 to svn://svn.ffmpeg.o... - 09:33 PM Revision 4dbbcdee (ffmpeg): Initial stab at an API
- Commited in SoC by Bobby Bingham on 2007-06-29 17:03:03
Originally committed as revision 11965 to svn://svn.ffmpeg.o... - 09:01 PM Revision f037f7e0 (ffmpeg): 100l
- Originally committed as revision 11964 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:32 PM Revision 83a9db42 (ffmpeg): Fix timestamps and durations if the first packets have no durations n...
- and the information needed to guess the duration only becomes known at a later packet.
Originally committed as revis... - 08:23 PM Revision db7ae7d1 (ffmpeg): Simplify avcodec_default_get_buffer()
- Originally committed as revision 11962 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:20 PM Revision 4fe109eb (ffmpeg): Add header for declaration of ff_xxxx functions in imgconvert.c
- Originally committed as revision 11961 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:19 PM Revision 6dd36490 (ffmpeg): This should not be part of the public API
- Originally committed as revision 11960 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:47 PM Revision fba95d3c (ffmpeg): My commit in r11942 broke compilation.
- This fixes it.
Originally committed as revision 11959 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:36 PM Revision 0fdf410a (ffmpeg): Remove everything not yet commited to svn
- Originally committed as revision 11958 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:35 PM Revision a1e3e4ba (ffmpeg): Improve conditional compilation of vsrc_movie.c
- Commited in SoC by Vitor Sessak on 2008-02-13 17:59:45
Originally committed as revision 11957 to svn://svn.ffmpeg.or... - 07:34 PM Revision 538e94d5 (ffmpeg): Fix compilation
- Commited in SoC by Vitor Sessak on 2008-02-12 20:51:02
Originally committed as revision 11956 to svn://svn.ffmpeg.or... - 07:34 PM Revision 21729613 (ffmpeg): True conditional compilation
- Commited in SoC by Vitor Sessak on 2008-02-12 20:35:37
Originally committed as revision 11955 to svn://svn.ffmpeg.or... - 07:34 PM Revision 0d642351 (ffmpeg): Add movie file video source filter.
- Commited in SoC by Víctor Paesa on 2008-01-31 20:55:50
Originally committed as revision 11954 to svn://svn.ffmpeg.or... - 07:33 PM Revision 223c84ac (ffmpeg): Cosmetics: split long line
- Commited in SoC by Víctor Paesa on 2008-01-12 11:33:59
Originally committed as revision 11953 to svn://svn.ffmpeg.or... - 07:33 PM Revision b4aa24fd (ffmpeg): Link to libraries in dependency order.
- Commited in SoC by Víctor Paesa on 2008-01-12 11:31:09
Originally committed as revision 11952 to svn://svn.ffmpeg.o... - 07:33 PM Revision 8d990c19 (ffmpeg): More targets addition
- Merge of several patches in SoC, by various authors.
Originally committed as revision 11951 to svn://svn.ffmpeg.org/... - 07:31 PM Revision bb9cb87c (ffmpeg): Fix Cygwin compilation.
- Patch by Víctor Paesa.
Commited in SoC by Vitor Sessak on 2007-11-10 20:00:16
Originally committed as revision 1195... - 07:30 PM Revision 9f4a53d1 (ffmpeg): Targets addition and removal
- Commited in SoC by Bobby Bingham
Originally committed as revision 11949 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:29 PM Revision 0a46caf9 (ffmpeg): Remove test program and test video output module since ffplay can be ...
- for testing for a while now.
Commited in SoC by Bobby Bingham on 2007-08-14 22:31:51
Originally committed as revisi... - 07:24 PM Revision da842323 (ffmpeg): Merge of several revisions that add more targets to the
- Makefile.
Commited in SoC by Bobby Bingham on sep. 2007.
Originally committed as revision 11947 to svn://svn.ffmpeg... - 07:21 PM Revision 782e83e2 (ffmpeg): work into the ffmpeg build system
- Commited in SoC by Bobby Bingham on 2007-07-24 17:59:16
Originally committed as revision 11946 to svn://svn.ffmpeg.o... - 07:21 PM Revision 52bfefeb (ffmpeg): Add rule for make clean.
- Commited in SoC by Bobby Bingham on 2007-07-15 16:16:36
Originally committed as revision 11945 to svn://svn.ffmpeg.o... - 07:20 PM Revision bc305cc3 (ffmpeg): Merge of several revisions adding filters
- Commited in SoC by Bobby Bingham from 2007-07-06 to
2007-07-08.
Originally committed as revision 11944 to svn://svn.... - 07:18 PM Revision 20123584 (ffmpeg): First version of libavfilter Makefile
- Original commit message:
Simple filter test program
Commited in SoC by Bobby Bingham on 2007-06-29 17:08:49
Origina... - 06:01 PM Revision cc9853d3 (ffmpeg): Split avpicture_fill() in two functions. This will be
- useful for libavfilter and to simplify
avcodec_default_get_buffer().
Originally committed as revision 11942 to svn:/... - 02:58 PM Revision 27af15dc (ffmpeg): prettyprinting cosmetics
- Originally committed as revision 11941 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:44 PM Revision ad40b153 (ffmpeg): silence wmaenc.c:181: warning:suggestparentheses around assignment us...
- Originally committed as revision 11940 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:21 PM Revision e942293d (ffmpeg): It appears last_pts was not set ...
- Originally committed as revision 11939 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:04 PM Revision 6881b8e5 (ffmpeg): Fix
- utils.c: In function ‘avcodec_get_context_defaults2’:
utils.c:793: warning: assignment discards qualifiers from point... - 11:38 AM Revision 408ed51c (ffmpeg): Fix
- opt.c: In function ‘av_set_string’:
opt.c:164: warning: passing argument 9 of ‘ff_eval2’ from incompatible pointer ty... - 07:50 AM Revision 0d6fd5ec (ffmpeg): More explicit unsupported pixel format error messages.
- Patch by Stefano Sabatini: stefano sabatini (minus) lala % poste it
Originally committed as revision 25999 to svn://... - 02:57 AM Revision a712d725 (ffmpeg): Header elision muxing support.
- This only removes 2 bytes from MP3 and MP2 currently.
Up to 4 could be removed from MP3/MP2 though this might need a ... - 02:36 AM Revision 3b4f69ae (ffmpeg): Elision header demuxing support.
- Originally committed as revision 11935 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/14/2008
- 06:53 PM Revision 880add37 (ffmpeg): -vsync 2 (drop frames if there are too many but do not duplicate any)
- Originally committed as revision 11934 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:20 AM Revision 3f8e1fc8 (ffmpeg): Update regression test checksum for ffm.
- Originally committed as revision 11933 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:16 AM Revision 90d30570 (ffmpeg): Avoid void*-arithmetic.
- Patch by mvplayer: ffmpeg gmail com
Originally committed as revision 11932 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/13/2008
- 08:17 PM Revision 7eeebcc5 (ffmpeg): Read match time delta in the frame header.
- We do not do anything with it as lavf does not really support it yet.
Originally committed as revision 11931 to svn:... - 08:13 PM Revision 6cb4b28f (ffmpeg): Read match_time_delta in the framecode table.
- Originally committed as revision 11930 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:01 PM Revision 42abeeae (ffmpeg): update flags
- Originally committed as revision 11929 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:26 PM Revision 501f162f (ffmpeg): honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alaw
- Originally committed as revision 11928 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:24 PM Revision 134e5a9a (ffmpeg): Cosmetics: indentation
- Patch by Thorsten Jordan (tjordan atay macrosystem otday de)
[FFmpeg-devel] Behaviour of liba52 decoder
Originally c... - 02:20 PM Revision 95e53235 (ffmpeg): Remove useless buffering of input data, so that avcodec_decode_audio ...
- returns 0 for a valid frame
Patch by Thorsten Jordan (tjordan atay macrosystem otday de)
[FFmpeg-devel] Behaviour of... - 01:11 PM Revision 6a1f4535 (ffmpeg): 10l, forgot alaw/mulaw mono, use bits_per_sample in fact,
- it should correctly set by av_get_bits_per_sample if recognized
Originally committed as revision 11925 to svn://svn.... - 12:51 PM Revision f8cda19e (ffmpeg): Include poll.h instead of sys/poll.h
- Originally committed as revision 11924 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:58 AM Revision d435e520 (ffmpeg): warn use if edit list is not starting at 0, a/v desync might occur
- Originally committed as revision 11923 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:53 AM Revision fffa99dd (ffmpeg): remove now useless code
- Originally committed as revision 11922 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:52 AM Revision 53152765 (ffmpeg): remove messy and not always correct chunk size workaround, use correc...
- Originally committed as revision 11921 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:26 AM Revision 5e534865 (ffmpeg): typo fix: inited --> initialized
- Originally committed as revision 11920 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:07 AM Revision f1cc49a6 (ffmpeg): typo
- Originally committed as revision 25991 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:36 AM Revision 7cb1fc76 (ffmpeg): Add fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.
- Originally committed as revision 11919 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:33 AM Revision b89bb858 (ffmpeg): Mark MSVC compiler macros as such.
- Originally committed as revision 11918 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:08 AM Revision 7433ca29 (ffmpeg): Disentangle nested preprocessor directives.
- Originally committed as revision 11917 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:05 AM Revision 356306ac (ffmpeg): Print Theora bitstream version at DEBUG, not at VERBOSE level.
- Originally committed as revision 11916 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:18 AM Revision 5edac5dc (ffmpeg): cosmetics: Replace // by /* */ comments.
- sync with upstream libmpeg2 0.4.1
Originally committed as revision 11915 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/11/2008
- 11:17 PM Revision 6c6007d6 (ffmpeg): Do not use ranges with tr, the results are locale-dependent.
- Suggested by Rich Felker.
Originally committed as revision 11914 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:37 PM Revision 300aa2b0 (ffmpeg): return error when dv audio extraction fails
- Originally committed as revision 11913 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:34 PM Revision e6920f24 (ffmpeg): remove obsolete comments
- Originally committed as revision 11912 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:34 PM Revision 3a3aa49a (ffmpeg): remove useless braces
- Originally committed as revision 11911 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:33 PM Revision 311490cc (ffmpeg): cosmetics, indentation, braces
- Originally committed as revision 11910 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:32 PM Revision 8cb66fd8 (ffmpeg): split chunks in the case of big compressed audio frames,
- might be tweaked, fix qt_dv_pal_test.mov.
Originally committed as revision 11909 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:23 PM Revision 77c75437 (ffmpeg): use correct demux mechanism when audio compression id is -2, dv audio...
- Originally committed as revision 11908 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:49 PM Revision 22ed53e5 (ffmpeg): Factor bytewidth determination in its own function
- Originally committed as revision 11907 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:20 PM Revision d0cbff86 (ffmpeg): fcp imx 40 fourccs
- Originally committed as revision 11906 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:10 PM Revision 56ea717b (ffmpeg): indentation
- Originally committed as revision 11905 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:10 PM Revision 4f0e712e (ffmpeg): more correct and simpler
- Originally committed as revision 11904 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:01 AM Revision f1618fd9 (ffmpeg): Add 'reservoir' flag to lavc's flags2 controlling whether or not code...
- utilize a bit reservoir. Also, make the lame encoder utilize this flag.
patch by Paul Kelly, paul a stjohnspoint d c... - 03:30 AM Revision 03c09e43 (ffmpeg): Do not use GNU-specific (or BSD-specific or whatever they may be)
- constants which are completely unneeded anyway. Note that 3 is a cheap
integer bound for log10(1<<CHAR_BIT).
Origina...
02/10/2008
- 06:05 PM Revision 9189411b (ffmpeg): Coding style changes
- Originally committed as revision 11901 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:04 PM Revision 93faa9fa (ffmpeg): More code factorization
- Originally committed as revision 11900 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:04 PM Revision 37e0b997 (ffmpeg): Factor duplicated loop
- Originally committed as revision 11899 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:04 PM Revision d3a4e41c (ffmpeg): Do not hardcode the list of pixel formats and use PIX_FMT_NB instead.
- Originally committed as revision 11898 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:04 PM Revision 243370cb (ffmpeg): Do not hardcode the type of AVFilterFormats.formats in allocation
- Originally committed as revision 11897 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:04 PM Revision bd8ae488 (ffmpeg): Oops, my last commit broke compilation...
- Originally committed as revision 11896 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:04 PM Revision 5ced2c99 (ffmpeg): Make regression tests to pass with libavfilter.
- Originally committed as revision 11895 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:04 PM Revision eac24950 (ffmpeg): Need to be careful when dealing with references.
- Commited in SoC by Bobby Bingham
Originally committed as revision 11894 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:04 PM Revision 30f4baeb (ffmpeg): 10l. parameter was unused and redundant.
- Commited in SoC by Bobby Bingham
Originally committed as revision 11893 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:03 PM Revision 88cfb804 (ffmpeg): avfilter_formats_unref() should remove the given reference, not the last
- reference.
Commited in SoC by Bobby Bingham
Originally committed as revision 11892 to svn://svn.ffmpeg.org/ffmpeg/t... - 06:02 PM Revision 39135465 (ffmpeg): First libavfilter commit.
- Original log message:
Forgot to add in the big colorspace commit
Commited in SoC by Bobby Bingham
Originally commit... - 01:45 AM Revision ec199cc9 (ffmpeg): asm argument that might be in memory needs a size
- Originally committed as revision 11890 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/09/2008
- 10:57 PM Revision ae797914 (ffmpeg): Make dither4 & dither8 const.
- Originally committed as revision 25967 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:47 PM Revision 7ce3e4a8 (ffmpeg): Allow compilation with icc 10.1.
- Originally committed as revision 11889 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:07 PM Revision c4c52acc (ffmpeg): Remove pointless #if.
- Originally committed as revision 11888 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:02 PM Revision a3689bf7 (ffmpeg): Remove pointless code.
- Originally committed as revision 11887 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:55 PM Revision 7bab3a26 (ffmpeg): Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg.
- Originally committed as revision 11886 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:26 PM Revision dc6340e0 (ffmpeg): Remove pointless code.
- Originally committed as revision 11885 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:45 PM Revision a4195e68 (ffmpeg): assert() and note about odd len.
- Originally committed as revision 11884 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:53 PM Revision e1813a2f (ffmpeg): 30% faster ff_vorbis_floor1_render_list, 3% faster overall
- Originally committed as revision 11883 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:29 AM Revision 2c70770e (ffmpeg): use fewer registers in apply_welch_window_sse2
- Originally committed as revision 11882 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:42 AM Revision fa4ed8c1 (ffmpeg): optimize apply_welch_window()
- Originally committed as revision 11881 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/08/2008
- 07:17 PM Revision ead6ebdd (ffmpeg): Use a consistent capitalization for 'Snow' as discussed on the list
- Originally committed as revision 11880 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/06/2008
- 06:57 PM Revision 91208916 (ffmpeg): cosmetics, remove whitespaces before and after parenthesis
- Originally committed as revision 11879 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:37 PM Revision cb4ddf77 (ffmpeg): Add support for speex in ogg
- Originally committed as revision 11878 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:32 PM Revision 1d67b037 (ffmpeg): sse2 h264 motion compensation. not new code, just separate out the ca...
- Originally committed as revision 11877 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:44 AM Revision 20d565be (ffmpeg): put loop counter in a register if possible. makes some of the qpel fu...
- Originally committed as revision 11876 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:14 AM Revision 7080ec29 (ffmpeg): fix aliasing warnings. simpler too.
- Originally committed as revision 11875 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:51 AM Revision a2b7bc8e (ffmpeg): constant was excessively aligned
- Originally committed as revision 11874 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:51 AM Revision 744a9c75 (ffmpeg): Allow the user to select which codec out of several in stsd he wants.
- Originally committed as revision 11873 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/05/2008
- 06:39 PM Revision 63f2670a (ffmpeg): Check that we have enough input data in IMC decoder.
- Originally committed as revision 11872 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:22 AM Revision ddf96970 (ffmpeg): ssse3 h264 motion compensation.
- 25% faster tham mmx on core2, 35% if you discount fullpel, 4% overall decoding.
Originally committed as revision 118... - 03:58 AM Revision b64dfbb8 (ffmpeg): add qpel rounder once during hv rather than twice during hv and whate...
- Originally committed as revision 11870 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:35 AM Revision 485f076d (ffmpeg): seek regression ref update for ogg
- Originally committed as revision 11869 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:16 AM Revision fa9b873e (ffmpeg): clean up an ugliness introduced in r11826. this syntax will require f...
- Originally committed as revision 11868 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:16 AM Revision 37b74c86 (ffmpeg): Fix issue 338:
- Correctly interleave ogg packets per granule
and set eos correctly, 2 packets buffering is needed.
It duplicates inte... - 01:01 AM Revision 2dd3c9e0 (ffmpeg): it seems ogg requires granule to be -1 on unfinished packets
- Originally committed as revision 11866 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/04/2008
- 08:03 PM Revision 9a7871f7 (ffmpeg): Deprecate old and inefficient per instruction asm().
- Originally committed as revision 11865 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:03 PM Revision eb757a62 (ffmpeg): Update seektest regression as well to previous lavf/nut commits
- Originally committed as revision 11864 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:20 PM Revision b2f77586 (ffmpeg): reduce code duplication
- Originally committed as revision 11863 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:12 PM Revision beaa4a91 (ffmpeg): Correct fatal ambiguity.
- Originally committed as revision 11862 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:10 PM Revision 53407b64 (ffmpeg): Correct incorrect statement about warnings.
- Originally committed as revision 11861 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:32 PM Revision c9011976 (ffmpeg): String pointers of ogg_codec_t should have const attribute.
- Originally committed as revision 11860 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:18 PM Revision 23ef0575 (ffmpeg): Add dv50 tag to support samples with dv50 fourcc in AVI.
- patch by christophelorenz christophelorenz gmail com
Originally committed as revision 11859 to svn://svn.ffmpeg.org... - 12:16 PM Revision 9908c1a8 (ffmpeg): Update policy entry about compiler warnings to reflect ml discussions.
- Originally committed as revision 11858 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:13 PM Revision cd41a73f (ffmpeg): Fix a possible use of an uninitialized pointer.
- Originally committed as revision 11857 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:48 AM Revision 4ddcc983 (ffmpeg): back_ptr calculation used wrong timebase when searching for back sync...
- Originally committed as revision 11856 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:45 AM Revision 02c986a8 (ffmpeg): Fix intented algo in syncpoint writing before keyframes in NUT muxer
- Originally committed as revision 11855 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:34 AM Revision 82badd27 (ffmpeg): nut->max_distance was not set at all anywhere in the NUT muxer
- Originally committed as revision 11854 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:30 AM Revision eae213af (ffmpeg): Remove old workaround in nutdec.c for libnut bug
- Originally committed as revision 11853 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:29 AM Revision b19e3983 (ffmpeg): missing " && j<syncpoint_count" protection in the index parsing, as the
- spec instructs...
Originally committed as revision 11852 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:27 AM Revision 103d74ea (ffmpeg): ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only
- gave it 'ts'. Fixed by changing ff_nut_reset_ts() and demuxer params
Originally committed as revision 11851 to svn:/... - 10:26 AM Revision 1db38dad (ffmpeg): Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple of
- "assignment discards qualifiers from pointer target type" warnings.
blessed by Konstantin Shishkov
Originally commit... - 01:06 AM Revision f70eccdb (ffmpeg): 2 more missing consts found by -Wwrite-strings.
- Originally committed as revision 11849 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 AM Revision 37e4979a (ffmpeg): Remove incorrect cast found by -Wwrite-strings.
- Originally committed as revision 11848 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:01 AM Revision 8df94c73 (ffmpeg): Another const found by -Wwrite-strings.
- Originally committed as revision 11847 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:49 AM Revision 1701cbfa (ffmpeg): const
- Originally committed as revision 11846 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 AM Revision 8dd8dc57 (ffmpeg): fix 8 "initialization discards qualifiers from pointer target type"
- warnings
Originally committed as revision 11845 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:37 AM Revision f73008d8 (ffmpeg): const
- Originally committed as revision 11844 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:33 AM Revision 0fca8bc8 (ffmpeg): Fix info packet type, found by oded as well as the new pedantic const
- warnings.
Originally committed as revision 11843 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:31 AM Revision 7ebab679 (ffmpeg): -Wwrite-strings nitpicking fix
- Originally committed as revision 11842 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:26 AM Revision 4cf97abb (ffmpeg): Missing const found by -Wwrite-strings.
- Originally committed as revision 11841 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/03/2008
- 11:25 PM Revision 20e4beae (ffmpeg): const
- Originally committed as revision 11840 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:31 PM Revision 652a5bf6 (ffmpeg): Warn if a comparison is always true or always false due to the
- limited range of the data type.
The only new warning this causes (if i didnt miss one) is:
udp.c:272: warning: compar... - 09:56 PM Revision f522310b (ffmpeg): Missing const found by -Wwrite-strings.
- Originally committed as revision 11838 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:38 PM Revision 9d6a96af (ffmpeg): remove single-frame images from seektest
- Originally committed as revision 11837 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:37 PM Revision 751a6493 (ffmpeg): typo
- Originally committed as revision 11836 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:33 PM Revision 9aceb3cf (ffmpeg): Make string constants const. Why is this not default?
- Originally committed as revision 11835 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:26 PM Revision 704abfec (ffmpeg): remove useless/incorrect comments in regression.sh
- Originally committed as revision 11834 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:26 PM Revision 2009721d (ffmpeg): split lavf regression tests
- Originally committed as revision 11833 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:26 PM Revision 4383ed5c (ffmpeg): split regression tests allowing make to run them in parallel
- Originally committed as revision 11832 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:26 PM Revision d2e40fe5 (ffmpeg): get seek regression test filenames from reference file
- Originally committed as revision 11831 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:54 PM Revision 4bdd3b76 (ffmpeg): mpegvideo.h has two function declarations with the 'inline' specifier
- but no definition for those functions. The C standard requires a
definition to appear in the same translation unit fo... - 05:04 PM Revision b313e815 (ffmpeg): avg_pixels4_mmx2
- Originally committed as revision 11829 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:19 PM Revision 6c01d006 (ffmpeg): use mmx2/3dnow avg functions in avg_qpel*_mc00
- Originally committed as revision 11828 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:18 AM Revision 7abe4380 (ffmpeg): Remove ff_mms_set_stream_selection again from asf demuxer,
- it does not seem like a good solution to the problem and will
cause dependency problems if a libavprotocols should be... - 07:05 AM Revision ed5d7a53 (ffmpeg): ff_h264_idct8_add_sse2.
- compared to mmx, 217->126 cycles on core2, 262->220 on k8.
Originally committed as revision 11826 to svn://svn.ffmpe... - 03:21 AM Revision 51f0ac65 (ffmpeg): remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2.
- Originally committed as revision 11825 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/02/2008
- 10:55 PM Revision dc296223 (ffmpeg): Remove incorrect casts that should have never been there.
- Originally committed as revision 11824 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:54 PM Revision 2efa7fd1 (ffmpeg): Make avcodec_decode_* functions take const input buffers.
- Originally committed as revision 11823 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:34 PM Revision 909063f7 (ffmpeg): 100l, since we already check for buf_size == 769 we should also
- handle buf_size < 769 instead of just crashing in smacker decoder.
Originally committed as revision 11822 to svn://s... - 10:31 PM Revision 3e368d72 (ffmpeg): Use bytestream_get_be24 to simplify palette parsing.
- Originally committed as revision 11821 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:09 PM Revision 04deea9a (ffmpeg): mark qtrle input data as const.
- Originally committed as revision 11820 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:03 PM Revision 2907abed (ffmpeg): Remove a pointless cast.
- Originally committed as revision 11819 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:55 PM Revision b3d5468d (ffmpeg): Add some const where appropriate
- Originally committed as revision 11818 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:38 PM Revision 6be4042c (ffmpeg): Fix warning:
- libavcodec/tiffenc.c:136: warning: pointer type mismatch in conditional expression
Originally committed as revision ... - 09:24 PM Revision 6c51fd3f (ffmpeg): const
- Originally committed as revision 11816 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:17 PM Revision 4d65da42 (ffmpeg): Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning:
- libavformat/asf.c:112: warning: 'is_mms' defined but not used
Originally committed as revision 11815 to svn://svn.ff... - 08:58 PM Revision b630a39e (ffmpeg): Missing 'const' in cast.
- Originally committed as revision 11814 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:13 PM Revision ae77c4b0 (ffmpeg): Make src const.
- Originally committed as revision 11813 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:12 PM Revision b0ddba12 (ffmpeg): void arithmetic
- Originally committed as revision 11812 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:46 PM Revision 1bc0a44d (ffmpeg): Remove -Werror= CFLAGS that do not have the desired effect.
- Originally committed as revision 11811 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:55 PM Revision 5f359c8d (ffmpeg): cosmetics: sort ogg_codec_t list
- Originally committed as revision 11810 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:34 PM Revision eee7e799 (ffmpeg): Some consts for cscd decoder helper functions
- Originally committed as revision 11809 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:54 AM Revision ffbc5e04 (ffmpeg): "swap first two elements of L1 if L0 and L1 are identical" applies af...
- Originally committed as revision 11808 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:53 AM Revision 02f7695b (ffmpeg): fix mbaff diagonal neighbor mv
- Originally committed as revision 11807 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:51 AM Revision 50b3ab0f (ffmpeg): mbaff spatial direct
- Originally committed as revision 11806 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:28 AM Revision 4990eb5f (ffmpeg): Do not modify input data
- Originally committed as revision 11805 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:26 AM Revision 0fe04628 (ffmpeg): IMC decoder always operates on 64-byte blocks
- Originally committed as revision 11804 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:54 AM Revision 815f98cc (ffmpeg): non-const 2nd parameter for strtol/strtod
- Originally committed as revision 11803 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/01/2008
- 11:49 PM Revision 2755e41d (ffmpeg): use AV_RL* instead of le2me_*
- Originally committed as revision 11802 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:48 PM Revision 4e56af82 (ffmpeg): don't cast const away
- Originally committed as revision 11801 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:25 PM Revision 60b6dbe7 (ffmpeg): const
- Originally committed as revision 11800 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:24 PM Revision 9f5bd895 (ffmpeg): const
- Originally committed as revision 11799 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:45 PM Revision aa819b9b (ffmpeg): Mixing declarations and statements is an error, so is any construct
- depending on sizeof(void) (like void_ptr++)
Originally committed as revision 11798 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:30 PM Revision 5e038b4f (ffmpeg): LZO decoder input is const
- Originally committed as revision 11797 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:24 PM Revision c67102f9 (ffmpeg): const
- Originally committed as revision 11796 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:22 PM Revision 31d889ec (ffmpeg): const
- Originally committed as revision 11795 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:21 PM Revision 896b4389 (ffmpeg): const
- Originally committed as revision 11794 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:20 PM Revision 17867842 (ffmpeg): const
- Originally committed as revision 11793 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:20 PM Revision b034f72b (ffmpeg): Add some const keywords in rtjpeg decoder
- Originally committed as revision 11792 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:16 PM Revision 7e5cdb5b (ffmpeg): const
- Originally committed as revision 11791 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:14 PM Revision 74dc7448 (ffmpeg): const
- Originally committed as revision 11790 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision 473dde17 (ffmpeg): const
- Originally committed as revision 11789 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:12 PM Revision 94ef6d11 (ffmpeg): const
- Originally committed as revision 11788 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:08 PM Revision 2ab12b39 (ffmpeg): const
- Originally committed as revision 11787 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:07 PM Revision 8c4bd28b (ffmpeg): const
- Originally committed as revision 11786 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:06 PM Revision e37e5335 (ffmpeg): const
- Originally committed as revision 11785 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:04 PM Revision 14ff144c (ffmpeg): some const
- Originally committed as revision 11784 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:03 PM Revision 63410f2c (ffmpeg): const
- Originally committed as revision 11783 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:59 PM Revision 521c38f1 (ffmpeg): const
- Originally committed as revision 11782 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:58 PM Revision 67d9ca0c (ffmpeg): const
- Originally committed as revision 11781 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:58 PM Revision 6fd4315e (ffmpeg): const
- Originally committed as revision 11780 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:57 PM Revision d177b620 (ffmpeg): const
- Originally committed as revision 11779 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:57 PM Revision 04650579 (ffmpeg): more const
- Originally committed as revision 11778 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:56 PM Revision 4a431e9e (ffmpeg): const
- Originally committed as revision 11777 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:54 PM Revision bed9dc16 (ffmpeg): const
- Originally committed as revision 11776 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:54 PM Revision 4894578b (ffmpeg): const
- Originally committed as revision 11775 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:53 PM Revision ffb52962 (ffmpeg): some const
- Originally committed as revision 11774 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:44 PM Revision b31178c9 (ffmpeg): some const
- Originally committed as revision 11773 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:43 PM Revision 3cc89383 (ffmpeg): const
- Originally committed as revision 11772 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:43 PM Revision 96c5ba15 (ffmpeg): const
- Originally committed as revision 11771 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:41 PM Revision 01791786 (ffmpeg): forgotten const
- Originally committed as revision 11770 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:40 PM Revision 13c2619e (ffmpeg): const
- Originally committed as revision 11769 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:39 PM Revision fb8a82d2 (ffmpeg): const
- Originally committed as revision 11768 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:37 PM Revision 0942f55c (ffmpeg): const
- Originally committed as revision 11767 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:34 PM Revision 3052e4b5 (ffmpeg): some const
- Originally committed as revision 11766 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:30 PM Revision 317b3092 (ffmpeg): const
- Originally committed as revision 11765 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:28 PM Revision 1855abe5 (ffmpeg): const
- Originally committed as revision 11764 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:17 PM Revision 73965d1b (ffmpeg): const
- Originally committed as revision 11763 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:17 PM Revision 47a0513b (ffmpeg): const
- Originally committed as revision 11762 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:13 PM Revision fbdad670 (ffmpeg): const
- Originally committed as revision 11761 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:11 PM Revision 10313fe0 (ffmpeg): const
- Originally committed as revision 11760 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:10 PM Revision 2cc7c655 (ffmpeg): const
- Originally committed as revision 11759 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:08 PM Revision 095f08d5 (ffmpeg): some const
- Originally committed as revision 11758 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:01 PM Revision 4bae195f (ffmpeg): const
- Originally committed as revision 11757 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:58 PM Revision 2b12d6fc (ffmpeg): add const
- Originally committed as revision 11756 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:57 PM Revision ec9f6493 (ffmpeg): Replace get32() by AV_RL32().
- Originally committed as revision 11755 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:55 PM Revision 530902f3 (ffmpeg): const
- Originally committed as revision 11754 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:50 PM Revision 48670d47 (ffmpeg): const
- Originally committed as revision 11753 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:37 PM Revision cd5a654e (ffmpeg): const
- Originally committed as revision 11752 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:36 PM Revision 5cbbbf37 (ffmpeg): const
- Originally committed as revision 11751 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:36 PM Revision 81ef51e6 (ffmpeg): const
- Originally committed as revision 11750 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:30 PM Revision a8a8f204 (ffmpeg): const
- Originally committed as revision 11749 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:28 PM Revision f5b2e900 (ffmpeg): const
- Originally committed as revision 11748 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:28 PM Revision 08e50529 (ffmpeg): const
- Originally committed as revision 11747 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:18 PM Revision 7e2ea583 (ffmpeg): some const
- Originally committed as revision 11746 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:16 PM Revision 6ea28fc5 (ffmpeg): const
- Originally committed as revision 11745 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 PM Revision 0e03ed2e (ffmpeg): const
- Originally committed as revision 11744 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:10 PM Revision 2b57b463 (ffmpeg): const
- Originally committed as revision 11743 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:09 PM Revision 3d37b11f (ffmpeg): some const
- Originally committed as revision 11742 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:08 PM Revision 16db3585 (ffmpeg): const
- Originally committed as revision 11741 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:07 PM Revision 92ddaf26 (ffmpeg): const
- Originally committed as revision 11740 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:06 PM Revision f61bf052 (ffmpeg): const
- Originally committed as revision 11739 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:03 PM Revision da2036c5 (ffmpeg): const
- Originally committed as revision 11738 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:03 PM Revision 3cd7c7fb (ffmpeg): const
- Originally committed as revision 11737 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:00 PM Revision 1dc55279 (ffmpeg): const
- Originally committed as revision 11736 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:58 PM Revision 3c71bc55 (ffmpeg): const
- Originally committed as revision 11735 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:55 PM Revision 07311324 (ffmpeg): const
- Originally committed as revision 11734 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:51 PM Revision 0ff4670a (ffmpeg): Casts to silcence "incompatible pointer type" warnings.
- Originally committed as revision 11733 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:49 PM Revision 96711ecf (ffmpeg): const src for bswap
- Originally committed as revision 11732 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:42 PM Revision 2ec38612 (ffmpeg): const
- Originally committed as revision 11731 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:38 PM Revision 972c99c1 (ffmpeg): Use bytestream.
- Originally committed as revision 11730 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:32 PM Revision 9bb5e9e9 (ffmpeg): const
- Originally committed as revision 11729 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:08 PM Revision 99fb79b5 (ffmpeg): Do not print quality when stream copy,
- Silence valgrind complaint:
==14746== Conditional jump or move depends on uninitialised value(s)
==14746== at 0x43... - 04:17 AM Revision c27fc644 (ffmpeg): const
- Originally committed as revision 11727 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:16 AM Revision c82fbf7f (ffmpeg): const
- Originally committed as revision 11726 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:14 AM Revision 1545c5e5 (ffmpeg): const
- Originally committed as revision 11725 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:14 AM Revision fb2cf1bc (ffmpeg): const
- Originally committed as revision 11724 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:11 AM Revision bd0e945f (ffmpeg): const
- Originally committed as revision 11723 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:07 AM Revision 21cc343d (ffmpeg): const
- Originally committed as revision 11722 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:04 AM Revision 75739ba2 (ffmpeg): const
- Originally committed as revision 11721 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:02 AM Revision d31522b8 (ffmpeg): const
- Originally committed as revision 11720 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:59 AM Revision 1a2c94cb (ffmpeg): const
- Originally committed as revision 11719 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:54 AM Revision 8687f767 (ffmpeg): const
- Originally committed as revision 11718 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:51 AM Revision ea494db3 (ffmpeg): const
- Originally committed as revision 11717 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:48 AM Revision ebc07904 (ffmpeg): const
- Originally committed as revision 11716 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:48 AM Revision f64bbca5 (ffmpeg): const
- Originally committed as revision 11715 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:47 AM Revision 5d9375da (ffmpeg): const
- Originally committed as revision 11714 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:46 AM Revision f84a02c0 (ffmpeg): const
- Originally committed as revision 11713 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:40 AM Revision 2b3c8f8a (ffmpeg): const
- Originally committed as revision 11712 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:39 AM Revision b5777b94 (ffmpeg): const
- Originally committed as revision 11711 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:34 AM Revision e68c7a4a (ffmpeg): const
- Originally committed as revision 11710 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:29 AM Revision 0431d3b1 (ffmpeg): one "cast discards qualifiers from pointer target type" less
- Originally committed as revision 11709 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:26 AM Revision 7993df65 (ffmpeg): consts
- I have underestimated this a little, and these are just some ...
Originally committed as revision 11708 to svn://svn... - 03:14 AM Revision ff794171 (ffmpeg): Do not cast const away.
- Originally committed as revision 11707 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:36 AM Revision b1f5712e (ffmpeg): consts
- Originally committed as revision 11706 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:35 AM Revision 30317501 (ffmpeg): consts
- Originally committed as revision 11705 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:26 AM Revision 6ddaa63c (ffmpeg): The buffer passed into the decoder should be const.
- Originally committed as revision 11704 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 AM Revision a9f87158 (ffmpeg): Fix const qualifer issues found by -Wcast-qual.
- Originally committed as revision 11703 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:35 AM Revision 7526ade2 (ffmpeg): Indention, it seems i have forgotton to commit this.
- Originally committed as revision 11702 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:33 AM Revision 89ef2c29 (ffmpeg): Merge declaration and initialization.
- Originally committed as revision 11701 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:33 AM Revision 07014467 (ffmpeg): Dont cast const away.
- Originally committed as revision 11700 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:31 AM Revision f4929996 (ffmpeg): Warn about casts which remove const.
- Feel free to flame me if you disagree that such code is wrong.
Originally committed as revision 11699 to svn://svn.f...
01/31/2008
- 10:30 PM Revision 2331e31c (ffmpeg): Add support for ogg text subtitles.
- Originally committed as revision 11698 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:52 PM Revision b8fe8ab0 (ffmpeg): Fix the following using void* casts, proper casts are less readable and
- avoiding casts would be even less readable, but other suggestions are welcome.
lls.c:56: warning: initialization from... - 08:04 PM Revision aba29e6f (ffmpeg): Fix b-libav.ul/al seek regression test.
- Originally committed as revision 11696 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:23 PM Revision bb41f2e7 (ffmpeg): fix field order export
- Originally committed as revision 11695 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:01 PM Revision 3485b9cd (ffmpeg): Revert r11689 and r11690 (uninitalized warning fix) as its theoretically
- undefined in C.
Originally committed as revision 11694 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:40 PM Revision fa7343ea (ffmpeg): stupid typo
- Originally committed as revision 11693 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 PM Revision 9c9519fd (ffmpeg): Two tables that should be const
- Originally committed as revision 11692 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:31 AM Revision ccac8438 (ffmpeg): support rawvideo in mov
- Originally committed as revision 11691 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:13 AM Revision b2aba2e6 (ffmpeg): Comment about weird warning prevention.
- Originally committed as revision 11690 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:38 AM Revision b34130ae (ffmpeg): fix "uninitalized" warning, the alternative way.
- I hope this is valid C, flame me if not.
md5sum of h263.o doesnt change, so this doesnt cause a slowdown.
Originally... - 01:25 AM Revision 961c25b5 (ffmpeg): revert r11677, it is considered speed critical
- Originally committed as revision 11688 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:57 AM Revision 89438028 (ffmpeg): add parenthesis, fix warning: snow.c:2413: warning: suggest parenthes...
- Originally committed as revision 11687 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:56 AM Revision f0a70840 (ffmpeg): Add const qualifier, fix warnings:
- snow.c:2292: warning: assignment discards qualifiers from pointer target type
snow.c:2294: warning: assignment discar... - 12:50 AM Revision 4a9dfdc1 (ffmpeg): add parenthesis, fix warning: qtrleenc.c:257: warning: suggest parent...
- Originally committed as revision 11685 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:34 AM Revision d7742a74 (ffmpeg): typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:2...
- Originally committed as revision 11684 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:27 AM Revision febc8fad (ffmpeg): init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be...
- Originally committed as revision 11683 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision 87be0d12 (ffmpeg): add parenthesis, fix warning: mpegenc.c:303: warning: suggest parenth...
- Originally committed as revision 11682 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 AM Revision 3dc761a4 (ffmpeg): typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get...
- Originally committed as revision 11681 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:15 AM Revision 1710856c (ffmpeg): Fix the following warnings:
- h264.c:2093: warning: unused variable 's'
h264.c:2406: warning: suggest parentheses around arithmetic in operand of ^... - 12:10 AM Revision 774c8477 (ffmpeg): cast to correct type, fix warning: apedec.c:859: warning: passing arg...
- Originally committed as revision 11679 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:06 AM Revision d83085cd (ffmpeg): fix indentation
- Originally committed as revision 11678 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:05 AM Revision 3fbe36d4 (ffmpeg): init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be us...
- Originally committed as revision 11677 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:01 AM Revision 7f4d2d83 (ffmpeg): cast to dest type, fix warning: 4xm.c:304: warning: initialization fr...
- Originally committed as revision 11676 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:00 AM Revision e151e272 (ffmpeg): cast to dest type, fix warning imgconvert.c:1958: warning: assignment...
- Originally committed as revision 11675 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/30/2008
- 11:58 PM Revision 29e15adc (ffmpeg): add const, fix warning: cook.c:276: warning: passing argument 2 of 'm...
- Originally committed as revision 11674 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:54 PM Revision 066e0cc5 (ffmpeg): add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: sugge...
- Originally committed as revision 11673 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:52 PM Revision afa47789 (ffmpeg): fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: ass...
- Originally committed as revision 11672 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 PM Revision f5655f2a (ffmpeg): remove duplicate, disabled nut regression test
- Originally committed as revision 11671 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:30 PM Revision 2722e362 (ffmpeg): Missed a variable in postprocess.c that should use DECLARE_ASM_CONST ...
- Originally committed as revision 11670 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:21 PM Revision 2b858d0b (ffmpeg): Simplify: use DECLARE_ASM_CONST
- Originally committed as revision 11669 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:22 PM Revision 4ad08acc (ffmpeg): use context in av_log
- Originally committed as revision 11668 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:22 PM Revision c8134d71 (ffmpeg): warning is only valid for mov
- Originally committed as revision 11667 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:07 AM Revision 7ead693b (ffmpeg): Do not print an (L)GPL license statement when nonfree parts have been...
- into FFmpeg. Instead warn that the resulting binary is unredistributable.
Originally committed as revision 11666 to... - 04:50 AM Revision 59abc29e (ffmpeg): fixing warning
- md5.c:150: warning: passing argument 2 of 'av_md5_update' from incompatible pointer type
Originally committed as rev...
Also available in: Atom