Activity
From 12/21/2009 to 01/19/2010
01/19/2010
- 11:25 PM Revision 75fb5c24 (ffmpeg): Move FASTDIV macro to intmath.h
- Originally committed as revision 21335 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:18 PM Revision 2087c823 (ffmpeg): configure: do not use character classes with awk
- Some broken versions of awk (mawk, apparently used in debian)
do not handle character classes in regular expressions.... - 10:54 PM Revision 3f50965b (ffmpeg): Mark the h264 c loop filter as av_always_inline av_flatten to make su...
- all inlined, its small and horizontal & vertical versions are build out of
them. no change as gcc already did this.
... - 10:46 PM Revision c9640c17 (ffmpeg): skip outer pixels if possible in h264_loop_filter_luma_c().
- overall 3.7% faster loop filtering (C version only)
Originally committed as revision 21332 to svn://svn.ffmpeg.org/f... - 10:36 PM Revision 0e21dcdb (ffmpeg): Split overly long line.
- Originally committed as revision 30378 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:13 PM Revision 385e1658 (ffmpeg): Adds -aq documentation to the ffmpeg docs.
- Patch by John Van Sickle rot13(<wbua.inafvpxyr@tznvy.pbz>).
Originally committed as revision 21331 to svn://svn.ffmp... - 10:05 PM Revision 49f64022 (ffmpeg): Improve section 3.2 of the faq by providing more useful examples and a
- simple batch script to rename images to a numerical sequence.
Patch by John Van Sickle printf("%s.%s@%s.com", john, ... - 09:52 PM Revision 731c04ad (ffmpeg): Make selfTest() perform tests where both the input and output formats
- are supported, avoid pointless loops.
Originally committed as revision 30377 to svn://svn.mplayerhq.hu/mplayer/trunk... - 07:41 PM Revision fdf46622 (ffmpeg): fetch flv duration from file if it is set to 0 in metadata
- Originally committed as revision 21329 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:43 PM Revision 655a1d57 (ffmpeg): Reenable ff_h264_filter_mb_fast() for all slices it supported before.
- Originally committed as revision 21328 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:40 PM Revision 9ac4548f (ffmpeg): Fix h264_loop_filter_strength_mmx2() so it works with b frames.
- Originally committed as revision 21327 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:30 PM Revision f28cc577 (ffmpeg): Make const prototypes for input sources of sws_scale_* stricter.
- Patch by Alexis Ballier gmailify($firstname, $familyname)
Originally committed as revision 30374 to svn://svn.mplaye... - 03:59 PM Revision ff6e82a9 (ffmpeg): configure: inlcude sys/types.h when checking sys/socket.h
- Silly BSD systems need this despite POSIX requiring nothing of the
kind. Any system with sys/socket.h should also ha... - 03:52 PM Revision 48fc536a (ffmpeg): configure: drop -A flag to od
- Originally committed as revision 21325 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:52 PM Revision f6993412 (ffmpeg): configure: be more liberal with nm output
- Originally committed as revision 21324 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:42 PM Revision 9e5f164d (ffmpeg): swscale-example: Add comment about the use of av_{malloc,free}.
- Originally committed as revision 30373 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:28 PM Revision ebddd2e2 (ffmpeg): Remove -2 -> -1 remapping, its not needed anymore as we must remap all
- references per LUT anyway.
Originally committed as revision 21323 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:35 AM Revision 3aca8b59 (ffmpeg): Remove useless forward declaration.
- Originally committed as revision 30371 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 05:21 AM Revision d5206d3d (ffmpeg): User friendly warning message that gives out names of source and targ...
- Originally committed as revision 30370 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 04:40 AM Revision 1d52b4b3 (ffmpeg): Use avconfig.h in pixfmt.h
- Originally committed as revision 21322 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:40 AM Revision a3e02a8c (ffmpeg): Create and install libavutil/avconfig.h
- This file contains a safe subset of the config.h settings.
Only bigendian is included for now, more can be added as
n... - 04:40 AM Revision aa310a9f (ffmpeg): Add rules to install generated headers
- Originally committed as revision 21320 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:40 AM Revision df642790 (ffmpeg): configure: create dirs before generating config.*
- Originally committed as revision 21319 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:40 AM Revision c34681df (ffmpeg): configure: add cp_if_changed function and use for config.h
- Originally committed as revision 21318 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:00 AM Revision 76d81909 (ffmpeg): Update libx264.c to use new libx264 features
- With b_keyframe instead of IDR for detecting keyframes, ffmpeg should now
support periodic encoding with periodic int... - 03:47 AM Revision 51d83986 (ffmpeg): swscale-example: use av_malloc()
- Image buffers require 16-byte alignment, so av_malloc() should be used.
Fixes crash on PPC.
Originally committed as ... - 03:16 AM Revision 7817ddab (ffmpeg): Apply changes made in r21308 to svq3.c.
- Fixes compilation with gcc and -O0.
Originally committed as revision 21316 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:14 AM Revision c2894fbf (ffmpeg): Dont waste time initializing stuff for deblocking intra mbs, none of
- it is used.
Originally committed as revision 21315 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:28 AM Revision 580920f8 (ffmpeg): Remove 2 checks from fetch_diagonal_mv() that apparently serve no pur...
- Originally committed as revision 21314 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:07 AM Revision 26c83a41 (ffmpeg): Move a few things into a deeper if() in fetch_diagonal_mv().
- Originally committed as revision 21313 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:23 AM Revision 350fc614 (ffmpeg): Remove code that handles the case of a MB pair to our right being ava...
- Thats not possible except maybe in FMO which noone uses anyway.
iam also not sure if this wasnt missing a part_width....
01/18/2010
- 11:58 PM Revision 49c43fc2 (ffmpeg): reindent
- Originally committed as revision 21311 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:56 PM Revision c3aeaa54 (ffmpeg): set average frame rate in mov demuxer
- Originally committed as revision 21310 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:55 PM Revision 7231ccf4 (ffmpeg): Cosmetic, get rid of &x[0]
- Originally committed as revision 21309 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:41 PM Revision 2b3649f6 (ffmpeg): Fix compilation with -O0.
- Originally committed as revision 21308 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:34 PM Revision 7a93858a (ffmpeg): Fix accumulated indention errors.
- Originally committed as revision 21307 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:34 PM Revision 2d8d885b (ffmpeg): Split long line.
- Originally committed as revision 30368 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:33 PM Revision 591e465a (ffmpeg): Convert int -> enum PixelFormat in doTest().
- Originally committed as revision 30367 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:31 PM Revision 70bd7a3d (ffmpeg): Optimize top non_zero_count_cache init.
- Originally committed as revision 21306 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:30 PM Revision 5e07aa77 (ffmpeg): Dont init chroma elements of non_zero_count_cache for deblock.
- Originally committed as revision 21305 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:27 PM Revision 5cc5d9bf (ffmpeg): Remove unneeded for_deblock check, this code was alraedy under for_de...
- Originally committed as revision 21304 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:12 PM Revision c8a4ae00 (ffmpeg): configure: add --disable-asm option
- Originally committed as revision 21303 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:12 PM Revision 3784e82e (ffmpeg): configure: rename a variable in check_asm
- Originally committed as revision 21302 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:38 PM Revision c9566115 (ffmpeg): move aspect ratio code at the end of the track parsing, fix cathedral...
- Originally committed as revision 21301 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:32 PM Revision 5d54c126 (ffmpeg): configure: fix cpu=generic case
- Originally committed as revision 21300 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:22 PM Revision bffe82f5 (ffmpeg): Rather call filter_mb_mbaff_edge*v() more often than do extra calcula...
- in the innerst loop. ~150 cpu cycles faster
Originally committed as revision 21299 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:05 PM Revision 34ba23c9 (ffmpeg): configure: simplify $cpu handling for some architectures
- Originally committed as revision 21298 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:05 PM Revision 9dbd5c3d (ffmpeg): configure: indent
- Originally committed as revision 21297 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:05 PM Revision 343aef9b (ffmpeg): configure: split $cpu handling by arch
- Originally committed as revision 21296 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:05 PM Revision e939cedd (ffmpeg): configure: simplify $arch handling
- Originally committed as revision 21295 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 PM Revision 808fa33c (ffmpeg): configure: group arch extention deps by arch
- Originally committed as revision 21294 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:19 PM Revision fb823b77 (ffmpeg): Fix 10l segfault with threads.
- Originally committed as revision 21293 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:13 PM Revision 0fe674cb (ffmpeg): Use h->slice_num where possible.
- Originally committed as revision 21292 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:45 PM Revision bce6a1e7 (ffmpeg): Enable filter_mb_fast for CAVLC P slices.
- Originally committed as revision 21291 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:45 PM Revision 439d6b1d (ffmpeg): filter_mb_fast needs cbp_table to be set.
- Originally committed as revision 21290 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:29 PM Revision 42ebca85 (ffmpeg): PAFF CABAC P slices seem to work as well, so enable them for ff_h264_...
- Originally committed as revision 21289 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:16 PM Revision a8f49215 (ffmpeg): Reenable filter_mb_fast for I slices and progressive CABAC P slices.
- Originally committed as revision 21288 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:11 PM Revision a7d7cdaa (ffmpeg): Set h->cbp for ff_h264_filter_mb_fast().
- Originally committed as revision 21287 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:05 PM Revision 9327042c (ffmpeg): 10l for someone, Store chroma_qp_diff in the correct struct.
- Originally committed as revision 21286 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:52 PM Revision 054947ca (ffmpeg): Install <libavcodec/vaapi.h> header.
- Originally committed as revision 21285 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:50 PM Revision 85bc61b5 (ml): minor structural fixes
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@366 a72f678d-4428-462c-85b4-08f063ced704
- 01:44 PM Revision 22c1f65f (ffmpeg): Rename the RTP muxer sources so that the packetisation functions are in
- rtpenc_*.c files.
Originally committed as revision 21284 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:43 PM Revision d0d19299 (ml): ML: test: added CONFIG file to define various paths
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@365 a72f678d-4428-462c-85b4-08f063ced704
- 01:43 PM Revision d6a420ed (ml): ML: readme changes
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@364 a72f678d-4428-462c-85b4-08f063ced704
- 01:42 PM Revision c97dcdae (ml): ML: readme update
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@363 a72f678d-4428-462c-85b4-08f063ced704
- 01:42 PM Revision 0b807e3e (ml): ML: added NAT test environment
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@362 a72f678d-4428-462c-85b4-08f063ced704
- 01:09 PM Revision b6ef858e (ffmpeg): Move CAVLC 8x8 DCT special case from ff_h264_filter_mb() to fill_caches
- that way it is also available for ff_h264_filter_mb_fast().
Originally committed as revision 21283 to svn://svn.ffmp... - 11:18 AM Revision 47a85564 (ffmpeg): Remove the ff_rtp_send_h264() prototype from rtp_h264.h (such function
- belongs to the RTP muxer, and its prototype already is in rtpenc.h)
Originally committed as revision 21282 to svn://... - 10:31 AM Revision d92a24a6 (streamers): MultiThreaded version
- 10:24 AM Revision f6d03906 (ffmpeg): Add macros for 64- and 128-bit write-combining optimization to intrea...
- Add x86 implementation using MMX/SSE.
Originally committed as revision 21281 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:42 AM Revision 3c52d484 (ffmpeg): Define out currently unused static functions.
- Originally committed as revision 30365 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 05:15 AM Revision 6d7e6b26 (ffmpeg): Perform reference remapping at fill_cache() time instead of in the
- loop filter. This removes one obstacle of getting ff_h264_filter_mb_fast()
bitexact. code is maybe 0.1% faster
Origi... - 03:57 AM Revision 5bc3fc21 (ffmpeg): add uldx fourcc to mpeg4 in riff.c
- Originally committed as revision 21279 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:35 AM Revision bdd19e29 (ffmpeg): Mark all intreadwrite functions av_always_inline
- Originally committed as revision 21278 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:25 AM Revision 8d072dd2 (ffmpeg): Only set HAVE_MMX when a supported CPU is specified
- Originally committed as revision 21277 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:34 AM Revision 7da0d821 (ffmpeg): Make qp check for loop filter skiping also work with MBAFF.
- Originally committed as revision 21276 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:21 AM Revision 12be38ec (ffmpeg): Comment about a cornercase we ignore currently
- Originally committed as revision 21275 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:20 AM Revision 44a5e7b6 (ffmpeg): Move the qp check to skip the loop filter up.
- Originally committed as revision 21274 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/17/2010
- 11:44 PM Revision b6303e6d (ffmpeg): Reorganize how values are stored in h->non_zero_count.
- ~1% faster
Originally committed as revision 21273 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:29 PM Revision c36a4294 (ffmpeg): Remove stray '\' at the end of macro definitions.
- Originally committed as revision 30362 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:17 PM Revision 90eb284a (ffmpeg): Remove duplicated or pointless newlines.
- Originally committed as revision 30361 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:07 PM Revision 398c193d (ffmpeg): Factorize error message logging, log it if the converter cannot be
- set.
Originally committed as revision 30360 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 11:02 PM Revision e36a545d (ffmpeg): Reindent after the last commit.
- Originally committed as revision 30359 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:00 PM Revision c0d1dc1c (ffmpeg): Make the pal2rgbWrapper set and use the converter in pal2rgbWrapper
- only if the input format is paletted.
Fix potential crashes/weirdness if the input format is non-paletted.
Original... - 10:05 PM Revision 2911e132 (ffmpeg): Disable a few things in fill_filter_caches() that arent needed.
- 0.1% speedup
Originally committed as revision 21272 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:55 PM Revision 89e893e2 (streamers): DumbStream, first import
- 09:43 PM Revision f432b43b (ffmpeg): Split fill_caches() between filter and decoder.
- Originally committed as revision 21271 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:35 PM Revision c988f975 (ffmpeg): Rearchitecturing the stiched up goose part 1
- Run loop filter per row instead of per MB, this also should make it
much easier to switch to per frame filtering and ... - 07:26 PM Revision 00c4127e (ffmpeg): Remove double const
- Originally committed as revision 30357 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 07:25 PM Revision 6667d5a5 (ffmpeg): add vspx fourcc to mpeg4 in riff.c
- Originally committed as revision 21269 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:10 PM Revision aa692d54 (ffmpeg): configure: simplify libsdl check
- Originally committed as revision 21268 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:10 PM Revision 14d36751 (ffmpeg): configure: add check_struct function
- This adds a check_struct function to test for availability of a
member within a struct.
Originally committed as revi... - 07:05 PM Revision 300cde27 (ffmpeg): configure: simplify check_lib2
- Originally committed as revision 21266 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:05 PM Revision f855b7b9 (ffmpeg): configure: pass extra flags to check_cpp from check_cpp_condition
- Originally committed as revision 21265 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:05 PM Revision 2a194acd (ffmpeg): configure: pass extra flags to check_cc from check_ld
- Originally committed as revision 21264 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:57 PM Revision ade5b91d (ffmpeg): Use av_match_ext() rather than the deprecated match_ext(), fix
- warnings.
Originally committed as revision 21263 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:11 PM Revision 9a180390 (ffmpeg): Factorize error message logging in rgb2rgbWrapper().
- Originally committed as revision 30356 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:25 PM Revision 1b5d46c6 (ffmpeg): Reindent
- Originally committed as revision 30350 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:25 PM Revision d39d7cf6 (ffmpeg): Remove inline from initFilter()
- It makes no sense having that function inlined.
Originally committed as revision 30349 to svn://svn.mplayerhq.hu/mpl... - 02:17 PM Revision 3f37ab8e (ffmpeg): Make sure we do not export incorrect _NE pixformat descriptions by ei...
- including config.h if available or not defining them if it isn't.
Originally committed as revision 21262 to svn://sv... - 01:39 PM Revision 48fdb66c (ffmpeg): Fix comment typo carefull -> careful
- Spotted by someone on IRC.
Originally committed as revision 21261 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:47 PM Revision c2521027 (ffmpeg): Add missing parens in AV_WN macros
- Originally committed as revision 21260 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:24 AM Revision 0209e1e1 (ffmpeg): Add missing Makefile dependencies to CONFIG_SNOW_ENCODER.
- Fixes build with --disable-encoders --enable-encoder=snow.
This fixes MPlayer build with --disable-mencoder.
Origina... - 12:27 AM Revision 45becaf3 (ffmpeg): Fix indentation after r21257.
- Originally committed as revision 21258 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:26 AM Revision e922e34c (ffmpeg): Add a const qualifier in a cast, fix the gcc warning:
- swscale.c: In function ‘sws_scale’:
swscale.c:2968: warning: cast discards qualifiers from pointer target type
Origi... - 12:23 AM Revision 14546184 (ffmpeg): Support demuxing of Sony OpenMG files without metadata header.
- Original patch by Michael Karcher, ffmpeg A mkarcher dialup fu-berlin de
Originally committed as revision 21257 to s... - 12:21 AM Revision 5090d8e1 (ffmpeg): Add a const qualifier in a cast, fix the gcc warning:
- swscale.c: In function ‘planarCopy’:
swscale.c:2256: warning: cast discards qualifiers from pointer target type
Orig...
01/16/2010
- 10:49 PM Revision a630ed3e (ffmpeg): Fix typo, "get rid off" -> "get rid of".
- Originally committed as revision 30338 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:18 PM Revision 05e24fa8 (ffmpeg): regtest: run tests only for enabled codecs and formats
- Originally committed as revision 21256 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:18 PM Revision 4b294c18 (ffmpeg): regtest: split wma test into wmav1 and wmav2
- Originally committed as revision 21255 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:18 PM Revision eca478c3 (ffmpeg): regtest: split reference files allowing tests to run individually
- With this change, the output is checked immediately after each test
has run. This means commands like "make regtest-... - 08:17 PM Revision 16cd99bb (ffmpeg): regtest: suppress console output from tests
- This disables all console output from the *-regression.sh scripts by
default. If the V environment variable is set t... - 07:51 PM Revision 730cb9da (ffmpeg): Revert r30331, which broke compilation.
- swScale_C is not templated if any optimization is to be used and
!runtime_cpudetect.
Originally committed as revisio... - 07:32 PM Revision 73cadb4f (ffmpeg): Prefer enum PixelFormat to int as the parameter type of
- fmt_depth(fmt).
Originally committed as revision 30333 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 07:22 PM Revision bc45751f (ffmpeg): Declare with av_unused the variable alpMmxFilter, fix the gcc warning:
- swscale_template.c: In function ‘swScale_C’:
swscale_template.c:2580: warning: unused variable ‘alpMmxFilter’
swscale... - 07:19 PM Revision 80853cfc (ffmpeg): Factorize the code which calls the non optimized C functions in
- getSwsFunc().
Originally committed as revision 30331 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 07:14 PM Revision c70f1401 (ffmpeg): Prefer "to %s%s" over "to%s %s", slightly more readable.
- Originally committed as revision 30330 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 07:11 PM Revision a9e2878c (ffmpeg): Simplify code in sws_getContext() which logs if the destination format
- support dithering, remove the const char *dither variable and use a
literal string instead.
Originally committed as ... - 07:04 PM Revision 9556124c (ffmpeg): Document some of SwsContext.
- Originally committed as revision 30328 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 06:39 PM Revision 0cc854e3 (ffmpeg): Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizon...
- Originally committed as revision 30327 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 06:36 PM Revision d95c8638 (ffmpeg): Factorize code which logs the source and destination formats in
- sws_getContext().
Originally committed as revision 30326 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 06:29 PM Revision 15ccfff1 (ffmpeg): Read "Last Changed Rev" field instead of "Revision" field to avoid being
- affected by changes in other directories (such as branches).
Originally committed as revision 21252 to svn://svn.ffm... - 05:41 PM Revision 7931bb2a (ffmpeg): Comment for() ; out
- ~200 bytes smaller ff_h264_filter_mb()
please everyone, NEVER add code with the assumtation that gcc will remove it
w... - 05:27 PM Revision ed3d7e2f (ffmpeg): Mark a few functions as noinline, this makes ff_h264_filter_mb() a bi...
- and 5% faster.
ff_h264_filter_mb_fast() stay the same size as gcc decided not to inline these
functions there in the ... - 04:21 PM Revision 183a86c9 (ffmpeg): Apply last 2 optimizations to similar code i forgot.
- Originally committed as revision 21249 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:14 PM Revision 3f55a651 (ffmpeg): Another microopt, 4 cpu cycles for avoidance of FFABS().
- Originally committed as revision 21248 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:54 PM Revision 1c6f46be (ffmpeg): Add missing guards and includes to arm/aac.h
- Originally committed as revision 21247 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:19 PM Revision 26147d36 (ffmpeg): Minor (2 cpu cycles) optimization ||->|.
- Originally committed as revision 21246 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:13 PM Revision 8be7ac98 (ffmpeg): Support decoding of SoftLab-NSK VideoTizer.
- Patch by ami_stuff, ami_stuff o2 pl
Originally committed as revision 21245 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:12 PM Revision 4c568cbc (ffmpeg): Consider slice_beta_offet in qp_thresh.
- Originally committed as revision 21244 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:55 AM Revision 2e36c931 (ffmpeg): Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh.
- Originally committed as revision 21243 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:08 AM Revision 3e906f4c (ffmpeg): Simplify reset_ptr(): employ usePal() macro rather than enumerating
- all the paletted formats.
Originally committed as revision 30317 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 11:05 AM Revision 006aa1a4 (ffmpeg): Implement null video sink.
- Originally committed as revision 21242 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:46 AM Revision 864a0742 (ffmpeg): Correctly decode some Avid AV1x samples, fixes issue 1684.
- Originally committed as revision 21241 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:43 AM Revision dd08b83c (ffmpeg): Implement null video source.
- Originally committed as revision 21240 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:41 AM Revision e1bb0364 (ffmpeg): Support lowres 3 when decoding MPEG video.
- Patch by Anatoliy Nenashev, nenashev_as mail ru
Originally committed as revision 21239 to svn://svn.ffmpeg.org/ffmpe... - 10:10 AM Revision b5eab66e (ffmpeg): Make avfilter_default_start_frame() request a buffer with the same
- size of the output link of the destination filter, rather than of the
size of the input link.
In particular this fixe... - 05:41 AM Revision ddd60f28 (ffmpeg): Replace cabac checks in inline functions from h264.h with constants.
- No benchmark because its just replacing variables with litteral constants
(so no risk for slowdown outside gcc sillin... - 04:49 AM Revision a482e61b (ffmpeg): Add symbol versioning for shared libraries
- Based on patch by Reinhard Tartler <siretart tauware de>
Originally committed as revision 21236 to svn://svn.ffmpeg.... - 04:48 AM Revision 2ed46eea (ffmpeg): configure: add test_ldflags function
- This adds a test_ldflags function for testing linker flags without
adding them to LDFLAGS like check_ldflags does.
O... - 04:48 AM Revision e8393e1c (ffmpeg): Add symbol versioning for shared libraries
- Based on patch by Reinhard Tartler <siretart tauware de>
Originally committed as revision 30315 to svn://svn.mplayer... - 03:54 AM Revision d140b025 (ffmpeg): SIPR16k decoder
- Originally committed as revision 21234 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:44 AM Revision d79c06b2 (ffmpeg): Allow a SIPR table to be used by the upcoming SIPR16k decoder
- Originally committed as revision 21233 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:40 AM Revision 65323ed2 (ffmpeg): Split some SIPR structs to a header file for the upcoming SIPR16k commit
- Originally committed as revision 21232 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:27 AM Revision 06cb7a1c (ffmpeg): Use macros instead of inline functions to replace the following missi...
- functions: exp2, exp2f, log2, log2f.
Should fix compilation in systems where these functions are defined in math.h
b... - 12:32 AM Revision a4be782c (ffmpeg): Support 2Vuy in mov, fixes issue 1690.
- Patch by ami_stuff, ami_stuff o2 pl
Originally committed as revision 21230 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/15/2010
- 09:49 PM Revision f821f981 (ffmpeg): Exclude .svn and .git directories from doxygen documentation.
- Originally committed as revision 21229 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:48 PM Revision 2b9cb7ec (ffmpeg): Fix out of tree build with hardcoded tables
- Originally committed as revision 21228 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:30 PM Revision ad7da0b5 (ffmpeg): mingw32: Build for Windows XP by default. Add note about Win9x/2000 s...
- Originally committed as revision 21227 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:50 PM Revision 2e3e8031 (ffmpeg): Don't initialize normal horizontal filter if MMX2 filter is used.
- Originally committed as revision 30313 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 07:16 PM Revision 93fe7eb6 (ffmpeg): Get one step closer to world domination.
- Remove "make uninstall".
Originally committed as revision 21226 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:50 PM Revision 598ef02b (ffmpeg): Do not print VDPAU upgrade notice when configure is invoked
- with `--disable-vdpau`.
Originally committed as revision 21225 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:01 PM Revision 8e2e9adf (grapes): More complex chunkID set test
- 05:00 PM Revision c22e4acd (grapes): Add a test for the ChunkIDSet stuff...
- 05:00 PM Revision b263e43d (grapes): Fix typo
- 04:59 PM Revision a1432cca (grapes): Comment out some unimplemented stuff which was generating warnings
- 04:57 PM Revision c11a78e6 (grapes): Fix a "const" warning
- 03:01 PM Revision 4a717894 (grapes): Remove useless "-I"
- 02:02 PM Revision d356a53f (ffmpeg): AAC: optimise bitstream reading in decode_spectrum_and_dequant()
- Using the low-level macros directly avoids redundant open/update/close
cycles.
2-3% faster on ARM, PPC, and Core i7.... - 12:13 PM Revision 22f6ca29 (grapes): Merge branch 'chunkidset'
- 11:16 AM Revision 86d8c1f6 (grapes): Merge branch 'chunkbuffer'
- Conflicts:
som/Tests/Makefile - 11:03 AM Revision 59ea69ef (ffmpeg): Support decoding of Avid uncompressed mov files, fixes issue 1685.
- Originally committed as revision 21223 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:55 AM Revision a0ae3e41 (ffmpeg): Support decoding Avid 1:1x codec, (partially) fixes issue1684.
- Originally committed as revision 21222 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:51 AM Revision a959e247 (ffmpeg): Const correctness for src pointer. Remove all constness related warni...
- libswscale.
Originally committed as revision 30306 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 03:42 AM Revision 7c2de274 (ffmpeg): Add forgotten include of h264_mvpred.h to h264.h.
- This could have caused the linking failure of pred_pskip_motion() missing if
a compiler included never used static fu... - 03:41 AM Revision e2dd8586 (ffmpeg): Add forgotton multiple inclusion guards to h264_mvpred.h.
- Originally committed as revision 21220 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:58 AM Revision 798339fb (ffmpeg): AAC: ARM/NEON asm for VMUL2/4 functions
- Originally committed as revision 21219 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:45 AM Revision c78dfcda (ffmpeg): Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.c
- Originally committed as revision 21218 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:39 AM Revision 3bfbbef6 (ffmpeg): Fix typo.
- Originally committed as revision 30304 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
01/14/2010
- 09:19 PM Revision 16c26378 (ml): ML: moved test to separate folder
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@360 a72f678d-4428-462c-85b4-08f063ced704
- 07:58 PM Revision 544f5a92 (ffmpeg): Optimise av_log2 with clz when available
- 10% faster flac decoding on x86 and ARM.
Originally committed as revision 21217 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:58 PM Revision 669b5583 (ffmpeg): Set HAVE_FAST_CLZ if CPU has a fast count leading zeros instruction
- Originally committed as revision 21216 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:12 PM Revision 00c081a8 (ffmpeg): Remove unused clip_table code.
- Originally committed as revision 30303 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 06:25 PM Revision 3d7453e0 (ffmpeg): configure: allow reverse auto-selection of options
- This adds the possibility to set foo_if and foo_if_any variables,
causing foo to be enabled if all/any of the listed ... - 05:50 PM Revision 29b75f0b (ffmpeg): Change code so it uses 2 adds instead of one FFABS.
- About 1% faster ff_ac3_bit_alloc_calc_psd on Intel Atom, overall speedup
not measurable though.
Should have a bigger ... - 02:02 PM Revision 574b183d (ffmpeg): Latent libavformat version bump and documentation update for Adobe Fi...
- Originally committed as revision 21213 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 PM Revision 83ab7f18 (ffmpeg): Adobe Filmstrip muxer and demuxer
- Originally committed as revision 21212 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:19 AM Revision efc034cc (ffmpeg): Add const qualifier to rgb48 to YV12 functions' src.
- Originally committed as revision 30301 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 06:19 AM Revision a3e35e28 (ffmpeg): Add missing parameter to rgb48 to YV12 functions.
- Originally committed as revision 30300 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:32 AM Revision f267d3ac (ffmpeg): Implement alpha channel decoding for BGR HuffYUV.
- Since BGR24 is decoded as BGR32, fill its alpha channel with 255
using the appropriate predictors.
Originally commit... - 12:32 AM Revision ff5ab5c8 (ffmpeg): set stream aspect from mov tkhd width/height, patch by Andrew Wason, ...
- Fixes issue 671.
Originally committed as revision 21210 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/13/2010
- 11:33 PM Revision 49544546 (ffmpeg): do not skip mdat data if it's the last atom, avoids one seek
- Originally committed as revision 21209 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:27 PM Revision 08c8e66a (ffmpeg): restore old buffer content when seek failed in http protocol, fix iss...
- Originally committed as revision 21208 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:57 PM Revision a1f42882 (ffmpeg): revert wrongly commited hunk in r21205
- Originally committed as revision 21207 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:52 PM Revision 10061cd6 (ffmpeg): remove useless type declarations
- Originally committed as revision 21206 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:50 PM Revision dcc2220a (ffmpeg): remove useless declarations from mpegts.h
- Originally committed as revision 21205 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 PM Revision 33931016 (ffmpeg): use codec rc_max_rate if set and warn if bit rate is not set
- Originally committed as revision 21204 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:21 PM Revision 01d6bd52 (ffmpeg): Do not split audio frames accross pes packets.
- This was not supported by some equipment and cisco analyzer.
Originally committed as revision 21203 to svn://svn.ffm... - 10:06 PM Revision 6f284d19 (ffmpeg): Surprisingly enough, the RTP muxer does not depend on the RTP protocol
- nor on network support.
Originally committed as revision 21202 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:42 PM Revision 907d9166 (ffmpeg): print more debug info about muxing parameters, patch by Mike Scheutzo...
- Originally committed as revision 21201 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:40 PM Revision c054f372 (ffmpeg): update mpegts_write_pes documentation, patch by Mike Scheutzow, scheu...
- Originally committed as revision 21200 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:44 PM Revision 4df3bbbc (ffmpeg): Insert null packets to keep pcr values correct, patch by Mike Scheutzow,
- scheutzow at alcatel-lucent dot com and Niobos, niobos at dest-unreach dot be.
Originally committed as revision 2119... - 08:30 PM Revision 49f6fd8f (ffmpeg): move pcr/sdt/pat period computation after ts->mux_rate is set, patch ...
- Originally committed as revision 21198 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:26 PM Revision 6b18a3f5 (ffmpeg): output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow ...
- Originally committed as revision 21197 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:20 PM Revision 906c16a1 (ffmpeg): fix ts packet header size computation, patch by Niobos, niobos at des...
- Originally committed as revision 21196 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:14 PM Revision 080cabff (ffmpeg): fix sdt, pat, pcr size computation, patch by Niobos, niobos at dest-u...
- Originally committed as revision 21195 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:27 PM Revision fad9a42a (ffmpeg): The RTP muxer does not need rtp_asf.c
- Originally committed as revision 21194 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:18 PM Revision 3f60d2d3 (ffmpeg): Remove the inclusion of unneeded headers
- Originally committed as revision 21193 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:48 PM Revision fbb6c6c2 (ffmpeg): Define !CONFIG_FOO in config.make if feature disabled
- Originally committed as revision 21192 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:46 PM Revision 2ef21b91 (ffmpeg): AAC: Reduce depth of vlc_spectral tables to 2
- Up to 6% faster overall on i7, no change on A8.
Originally committed as revision 21191 to svn://svn.ffmpeg.org/ffmpe... - 04:46 PM Revision 95dff4ac (ffmpeg): AAC: Unswitch loop over window groups in decode_spectrum_and_dequant()
- GCC should be able to do this, but doesn't. Slightly faster code.
Originally committed as revision 21190 to svn://s... - 04:46 PM Revision 05f9d8fc (ffmpeg): AAC: simplify some calculations in decode_spectrum_and_dequant()
- Simplify cur_band_type, group_len, and coef/offset calculations. This
makes the code easier to read and slightly fas... - 04:46 PM Revision c816d3d0 (ffmpeg): AAC: Compress codebook tables and optimise sign bit handling
- The codebooks each consist of small number of values repeated in
groups of 2 or 4. Storing the codebooks as a packed... - 03:55 PM Revision 9d50d396 (ffmpeg): Fix issue1658 (trailing space in rtpmap descriptor).
- Originally committed as revision 21187 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:32 PM Revision 094a63f1 (ffmpeg): Check there is a stream before writing header.
- Patch by Tomas Härdin: $(name) punto hardin chez codemill dot se
Originally committed as revision 21186 to svn://svn... - 04:35 AM Revision ef5e7fb2 (ffmpeg): Remove needless use of log2f()
- Originally committed as revision 21185 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:29 AM Revision 1c3c129b (ffmpeg): Remove the struct SiprModeParam of the context. This will simplify sp...
- the file for future 16k mode decoder code.
Originally committed as revision 21184 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:11 AM Revision f3da24c4 (ffmpeg): SIPR: kill variable-length arrays
- Two of these are in fact constant size, so use the constant instead of
a variable in the declarations. The remaining... - 02:44 AM Revision 0cd73b6c (ffmpeg): remove unused variable
- Originally committed as revision 21182 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:35 AM Revision cc51b282 (ffmpeg): Split cabac decoding code out of h264.c.
- not slower according to benchmarks.
Originally committed as revision 21181 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:17 AM Revision 8e71d89a (ffmpeg): Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them.
- Yes i did compile&test, no svq3.c was not recompiled.
Originally committed as revision 21180 to svn://svn.ffmpeg.org... - 02:16 AM Revision 0752cd39 (ffmpeg): More av_cold for infrequently called functions.
- Originally committed as revision 21179 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:59 AM Revision e1e94902 (ffmpeg): Split cavlc out of h264.c.
- Seems to speed the code up a little...
The placement of many generic functions between h264.c and h264.h is still ope... - 12:16 AM Revision 08f8b51f (ffmpeg): Make avfilter_insert_filter() log the names of the filters between
- which it inserts the new filter.
Originally committed as revision 21177 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:09 AM Revision f37c934d (ffmpeg): Make query_formats() print an error message if an auto-inserted scale
- filter cannot convert between input and output formats.
Originally committed as revision 21176 to svn://svn.ffmpeg.o...
01/12/2010
- 11:02 PM Revision 1460c790 (ffmpeg): Use MULH instead of 64x64 multiplication, around 5% overall speedup o...
- Patch by myself and Yuriy Kaminskiy [yumkam mail ru]
Originally committed as revision 21175 to svn://svn.ffmpeg.org/... - 09:36 PM Revision 188d3c51 (ffmpeg): Split motion vector prediction off h264.c/h.
- Originally committed as revision 21174 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:17 PM Revision 2bedc0e8 (ffmpeg): Move check_intra4x4_pred_mode() back from h264.h to h264.c, the funct...
- called once per MB in worst case and doesnt seem to benefit from static inline.
Actually the code might be a hair fas... - 08:59 PM Revision ea6f00c4 (ffmpeg): Split all the reference picture handling off h264.c.
- Originally committed as revision 21172 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:37 PM Revision 099809d1 (ffmpeg): Reindent after last commit.
- Originally committed as revision 21171 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:35 PM Revision ff9ea0b7 (ffmpeg): Replace variable length array with an allocated buffer
- in the context to increase compatibility.
Originally committed as revision 21170 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:33 PM Revision 889fce8e (ffmpeg): Split (picture|seq) parameter set decoding out of h264.c.
- no speedloss meassured, also its really not touching anything that is speed relevant.
Originally committed as revisi... - 07:03 PM Revision 28b2866f (ffmpeg): /nop is illegal with Apple's older version of gas, this was fixed els...
- but not here since it was unused before now.
Originally committed as revision 30289 to svn://svn.mplayerhq.hu/mplaye... - 06:54 PM Revision 9c095463 (ffmpeg): Split SEI code off h264.c.
- Originally committed as revision 21168 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:36 PM Revision 2edabfdf (ffmpeg): Reindent after r21166.
- Originally committed as revision 21167 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:36 PM Revision 08f7a8ac (ffmpeg): Use chunked encoding for HTTP uploads. Patch by Tomas Härdin
- <$firstname.$lastname()codemill,se>.
Originally committed as revision 21166 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:32 PM Revision 943f69a6 (ffmpeg): Split direct mode (macro)block decoding off h264.c.
- No speedloss meassured (its slightly faster here but that may be random fluctuations)
Originally committed as revisi... - 01:54 PM Revision 9514a084 (ffmpeg): Align mb_bit_buffer and vs_bit_buffer as their alignment is checked b...
- Originally committed as revision 21164 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:56 AM Revision 51a269cd (ffmpeg): Make sure the destination address is written as an IP address in the SDP
- Patch by Martin Storsjo (martin AT martin DOT st)
Originally committed as revision 21163 to svn://svn.ffmpeg.org/ffm... - 09:13 AM Revision a7494872 (ffmpeg): Reduce stack usage in svq1_encode_plane(). Reuse context scratch buffer
- instead. Avoid a crash on MinGW.
Originally committed as revision 21162 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:10 AM Revision 56e29bf2 (ffmpeg): Correct timestamps inside FLV data received by RTMP.
- Patch by Sergiy (gmail(piratfm))
Originally committed as revision 21161 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:44 AM Revision e2ee11e8 (ffmpeg): Use old-style RTMP handshake for old servers.
- This fixes issue streaming from Red5 server.
Patch by Art Clarke (aclarke@`echo xyzzy|sed s/y/u/|sed s/y/le/|tr z g`.... - 06:01 AM Revision 082cf971 (ffmpeg): Split h264 loop filter off h264.c.
- No meassureable speed difference on pentium dual & cathedral sample.
Originally committed as revision 21159 to svn:/... - 05:34 AM Revision 419276c5 (ffmpeg): Move svq3.o to the correct spot.
- Originally committed as revision 21158 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:30 AM Revision 903d58f6 (ffmpeg): Get rid of #include "svq3.c"
- functions called more than per mb are moved into the header, scan8 is also
as it must be known at compiletime.
The co... - 04:49 AM Revision a6836813 (ffmpeg): Better title for the file.
- Originally committed as revision 21156 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:34 AM Revision 845e37e7 (ffmpeg): Make sure that sfence is used after any non temporal stores.
- Originally committed as revision 30287 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:19 AM Revision 6b7c7703 (ffmpeg): Add replacements for log2f(), exp2() and exp2f() for platforms that l...
- Should fix build breakage on some platforms introduced in r21125.
Originally committed as revision 21155 to svn://sv... - 12:29 AM Revision 0941ee0f (ffmpeg): Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) f...
- Originally committed as revision 21154 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/11/2010
- 08:21 PM Revision dc0d86fa (ffmpeg): AAC: use table for cbrtf(n)*n
- The maximum length of escape_sequence is 21 bits, so adjust limit in
code to match this.
Up to 10% faster on Cortex-... - 07:55 PM Revision 4bf0faaa (ffmpeg): Remove the inclusion of unneeded headers
- Originally committed as revision 21152 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:02 PM Revision 7c8af53f (ffmpeg): AAC: escape_sequence is 21 bits max
- The maximum length of escape_sequence is 21 bits, so adjust limit in
code to match this. Also fix the comment.
Orig... - 05:45 PM Revision 5d629b72 (ffmpeg): Provide a fallback for getnameinfo() also. Patch by Martin Storsjö
- <$firstname()$firstname,st>.
Originally committed as revision 21150 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:42 PM Revision 34a65f1f (ffmpeg): Implement a fallback for struct sockaddr_storage if not available.
- Patch by Martin Storsjö <$firstname()$firstname,st>.
Originally committed as revision 21149 to svn://svn.ffmpeg.org/... - 05:42 PM Revision 33a4dbdd (ffmpeg): Check for struct sockaddr_storage. Patch by Martin Storsjö
- <$firstname()$firstname,st>.
Originally committed as revision 21148 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:32 PM Revision fdcdd539 (ffmpeg): Use getaddrinfo() instead of resolve_host(). Patch by Martin Storsjö
- <$firstname()$firstname,st>.
Originally committed as revision 21147 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:28 PM Revision f1888474 (ffmpeg): Deprecate resolve_host(). Patch by Martin Storsjö <$firstname()$first...
- Originally committed as revision 21146 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:27 PM Revision fa053ca7 (ffmpeg): Provide fallback implementations of getaddrinfo() and freeaddrinfo().
- Patch by Martin Storsjö <$firstname()$firstname,st>.
Originally committed as revision 21145 to svn://svn.ffmpeg.org/... - 05:17 PM Revision c0018613 (ffmpeg): Check for struct addrinfo availability. Patch by Martin Storsjö
- <$firstname()$firstname,st>.
Originally committed as revision 21144 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:14 PM Revision 7e43f74a (ffmpeg): Use getaddrinfo(), if available, in resolve_host(). Patch by Martin
- Storsjö <$firstname()$firstname,st>.
Originally committed as revision 21143 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:01 PM Revision 84882df6 (ffmpeg): Check for getaddrinfo(), patch by Martin Storsjö <$firstname()$firstn...
- Originally committed as revision 21142 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:41 PM Revision c460833d (ffmpeg): fft-test: Add RDFT/IRDFT support.
- Originally committed as revision 21141 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:40 PM Revision 5b37ef8e (ffmpeg): fft-test: Replace do_mdct with a tf_transform enum and switch on it.
- Originally committed as revision 21140 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:22 PM Revision ae550ce9 (ffmpeg): configure: Make check_type handle type names containing spaces
- Patch by Martin Storsjö <martin at martin st>
Originally committed as revision 21139 to svn://svn.ffmpeg.org/ffmpeg/... - 02:21 PM Revision eebece46 (ffmpeg): Fix two RLE buffer size calculations in TSCC decoder.
- Spotted by Zhongtuan Ma.
Originally committed as revision 21138 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:36 PM Revision fd07f803 (ffmpeg): configure: allow names with spaces in enable/disable_safe
- Originally committed as revision 21137 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:07 PM Revision 63f580ea (grapes): Fix memleak
- 12:08 PM Revision f56f4149 (ffmpeg): add myself as the electronicarts demuxer maintainer
- Originally committed as revision 21136 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:54 AM Revision 3b3a676a (ffmpeg): 10l: Fix forgotten variable rename from r14893 (fixes issue 1675).
- Originally committed as revision 21135 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:21 AM Revision 52c0fcaf (ffmpeg): Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included...
- multiple times.
Originally committed as revision 30273 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 07:30 AM Revision 996de2fe (ffmpeg): cosmetics: {} placement.
- Originally committed as revision 30272 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 05:51 AM Revision 2d4970d8 (ffmpeg): oggdec: Set dts when known
- Originally committed as revision 21134 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:57 AM Revision 7ffd8332 (ffmpeg): Add missing internal.h to files calling ff_match_2uint16().
- Fixes warnings:
libavcodec/mpegvideo_enc.c:574: warning: implicit declaration of function
'ff_match_2uint16'
libavcod... - 02:52 AM Revision 2c807762 (ffmpeg): Optimize ff_snow_horizontal_compose97i.
- this makes the 9/7 C wavelet at the decoder side 22% faster.
The old code is changed to match the new in terms of the... - 01:00 AM Revision 233a8b3d (ffmpeg): Merge vertical_compose53iL0*()
- 8% faster C 5/3 wavelet at the decoder side.
Originally committed as revision 21131 to svn://svn.ffmpeg.org/ffmpeg/t... - 12:54 AM Revision 2a84512a (ffmpeg): Optimize horizontal_compose53i() by inlining inv_lift() and optimizin...
- resulting code slightly. ~30% faster C 5/3 wavelet at the decoder side.
Originally committed as revision 21130 to sv... - 12:31 AM Revision 18ca491b (ffmpeg): mkvdec: Avoid divide-by-zero crash on invalid real audio tracks
- Originally committed as revision 21129 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:31 AM Revision 24ca518b (ffmpeg): Add support for dirac in ogg
- Originally committed as revision 21128 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:31 AM Revision 66b02552 (ffmpeg): Add a function to parse Dirac's sequence header
- Originally committed as revision 21127 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:31 AM Revision c4dffe7e (ffmpeg): Export fullrange flag and color information for h.264
- Originally committed as revision 21126 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/10/2010
- 09:38 PM Revision 7bd3096f (ffmpeg): SIPR decoder for modes 8k5, 6k5 and 5k0.
- Patch by Vladimir Voroshilov and myself.
Originally committed as revision 21125 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:34 PM Revision 81e17b78 (ml): git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/G...
- 02:23 PM Revision 9ea97721 (ffmpeg): Make query_formats() increment the scaler_count after each scaler
- insertion.
Originally committed as revision 21124 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:45 PM Revision 999c23a1 (ffmpeg): Make avfilter_insert_filter() print the instance name of the
- auto-inserted scale filter, rather than the filter name, as this
provides more information.
Originally committed as ... - 01:42 PM Revision 2d187e23 (ffmpeg): Add an entry for the addition of a parameter log_ctx to
- avfilter_graph_config_links().
Originally committed as revision 21122 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:39 PM Revision 3fb8e77a (ffmpeg): Add a log context to avfilter_graph_config_links().
- Originally committed as revision 21121 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:40 AM Revision 54c5848d (ffmpeg): Remove extra empty line.
- Originally committed as revision 21120 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:57 AM Revision e6a9dd6a (ffmpeg): Use enum CodecID where appropriate.
- Originally committed as revision 21119 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:47 AM Revision e6565055 (ffmpeg): Deluxe Paint Animation demuxer
- Originally committed as revision 21118 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:41 AM Revision a1ae40fd (ffmpeg): Deluxe Paint Animation decoder
- Originally committed as revision 21117 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:08 AM Revision add5badb (ffmpeg): do not create Electronic Arts audio stream when unsupported revision2...
- Originally committed as revision 21116 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:06 AM Revision 9e2e8214 (ffmpeg): Doxy for ff_match_2uint16().
- Originally committed as revision 21115 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:04 AM Revision 6c060b55 (ffmpeg): Fix implicit declaration warning.
- Originally committed as revision 21114 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/09/2010
- 06:33 PM Revision c46eeae2 (ffmpeg): Add a function to match a 2 element vector of uint16_t and use it in ...
- instead of custom and bloated code to find an index into a w/h array.
Originally committed as revision 21113 to svn:... - 06:12 PM Revision aa11ce65 (ffmpeg): Make inter_level/run global again, msmpeg4 uses them.
- ... I did test but it wasnt recompiled ...
Originally committed as revision 21112 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:22 PM Revision 0366b6e1 (ffmpeg): Make some tables static again, i mistakely thought they would be used...
- places.
Originally committed as revision 21111 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:20 PM Revision 23b0072a (ffmpeg): MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as i...
- swaps R and B inputs for the existing yuv420->bgr24 routine.
Originally committed as revision 30254 to svn://svn.mpl... - 04:20 PM Revision 75dd6938 (ffmpeg): Export get_slice_type() as ff_h264_get_slice_type().
- Patch by Laurent Aimar <fenrir at videolan dot org>.
Originally committed as revision 21110 to svn://svn.ffmpeg.org/... - 02:59 PM Revision fc53b6af (ffmpeg): Split H263 encoder and decoder from common code.
- Originally committed as revision 21109 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:44 PM Revision 4b190455 (ffmpeg): Remove unused PREFETCHW macro
- Originally committed as revision 30253 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:25 PM Revision ec807410 (grapes): Add some test cases, improving the test coverage
- 02:25 PM Revision 98bc2380 (grapes): Some fixes
- 02:15 PM Revision 0940b7ec (grapes): First shot at a real config implementation
- 01:57 PM Revision ced82324 (grapes): Avoid memory overallocation for the config tags
- 01:49 PM Revision 410fd7f8 (grapes): Add Chunk Buffer test
- 01:28 PM Revision 14b86070 (ffmpeg): Add support for hard-coded MDCT-related ff_sine_windows tables.
- Originally committed as revision 21108 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:14 PM Revision c3ed3606 (grapes): Add a "destroy" call, + some random fixes (logical error in
- insert sorting, etc...)
- 12:13 PM Revision 03dddbe7 (grapes): Fix logical error in the tag searching routine
- 07:57 AM Revision b090930d (ffmpeg): Always initialize bit_depth_luma and bit_depth_chroma in the H264
- decoder which allows their usage without checking profile_idc.
Patch by Laurent Aimar (fenrir (AT) videolan org)
Or... - 03:31 AM Revision 8600106a (ffmpeg): update my email address
- Originally committed as revision 21106 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/08/2010
- 11:51 PM Revision 359e99fc (grapes): Simple insertion sort... Can be changed in shell sort later
- 11:48 PM Revision 27d8f6b6 (ffmpeg): Make the scale filter set in the input and output links only the
- respective pixel formats effectively supported by libswscale.
Originally committed as revision 21105 to svn://svn.ff... - 07:59 PM Revision a7ac9c2f (ffmpeg): Move 3 direct MV related functions that i left out from h263.c to mpe...
- Originally committed as revision 21104 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:53 PM Revision b2f4b043 (ffmpeg): Change local variable type from unsigned int to int in order to
- fix a fate test error for gcc 4.1.x introduced in revision 21069.
Originally committed as revision 21103 to svn://sv... - 07:40 PM Revision 261a3c2d (ffmpeg): Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode...
- Originally committed as revision 21102 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:31 PM Revision 1b168a42 (ffmpeg): Ignore 0-height slice in sws_scale, otherwise a final 0-height slice ...
- cause libswscale to assume the incorrect slice order and complain about
slices starting in the middle.
Originally co... - 07:10 PM Revision 7213abf6 (ffmpeg): Use h263 tables in msmpeg4v1 dont duplicate them halfway.
- Originally committed as revision 21101 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:54 PM Revision 0219e99e (ffmpeg): Release cyuv/aura decoder buffer
- Originally committed as revision 21100 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:52 PM Revision 3963a17d (ffmpeg): AAC: add a const to decode_spectrum_and_dequant() args
- Originally committed as revision 21099 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:51 PM Revision 101ada9a (ffmpeg): Rename most non static h263 tables so their name contains h263.
- Originally committed as revision 21098 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:41 PM Revision fef59a5b (ffmpeg): Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves ...
- of msmpeg4 code (one now knows where that table comes from).
Originally committed as revision 21097 to svn://svn.ffm... - 05:28 PM Revision 05b858b0 (ffmpeg): Rename DCtab_*, its a global variable and it helps understanding if m...
- is in its name.
Originally committed as revision 21096 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:15 PM Revision f9664ca0 (ffmpeg): Use the correct ByteIOContext in extradata parsing.Fixes half of issue
- 1658.
Originally committed as revision 21095 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:37 PM Revision 4536c8e6 (ffmpeg): Snow : re-indent after r21093.
- Originally committed as revision 21094 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:34 PM Revision a4bd5985 (ffmpeg): Snow : remove pointless 'if(1)'.
- Originally committed as revision 21093 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:26 PM Revision 28fbbee1 (ffmpeg): Remove useless line.
- Originally committed as revision 21092 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:04 PM Revision e75d2335 (ffmpeg): Fix indention.
- Originally committed as revision 21091 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:50 PM Revision 4ad04da2 (ffmpeg): Log unknown NAL code from correct context
- Originally committed as revision 21090 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:36 PM Revision 9c41353a (grapes): Update
- 02:45 PM Revision 2da16f28 (ffmpeg): Snow : use non-NULL context for av_log.
- Originally committed as revision 21089 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:33 PM Revision 8ec5a042 (ffmpeg): Cosmetics : remove duplicated comment.
- Originally committed as revision 21088 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:00 AM Revision 49d2d1c3 (ffmpeg): Explain why the level variable is magically inceased in mpeg4_encode_...
- It must be in a certain range to avoid DC overflows.
Originally committed as revision 21087 to svn://svn.ffmpeg.org/... - 08:19 AM Revision d3c01751 (ffmpeg): Fix compilation on gcc 2.95.3 (still supported) broken by r21077,
- which was due to declaring variable after code.
Originally committed as revision 21086 to svn://svn.ffmpeg.org/ffmpe... - 06:53 AM Revision 4f4687b8 (ml): tests/NVTEST1 added
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@329 a72f678d-4428-462c-85b4-08f063ced704
- 06:11 AM Revision d987a9e9 (ffmpeg): fft-test: whitespace cosmetics
- Originally committed as revision 21085 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:09 AM Revision e8c6411c (ffmpeg): Snow : release buffers allocated using avctx->get_buffer.
- Originally committed as revision 21084 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:08 AM Revision 8456462f (ffmpeg): Set bits_per_coded_sample in the raw video encoder.
- Aside from being the correct thing to do, this also
fixes issue 1299.
Originally committed as revision 21083 to svn:... - 04:00 AM Revision 51ce2207 (ffmpeg): Add a few CONFIG_MPEG4_DECODER that should be there.
- Originally committed as revision 21082 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:43 AM Revision f2e77e4b (ffmpeg): Improve avformat_version() doxy.
- Patch by Art Clarke.
Originally committed as revision 21081 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:04 AM Revision b827f4eb (ffmpeg): Currently, the replacement which is used if inet_aton isn't available,
- only works correctly on little-endian. The attached patch makes it endian
independent.
Patch by Martin Storsjö <$fir...
01/07/2010
- 11:53 PM Revision ca334dd1 (ffmpeg): Split the mpeg4 encoder and decoder off h263.c
- Originally committed as revision 21079 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:05 PM Revision 84f0aba1 (ffmpeg): handler can be NULL if we did not support this dynamic format (codec).
- Fixes issue 1658 (the crasher), although the format itself is obviously
still unsupported.
Originally committed as r... - 10:59 PM Revision 063e7692 (ffmpeg): Make avfilter_formats_unref(AVFilterFormats **ref) handle the case
- when *ref is NULL.
Originally committed as revision 21077 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:52 PM Revision fe592585 (ffmpeg): Use the @return doxy command, and extend documentation for the return
- value of AVFilter.query_formats.
Originally committed as revision 21076 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:51 PM Revision c4d2e41c (ffmpeg): Avoid the use of the modal auxiliary "should" in the
- AVFilter.query_formats doxy.
The doxy expresses what a function does, not what it should do.
Originally committed as... - 10:48 PM Revision e38215f2 (ffmpeg): Add multi-channel correlation support for ALS.
- Originally committed as revision 21074 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:44 PM Revision 516841ef (ffmpeg): Fix doxy, use third person.
- Originally committed as revision 21073 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:44 PM Revision 8f3c87f3 (ffmpeg): Add correct log context to av_log() calls in parse_rtpmap().
- Originally committed as revision 21072 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:41 PM Revision c8965800 (ffmpeg): Re-indent to more closely follow general coding standards used in other
- parts of FFmpeg. Also change a starting condition; while (condition) {
... bla = bla->next; } loop into a proper for(... - 10:33 PM Revision 59043195 (ffmpeg): Fix red/blue swap for 4xa files.
- Originally committed as revision 21070 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 PM Revision 99c5f5cc (ffmpeg): Optimize short-term prediction by reducing index arithmetic.
- Originally committed as revision 21069 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:25 PM Revision 9a02c3e1 (ffmpeg): Silence calls to git in version.sh.
- Originally committed as revision 21068 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:23 PM Revision 8202d905 (ffmpeg): Check for VERSION in source dir.
- Originally committed as revision 21067 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:11 PM Revision 715cff9a (ffmpeg): Add an entry for the sws_isSupportedInput() and
- sws_isSupportedOutput() functions addition.
Originally committed as revision 21066 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:07 PM Revision 8e9767f6 (ffmpeg): Implement sws_isSupportedInput() and sws_isSupportedOutput().
- Originally committed as revision 30236 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 05:54 PM Revision 31c194e7 (ffmpeg): Check for snapshot_version in source dir.
- Originally committed as revision 21065 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:01 PM Revision 40be1074 (grapes): first shot at a chunkbuffer API...
- 03:46 PM Revision 46244c64 (ffmpeg): Add some const qualifiers.
- Originally committed as revision 21064 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:43 PM Revision 616251c9 (ffmpeg): Document decide_ac_pred() and restore_ac_coeffs().
- Originally committed as revision 21063 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:31 PM Revision d6856c57 (ffmpeg): Move restore_ac_coeffs() call into decode_ac_pred().
- This makes decode_ac_pred() easier to understand.
Originally committed as revision 21062 to svn://svn.ffmpeg.org/ffm... - 03:24 PM Revision 0dc5dc08 (ffmpeg): Move restore_ac_coeffs() up so its declared before its use.
- Originally committed as revision 21061 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:12 PM Revision 64f716b4 (ffmpeg): More doxy
- Originally committed as revision 21060 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:56 PM Revision 7cd9fe48 (ffmpeg): Document ff_h263_show_pict_info().
- Originally committed as revision 21059 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:55 PM Revision 4fea0482 (ffmpeg): Factorize if() surrounding every ff_h263_show_pict_info() call.
- Originally committed as revision 21058 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:24 AM Revision 9ea7f03a (ffmpeg): Always set the destination address even if no port was found.
- Patch by Martin Storsjo (martin AT martin DOT st)
Originally committed as revision 21057 to svn://svn.ffmpeg.org/ffm... - 08:11 AM Revision c47b0738 (ffmpeg): Check the URL used for the SDP destination.
- Patch by Martin Storsjo (martin AT martin DOT st)
Originally committed as revision 21056 to svn://svn.ffmpeg.org/ffm... - 07:13 AM Revision bb34acd8 (ffmpeg): Remove const to avoid a bunch of GCC warnings against discarded quali...
- incompatible pointer type.
Originally committed as revision 30234 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 06:32 AM Revision 0b60f3bd (ffmpeg): 2 more if(CONFIG_*_DECODER)
- Originally committed as revision 21055 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:25 AM Revision d7525cba (ffmpeg): Split out intel H263 decoder.
- Originally committed as revision 21054 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:20 AM Revision 515a5438 (ffmpeg): flv.h should ideally be included in flvdec.c
- Originally committed as revision 21053 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:41 AM Revision 6a14a157 (ffmpeg): Move forgotton "AVCodec flv_encoder" over to flvenc.c.
- Originally committed as revision 21052 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:36 AM Revision a0b0d753 (ffmpeg): Split flv decoding out.
- Originally committed as revision 21051 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:42 AM Revision eb523769 (ffmpeg): Split out flv encoding.
- Originally committed as revision 21050 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:01 AM Revision f8673787 (ffmpeg): Document aspect_to_info().
- Originally committed as revision 21049 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:58 AM Revision f0161594 (ffmpeg): Cleanup aspect_to_info().
- Originally committed as revision 21048 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:54 AM Revision 214cb565 (ffmpeg): Document several more things.
- Originally committed as revision 21047 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:40 AM Revision b0704443 (ffmpeg): Document *VLC_BITS.
- Originally committed as revision 21046 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:36 AM Revision 046be929 (ffmpeg): Simplify h263_get_picture_format().
- Originally committed as revision 21045 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:34 AM Revision 5149048b (ffmpeg): Mark h263_get_picture_format() av_const to indicate that it has no funny
- sideeffects and reads no global memory.
Originally committed as revision 21044 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:30 AM Revision 7a05b0a6 (ffmpeg): Document h263_get_picture_format().
- Originally committed as revision 21043 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:15 AM Revision 036c1382 (ffmpeg): Fix stream copy & transcoding one stream at the same time.
- Fixes issue1660.
Originally committed as revision 21042 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:50 AM Revision 9f907d85 (ffmpeg): Correct indention.
- Originally committed as revision 21041 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:47 AM Revision 8157483d (ffmpeg): Move the definitions of data_buf and data_size closer to where they a...
- Originally committed as revision 21040 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/06/2010
- 11:15 PM Revision 07f2a575 (ffmpeg): 100l: Fix compilation after r21037.
- Originally committed as revision 21039 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:40 PM Revision 2efcf292 (ffmpeg): Stop the approximation in bessel() once it does no longer improve.
- This is faster.
Originally committed as revision 21038 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:51 PM Revision 9df9b810 (ffmpeg): Handle more ADPCM codecs in av_get_bits_per_sample().
- This removes some special-case code from riff.c.
CODEC_ID_ADPCM_G726 is still handled in riff.c as before because it ... - 04:22 PM Revision 1e289b09 (ffmpeg): Add an entry for the avfilter_add_colorspace() API change.
- Originally committed as revision 21036 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:19 PM Revision c1d662fd (ffmpeg): Change avfilter_add_colorspace() to make it accept **avff rather than
- *avff, so that an AVFilterFormats struct is created and returned by
the function if *avff is NULL.
Make the function... - 01:49 PM Revision 76597127 (ffmpeg): Fix entry on concatenating multiple yuv4mpegpipe streams.
- patch by John Van Sickle, john.vansickle gmail com
Originally committed as revision 21033 to svn://svn.ffmpeg.org/ff...
01/05/2010
- 08:14 PM Revision 418a287c (ffmpeg): add another mjpeg fourcc to riff.c list
- Originally committed as revision 21032 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:25 PM Revision 643bae38 (ffmpeg): Use correct context for av_log(), should prevent a crash for malforme...
- Patch by Francesco Lavra (francescolavra at interfree dot it).
Originally committed as revision 21031 to svn://svn.f... - 10:18 AM Revision 50fe1696 (ffmpeg): Add a few explanatory comments to cornercase workarounds.
- Originally committed as revision 21030 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:16 AM Revision 71fe4573 (ffmpeg): Replace array operator [] with direct access via pointer.
- Solves issue 1657.
Originally committed as revision 21029 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:14 AM Revision 6698d139 (ffmpeg): Cosmetics: Fix indentation and comment after r21027.
- Originally committed as revision 21028 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:11 AM Revision 4235c98e (ffmpeg): Support decoding raw 2bpp in mov, fixes issue 1528.
- Originally committed as revision 21027 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 0a1e1510 (ffmpeg): Improve readability of 4bpp raw decoder and prepare for supporting 2bpp.
- Originally committed as revision 21026 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/04/2010
- 10:59 PM Revision 7b1312fa (ffmpeg): cosmetics, remove useless parentheses, add space
- Originally committed as revision 21025 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:58 PM Revision a510991c (ffmpeg): simplify error handling in mov_read_default
- Originally committed as revision 21024 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:51 PM Revision cb41b2b6 (ffmpeg): remove no more needed MOVAtom.offset field
- Originally committed as revision 21023 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:48 PM Revision 7ead7e21 (ffmpeg): remove useless code skipping data at end of hdlr atom, already done i...
- Originally committed as revision 21022 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:29 PM Revision 2e87e714 (ffmpeg): Register myself as libdirac libschroedinger and libtheora maintainer
- Originally committed as revision 21021 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:55 PM Revision 0e59034e (ffmpeg): Remove forward declarations.
- Originally committed as revision 21020 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:26 PM Revision 0e426b7a (ffmpeg): Reindent after last commit
- Originally committed as revision 21019 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:25 PM Revision 846b2316 (ffmpeg): Add missing "static" qualifier
- Originally committed as revision 21018 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:55 PM Revision 7f6a384a (ffmpeg): Mark http_log() as static; it is only used in this file.
- Originally committed as revision 21017 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:29 PM Revision abf649c7 (ffmpeg): Fix VDPAU check to avoid printing spurious messages to the console.
- Originally committed as revision 21016 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:14 PM Revision f3b93c46 (ml): fixing repoclient getPeers bug
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@313 a72f678d-4428-462c-85b4-08f063ced704
- 03:52 PM Revision a2e6a14b (ffmpeg): Add myself as HTTP maintainer.
- Originally committed as revision 21015 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:06 PM Revision 68d7cb0b (ffmpeg): Do not print libvdpau upgrade advice on platforms without vdpau
- headers installed.
Originally committed as revision 21014 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:21 PM Revision b02e9c96 (ffmpeg): The H.263 wrong_run table is only for encoding; only enable it in suc...
- patch by avcoder, ffmpeg gmail com
Originally committed as revision 21013 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:23 AM Revision 81774dd0 (ffmpeg): VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks ...
- Originally committed as revision 21012 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:19 AM Revision 5716aec3 (ffmpeg): Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks,
- so we can't use SSE-optimized routines.
Originally committed as revision 21011 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:52 AM Revision 2cf9c7ef (ffmpeg): Add support for these widely-used iTunes metadata fields: Album Artist,
- Grouping, and Lyrics.
Originally committed as revision 21010 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:08 AM Revision 5ff84183 (ffmpeg): Make avfilter_all_colorspaces() add to the returned list of pixel
- formats only the non-HW-accelerated formats, for which there is no
sense in filtering.
Originally committed as revis...
01/03/2010
- 10:29 PM Revision a2b16627 (ffmpeg): Add an entry for the avfilter_add_colorspace() API addition.
- Originally committed as revision 21008 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 PM Revision 4fd1f187 (ffmpeg): Implement avfilter_add_colorspace().
- Originally committed as revision 21007 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:21 PM Revision fa4dc9f0 (ffmpeg): Document avcodec_pix_fmt_to_codec_tag().
- Originally committed as revision 21006 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:20 PM Revision 634116df (ffmpeg): Prefer enum PixelFormat over int for the type of the format parameter
- of getSubSampleFactors().
Originally committed as revision 30184 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 02:35 PM Revision 997980f0 (ffmpeg): Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the
- swscale_configuration() and swscale_license() functions, consistent
with the rest of FFmpeg.
Originally committed as... - 02:31 PM Revision 41600690 (ffmpeg): Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and
- XXX_license() functions, consistent with the rest of FFmpeg.
Originally committed as revision 21005 to svn://svn.ffm... - 10:43 AM Revision 8040c3b2 (ffmpeg): Define device_try_init() as static in libavdevice/v4l2.c.
- Patch by Reinhard Tartler (siretart AT tauware DOT de).
Originally committed as revision 21004 to svn://svn.ffmpeg.o... - 12:22 AM Revision f412d5e9 (ffmpeg): Simplify usePal() macro, make it use av_pix_fmt_descriptors.
- Originally committed as revision 30172 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:09 AM Revision b3cf7cb1 (ffmpeg): Simplify getSubSampleFactors(), make it use the values provided by
- av_pix_fmt_descriptors().
Originally committed as revision 30171 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
01/02/2010
- 05:48 PM Revision 4a128945 (ffmpeg): Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 sin...
- causes no significant speed difference and can avoid compilation issues with
--enable-pic.
Originally committed as r... - 12:29 PM Revision cd44b2e3 (ffmpeg): 10l, my last commit (r21001) broke regression tests.
- FATE tests might need updating too.
Originally committed as revision 21002 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:15 PM Revision 4e2c08c5 (ffmpeg): Small ELBG optimization: use last pixel as a initial guess for the co...
- entry.
Originally committed as revision 21001 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/01/2010
- 11:56 PM Revision aa13b573 (ffmpeg): Use av_match_ext() in place of the deprecated match_ext() function.
- Originally committed as revision 21000 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:53 PM Revision 79c2f2d3 (ffmpeg): Add an entry for the av_match_ext() addition.
- Originally committed as revision 20999 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:50 PM Revision 8eb631fa (ffmpeg): Deprecate match_ext() in favor of av_match_ext(), and mark it for
- deletion at the next major bump.
Originally committed as revision 20998 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:32 PM Revision 24b207b5 (ffmpeg): Adjust threshold for xvid packed b frame detection.
- Also add xvid_build check.
If you note any packed bitstream regression, check this commit first and report it.
Fixes ... - 09:07 PM Revision 6c587587 (ffmpeg): It appears s->bitstream_buffer_size has to be 0 at the end so rather ...
- Originally committed as revision 20996 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:07 PM Revision 7a78bc85 (ffmpeg): Update this_year value.
- Originally committed as revision 20995 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:58 PM Revision 0f52ef1a (ffmpeg): Use av_guess_format() in place of the deprecated guess_format().
- Originally committed as revision 20994 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:52 PM Revision 94b1f338 (ffmpeg): Reindent.
- Originally committed as revision 20993 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:50 PM Revision bb1a8793 (ffmpeg): Add an entry for the av_guess_format() addition.
- Originally committed as revision 20992 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:46 PM Revision a1f547b9 (ffmpeg): Deprecate guess_format() in favor of av_guess_format().
- Originally committed as revision 20991 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:29 PM Revision debe86bf (ffmpeg): Fix typo.
- Originally committed as revision 20990 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:28 PM Revision 702d0a9e (ffmpeg): Remove residual use of the doxygen markup which is deprecated,
- consistent with r19122.
Originally committed as revision 20989 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:46 AM Revision f514b4f9 (ffmpeg): Do not needlessly use the BP register in x86_64-specific code, there are
- enough other registers available that are less likely to cause issues.
Originally committed as revision 30160 to svn...
12/31/2009
- 04:38 PM Revision f48b0fa2 (ffmpeg): Document guess_format().
- Originally committed as revision 20988 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:12 PM Revision 1642ee43 (ffmpeg): Deprecate and mark for deletion the function guess_stream_format(),
- and clone its code to ffserver_guess_format() in ffserver.c.
guess_stream_format() is hackish since it relies on som... - 01:27 AM Revision f9310cbb (ffmpeg): Remove unused function msmpeg4_memsetw().
- It is an exact duplicate of memsetw() in h263.c.
Originally committed as revision 20986 to svn://svn.ffmpeg.org/ffmp... - 01:08 AM Revision f27fd362 (ffmpeg): Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-...
- Originally committed as revision 20985 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/30/2009
- 10:58 PM Revision e1bd945b (ffmpeg): Support raw black&white in mov, fixes issue 1654.
- Originally committed as revision 20984 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:12 PM Revision 759dc2b6 (ffmpeg): Remove outdated comments.
- Originally committed as revision 20983 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:19 PM Revision d7250724 (ffmpeg): Rename internal function
- sdp_read_packet -> rtsp_fetch_packet
This way describes slightly better what it does.
Originally committed as revis... - 04:10 PM Revision 20390e31 (ffmpeg): cosmetics: Move MPEG-4 encoding functions around to avoid forward dec...
- Originally committed as revision 20981 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:08 PM Revision df8d98c4 (ffmpeg): 10l: Move ff_mpeg4_pred_dc() to an appropriate place.
- It is used by both encoders and decoders and should not be below
a CONFIG_ENCODERS preprocessor check.
Originally co... - 02:51 PM Revision 2a992f46 (ffmpeg): cosmetics: Move MPEG-4 decoding functions around to avoid forward dec...
- Originally committed as revision 20979 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:34 PM Revision 1436f317 (ffmpeg): cosmetics: Move H.263-related functions around to avoid forward decla...
- Originally committed as revision 20978 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 PM Revision 8380edd9 (ffmpeg): cosmetics: Reorder functions to avoid forward declarations.
- Originally committed as revision 20977 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:48 PM Revision 941870cd (ffmpeg): Remove unnecessary forward declaration for msmpeg4_memsetw().
- Originally committed as revision 20976 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:33 AM Revision 4052cbf1 (ffmpeg): Get rid of pointless CONFIG_ANY_H263 preprocessor definition.
- Originally committed as revision 20975 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:22 AM Revision af818f7a (ffmpeg): Add required header #includes for mpegvideo.h and config.h.
- Originally committed as revision 20974 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:07 AM Revision 716d1c2a (ffmpeg): Eliminate CONFIG_ANY_H263_DECODER preprocessor definition.
- It is just a logical OR of several decoder definitions, all of which depend on
CONFIG_H263_DECODER. So it can just be... - 02:09 AM Revision af8a008a (ffmpeg): Get rid of pointless CONFIG_WMV_DECODER definition.
- Originally committed as revision 20972 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:08 AM Revision d702a2e6 (ffmpeg): Get rid of pointless CONFIG_WMV2 definition.
- Originally committed as revision 20971 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:01 AM Revision b928b1bb (ffmpeg): Simplify CONFIG_ANY_H263_DECODER preprocessor definition:
- There is no need to list decoders that enable the H.263 decoder anyway.
Originally committed as revision 20970 to sv...
12/29/2009
- 06:26 PM Revision 7c5417ef (ffmpeg): Remove unused definitions: CONFIG_MSMPEG4 and CONFIG_WMV_ENCODER.
- Originally committed as revision 20969 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:20 PM Revision 547fc46c (ffmpeg): Remove pointless CONFIG_MLP_DECODER preprocessor check.
- The file is only ever compiled if the MLP decoder is enabled.
Originally committed as revision 20968 to svn://svn.ff... - 05:16 PM Revision c46b024e (ffmpeg): Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser.
- Originally committed as revision 20967 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:18 PM Revision 2cca233b (ffmpeg): The MLP decoder depends on the MLP parser.
- Originally committed as revision 20966 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:48 PM Revision aec09a00 (ffmpeg): Enable the TrueHD decoder when the MLP decoder is enabled.
- They share all code, there is no point in enabling one but not the other.
Originally committed as revision 20965 to ... - 01:14 PM Revision 5b423887 (ffmpeg): Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in c...
- Originally committed as revision 20964 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:00 PM Revision a80459fd (ffmpeg): Fix colours for QT JPEG2000, fixes issue 1540.
- Originally committed as revision 20963 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:53 AM Revision 484d1464 (ffmpeg): Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes is...
- Originally committed as revision 20962 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:42 AM Revision f1e94694 (ffmpeg): Declare AAC parser dependencies in configure.
- This affects the AAC decoder, S/PDIF muxer and ADTS to ASC bitstream filter.
Originally committed as revision 20961 ... - 11:40 AM Revision 997f0e20 (grapes): Move the prototypes of the chunk ID set encoding/decoding functions
- to a separate header file (trade_sig_la.h)
- 11:33 AM Revision 0788ac67 (ffmpeg): The S/P-DIF muxer depends on mpeg4audio.o.
- Originally committed as revision 20960 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:11 AM Revision f95bfab0 (ffmpeg): Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in con...
- Originally committed as revision 20959 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:13 AM Revision 9caa7ba4 (ffmpeg): Add myself as VAAPI maintainer.
- Originally committed as revision 20958 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:48 AM Revision 07c9f6f6 (ffmpeg): Add H.264 bitstream decoding through VAAPI.
- Originally committed as revision 20957 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 AM Revision 5f000d5f (ffmpeg): vc1_parser.o does not depend on h263dec.o and intrax8.o.
- Originally committed as revision 20956 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/28/2009
- 10:46 PM Revision 322aa1e2 (ffmpeg): Do not explicitely set thread_count in the codec context.
- This is already done by avcodec_thread_init().
Patch by Michael Dorr <dorr <at> inb.uni-luebeck.de>.
Originally com... - 09:49 PM Revision de4898a2 (ffmpeg): Set thread_count in the decoder before to open it.
- This is safer since avcodec_open() may initialize some structure using
the thread_count default value which will be c... - 06:05 PM Revision a8beb22f (ffmpeg): Declare dependencies of RV10/RV20 decoders on the H.263 decoder in co...
- Originally committed as revision 20953 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:00 PM Revision 4414137e (ffmpeg): Declare dependencies for H.263 family decoders in configure.
- Originally committed as revision 20952 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:45 PM Revision 7f647ae0 (ffmpeg): Declare the dependency of the H.263 decoder on the H.263 parser in co...
- Originally committed as revision 20951 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:36 PM Revision f34121f3 (ffmpeg): Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER.
- CONFIG_ANY_H263_ENCODER is just a logical OR of H.263 family definitions,
for which the build system enables CONFIG_H... - 03:27 PM Revision 3f35415d (ffmpeg): cosmetics: Remove pointless '#if 1' preprocessor directives.
- Originally committed as revision 20949 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:19 PM Revision e6d3534f (ffmpeg): Use VA_INVALID_ID instead of hard coded values.
- Originally committed as revision 20948 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:56 PM Revision 4b771966 (grapes): Merge branch 'chunkidset'
- 02:53 PM Revision fbf9b525 (grapes): Add support for metadata in the chunk ID set encoding
- 02:17 PM Revision 0188740e (grapes): Some small changes to the tests makefile
- 02:17 PM Revision 7d421984 (grapes): Add a simple Makefile for the som directory
- 02:00 PM Revision c373f61d (ffmpeg): Add "Hardware acceleration" section to MAINTAINERS. Move vdpau* to th...
- Originally committed as revision 20947 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:41 PM Revision d3d1eae6 (ffmpeg): Remove a useless local variable.
- Originally committed as revision 20946 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:38 PM Revision cd7bfe40 (ffmpeg): Remove outdated comment
- Originally committed as revision 20945 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:19 PM Revision b3fbe02c (ffmpeg): Remove an unneeded local variable.
- Originally committed as revision 20944 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:05 PM Revision c887b30d (ffmpeg): Remove unused variable, fixes the warning:
- libswscale/swscale_template.c:2575: warning: unused variable ‘srcFormat’
Originally committed as revision 30132 to s... - 12:01 PM Revision 78638628 (ffmpeg): Mark conditionally used variable as av_unused, fixes the warning:
- cmdutils.c:576: warning: unused variable ‘filter’
Originally committed as revision 20943 to svn://svn.ffmpeg.org/ffm... - 11:37 AM Revision 416441e9 (grapes): Merge branch 'chunkidset'
- 11:24 AM Revision 412fbdcc (grapes): ChunkID set encoding/decoding functions
- 11:01 AM Revision 286ee331 (grapes): Beginning of a chunk ID set implementation
- 09:28 AM Revision bfd2c457 (grapes): Chunk sending test
- 09:20 AM Revision 6774d943 (grapes): Merge branch 'master' into chunktrading
- 09:14 AM Revision 48e3960d (grapes): Move the net_helper in a more common place
- 09:06 AM Revision 7818ee58 (grapes): Import the chunk delivery stuff
- 09:03 AM Revision 8b086712 (ffmpeg): Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param().
- Originally committed as revision 20942 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:02 AM Revision 36ad2b3e (ffmpeg): Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id().
- Originally committed as revision 20941 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/27/2009
- 09:31 PM Revision 6399c17d (ffmpeg): Use different dynamic payload types for audio and video.
- Originally committed as revision 20940 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:40 PM Revision bac24dd2 (ffmpeg): 2nd try on documenting av_gcd().
- Originally committed as revision 20939 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:32 PM Revision 43ad88e5 (ffmpeg): Remove commented-out debug console output.
- Originally committed as revision 20938 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:28 PM Revision 5ddd075d (ffmpeg): cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODE...
- This avoids a bunch of "‘foo’ declared ‘static’ but never defined" warnings
when compiling with encoders disabled.
O... - 02:07 PM Revision da937668 (ffmpeg): 16-bit Interplay video does not need palette control
- Originally committed as revision 20936 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:20 PM Revision 03703cb3 (ffmpeg): Document av_gcd().
- Originally committed as revision 20935 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:12 AM Revision a69be798 (ffmpeg): Add missing opcodes for 16-bit Interplay Video decoding and finally e...
- Originally committed as revision 20934 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:03 AM Revision dcfb0cad (ffmpeg): 16-bit Interplay Video stores motion vector data at the end of frame,
- so initialize data pointers for 16-bit variant and read motion vectors
as supposed in corresponding opcodes.
Origina... - 08:56 AM Revision e09cdc72 (ffmpeg): 10l trocadero: forgot one case where picture linesize should be used
- Originally committed as revision 20932 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:53 AM Revision 5b8ebb3f (ffmpeg): cosmetics: reindent and break long lines after last commits
- Originally committed as revision 20931 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:49 AM Revision 5a8cf39e (ffmpeg): Add 16-bit image data handling (but not decoding yet) to Interplay Video
- Originally committed as revision 20930 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:38 AM Revision 80fec3ff (ffmpeg): Use frame linesize in Interplay Video block copying function
- Originally committed as revision 20929 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:31 AM Revision 80ca19f7 (ffmpeg): Make CHECK_STREAM_PTR macro in Interplay Video decoder usable with
- non-default pointers, it will be useful for checking motion values
data in 16-bit variant of this codec.
Originally ... - 08:21 AM Revision 8badb23e (ffmpeg): Recognize 16-bit Interplay Video variant
- Originally committed as revision 20927 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:15 AM Revision 9156a5ad (ffmpeg): Change main loop in Interplay Video decoder, so variables x and y rea...
- coordinates, not offsets.
Originally committed as revision 20926 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/26/2009
- 11:33 AM Revision 66d23c96 (ffmpeg): Use common regression test functions in ffserver regression test script.
- This makes the ffserver regression test more portable.
Originally committed as revision 20925 to svn://svn.ffmpeg.or... - 11:24 AM Revision 3d147064 (ffmpeg): Replace ` ` syntax by $( ) in regression test shell scripts.
- The latter syntax variant is more readable and easier to nest.
Originally committed as revision 20924 to svn://svn.f... - 11:07 AM Revision b03a63d1 (ffmpeg): Fix cdg reference and buffer_hints value:
- reference must be 3 because both "fields" are used as reference,
and buffer_hints must include readable since we migh... - 10:59 AM Revision f877954f (ffmpeg): Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96.
- Originally committed as revision 20922 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/25/2009
- 09:01 PM Revision 37ce3d6b (ffmpeg): Do not copy codec_tag in stream copy case if it is associated with a ...
- fixes issue1568
Originally committed as revision 20921 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:32 PM Revision a6831e88 (ffmpeg): Use positive logic, improve readability, consistent with r20877.
- Originally committed as revision 20920 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:13 PM Revision 0fb669ae (ffmpeg): cosmetics: reindent
- Originally committed as revision 20919 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/24/2009
- 12:13 PM Revision 43a6ca2c (ffmpeg): cosmetics: Reformat some function declarations.
- Originally committed as revision 20918 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 PM Revision 25182289 (ffmpeg): Remove some unused variables, fixes the warnings:
- libavformat/rtmppkt.c:350: warning: unused variable ‘i’
libavformat/rtmppkt.c:349: warning: unused variable ‘base’
O...
12/23/2009
- 09:23 PM Revision 76faff6e (ffmpeg): Add support for mp3 over RTP in rtpdec.c
- Originally committed as revision 20916 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:01 PM Revision ce293510 (ffmpeg): Auravision Aura 2 decoder
- Originally committed as revision 20915 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 PM Revision 588f8cd8 (ffmpeg): Add Auravision Aura decoding support
- Originally committed as revision 20914 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:10 AM Revision c5879106 (ffmpeg): There is no need to print FFmpeg or codec name in error message
- Originally committed as revision 20913 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 AM Revision 55903423 (ffmpeg): cosmetics: correct formatting a bit
- Originally committed as revision 20912 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/22/2009
- 08:09 AM Revision 1a91f1a0 (ffmpeg): ARM: use ALT_BITSTREAM_READER on cores with fast unaligned access
- Originally committed as revision 20911 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/21/2009
- 10:44 PM Revision f69d394f (ffmpeg): Satisfy grammatical nits.
- Originally committed as revision 20910 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:53 PM Revision 3f7bb426 (ffmpeg): Implement a -pix_fmts option for listing all the supported pixel
- formats.
Originally committed as revision 20909 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:50 PM Revision dc7f38f5 (ffmpeg): Re-add missing "@end table" which was erroneously removed in the
- previous commit.
Originally committed as revision 20908 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:32 PM Revision 5f6cb6eb (ffmpeg): Factorize common options documentation.
- Originally committed as revision 20907 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:20 AM Revision 870e0150 (ffmpeg): Add -?, -help, and --help as alternative options to get help.
- Originally committed as revision 20906 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 AM Revision 7f11e745 (ffmpeg): Print usage instead of help when no files are specified.
- Originally committed as revision 20905 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:12 AM Revision 0c2a18cb (ffmpeg): Split show_usage() out of show_help().
- Originally committed as revision 20904 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:10 AM Revision 8319aefe (ffmpeg): Add a general [options] to the basic usage string.
- Originally committed as revision 20903 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:09 AM Revision 27daa420 (ffmpeg): First print the program description and then the basic usage line.
- Originally committed as revision 20902 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:59 AM Revision aaba7e6c (ffmpeg): Remove parameters no longer used in h[yc]scale().
- Originally committed as revision 30099 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:54 AM Revision a1f4b4bb (ffmpeg): Move fast bilinear scaler code to the existing h[yc]scale_fast() func...
- Originally committed as revision 30098 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:41 AM Revision bb53e1d1 (ffmpeg): Rename function pointers used to convert from the input pixel format ...
- intermediate YV12 to a more descriptive name.
Originally committed as revision 30097 to svn://svn.mplayerhq.hu/mplay... - 01:34 AM Revision e7a47515 (ffmpeg): Check if chroma horizontal scaler is needed in sws_init_swScale().
- Originally committed as revision 30096 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:30 AM Revision 6f9771d7 (ffmpeg): Remove unused fields from SwsContext.
- Originally committed as revision 30095 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Also available in: Atom