Activity
From 12/05/2008 to 01/03/2009
01/03/2009
- 07:21 PM Revision 1104a26a (ffmpeg): Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.
- Originally committed as revision 16418 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:20 PM Revision f656106f (ffmpeg): Add type, text and ass to AVSubtitleRect.
- Originally committed as revision 16417 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 PM Revision 25b4c651 (ffmpeg): Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.
- Originally committed as revision 16416 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:41 PM Revision ebc466bb (ffmpeg): Replace some fixed width variable from AVSubtitle* by normal int.
- Originally committed as revision 16415 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:26 PM Revision 052571e7 (ffmpeg): Forgot to update (I likely missed it due to its similar name to dvb...)
- Originally committed as revision 16414 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:58 PM Revision 2e94fb5d (ffmpeg): Future doxy for a few fields of AVSubtitleRect.
- Originally committed as revision 16413 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:54 PM Revision db4fac64 (ffmpeg): Change AVSubtitle.rects to an array of pointers so ABI does not break
- when the size of AVSubtitleRect changes.
Originally committed as revision 16412 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:50 PM Revision 7cf9c6ae (ffmpeg): Display subtitles within the display area.
- Fixes dvd-subtitle-problem.vob. (problem likely is that the video
resolution is smaller than what the subtitles expec... - 03:15 PM Revision c66216ed (ffmpeg): Add enum AVSubtitleType
- Originally committed as revision 16410 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:46 AM Revision 37fed100 (ffmpeg): Add x264 SSE2 iDCT functions to H.264 decoder.
- Originally committed as revision 16409 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/02/2009
- 04:21 PM Revision c96da3ed (ffmpeg): Avoid POSIX-reserved _t namespace.
- Originally committed as revision 16408 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:19 PM Revision 0f0b707f (ffmpeg): Avoid POSIX-reserved _t namespace.
- Originally committed as revision 16407 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:09 AM Revision e329b6ec (ffmpeg): Bump year number.
- Originally committed as revision 16406 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:07 AM Revision 9ce95f27 (ffmpeg): Cosmetics: break line to make it not longer than 80 chars.
- Originally committed as revision 16405 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/31/2008
- 02:47 AM Revision ce0453aa (ffmpeg): 10l set AVPacket.size to the true size of the returned data instead of
- the (larger) allocated size. (prevents segfaults due to later failures
from 900MB-sized packets, yes fuzzed file not ... - 01:54 AM Revision 188e67ea (ffmpeg): Fix indention which was off by 1 space.
- Originally committed as revision 16403 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:53 AM Revision 0b4ff0c9 (ffmpeg): Replace buffer by AVPacket and avoid a memcpy() for video when the nu...
- of allocated slices matches the actual.
Audio still does a copy (marked with FIXME in the code so this is not missed)... - 12:24 AM Revision fce48f5b (ffmpeg): Merge videobuf and audiobuf.
- Originally committed as revision 16401 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/30/2008
- 09:23 PM Revision f48d5457 (ffmpeg): Simplify the top of rm_assemble_video_frame().
- Originally committed as revision 16400 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:51 PM Revision e45673cb (ffmpeg): Add a few error checks to rm_assemble_video_frame()
- Originally committed as revision 16399 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:49 PM Revision 51d6852f (ffmpeg): All non zero returns of rm_assemble_video_frame() are errors, check t...
- accordingly.
Originally committed as revision 16398 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:02 PM Revision aed46465 (ffmpeg): Silence two icc warnings:
- /home/melanson/fate/source/ffserver.c(4349):
warning #188: enumerated type mixed with another type
... - 08:47 AM Revision 9d705050 (ffmpeg): Add my GnuPG fingerprint.
- Originally committed as revision 16396 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:13 AM Revision 172a39d1 (ffmpeg): ARM: work around linker bug with movw/movt relocations in shared libs
- Originally committed as revision 16395 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:13 AM Revision 2e35e684 (ffmpeg): Make shared/static full CONFIG options
- Originally committed as revision 16394 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:13 AM Revision ab5cb084 (ffmpeg): configure: check for ARMv6T2 support
- Originally committed as revision 16393 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:13 AM Revision 77e2249e (ffmpeg): ARM: rename coefficient table in NEON IDCT
- Originally committed as revision 16392 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/29/2008
- 05:14 PM Revision 27513162 (ffmpeg): Remove duplicated dot product code. Use dsputil's
- scalarproduct instead. Patch by Aurelien Jacobs.
Originally committed as revision 16391 to svn://svn.ffmpeg.org/ffmp... - 04:56 PM Revision 0a11fc82 (ffmpeg): My gpg key fingerprint.
- Originally committed as revision 16390 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:39 PM Revision 6c8f2def (ffmpeg): COSMETICS. Write my full name instead.
- Originally committed as revision 16389 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:33 PM Revision 3bb79c04 (ffmpeg): Add myself as qcelp* maintainer.
- Originally committed as revision 16388 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:27 PM Revision f1e27bae (ffmpeg): Add my key fingerprint to the list.
- Originally committed as revision 16387 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 PM Revision c51fafa1 (ffmpeg): configure: accept $TMP as location for temporary files
- Originally committed as revision 16386 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 PM Revision a49d42c2 (ffmpeg): configure: simplify TMPDIR setting
- Originally committed as revision 16385 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 PM Revision 91535e5f (ffmpeg): Fix typos.
- Originally committed as revision 16384 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:00 PM Revision 45a92230 (ffmpeg): Clarify that the list of gpg fingerprints is not just for maintainers.
- Originally committed as revision 16383 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:57 AM Revision 234ccf19 (ffmpeg): Add spaces into the gpg fingerprint for better readability.
- Originally committed as revision 16382 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:20 AM Revision 592beefe (ffmpeg): It turned out that RV30 uses motion vectors for forward motion B-frame
- macroblocks to predict motion vectors for backward motion B-frame macroblocks
and vice versa.
Originally committed a...
12/28/2008
- 11:26 PM Revision e4f1ec3a (ffmpeg): Explain the lack of +3/7
- Originally committed as revision 16380 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:25 PM Revision 7d204e67 (ffmpeg): av_free() -> av_freep(), patch by Reimar Doffinger, see discussion in
- "rmdec.c: double free" thread on mailinglist.
Originally committed as revision 16379 to svn://svn.ffmpeg.org/ffmpeg/... - 11:23 PM Revision c49a3ec3 (ffmpeg): Fix double free which happens for playback of .rm files after r16365....
- "rmdec.c: double free" discussion on mailinglist, patch with suggestions
from Reimar Doffinger.
Originally committed... - 11:12 PM Revision 133e5c40 (ffmpeg): Add a list of GnuPG fingerprints.
- This is not as good as personal keysigning (ala debian) but better than
nothing.
Originally committed as revision 16... - 08:08 PM Revision 6735e2c8 (ffmpeg): Revert r16375: It broke aac decoding.
- Originally committed as revision 16376 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:48 PM Revision 69b38d4d (ffmpeg): Reduce number of warnings when compiling with icc by two.
- Originally committed as revision 16375 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:44 PM Revision 3a095bee (ffmpeg): Silence one warning when compiling with icc:
- warning #188: enumerated type mixed with another type
if((q->bitrate = determine_bitrate(avctx, buf_size, &buf)... - 07:40 PM Revision 2c67c659 (ffmpeg): Fix h264 decoding on SSE2 cores with icc compilation.
- Originally committed as revision 16373 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:07 PM Revision 055068d0 (ffmpeg): Mention in the documentation of avfilter_poll_frame() that it returns
- a negative value in case of error.
Originally committed as revision 16372 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:22 PM Revision 5b3658f7 (ffmpeg): Fix a typo that made VMD demuxer always assume Indeo 3 as video codec.
- Spotted by Robert Swain
Originally committed as revision 16371 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:41 PM Revision 5d91e928 (ffmpeg): Use avcodec_check_dimensions() for checking the frame size validity.
- The v4l.c check is moved after the eventual automatic size detection,
so the check in that case is performed on the n... - 05:59 AM Revision ade8fb4d (ffmpeg): Reindent after r16368.
- Originally committed as revision 16369 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:58 AM Revision a9f84821 (ffmpeg): Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discuss...
- "[PATCH] oops I broke rdt.c" mailinglist thread.
Originally committed as revision 16368 to svn://svn.ffmpeg.org/ffmp... - 05:55 AM Revision 5d88c264 (ffmpeg): Change audio_pkt_cnt from an array into a single field, since only a ...
- member of the array is ever used (compare to RMDemuxContext->audio_pkt_cnt).
See "[PATCH] oops I broke rdt.c" mailing... - 12:21 AM Revision 886e89d0 (ffmpeg): Add RMStream object as function argument to public functions so that ...
- AVStreams can be used to call these public rmdec.c functions as well, as is
the case for RDT/RTSP streams. See mailin... - 12:18 AM Revision ba614729 (ffmpeg): Implement RMStream stream-specific private data object in the RM demu...
- This allows multiple video or audio streams per .rm file. See mailinglist
thread "[PATCH] rmdec.c: implement RMVideo/...
12/27/2008
- 11:12 PM Revision 23ae2b68 (ffmpeg): Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED
- Originally committed as revision 16364 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:34 PM Revision 10f35ebd (ffmpeg): Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for it
- Originally committed as revision 16363 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:25 PM Revision edf7c2b2 (ffmpeg): simple_idct: use MUL16 and MAC16 from mathops.h
- Originally committed as revision 16362 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:45 AM Revision 643d2e88 (ffmpeg): Avoid POSIX-reserved _t namespace.
- Originally committed as revision 28195 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:44 AM Revision df77a6da (ffmpeg): Make the VIDIOCMCAPTURE ioctl error message consistent with the other...
- Originally committed as revision 16361 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:40 AM Revision faf67322 (ffmpeg): Add missing check on the return value of the VIDIOCSWIN ioctl.
- Originally committed as revision 16360 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:33 AM Revision cb82a073 (ffmpeg): consistency cosmetics: Rename POWERPC identifiers to PPC.
- Originally committed as revision 28194 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:33 AM Revision 79cb09b2 (ffmpeg): consistency cosmetics: Rename POWERPC identifiers to PPC.
- Originally committed as revision 16359 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:30 AM Revision d89eae6f (ffmpeg): Remove stray code
- Originally committed as revision 16358 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:21 AM Revision a6b4448c (ffmpeg): Cleanup _t types in libavcodec/ppc
- Originally committed as revision 16357 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:31 AM Revision 7f9b3266 (ffmpeg): Change thisIsAVar variable names to this_is_a_var style, more
- consistent with the rest of libav*.
Originally committed as revision 16356 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:22 AM Revision b870027a (ffmpeg): Bump minor number for many small improvements, tiff fax decoding,
- AVCodecContext refs is set during decoding.
Originally committed as revision 16355 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/26/2008
- 10:25 PM Revision 9864142b (ffmpeg): Fix and extend documentation for avfilter_graph_get_filter().
- Originally committed as revision 16354 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:26 PM Revision e916c2ac (ffmpeg): Fix typo: ommitted -> omitted.
- Originally committed as revision 16353 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:52 PM Revision f23740d9 (ffmpeg): ARM: NEON optimised float_to_int16
- Originally committed as revision 16352 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:28 PM Revision 22730e87 (ffmpeg): Put pass_logfilename_prefix check on a single line, improve readability.
- Originally committed as revision 16351 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:25 PM Revision ad16627f (ffmpeg): Rename variables:
- pass_logfilename -> pass_logfilename_prefix
DEFAULT_PASS_LOGFILENAME -> DEFAULT_PASS_LOGFILENAME_PREFIX
and make cle... - 06:42 PM Revision 92799d32 (ffmpeg): Enable faxcompr.
- Originally committed as revision 16349 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:39 PM Revision a56f82ea (ffmpeg): indent
- Originally committed as revision 16348 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:39 PM Revision 537bf426 (ffmpeg): Simplify vertical mode
- Originally committed as revision 16347 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:14 PM Revision eb0094b2 (ffmpeg): And another sechole ...
- Originally committed as revision 16346 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:06 PM Revision 26830975 (ffmpeg): Fix yet another sechole.
- Originally committed as revision 16345 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:51 PM Revision 11c5999e (ffmpeg): Fix another sechole.
- Originally committed as revision 16344 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:32 PM Revision 2a522579 (ffmpeg): Minor simplification.
- Originally committed as revision 16343 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:11 PM Revision f78a6791 (ffmpeg): Remove unused run_start variable.
- Originally committed as revision 16342 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:04 PM Revision 6f5c00eb (ffmpeg): Move sync line pointers code to the end of the loop, it is simpler th...
- Originally committed as revision 16341 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:59 PM Revision e3a54b66 (ffmpeg): Get rid of check for condition that is always true (run_off < avctx->...
- Originally committed as revision 16340 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:57 PM Revision 43ba8f35 (ffmpeg): Get rid of pix_left in the 2d code, it is simpler that way.
- Originally committed as revision 16339 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:50 PM Revision a3636fa0 (ffmpeg): COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling p...
- Originally committed as revision 16338 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:49 PM Revision 4f54fb54 (ffmpeg): Part 2 of Kenan Gillet's QCELP silence handling patch.
- Originally committed as revision 16337 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:38 PM Revision 6fe68c7b (ffmpeg): Factorize "avctx->width + 2" out to avoid someone mistakenly changing
- some but not all.
Originally committed as revision 16336 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:30 PM Revision 621e6525 (ffmpeg): cosmetic (moving pix_left update)
- Originally committed as revision 16335 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:29 PM Revision 1d798507 (ffmpeg): Close gaping sechole. That is, a series of run=0 allows arbitrary dat...
- be written over the end of the runs array.
Originally committed as revision 16334 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:21 PM Revision d02ab57a (ffmpeg): minor simplification
- Originally committed as revision 16333 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:05 PM Revision 66909bc4 (ffmpeg): Merge ff_ccitt_unpack_1d and 2d.
- Originally committed as revision 16332 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:57 PM Revision d68542f0 (ffmpeg): Ensure that an invalid run terminates the line.
- Originally committed as revision 16331 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:39 PM Revision ec5bdf49 (ffmpeg): 10l != vs. == (yes, my fault not kostya's).
- Originally committed as revision 16330 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:52 PM Revision 679f3fa9 (ffmpeg): indent
- Originally committed as revision 16329 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:51 PM Revision 68d48cc5 (ffmpeg): Simplify zero run handling in put_line().
- Originally committed as revision 16328 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:50 PM Revision bc0f7a9c (ffmpeg): Avoid negation in put_line().
- Originally committed as revision 16327 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:48 PM Revision 4e60b643 (ffmpeg): Factorize mode switching in put_line().
- Originally committed as revision 16326 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:46 PM Revision eb12536a (ffmpeg): Fix (rewrite) find_group3_syncmarker().
- Originally committed as revision 16325 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 PM Revision 44fe7113 (ffmpeg): Fix documentation for -passlogfile, the argument is not a file name
- but a prefix used to create the complete pass log file name.
Originally committed as revision 16324 to svn://svn.ffm... - 01:39 PM Revision 8d48db31 (ffmpeg): CCITT Fax Group 3 and 4 decompression by kostya.
- Will be activated after a little more reviewing and fixing by me.
Commited now, so as to not lose history of that.
O... - 11:23 AM Revision df2a3f27 (ffmpeg): Use more descriptive long_names for Video4Linux input devices.
- Originally committed as revision 16322 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:00 AM Revision b8d62672 (ffmpeg): ASAO Nelly Moser implementation moved to a better place on mphq.
- Originally committed as revision 16321 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:54 AM Revision e4a5f397 (ffmpeg): Choose better names for the variables in create_filter().
- Originally committed as revision 16320 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:48 AM Revision 175821c6 (ffmpeg): Fix documentation for avfilter_parse_graph().
- Originally committed as revision 16319 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 AM Revision 7274a480 (ffmpeg): Check that the device is a capture device immediately after opening
- the device.
Originally committed as revision 16318 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:31 AM Revision f233d348 (ffmpeg): Remove unnecessary temporary variable "frame_size" from
- grab_read_header().
Originally committed as revision 16317 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:12 AM Revision fd867ffd (ffmpeg): Add missing check on the result of a VIDIOCCAPTURE ioctl.
- Originally committed as revision 16316 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:07 AM Revision c40432d3 (ffmpeg): Cosmetics: put a space after each comma, improve consistency and
- readability.
Originally committed as revision 16315 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:03 AM Revision 5163c0d9 (ffmpeg): s/FFmpeg-devel/ffmpeg-devel/
- Originally committed as revision 16314 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:19 AM Revision c1fc7036 (ffmpeg): Fix compilation without optimization under 64-bit with x264 deblock a...
- Originally committed as revision 16313 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/25/2008
- 11:13 PM Revision 760badc1 (ffmpeg): ARM: add new h264 idct functions
- Originally committed as revision 16312 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:27 PM Revision 337e3fd9 (ffmpeg): Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h...
- h264_idct_add16intra, h264_idct_add8 need to be implemented.
Add C version of ff_h264_idct8_dc_add in AltiVec so tha... - 03:49 PM Revision 0fa5f24c (ffmpeg): Change mplayerhq.hu references to ffmpeg.org where appropriate.
- Originally committed as revision 16310 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:49 PM Revision ddaf298c (ffmpeg): Fix sample URL.
- Originally committed as revision 16309 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:26 PM Revision bb0bfcd5 (ffmpeg): The VC-1/WMV3 decoders depend on ENABLE_MSMPEG4_DECODER.
- patch by avcoder, ffmpeg gmail com
Originally committed as revision 16308 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:20 AM Revision 1cca8d24 (ffmpeg): flatten an array, since gcc fails at optimizing multidimensional arrays
- h264_idct8_add_c: 780 -> 735 cycles on conroe
Originally committed as revision 16307 to svn://svn.ffmpeg.org/ffmpeg/...
12/24/2008
- 06:39 PM Revision 802e9146 (ffmpeg): export refs
- Originally committed as revision 16306 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:38 PM Revision 53d55e9e (ffmpeg): Allow decoders to set AVCodecContext.refs.
- Originally committed as revision 16305 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:23 AM Revision 62ea19c0 (ffmpeg): Optimize pred_pskip_motion()
- 7 cpu cycles faster on pentium dual.
Originally committed as revision 16304 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:20 AM Revision c26436ec (ffmpeg): add amr in avi riff tags
- Originally committed as revision 16303 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/23/2008
- 10:06 PM Revision ebfb0449 (ffmpeg): Indent
- Originally committed as revision 16302 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:04 PM Revision 05d3fd44 (ffmpeg): Integrate get_te0_golomb() calls into the code, this allows some checks
- to be avoided and the function is pretty small.
3% speedup, though this is probably due to changed inlining and not d... - 09:12 PM Revision 9963b332 (ffmpeg): Use get_ue_golomb_31() where possible, almost all are just in headers
- though.
Originally committed as revision 16300 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:07 PM Revision 0be51462 (ffmpeg): Update golomb decoding tables so that get_*_golomb_31() return some
- larger values for too large values.
Originally committed as revision 16299 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:05 PM Revision 0e921e97 (ffmpeg): Add get_ue_golomb_31()
- Originally committed as revision 16298 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:44 PM Revision be8497b0 (ffmpeg): Update again Cygwin Ports URL after my sloppy previous commit.
- Originally committed as revision 16297 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:12 PM Revision 2f2893ce (ffmpeg): indent
- Originally committed as revision 16296 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:10 PM Revision d42fc4a8 (ffmpeg): Use the new VLC table for the first non trailing coeff too.
- Sadly only 5 cycles faster here on pentium dual. So maybe the
complexity is not worth it and this should be reverted ... - 06:31 PM Revision 593af7cd (ffmpeg): Optimize esc removal code.
- Originally committed as revision 16294 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:27 PM Revision ffedb5c1 (ffmpeg): 352l: correct calculating number of bits for storing macroblock offse...
- Originally committed as revision 16293 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:50 PM Revision 2d76bf39 (ffmpeg): Indent
- Originally committed as revision 16292 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:49 PM Revision 8140955d (ffmpeg): unified CAVLC level decoding LUT.
- Quite a bit faster (HPCVMOLQ_BRCM_B.264 was 3% faster here)
Originally committed as revision 16291 to svn://svn.ffmp... - 10:29 AM Revision 5dd9799d (ffmpeg): Complete the list of external libraries.
- Originally committed as revision 16290 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:09 AM Revision 666a1b34 (ffmpeg): Advice on compiler versions
- Originally committed as revision 16289 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:57 AM Revision 9f6bfe80 (ffmpeg): Update Cygwin Ports URL.
- Originally committed as revision 16288 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:53 AM Revision 8484503e (ffmpeg): Bring up to date the Cygwin docs.
- Originally committed as revision 16287 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:34 AM Revision 5cb5023c (ffmpeg): Make h264 parser 50% faster.
- Originally committed as revision 16286 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:11 AM Revision abb27cfb (ffmpeg): 100l, I broke H.264 again, forgot one hunk.
- Thanks to FATE for finding it.
Originally committed as revision 16285 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:38 AM Revision e08715d3 (ffmpeg): Optimize 0 0 0-3 search, 45% faster on pentium dual.
- Originally committed as revision 16284 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/22/2008
- 11:30 PM Revision f496ab12 (ffmpeg): The diffutils package is also needed (for the 'cmp' command).
- Spotted by Ramiro Polla.
Originally committed as revision 16283 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:39 PM Revision 11c23b64 (ffmpeg): Revert r16257:
- Include "libavutil/common.h" where we use llrint() in case ffmpeg's
own llrint() is to be used.
Originally committed... - 10:12 PM Revision 9f2ace74 (ffmpeg): Fix two identical warnings when compiling riff.c and nuv.c with icc:
- warning #188: enumerated type mixed with another type
Originally committed as revision 16281 to svn://svn.ffmpeg.org... - 10:10 PM Revision 1c53290b (ffmpeg): Fix a warning when compiling with icc:
- warning #188: enumerated type mixed with another type
Originally committed as revision 16280 to svn://svn.ffmpeg.org... - 05:14 PM Revision ec3686e8 (ffmpeg): Simplify decode_cabac_mb_ref() a little bit, 2 cpu cycles faster on
- pentium dual.
Originally committed as revision 16279 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:56 PM Revision 26695973 (ffmpeg): Indent
- Originally committed as revision 16278 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:46 PM Revision b68a4553 (ffmpeg): inline decode_cabac_mb_type for I & P frames, 9 cycles faster on pent...
- Originally committed as revision 16277 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:20 PM Revision 1952ac37 (ffmpeg): Negate 2 more variables, 1 cpu cycle faster on pentium dual.
- Originally committed as revision 16276 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:14 PM Revision 03a035e0 (ffmpeg): Simplify if/else, no speed change
- Originally committed as revision 16275 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:10 PM Revision 6f3c50f2 (ffmpeg): Negate a few variables, this simplifies the code and makes it 5 cycle...
- on pentium dual.
Originally committed as revision 16274 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:54 PM Revision 60c6ba7a (ffmpeg): Simplify ifs(), 8 cpu cycles faster on pentium dual
- Originally committed as revision 16273 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:53 PM Revision 127a20e3 (ffmpeg): Simplify if(), 3 cpu cycles faster in pentium dual.
- Originally committed as revision 16272 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:23 AM Revision 9daa4cea (ffmpeg): Initialize s->opaque before calling url_resetbuf().
- Fixes a regression test crash for icc 10.1 64 bit.
Patch by Aurelien.
Originally committed as revision 16271 to svn... - 09:12 AM Revision a6493a8f (ffmpeg): Rename libavcodec/i386/ --> libavcodec/x86/.
- It contains optimizations that are not specific to i386 and
libavutil uses this naming scheme already.
Originally co... - 08:22 AM Revision 50e3477f (ffmpeg): Offer an option (disabled by default) to enable the copy of the frame...
- the first key frame in a stream.
Patch by Wolfram Gloger wmglo /!\ dent med uni (minus) muenchen de
Originally commi... - 06:50 AM Revision 108c96d5 (ffmpeg): Decode TIFF image only after all tags have been decoded
- Originally committed as revision 16268 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:47 AM Revision 8eedffde (ffmpeg): Some TIFFs declare -1 for the single strip height
- Originally committed as revision 16267 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:43 AM Revision 89b4ec5c (ffmpeg): Add monochrome TIFF support
- Originally committed as revision 16266 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:39 AM Revision 4386ed69 (ffmpeg): Calculate line size variable correctly for lower bitdepths and use it...
- Originally committed as revision 16265 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:36 AM Revision 4a2f51de (ffmpeg): Register TIFF tags for CCITT Group 3 and 4 compression options
- Originally committed as revision 16264 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:10 AM Revision bef05f05 (ffmpeg): Remove a bunch of unused variables.
- Originally committed as revision 16263 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:03 AM Revision ebb160a0 (ffmpeg): Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward.
- Originally committed as revision 16262 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:01 AM Revision 64bfc584 (ffmpeg): Fix incorrectly constructed Dirac parse units that caused A/V sync loss.
- Fixes issue 694.
patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 16261 to svn:/...
12/21/2008
- 11:56 PM Revision c4ff7c53 (ffmpeg): Do not use full include path for headers in the same directory.
- Originally committed as revision 16260 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:50 PM Revision c96bd212 (ffmpeg): Change mpeg audio parser so it only sets frame_size, channels and bit...
- after it has a few valid frames.
Fixes issue762
Originally committed as revision 16259 to svn://svn.ffmpeg.org/ffmpe... - 10:51 PM Revision af4c0bcb (ffmpeg): Silence the following icc warnings:
- warning #1292: attribute "force_align_arg_pointer" ignored
warning #1292: attribute "alloc_size" ignored
warning #129... - 09:53 PM Revision 1af34f09 (ffmpeg): Include "libavutil/common.h" where we use llrint() in case ffmpeg's
- own llrint() is to be used.
Originally committed as revision 16257 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:47 PM Revision ed4c638a (ffmpeg): Fix PTS returned by the demuxers for mpeg4 without a decoder.
- More precissely fix has_b_frames.
Fixes issue757
Originally committed as revision 16256 to svn://svn.ffmpeg.org/ffmp... - 09:30 PM Revision c62da797 (ffmpeg): Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header().
- Originally committed as revision 16255 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:56 PM Revision 2f3d7ea9 (ffmpeg): Fix detection of audio codec in K70707-ARIA229.flv.
- Fixes issue760.
Originally committed as revision 16254 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:49 PM Revision befc8fe0 (ffmpeg): Remove useless code.
- Originally committed as revision 16253 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:58 PM Revision c212fb0c (ffmpeg): Only execute clear_blocks() when needed.
- +0.3% speedup for both aladin & cathedral.
Originally committed as revision 16252 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:32 AM Revision 897c1703 (ffmpeg): AAC: Reindent after last commit
- Originally committed as revision 16251 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:28 AM Revision aab54133 (ffmpeg): AAC: Fix AAC prediction when used in conjunction with the CPE
- Patch by Alex Converse (alex converse gmail com)
Originally committed as revision 16250 to svn://svn.ffmpeg.org/ffmp... - 05:08 AM Revision 99665a21 (ffmpeg): AAC: Don't write an illegal sampling_index in a PCE to the MPEG4Audio...
- member
Patch by Alex Converse (alex converse gmail com)
Originally committed as revision 16249 to svn://svn.ffmpeg....
12/20/2008
- 11:11 PM Revision 66c07ca9 (ffmpeg): Optimize get_dct8x8_allowed().
- 30 cpu cycles faster on pentium dual.
Originally committed as revision 16248 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:06 PM Revision 6beb8b26 (ffmpeg): RV30 decoder
- Originally committed as revision 16247 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:33 PM Revision 52476c1b (ffmpeg): Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.
- Originally committed as revision 16246 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:09 AM Revision 541e8f3b (ffmpeg): RV30 loop filter
- Originally committed as revision 16245 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:38 AM Revision 3f16ed15 (ffmpeg): Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling'
- changeset.
Originally committed as revision 16244 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/19/2008
- 10:37 PM Revision 64e74b68 (ffmpeg): Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functions
- av_set_string() and av_set_string2(), they will be dropped at the next
major bump.
Originally committed as revision ... - 10:33 PM Revision 5c548937 (ffmpeg): Cosmetics, change variable name "o2" to "o" in ffserver_opt_default().
- Originally committed as revision 16242 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:29 PM Revision f16dd7e6 (ffmpeg): Remove calls to deprecated av_set_string2() with calls to
- av_set_string3().
Originally committed as revision 16241 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:49 PM Revision aac8b769 (ffmpeg): H.264 loopfilter speed tweaks
- Originally committed as revision 16240 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:45 PM Revision a22eff36 (ffmpeg): Port x264 deblocking code to libavcodec.
- This includes SSE2 luma deblocking code and both MMXEXT and SSE2 luma
intra deblocking code for H.264 decoding. This ... - 09:59 AM Revision b9263c94 (ffmpeg): Remove pointless malloc.h #include.
- Originally committed as revision 28164 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:59 AM Revision bbea3555 (ffmpeg): Remove pointless malloc.h #include.
- Originally committed as revision 16238 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 AM Revision 6a1846eb (ffmpeg): Document new idct requirements.
- Originally committed as revision 16237 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:21 AM Revision a5805aa9 (ffmpeg): Fix decoding with the plain C idcts of
- FRExt/HPCAMOLQ_BRCM_B
FRExt/HPCAQ2LQ_BRCM_B
FRExt/HPCVMOLQ_BRCM_B
Originally committed as revision 16236 to svn://sv... - 06:29 AM Revision bbc888d0 (ffmpeg): a table for upcoming RV30 loop filtering
- Originally committed as revision 16235 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:01 AM Revision 40c7d0ae (ffmpeg): Add automatic prefix handling to yasm functions. Does nothing now, b...
- be useful for porting x264 asm in the future.
Originally committed as revision 16234 to svn://svn.ffmpeg.org/ffmpeg/... - 02:28 AM Revision a5b807a6 (ffmpeg): Replace /2 by >>1 in decode_cabac_mb_dqp()
- 3 cpu cycles speed up on pentium dual.
Originally committed as revision 16233 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:00 AM Revision 1aea5d35 (ffmpeg): Simplify ctx update in decode_cabac_mb_dqp().
- no speed change
Originally committed as revision 16232 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:50 AM Revision 7cfca0df (ffmpeg): Simplify ctx calculation in decode_cabac_mb_dqp()
- no speed change
Originally committed as revision 16231 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:11 AM Revision d4369630 (ffmpeg): Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of NALs in rbsp_b...
- Fixes valgrind uninitialized value warnings at the end of decoding H.264
frames.
Originally committed as revision 16... - 01:00 AM Revision 1ca610c0 (ffmpeg): Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkv
- extradata.
Fixes valgrind invalid read warnings during H.264 extradata parsing.
Originally committed as revision 16... - 12:44 AM Revision 712ca84c (ffmpeg): Move filter_luma_intra into dsputil for later addition of asm.
- Originally committed as revision 16228 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:43 AM Revision b9fe7063 (ffmpeg): Simplify chroma AC in CABAC residual decoding.
- Originally committed as revision 16227 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:05 AM Revision 8955b669 (ffmpeg): Optimize ctx calculation in decode_cabac_mb_mvd(), code by dark shikari.
- The case for 16x16 blocks becomes 10 cpu cycles faster on pentium dual,
i could not find a speed difference in the ca...
12/18/2008
- 11:52 PM Revision 17779f39 (ffmpeg): Remove unacceptable NULL pointer hack from mc code.
- Originally committed as revision 16225 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:31 PM Revision 04618b98 (ffmpeg): Check ref values in CABAC H.264 for validity.
- Originally committed as revision 16224 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:25 PM Revision c25ac15a (ffmpeg): Move idct_(dc)add closer to where it is needed.
- Originally committed as revision 16223 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:14 PM Revision aebb5d6d (ffmpeg): indent
- Originally committed as revision 16222 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:12 PM Revision 96465b90 (ffmpeg): Reorder ifs in chroma hl_decode_mb to avoid a duplicate transform_bypass
- check.
14 cpu cycles speedup on Pentium Dual
Originally committed as revision 16221 to svn://svn.ffmpeg.org/ffmpeg/t... - 05:42 PM Revision 6456d6d8 (ffmpeg): s/h->cbp_table[mb_xy]/h->cbp/
- Originally committed as revision 16220 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:11 PM Revision 04824298 (ffmpeg): Faster CAVLC decoding of trailing_ones. Based on a patch by dark shik...
- decode_residual is about 3.3% faster.
Originally committed as revision 16219 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:51 PM Revision 93445d16 (ffmpeg): Replace i by trailing_ones, part of a patch by dark shikari.
- No speed change meassureable with START/STOP_TIMER, but this is needed
for future optimizations.
Originally committe... - 03:32 PM Revision c375d87f (ffmpeg): Remove if() surrounding decode_cabac_mb_type() that can never be true.
- Originally committed as revision 16217 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:21 PM Revision c325b505 (ffmpeg): Remove unreachable else clause, found by dark shikari.
- Originally committed as revision 16216 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:17 AM Revision dae006d7 (ffmpeg): Remove useless IS_8x8DCT check i forgot, spotted by dark shikari.
- Originally committed as revision 16215 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:01 AM Revision 2a5a9c28 (ffmpeg): 10l, svq3 didnt set h->cbp, this broke decoding a little.
- Originally committed as revision 16214 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:18 AM Revision 364df7b7 (ffmpeg): cosmetics, remove useless parenthesis and whitespaces
- Originally committed as revision 16213 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:17 AM Revision a1532824 (ffmpeg): set alac channels from extradata, fix alac mono in m4a
- Originally committed as revision 16212 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:00 AM Revision efeb298e (ffmpeg): cosmetics: remove one unneeded space
- Originally committed as revision 16211 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 AM Revision 1eb96035 (ffmpeg): Do not calculate idct_dc_add/idct_add when the variables are unused.
- Originally committed as revision 16210 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:04 AM Revision 62bc966f (ffmpeg): Remove redundant nnz variable.
- Originally committed as revision 16209 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:56 AM Revision 0a8ca22f (ffmpeg): indent
- Originally committed as revision 16208 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:53 AM Revision 2fd1f0e0 (ffmpeg): Use the new idct functions (except chroma as it was slower in benchma...
- cathedral +0.5% speed
aladin +0.6% speed [note aladin has been cat-ed 10 times to reduce the influence
of init time]
... - 02:36 AM Revision ac223859 (ffmpeg): H.264 idct functions that include the chroma, inter luma and intra16 ...
- thus avoiding the calling overhead.
New functions are not yet used.
Originally committed as revision 16206 to svn://... - 01:28 AM Revision 1d217cdb (ffmpeg): Make asf_get_packet() and asf_parse_packet() public for use in RTSP-M...
- give them a ff_ prefix. See "[PATCH] asf.c: make functions of interest for
MS-RTSP public" thread on ML.
Originally ... - 01:25 AM Revision d7fb5a18 (ffmpeg): Add a ByteIOContext argument to ASF functions that will be shared wit...
- RTSP stack for RTSP-MS support. This way, they can read input from any given
input source. See discussion in "[PATCH]... - 01:10 AM Revision 49c084a7 (ffmpeg): Skip non intra luma code when there is no coded luma.
- 0.7% speedup for the cathedral sample.
Originally committed as revision 16203 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:05 AM Revision 00794ed0 (ffmpeg): 1.6x faster pred*_vertical_add_c
- Originally committed as revision 16202 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:46 AM Revision 621561cd (ffmpeg): Skip chroma handling when there is no coded chroma.
- 0.5% overall speedup for the cathedral sample.
Originally committed as revision 16201 to svn://svn.ffmpeg.org/ffmpeg... - 12:13 AM Revision 3749076c (ffmpeg): Fix weird indent.
- Originally committed as revision 16200 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/17/2008
- 11:58 PM Revision 7bbacf9a (ffmpeg): Implement size autodetection if one of the width and height
- AVFormatParameters for grab_read_header() is non-positive.
Originally committed as revision 16199 to svn://svn.ffmpe... - 11:51 PM Revision 406c5808 (ffmpeg): Replace the width and height fields in VideoData with a struct
- video_window video_win field.
Originally committed as revision 16198 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:43 PM Revision 9580ba26 (ffmpeg): Replace frame_rate and frame_rate_base fields in VideoData with an
- AVRational time_base field.
Originally committed as revision 16197 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:21 PM Revision 5c3383e5 (ffmpeg): Fix opt_default(), making it exit immediately in case of an invalid
- argument.
See the thread: "[PATCH] Fix opt_default()".
Originally committed as revision 16196 to svn://svn.ffmpeg.or... - 08:17 PM Revision 17b17c53 (ffmpeg): add const qualifier to some pointers for input data
- Originally committed as revision 16195 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:10 PM Revision bb39171b (ffmpeg): use precalculated mb_pos where available
- Originally committed as revision 16194 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:04 PM Revision f8c5adaf (ffmpeg): ARM: make FASTDIV() an inline function
- Originally committed as revision 16193 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:00 PM Revision 6c3fca64 (ffmpeg): Merge deblocking pattern with CBP for RV30/40 loop filtering
- Originally committed as revision 16192 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:39 PM Revision 26bc319c (ffmpeg): Generate correct deblock pattern for RV30
- Originally committed as revision 16191 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:37 PM Revision f610fc81 (ffmpeg): Unfortunately RV30 luma thirdpel MC functions cannot be substituted with
- applying two separate filtering passes, so implement them explicitly.
Originally committed as revision 16190 to svn:... - 05:39 PM Revision 6a4583e9 (ffmpeg): 4l: TIFF stores short strings inside tag, do not interpret it is as a...
- Fixes issue 753
Originally committed as revision 16189 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:44 PM Revision 124c21d7 (ffmpeg): Check function prototype in check_asm function to avoid compiler warn...
- patch by Marc Mason, mpeg.blue free fr
Originally committed as revision 16188 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:22 AM Revision 8b2386dc (ffmpeg): Add jp2 support to img2 demuxer.
- On behalf of Jai Menon
Originally committed as revision 16187 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:47 AM Revision 5f51afd6 (ffmpeg): add AltiVec implementation of int32_to_float_fmul_scalar
- Originally committed as revision 16186 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:09 AM Revision 18cb36fd (ffmpeg): activate jpeg2000 fourcc in mov/mj2
- Originally committed as revision 16185 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:41 AM Revision 54dab661 (ffmpeg): Fix svq3 decoding, is_complex was not initialized.
- Originally committed as revision 16184 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:53 AM Revision 4080e67c (ffmpeg): Replace != 0 || check by |
- 3 cpu cycles faster
Originally committed as revision 16183 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:35 AM Revision ad9ca7e7 (ffmpeg): Split filter_mb_dir() out of filter_mb().
- 1% overall decoding speed up for cathedral-beta2-400extra-crop-avc.mp4
no speed change for Aladin.mpg
Benchmarks done... - 02:30 AM Revision 6c414bb6 (ffmpeg): AC3: fix strict aliasing violation in parser
- Originally committed as revision 16181 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:30 AM Revision cb56b440 (ffmpeg): AAC: fix strict aliasing violation in parser
- Originally committed as revision 16180 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:54 AM Revision a2fc0f6a (ffmpeg): ARM: replace "armv4l" with "arm"
- Originally committed as revision 16179 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:39 AM Revision 2600f8c8 (ffmpeg): Remove obsolete and misleading comments.
- Originally committed as revision 16178 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/16/2008
- 11:45 PM Revision c9e73264 (ffmpeg): Roundup now works from a ffmpeg.org domain as well, so prefer that.
- Originally committed as revision 16177 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:16 PM Revision ac0623b2 (ffmpeg): Fix indention, also do a little vertical alignment of changed lines.
- Originally committed as revision 16176 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 PM Revision 7b1454c4 (ffmpeg): Implement av_set_string3().
- Originally committed as revision 16175 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:08 PM Revision 6120a343 (ffmpeg): Factorize 3 multiplications out, code becomes 3 cpu cycles faster.
- (not significant as thats just per MB)
Originally committed as revision 16174 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:43 PM Revision 1dd488e9 (ffmpeg): Move ENABLE_SMALL back to the per MB check, as otherwise gcc wont remove
- the code.
Originally committed as revision 16173 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:26 PM Revision 89db0bae (ffmpeg): Do not recalculate constant part of is_complex for every MB.
- Originally committed as revision 16172 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:09 PM Revision 41e4055b (ffmpeg): Support the new lossless mode.
- Originally committed as revision 16171 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:00 PM Revision 479044ce (ffmpeg): dct-test: add ARM IDCTs
- Originally committed as revision 16170 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:59 PM Revision 875f3125 (ffmpeg): dct-test: add PARTTRANS permutation
- Originally committed as revision 16169 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:39 PM Revision d358caed (ffmpeg): Horizontal and vertical prediction functions needed for new lossless ...
- of H.264.
Originally committed as revision 16168 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:14 PM Revision ca5b528e (ffmpeg): Fix bug where the avi demxuer lost the first frame of malformed
- ODML avis.
Fixes VS2k5DebugDemo-01-partial.avi
Originally committed as revision 16167 to svn://svn.ffmpeg.org/ffmpeg... - 08:47 AM Revision 27134437 (ffmpeg): check that nb_streams is valid before setting stream, fix crash with ...
- Originally committed as revision 16166 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:02 AM Revision f683ea1c (ffmpeg): Add const qualifiers to decode functions.
- Originally committed as revision 16165 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:56 AM Revision 7d2cc552 (ffmpeg): Fix warning "format not a string literal and no format arguments".
- Originally committed as revision 16164 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:22 AM Revision f86cd761 (ffmpeg): add MPNG fourcc
- fixes http://sceneish.ath.cx/stuff/netmap/netmap.avi
Originally committed as revision 16163 to svn://svn.ffmpeg.org/... - 05:20 AM Revision 4a49a5fd (ffmpeg): two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec list
- Originally committed as revision 16162 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:49 AM Revision a9cf309b (ffmpeg): QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi
- Originally committed as revision 16161 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:42 AM Revision c6340f86 (ffmpeg): add rpza avi fourcc
- Originally committed as revision 16160 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:11 AM Revision 09a76db8 (ffmpeg): Do not skip frames until the first keyframe when stream copying but
- no starttime is set.
Fixes at least -vcodec copy with VS2k5DebugDemo-01-partial.avi.
Originally committed as revisio... - 12:47 AM Revision 2169b79c (ffmpeg): Workaround for shared libs on OS X with Apple gcc 4.0.1
- Originally committed as revision 16158 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/15/2008
- 11:01 PM Revision ac52613c (ffmpeg): Check extradata is large enough.
- Patch by Laurent Aimar fenrir \:/ via ecp fr
Originally committed as revision 16157 to svn://svn.ffmpeg.org/ffmpeg/t... - 10:48 PM Revision 301cc4f3 (ffmpeg): Implement the av_set_number2() internal function, which makes possible
- to distinguish between a not found option failure and a not valid
value failure.
Originally committed as revision 16... - 10:40 PM Revision a59d44fd (ffmpeg): Remove ending period in a log message, which was inconsistent with
- most other messages.
Originally committed as revision 16155 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:24 PM Revision 68178ca9 (ffmpeg): Add xvmc configure support.
- Originally committed as revision 16154 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 PM Revision b24298ba (ffmpeg): Switch xvmc over to a CONFIG_ option.
- Originally committed as revision 16153 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:14 PM Revision 6915cf38 (ffmpeg): whitespace cosmetics
- Originally committed as revision 16152 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision 1bf98d19 (ffmpeg): ARM: NEON optimised h264_idct_dc_add
- Originally committed as revision 16151 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision c598cf25 (ffmpeg): ARM: NEON optimised h264_idct_add
- Originally committed as revision 16150 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision 5813e05d (ffmpeg): ARM: NEON optimised H.264 8x8 and 16x16 qpel MC
- Originally committed as revision 16149 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision ad74a0f8 (ffmpeg): ARM: NEON optimised H.264 loop filter
- Originally committed as revision 16148 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision 1cce897a (ffmpeg): ARM: NEON optimised {put,avg}_h264_chroma_mc[48]
- Originally committed as revision 16147 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision 7eec4328 (ffmpeg): ARM: NEON optimised simple_idct
- Originally committed as revision 16146 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision 569f5a75 (ffmpeg): ARM: NEON optimised put_pixels functions
- Originally committed as revision 16145 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:02 PM Revision c4687bf6 (ffmpeg): Avoid invasion of POSIX-reserved _t namespace.
- Originally committed as revision 16144 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:51 PM Revision 40a19c44 (ffmpeg): Fix one peculiar case in Smacker decoding.
- Patch by Daniel Verkamp ($firstname <at> drv <dot> nu)
Thread [PATCH] Smacker video decoder bug fix
Originally commi... - 10:08 AM Revision 9506090d (ffmpeg): Avoid POSIX-reserved _t in identifier names.
- Originally committed as revision 16142 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:24 AM Revision 40f06241 (ffmpeg): Enable filter_mb_fast if CODEC_FLAG2_FAST is set.
- Originally committed as revision 16141 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:00 AM Revision bf73801b (ffmpeg): vp56: don't reset dimensions to 0 in codec init
- Originally committed as revision 16140 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/14/2008
- 10:26 PM Revision b9b2b8c9 (ffmpeg): Use get_buffer() and url_fskip() for some loops of get_byte()s. See d...
- "[PATCH] rmdec.c: use get_buffer and skip_bytes instead of loops of get_byte".
Originally committed as revision 1613... - 10:24 PM Revision 127ed7b0 (ffmpeg): Reindent something that looks weird.
- Originally committed as revision 16138 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 PM Revision b965ff35 (ffmpeg): Add comment to indicate why the SDP line buffer is as big as it is.
- Originally committed as revision 16137 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 PM Revision e322d3f5 (ffmpeg): Increase SDP line buffer size because ASF headers in RTSP-MS are very...
- in "rtsp.c: increase SDP line buffer size" thread.
Originally committed as revision 16136 to svn://svn.ffmpeg.org/ff... - 09:38 PM Revision d0a01fe8 (ffmpeg): Move documentation of avcodec_register_all() from allcodecs.c to
- avcodec.h.
Originally committed as revision 16135 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:34 PM Revision 54c441c8 (ffmpeg): Remove set_all_opt() and its use in av_set_string2(). Make
- av_set_string() and av_set_string2() do not accept as parameter the
name of a named constant.
This avoids av_set_str... - 08:38 PM Revision a3bb564e (ffmpeg): 10l (forgot sample_size)
- Should fix fate.
Originally committed as revision 16133 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:04 PM Revision d1ca187f (ffmpeg): Document register_avcodec().
- Originally committed as revision 16132 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:04 PM Revision 7a961a46 (ffmpeg): Make register_avcodec() call avcodec_init().
- This avoids the possibility to use a registered codec without first
initializing libavcodec, which resulted in unexpe... - 07:36 PM Revision 335a761a (ffmpeg): Use a more explicit "codec" rather than "format" as the parameter of
- register_avcodec().
Originally committed as revision 16130 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:30 PM Revision eedfe222 (ffmpeg): oggflac: fix bitstream reader usage
- Originally committed as revision 16129 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:41 PM Revision 1238fa9f (ffmpeg): indeo3: replace sizeof(struct ...) by sizeof(*var)
- Originally committed as revision 16128 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:48 PM Revision 25983dcd (ffmpeg): Fix non interleaved variable fps ODML avis.
- Fixed issue738
Originally committed as revision 16127 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:48 PM Revision 39caffeb (ffmpeg): cosmetics: typo/grammar/wording/whitespace fixes
- Originally committed as revision 16126 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:42 PM Revision 46983309 (ffmpeg): Fix the use of Requires.private and Libs.private in generated .pc files.
- Patch by Reinhard Tartler \ siretart ! tauware + de /.
Originally committed as revision 16125 to svn://svn.ffmpeg.or... - 03:02 PM Revision 76bdac6d (ffmpeg): Cosmetics: remove empty comments.
- Originally committed as revision 16124 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:45 PM Revision 3a3ee96c (ffmpeg): Fix files with fps between 0.5 and 0.1.
- Fixes issue749
Originally committed as revision 16123 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:01 PM Revision 492322fc (ffmpeg): Remove silly FIXME comment.
- Originally committed as revision 16122 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:30 PM Revision 31c3a4dc (ffmpeg): Prevent shift overflow, patch by Anders Grönberg, galileo.m2 gmail com.
- Originally committed as revision 16121 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 PM Revision cac55c91 (ffmpeg): Add a few const qualifiers in appropriate places.
- patch by Anders Grönberg, galileo.m2 gmail com
Originally committed as revision 16120 to svn://svn.ffmpeg.org/ffmpeg... - 03:41 AM Revision 70bbd0ce (ffmpeg): undoing revision 16118 for truemotion1.c; commit was premature
- Originally committed as revision 16119 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:29 AM Revision 02fb2546 (ffmpeg): The POSIX namespace shall be held sacrosanct. To that end,
- continue eliminating _t from structure names in FFmpeg.
Originally committed as revision 16118 to svn://svn.ffmpeg.o... - 12:48 AM Revision 5e660449 (ffmpeg): avoid POSIX reserved _t suffix
- Originally committed as revision 16117 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:46 AM Revision d08ea32c (ffmpeg): Get rid of mmx_t.
- Originally committed as revision 16116 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/13/2008
- 11:25 PM Revision be73a544 (ffmpeg): Rename rtp_payload_data_t to avoid clashes with the POSIX namespace
- Originally committed as revision 16115 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:20 PM Revision 1afe09d5 (ffmpeg): Remove useless typedef
- Originally committed as revision 16114 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:03 PM Revision d5574b28 (ffmpeg): Remove unused types
- Originally committed as revision 16113 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:58 PM Revision d77ac324 (ffmpeg): Avoid _t in gxf enum type names
- Originally committed as revision 16112 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:40 PM Revision 1edddc99 (ffmpeg): Split RMContext into RMDemux/MuxContext and make them private in rmde...
- Reason for this is that there are no shared entries in the demuxer/muxer
context, making it a mystery as to why it wa... - 09:37 PM Revision a15ebf34 (ffmpeg): Don't access RMContext directly in rdt.c. Rather, use the return valu...
- ff_rm_parse_packet() to indicate whether more audio packets are available
in the demuxer from the last RM frame, and ... - 06:16 PM Revision 616deed2 (ffmpeg): Do not invade _t POSIX namespace.
- Originally committed as revision 16109 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:18 PM Revision f27544fd (ffmpeg): Separate the packet fetching from the data reading, so that the data ...
- function is assured to parse at most one packet. This makes this function
useful for ASF data packet parsing in a "pu... - 05:04 PM Revision 8a9572c2 (ffmpeg): 100l: Add missing backslashes.
- Originally committed as revision 16107 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:35 PM Revision 6d99b228 (ffmpeg): cosmetics: Break some lines for a more aesthetically pleasing result.
- Originally committed as revision 16106 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:08 PM Revision 3445c799 (ffmpeg): Remove misleading comment, _t is POSIX-reserved namespace.
- Originally committed as revision 16105 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:45 PM Revision 20e0ed95 (ffmpeg): configure: fix $nm
- Originally committed as revision 16104 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:31 PM Revision 93c021a2 (ffmpeg): Remove other shared lib names from linker command line for shared libs
- Originally committed as revision 16103 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:13 PM Revision 89641463 (ffmpeg): Allow setting a different nm binary from the configure line.
- Originally committed as revision 16102 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:29 PM Revision de3a1240 (ffmpeg): Make mips64 a separate arch with fast_64bit.
- Originally committed as revision 16101 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:39 PM Revision 7f37f568 (ffmpeg): whitespace cosmetics
- Originally committed as revision 16100 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:34 PM Revision bda4e394 (ffmpeg): Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace.
- Originally committed as revision 16099 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:11 PM Revision f98dcded (ffmpeg): Avoid _t in identifier names, _t is reserved by POSIX.
- patch by Jai Menon, jmenon86 gmail com
Originally committed as revision 16098 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:56 PM Revision db95d3bf (ffmpeg): Add img_convert() to imgconvert.h and #include it from imgresample.c.
- This fixes an implicit declaration of img_convert() warning.
taken from a patchset from Anders Grönberg, galileo.m2 g... - 12:46 PM Revision b77aba0a (ffmpeg): Matroska uses tables from isom.c, so add the object file to its depen...
- extracted from a patch by Anders Grönberg, galileo.m2 gmail com
Originally committed as revision 16096 to svn://svn.... - 11:35 AM Revision 6ede266e (ffmpeg): Add mips64 to the architecture list.
- Taken from the OpenBSD ports tree.
Originally committed as revision 16095 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:35 AM Revision 61597a98 (ffmpeg): Add alternative names for sh4 and parisc architectures.
- Taken from the OpenBSD ports tree.
Originally committed as revision 16094 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:53 AM Revision 537db58b (ffmpeg): Let imgresample altivec code build
- Originally committed as revision 16093 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:52 AM Revision 7a8f36cc (ffmpeg): Cleanup types
- Originally committed as revision 16092 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:49 AM Revision 006c8e9e (ffmpeg): Unbreak imgresample altivec
- Originally committed as revision 16091 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:45 AM Revision 644e7acb (ffmpeg): Rename type to be consistent
- Originally committed as revision 16090 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:16 AM Revision eb857782 (ffmpeg): Define _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs the u_short etc. t...
- which sys/types.h will not generate without this.
Originally committed as revision 16089 to svn://svn.ffmpeg.org/ffm... - 09:10 AM Revision de40eb8d (ffmpeg): Fix regression.sh to work on OpenBSD which has md5 instead of md5sum
- but it is in the path (/bin), not /sbin.
Originally committed as revision 16088 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:53 AM Revision d88f7df8 (ffmpeg): Remove OpenBSD SLIBNAME magic, it seems unnecessary and breaks compil...
- Originally committed as revision 16087 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:04 AM Revision 8c39a758 (ffmpeg): mpegts: replace Program_t typedef with "struct Program"
- Originally committed as revision 16086 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/12/2008
- 11:02 PM Revision 8f993c67 (ffmpeg): s/#AVClass/AVClass/, consistent with the rest of the doxy.
- Originally committed as revision 16085 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:43 PM Revision 96000432 (ffmpeg): Also include sys/types.h when testing for socklen_t, since unfortunately
- OpenBSD 4.4 defines it there (and sys/socket.h does not compile without
it).
Originally committed as revision 16084 ... - 05:17 PM Revision 9377b6ce (ffmpeg): configure: clean up .align detection
- Originally committed as revision 16083 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:46 PM Revision 217d8202 (ffmpeg): Some forgotten eax -> REG_a changes.
- It seems that binutils >= 2.18 just treat eax as rax but older versions fail.
Originally committed as revision 28136... - 04:21 PM Revision fe5c7e58 (ffmpeg): More POSIX _t namespace cleanup.
- Originally committed as revision 16082 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:04 PM Revision 737dccfc (ffmpeg): matroska: sort codec tags list
- Originally committed as revision 16081 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:55 PM Revision ea2a5dec (ffmpeg): matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free ...
- Originally committed as revision 16080 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:34 PM Revision 41b0534a (ffmpeg): add another mpeg4 avi fourcc from uncommon codecs list
- Originally committed as revision 16079 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:59 AM Revision 64adf4f2 (ffmpeg): add Altivec implementation of clear_block
- Originally committed as revision 16078 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:55 AM Revision c0a8f8d4 (ffmpeg): Add sys/time.h header #include, fixes compilation on OS/2.
- patch by Dave Yeo, daveryeo telus net
Originally committed as revision 16077 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:12 AM Revision 05dee1b7 (ffmpeg): Rename all vorbis encoder related typedefs to not use _t for POSIX co...
- Originally committed as revision 16076 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:10 AM Revision bffc76bd (ffmpeg): Update lavf/libnut.c to _tt type names in libnut API
- Originally committed as revision 16075 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 AM Revision 65c127e3 (ffmpeg): fix mjpega bitfilter when dht, dqt, sof0 are not ordered as expected,...
- Originally committed as revision 16074 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:51 AM Revision d887151d (ffmpeg): rename Vp56Model to VP56Model for consistency
- Originally committed as revision 16073 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:19 AM Revision 193ce3ab (ffmpeg): dnxhd get_pixels_8x4_sym sse2
- Originally committed as revision 16072 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:12 AM Revision e1b24cfd (ffmpeg): Move get_pixels_8x4 before init func to avoid useless forward declara...
- Originally committed as revision 16071 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 AM Revision 8c9c0ea4 (ffmpeg): rename 4x8 to 8x4 to match widthxheight consistently
- Originally committed as revision 16070 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/11/2008
- 11:00 PM Revision 76025d91 (ffmpeg): cosmetics: vertical alignment
- Originally committed as revision 16069 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:56 PM Revision 3d52bca6 (ffmpeg): avoid POSIX reserved _t suffix
- Originally committed as revision 16068 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:34 PM Revision e998ba4f (ffmpeg): avoid POSIX reserved _t suffix
- Originally committed as revision 16067 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:24 PM Revision 6da54074 (ffmpeg): parse pasp atom and set sample aspect ratio,
- warn if transformation matrix differs from pasp,
based on a patch by Skal.
Originally committed as revision 16066 to... - 09:45 PM Revision aaf0e267 (ffmpeg): s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with re...
- namespaces of POSIX.
Originally committed as revision 16065 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:05 PM Revision 8615e5a6 (ffmpeg): Add backwards-compatibility typedef for removed _t names under approp...
- version #ifdef since otherwise public API is broken.
Originally committed as revision 16064 to svn://svn.ffmpeg.org/... - 08:06 PM Revision c3e92a6c (ffmpeg): remove _t in typedef for POSIX compatibility
- Originally committed as revision 16063 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:06 PM Revision 7dfea342 (ffmpeg): Drop _t from typedef names for POSIX compatibility.
- Originally committed as revision 16062 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:02 PM Revision 089e1bcf (ffmpeg): Remove comment suggesting using variables ending in _t as this would ...
- Originally committed as revision 16061 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:36 PM Revision c9bea488 (ffmpeg): Avoid POSIX reserved _t suffix.
- Originally committed as revision 16060 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:27 PM Revision 259037d0 (ffmpeg): Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix.
- Originally committed as revision 16059 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:19 PM Revision b4be9321 (ffmpeg): Avoid _t in typedef type
- Originally committed as revision 16058 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:06 PM Revision 52afa376 (ffmpeg): remove _t for POSIX compatibility.
- Originally committed as revision 16057 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:48 PM Revision 76f940b2 (ffmpeg): Fix indenting.
- Originally committed as revision 16056 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:44 PM Revision fe9e9d60 (ffmpeg): Do not set COMPILE_C if AltiVec is enabled without runtime CPU detect...
- Gets rid of the following warning:
postprocess_template.c:3271: warning: ‘postProcess_C’ defined but not used
Origin... - 10:42 AM Revision 4e5b854e (ffmpeg): Use "struct gxf_stream_info" instead of "st_info_t",
- avoids a typedef that is not really worth it and the
reserved POSIX _t namespace.
Originally committed as revision 1... - 10:35 AM Revision c370a704 (ffmpeg): Remove useless and confusing (since they are also used in gxfenc.c) /...
- Originally committed as revision 16053 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:49 AM Revision 65fec2d9 (ffmpeg): add 'ACDV' FourCC (which is just complete JPEG files in individual AVI
- frames) and 'azpr' FourCC (which is Apple's 'rpza', encapsulated in AVI
instead)
Originally committed as revision 16... - 01:32 AM Revision 09f6fc6b (ffmpeg): move structure definitions in their own header
- Originally committed as revision 16051 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:16 AM Revision 00d9d0f5 (ffmpeg): cosmetics
- Originally committed as revision 16050 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:15 AM Revision 049a6c8b (ffmpeg): use dsp clear_block
- Originally committed as revision 16049 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:14 AM Revision af5e7fc9 (ffmpeg): use dsp clear_block
- Originally committed as revision 16048 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:33 AM Revision a1546009 (ffmpeg): Fix compilation with only Theora decoder enabled
- Originally committed as revision 16047 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 AM Revision 5a3e9f2c (ffmpeg): Avoid the 'Claimed bitrate and buffer size mismatch' warning storm.
- - Patch by Kenan Gillet
Originally committed as revision 16046 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/10/2008
- 09:35 PM Revision 5fecfb7d (ffmpeg): clear_block mmx
- Originally committed as revision 16045 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:26 PM Revision 5fac2776 (ffmpeg): fix progressive jpeg:
- support refinement passes
remove intermediate clipping
remove redundant idct
Originally committed as revision 16044 ... - 12:50 AM Revision 8153f144 (ffmpeg): AAC: move scratch array to context to ensure 16-byte alignment
- Originally committed as revision 16043 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/09/2008
- 08:11 PM Revision 7b5e49fe (ffmpeg): Remove useless inline qualifier, fixes linking with gcc 4.3.
- patch by Alexis Ballier, alexis.ballier gmail com
Originally committed as revision 16042 to svn://svn.ffmpeg.org/ffm... - 05:14 PM Revision 4a904903 (ffmpeg): AAC: Use a sign LUT rather than 1-2*get_bits1()
- Patch by Alex Converse (alex converse gmail com)
Originally committed as revision 16041 to svn://svn.ffmpeg.org/ffmp... - 05:08 PM Revision c0893c3a (ffmpeg): AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net ...
- Patch by Alex Converse (alex converse gmail com)
Originally committed as revision 16040 to svn://svn.ffmpeg.org/ffmp... - 11:35 AM Revision 88212105 (ffmpeg): AAC: Remove unnecessary fabsf()
- Patch by Alex Converse (alex converse gmail com)
Originally committed as revision 16039 to svn://svn.ffmpeg.org/ffmp...
12/08/2008
- 09:21 PM Revision dbbec0c2 (ffmpeg): Make av_log_missing_feature an internal function, and change its name
- to ff_log_missing_feature.
Originally committed as revision 16037 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:09 PM Revision 6cffaea8 (ffmpeg): add mpeg2 fourcc and aac format tag from asf
- Originally committed as revision 16036 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:15 AM Revision 20e04726 (ffmpeg): cosmetics: alignment after last commit
- Originally committed as revision 16035 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:13 AM Revision 72a6244b (ffmpeg): ac3: detect dba errors and prevent writing past end of array
- Originally committed as revision 16034 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/07/2008
- 10:52 PM Revision b9f382c8 (ffmpeg): Remove unnecessary ret variable.
- Originally committed as revision 16033 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:29 PM Revision 36b53281 (ffmpeg): bind to the multicast address if possible
- Originally committed as revision 16032 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:30 PM Revision 0dfcc368 (ffmpeg): Do not attempt to decode RV30/40 B-frames without anchors.
- This fixes issue 747.
Originally committed as revision 16031 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:14 PM Revision 2014b51c (ffmpeg): documentation: update documentation for minimal w32api version.
- Originally committed as revision 16030 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:17 AM Revision bc4b7221 (ffmpeg): mingw: update w32api to 3.13
- Originally committed as revision 16029 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:53 AM Revision 7100376f (ffmpeg): COSMETICS
- Originally committed as revision 16028 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:58 AM Revision c687643c (ffmpeg): mlp: cosmetics: remove {}s over one-lined if.
- Originally committed as revision 16027 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:57 AM Revision ee1a8f62 (ffmpeg): mlp: support bit-depths greater than 16 by default.
- Originally committed as revision 16026 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/06/2008
- 08:28 PM Revision dc50773d (ffmpeg): Remove static variable and a printf using it. See "[PATCH] asf.c: move
- packet_time_start=0 statement" thread on ML.
Originally committed as revision 16025 to svn://svn.ffmpeg.org/ffmpeg/t... - 06:41 PM Revision 7b2a0708 (ffmpeg): Change function prototype of the sdp_parse_a_line in DynamicProtocolH...
- This function is called in rtsp.c for each a= line in the SDP of the Describe
response after m= RTSP stream descripto... - 06:35 PM Revision 022f0b7c (ffmpeg): Do not access s->gb directly in functions that have a local copy of that
- variable. See "[PATCH] asf.c: don't access AVFormatContext->pb" thread on
ML.
Originally committed as revision 16023... - 04:33 PM Revision 2ceccf04 (ffmpeg): ac3dec: simplify exponent bounds checking
- Originally committed as revision 16022 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:28 PM Revision 97679e6e (ffmpeg): mlp: Fix compilation under CONFIG_AUDIO_NONSHORT.
- Patch by Mathieu Velten < matmaul at gmail dot com >
Originally committed as revision 16021 to svn://svn.ffmpeg.org/... - 04:19 PM Revision d98d70d6 (ffmpeg): ac3dec: add missing feature log message for block start info
- Originally committed as revision 16020 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:18 PM Revision 3e7aa8fa (ffmpeg): ac3dec: use skip_bits_long() for block start bits
- Originally committed as revision 16019 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:46 PM Revision 96f229d6 (ffmpeg): ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exp...
- Originally committed as revision 16018 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:38 PM Revision 80670324 (ffmpeg): cosmetics: vertical alignment
- Originally committed as revision 16017 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:37 PM Revision 1cdd567f (ffmpeg): cosmetics: reindent after last commit
- Originally committed as revision 16016 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:36 PM Revision ce7d842f (ffmpeg): ac3dec: detect out-of-range exponents
- Originally committed as revision 16015 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:42 PM Revision d8b66635 (ffmpeg): ARM: remove some useless comments
- Originally committed as revision 16014 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:05 AM Revision 6149cdbe (ffmpeg): Make decoding run of pixels in MS RLE saner.
- This is based on patches by Alex Converse and Mans Rullgard
Thread "[PATCH] Fix MSRLE type punning"
Originally commi... - 09:01 AM Revision ce60c2d1 (ffmpeg): Print out some errors found during MS RLE decoding
- Originally committed as revision 16012 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:57 AM Revision 56da1fd7 (ffmpeg): AASC can contain raw data in addition to MS-RLE
- Originally committed as revision 16011 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/05/2008
- 09:44 PM Revision d23b28c7 (ffmpeg): Check that cpb_count is within the allowed range.
- Originally committed as revision 16010 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:59 PM Revision 62d6f73e (ffmpeg): add VX1K h263 and DMK2 mpeg4 avi fourccs
- Originally committed as revision 16009 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:55 PM Revision 36d5b175 (ffmpeg): Fix FF_OPT_TYPE_INT64 support of defaults.
- Originally committed as revision 16008 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:58 AM Revision 3d5e1bfb (ffmpeg): Fix an overflow in the predictor.
- fixes issue 636
Patch by Jai.
Originally committed as revision 16007 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom