Reimar Döffinger [Sat, 13 Jan 2007 18:54:48 +0000 (18:54 +0000)]
Extend mxf_resolve_strong_ref by a type parameter, to avoid modify something
that actually has a different type.
Originally committed as revision 7448 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sat, 13 Jan 2007 18:21:55 +0000 (18:21 +0000)]
Fix error message, it's package ref that can not be found, not track in this case
Originally committed as revision 7447 to svn://svn.ffmpeg.org/ffmpeg/trunk
Axel Holzinger [Sat, 13 Jan 2007 17:10:34 +0000 (17:10 +0000)]
Allow to uninstall a custom log callback
patch by Axel Holzinger % aholzinger A gmx P de %
original thread:
date: Jan 11, 2007 4:54 PM
subject: [Ffmpeg-devel] [PATCH] uninstall custom log callback
Originally committed as revision 7446 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Sat, 13 Jan 2007 16:51:42 +0000 (16:51 +0000)]
Segmentation fault fix when no video device is specified.
patch by Ramiro Polla % ramiro A lisha P ufsc P br %
Originally committed as revision 7445 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 13 Jan 2007 04:32:14 +0000 (04:32 +0000)]
cosmetics: typo pallete --> palette
Originally committed as revision 21892 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Sat, 13 Jan 2007 04:19:45 +0000 (04:19 +0000)]
typo: pallete --> palette
Originally committed as revision 7444 to svn://svn.ffmpeg.org/ffmpeg/trunk
Christophe Mutricy [Sat, 13 Jan 2007 04:01:35 +0000 (04:01 +0000)]
Avoid "HAVE_CMOV not defined" warning.
patch by Christophe Mutricy, xtophe nxtelevision com
Originally committed as revision 7443 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 13 Jan 2007 02:45:05 +0000 (02:45 +0000)]
some interlaced direct sanity checks
Originally committed as revision 7442 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 13 Jan 2007 01:00:37 +0000 (01:00 +0000)]
replace a few hardcoded numbers with their correct named ones
Originally committed as revision 7441 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 13 Jan 2007 00:56:43 +0000 (00:56 +0000)]
fix 16 CABAC_BIT * 10l bug introduced in r6578
Originally committed as revision 7440 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Fri, 12 Jan 2007 15:45:47 +0000 (15:45 +0000)]
deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()
Originally committed as revision 21888 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Luca Abeni [Fri, 12 Jan 2007 15:40:08 +0000 (15:40 +0000)]
Add "support for both orderings of the slices (top->down / bottom->up)"
(r15249) to sws_scale() too (until now, it only was in sws_scale_ordered())
Originally committed as revision 21887 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Roman Shaposhnik [Thu, 11 Jan 2007 22:32:19 +0000 (22:32 +0000)]
* Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)
Originally committed as revision 7439 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 10 Jan 2007 20:40:02 +0000 (20:40 +0000)]
Bail out immediately with software scaler instead of failing the tests.
Originally committed as revision 7438 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 10 Jan 2007 14:38:08 +0000 (14:38 +0000)]
Add a FIXME note about paths in pkgconfig files.
Originally committed as revision 7437 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 10 Jan 2007 14:23:28 +0000 (14:23 +0000)]
print error when decoding fails
Originally committed as revision 7436 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 10 Jan 2007 14:19:33 +0000 (14:19 +0000)]
Unconditionally enable Theora decoder. It works fine now and there is no
Theora support through libtheora in FFmpeg.
Originally committed as revision 7435 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 10 Jan 2007 10:30:03 +0000 (10:30 +0000)]
add official VC1 fourcc
Originally committed as revision 7434 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 9 Jan 2007 15:28:08 +0000 (15:28 +0000)]
change regression tests for swf, use same as flv, swf muxer only supports mp3
Originally committed as revision 7433 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 9 Jan 2007 15:27:56 +0000 (15:27 +0000)]
change regression tests for swf, use same as flv, swf muxer only supports mp3
Originally committed as revision 7432 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 9 Jan 2007 11:58:06 +0000 (11:58 +0000)]
fix av_reduce() with things like 1/0 and 0/0
Originally committed as revision 7431 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 8 Jan 2007 14:44:13 +0000 (14:44 +0000)]
removed unused av_frac_set
Originally committed as revision 7430 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 8 Jan 2007 14:42:01 +0000 (14:42 +0000)]
remove #if obsoleted after last major version bump
Originally committed as revision 7429 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 8 Jan 2007 14:22:00 +0000 (14:22 +0000)]
10l, only allocate priv_data if not already done
Originally committed as revision 7428 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 8 Jan 2007 12:57:08 +0000 (12:57 +0000)]
humm, actually do what's in the doxy
Originally committed as revision 7427 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 8 Jan 2007 12:33:16 +0000 (12:33 +0000)]
priv_data is allocated/freed internally
Originally committed as revision 7426 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Sun, 7 Jan 2007 23:39:56 +0000 (23:39 +0000)]
links to ARM optimization manuals
Originally committed as revision 7425 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Sun, 7 Jan 2007 23:34:01 +0000 (23:34 +0000)]
add missing bit from commit r7423
Originally committed as revision 7424 to svn://svn.ffmpeg.org/ffmpeg/trunk
Siarhei Siamashka [Sun, 7 Jan 2007 23:24:14 +0000 (23:24 +0000)]
Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)
patch by Siarhei Siamashka % siarhei P siamashka A gmail P com %
Original thread:
Date: Jan 6, 2007 5:07 PM
Subject: [Ffmpeg-devel] [PATCH] Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) (try2)
and
Date: Jan 2, 2007 6:13 PM
Subject: [Ffmpeg-devel] [PATCH] Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)
Originally committed as revision 7423 to svn://svn.ffmpeg.org/ffmpeg/trunk
Robert Swain [Sun, 7 Jan 2007 18:04:11 +0000 (18:04 +0000)]
enable bidirectional me with x264
patch by Robert Swain <robert =dot= swain =at= gmail =dot= com>
Originally committed as revision 7422 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Sun, 7 Jan 2007 11:11:49 +0000 (11:11 +0000)]
__attribute__((unused)) works with gcc 2.95 too
Originally committed as revision 7421 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Sun, 7 Jan 2007 00:22:32 +0000 (00:22 +0000)]
Disable threading support by default on all platforms, add individual
enabling options and hook this up in configure output.
patch by Ramiro Polla, ramiro lisha.ufsc br
Originally committed as revision 7420 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 7 Jan 2007 00:14:57 +0000 (00:14 +0000)]
ordering cosmetics
Originally committed as revision 7419 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 7 Jan 2007 00:07:10 +0000 (00:07 +0000)]
cosmetics: Reorder external libraries.
Originally committed as revision 7418 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 7 Jan 2007 00:02:15 +0000 (00:02 +0000)]
variable renaming: mp3lame --> libmp3lame
Originally committed as revision 7417 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 6 Jan 2007 23:54:01 +0000 (23:54 +0000)]
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin
Originally committed as revision 7416 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 6 Jan 2007 23:44:48 +0000 (23:44 +0000)]
variable renaming: dts --> libdts
Originally committed as revision 7415 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 6 Jan 2007 23:33:43 +0000 (23:33 +0000)]
Rename variables: a52 --> liba52, a52bin --> liba52bin
Originally committed as revision 7414 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 6 Jan 2007 23:14:38 +0000 (23:14 +0000)]
Reorder configure output.
Originally committed as revision 7413 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 6 Jan 2007 23:05:56 +0000 (23:05 +0000)]
one more naming consistency change
Originally committed as revision 7412 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 6 Jan 2007 23:05:03 +0000 (23:05 +0000)]
more consistency for the output naming
Originally committed as revision 7411 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 6 Jan 2007 21:53:48 +0000 (21:53 +0000)]
Align configure output.
Originally committed as revision 7410 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Sat, 6 Jan 2007 12:11:25 +0000 (12:11 +0000)]
replace some av_malloc();memset(...,0,...) sequences with av_mallocz()
Originally committed as revision 21835 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Baptiste Coudurier [Fri, 5 Jan 2007 14:23:13 +0000 (14:23 +0000)]
simplify
Originally committed as revision 7409 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 5 Jan 2007 14:17:41 +0000 (14:17 +0000)]
dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3
Originally committed as revision 7408 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 3 Jan 2007 11:32:02 +0000 (11:32 +0000)]
maybe fixing a segfault
Originally committed as revision 7407 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 3 Jan 2007 02:13:30 +0000 (02:13 +0000)]
snow specification
(this is just quickly written and probably isnt error free, its also incomplete)
all types of help are very welcome (fixing FIXMEs, fixing errors adding missing stuff,
correcting spelling grammmer, ...)
Originally committed as revision 7406 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 3 Jan 2007 00:48:20 +0000 (00:48 +0000)]
dead code removial
Originally committed as revision 7405 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 2 Jan 2007 22:22:12 +0000 (22:22 +0000)]
missdetected a broken mp3
Originally committed as revision 7404 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 2 Jan 2007 20:35:46 +0000 (20:35 +0000)]
indention
Originally committed as revision 7403 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 2 Jan 2007 20:32:01 +0000 (20:32 +0000)]
nth try of getting the frame rate detecton working
Originally committed as revision 7402 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 2 Jan 2007 12:24:31 +0000 (12:24 +0000)]
store a few values in the header as difference to the last
this makes frames a few bytes smaller (0.1% for high bitrate but >1% for low bitrates)
Originally committed as revision 7401 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 2 Jan 2007 01:19:58 +0000 (01:19 +0000)]
some quick encoding tips
feel free to extend, change, fix spelling and grammer and the formatting ...
Originally committed as revision 7400 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Mon, 1 Jan 2007 22:52:22 +0000 (22:52 +0000)]
VP6 and flashsv stream copy and muxing support.
Originally committed as revision 7399 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Mon, 1 Jan 2007 22:50:46 +0000 (22:50 +0000)]
Correct value for the test.
Originally committed as revision 7398 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 1 Jan 2007 21:53:15 +0000 (21:53 +0000)]
AVSEEK_SIZE doxy
Originally committed as revision 7397 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 1 Jan 2007 21:49:50 +0000 (21:49 +0000)]
fix indention of previous commit
Originally committed as revision 7396 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 1 Jan 2007 21:49:09 +0000 (21:49 +0000)]
seekless filesize retrieving support in 7 lines of code, also doesnt break compatibility
Originally committed as revision 7395 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 1 Jan 2007 21:17:14 +0000 (21:17 +0000)]
revert regression test breaking change
Originally committed as revision 7394 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Mon, 1 Jan 2007 05:32:27 +0000 (05:32 +0000)]
Decode previous 32 frames to avoid seeking artifacts in MPC
Originally committed as revision 7393 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Mon, 1 Jan 2007 05:29:53 +0000 (05:29 +0000)]
Make MPC demuxer deal with ID3 tags at the beginning
Originally committed as revision 7392 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 31 Dec 2006 20:09:10 +0000 (20:09 +0000)]
remember the size after switching back from fullscreen
Originally committed as revision 7391 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 31 Dec 2006 20:04:08 +0000 (20:04 +0000)]
dont use SDL_WM_ToggleFullScreen() as that doesnt seem to work reliably if a SDL_SetVideoMode() is called quickly afterwards
Originally committed as revision 7390 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 31 Dec 2006 18:09:21 +0000 (18:09 +0000)]
check x/y validity
a more generic solution is welcome of course ...
Originally committed as revision 7389 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 31 Dec 2006 18:01:13 +0000 (18:01 +0000)]
cosmetic (move video_open() up to avoid prototype)
Originally committed as revision 7388 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 31 Dec 2006 17:59:10 +0000 (17:59 +0000)]
10l (fix segfault with audio only files)
Originally committed as revision 7387 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 30 Dec 2006 11:32:10 +0000 (11:32 +0000)]
remove code duplication
Originally committed as revision 7386 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 30 Dec 2006 11:22:46 +0000 (11:22 +0000)]
1st attempt to fix width/height
Originally committed as revision 7385 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 29 Dec 2006 21:41:06 +0000 (21:41 +0000)]
ignore duration of the first 2 frames in the max-time break check
fixes framerate detection for framerate_misdetected.wmv
Originally committed as revision 7384 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 29 Dec 2006 21:16:21 +0000 (21:16 +0000)]
do not base frame rate guess on just one duration
Originally committed as revision 7383 to svn://svn.ffmpeg.org/ffmpeg/trunk
Allan Hsu [Thu, 28 Dec 2006 12:35:22 +0000 (12:35 +0000)]
Patch for the FLV muxer to supply more complete metadata
in the onMetaData header. Patch by Allan Hsu <allan at counterpop dot net>.
Originally committed as revision 7382 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Thu, 28 Dec 2006 05:33:31 +0000 (05:33 +0000)]
Enable forward seek in Musepack demuxer
Originally committed as revision 7381 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Frysinger [Thu, 28 Dec 2006 00:32:06 +0000 (00:32 +0000)]
fall back mmap() call using MAP_PRIVATE for working on no-mmu systems
patch by Mike Frysinger vapier.adi _at_ gmail.com
Originally committed as revision 7380 to svn://svn.ffmpeg.org/ffmpeg/trunk
Patrice Bensoussan [Thu, 28 Dec 2006 00:24:24 +0000 (00:24 +0000)]
Decode genre on asf/wma files.
patch by patrice.bensoussan _at_ free.fr
Originally committed as revision 7379 to svn://svn.ffmpeg.org/ffmpeg/trunk
Dominik Mierzejewski [Tue, 26 Dec 2006 22:20:01 +0000 (22:20 +0000)]
Remove redundant Requires: in libswscale.pc, approved by Diego.
Originally committed as revision 7378 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Tue, 26 Dec 2006 18:08:40 +0000 (18:08 +0000)]
change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()
Originally committed as revision 21776 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Luca Abeni [Tue, 26 Dec 2006 17:59:28 +0000 (17:59 +0000)]
Mark some variables as possibly unused to avoid warnings
Originally committed as revision 21775 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Luca Abeni [Tue, 26 Dec 2006 17:41:38 +0000 (17:41 +0000)]
Add some explicit casts to avoid "assignment from incompatible pointer type"
warnings
Originally committed as revision 21774 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Måns Rullgård [Tue, 26 Dec 2006 17:25:16 +0000 (17:25 +0000)]
make version.h depend on .svn/entries
Originally committed as revision 7377 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 26 Dec 2006 17:08:03 +0000 (17:08 +0000)]
skiprd doxygen comment from avcodec.h -> AVOption comment
Originally committed as revision 7376 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Tue, 26 Dec 2006 16:28:34 +0000 (16:28 +0000)]
Add some other casts, to remove void pointers arithmetic
Originally committed as revision 21773 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Luca Abeni [Tue, 26 Dec 2006 16:21:13 +0000 (16:21 +0000)]
Add some explicit casts to avoid some warnings
Originally committed as revision 21772 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Luca Abeni [Tue, 26 Dec 2006 16:12:37 +0000 (16:12 +0000)]
Remove some void pointers arithmetic
Originally committed as revision 21771 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Kostya Shishkov [Sun, 24 Dec 2006 04:51:43 +0000 (04:51 +0000)]
Musepack SV7 decoding support
Originally committed as revision 7375 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 24 Dec 2006 03:53:15 +0000 (03:53 +0000)]
Properly check for all required bktr headers.
inspired by a patch from Tatu Kilappa, trilkk iki fi
Originally committed as revision 7374 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 24 Dec 2006 03:12:36 +0000 (03:12 +0000)]
Replace fail test with the die function.
Originally committed as revision 7373 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 24 Dec 2006 02:58:25 +0000 (02:58 +0000)]
Remove redundant variable setting.
Originally committed as revision 7372 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 24 Dec 2006 02:14:26 +0000 (02:14 +0000)]
Slightly shorten libvorbis check.
Originally committed as revision 7371 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 24 Dec 2006 01:14:55 +0000 (01:14 +0000)]
Disable Win32 threads by default.
Originally committed as revision 7370 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 23 Dec 2006 22:14:42 +0000 (22:14 +0000)]
Add AMR directories for out-of-tree builds.
based on a patch by Ramiro Polla, ramiro lisha.ufsc br
Originally committed as revision 7369 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 23 Dec 2006 22:06:39 +0000 (22:06 +0000)]
typo: Properly escape a $ sign.
Originally committed as revision 7368 to svn://svn.ffmpeg.org/ffmpeg/trunk
Oded Shimon [Sat, 23 Dec 2006 12:33:37 +0000 (12:33 +0000)]
sync to libnut, nom->num
Originally committed as revision 7367 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 23 Dec 2006 07:19:56 +0000 (07:19 +0000)]
Register x11grab only when it has been enabled.
Originally committed as revision 7366 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 23 Dec 2006 03:05:36 +0000 (03:05 +0000)]
skiprd
Originally committed as revision 7365 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 23 Dec 2006 00:22:15 +0000 (00:22 +0000)]
Fix regression tests with out-of-tree builds.
Originally committed as revision 7364 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 22 Dec 2006 23:54:16 +0000 (23:54 +0000)]
Create libpostproc pkgconfig files only if libpostproc is enabled.
Originally committed as revision 7363 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Fri, 22 Dec 2006 23:44:04 +0000 (23:44 +0000)]
support files >2GB on MinGW
patch by Ramiro Polla, angustia arrozcru.no-ip org
Originally committed as revision 7362 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 22 Dec 2006 23:30:57 +0000 (23:30 +0000)]
test DIRECT{0,0} too if flag mv0 is used
slight PSNR/bitrate increase
Originally committed as revision 7361 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 22 Dec 2006 22:19:02 +0000 (22:19 +0000)]
slightly more consistency for the Darwin linker options
Originally committed as revision 7360 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Fri, 22 Dec 2006 17:57:19 +0000 (17:57 +0000)]
Clarify that yuv2rgb_init.c cannot be used under LGPL
Originally committed as revision 21730 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale