]> git.sesse.net Git - ffmpeg/log
ffmpeg
17 years agomore codecs uls
Baptiste Coudurier [Tue, 1 Aug 2006 17:00:27 +0000 (17:00 +0000)]
more codecs uls

Originally committed as revision 5883 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agomove common code from mov.c and movenc.c to isom.c
Baptiste Coudurier [Tue, 1 Aug 2006 14:58:15 +0000 (14:58 +0000)]
move common code from mov.c and movenc.c to isom.c

Originally committed as revision 5882 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoadd some useful debug info
Baptiste Coudurier [Tue, 1 Aug 2006 13:43:24 +0000 (13:43 +0000)]
add some useful debug info

Originally committed as revision 5881 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoSupport for seeking, both with and without index and correct timestamps
Reimar Döffinger [Tue, 1 Aug 2006 10:19:25 +0000 (10:19 +0000)]
Support for seeking, both with and without index and correct timestamps

Originally committed as revision 5880 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agonegative to_pad won't provoke infinite loop
Baptiste Coudurier [Tue, 1 Aug 2006 10:00:12 +0000 (10:00 +0000)]
negative to_pad won't provoke infinite loop

Originally committed as revision 5879 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoavoid reading beyond packet size
Baptiste Coudurier [Tue, 1 Aug 2006 09:56:27 +0000 (09:56 +0000)]
avoid reading beyond packet size

Originally committed as revision 5878 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoForgot to update LIBAVCODEC_VERSION_INT
Kostya Shishkov [Tue, 1 Aug 2006 04:00:14 +0000 (04:00 +0000)]
Forgot to update LIBAVCODEC_VERSION_INT

Originally committed as revision 5877 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoskip run-in sequence during probe
Baptiste Coudurier [Tue, 1 Aug 2006 00:32:47 +0000 (00:32 +0000)]
skip run-in sequence during probe

Originally committed as revision 5876 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoprettyprinting cosmetics
Diego Biurrun [Mon, 31 Jul 2006 22:34:51 +0000 (22:34 +0000)]
prettyprinting cosmetics

Originally committed as revision 5875 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoCreate $(shlibdir), not $(libdir) for shared libs.
Diego Biurrun [Mon, 31 Jul 2006 22:30:32 +0000 (22:30 +0000)]
Create $(shlibdir), not $(libdir) for shared libs.

Originally committed as revision 5874 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoremove libtheora wrapper
Måns Rullgård [Mon, 31 Jul 2006 20:56:15 +0000 (20:56 +0000)]
remove libtheora wrapper

Originally committed as revision 5873 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoignore explicit #warnings in compiler tests
Måns Rullgård [Mon, 31 Jul 2006 18:58:56 +0000 (18:58 +0000)]
ignore explicit #warnings in compiler tests

Originally committed as revision 5872 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agosimplify using function table
Baptiste Coudurier [Mon, 31 Jul 2006 15:26:33 +0000 (15:26 +0000)]
simplify using function table

Originally committed as revision 5871 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoAdd support for ffmpeg's pixel format names in libswscale
Luca Abeni [Mon, 31 Jul 2006 12:35:04 +0000 (12:35 +0000)]
Add support for ffmpeg's pixel format names in libswscale

Originally committed as revision 19276 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agoparse aes3 audio descriptor
Baptiste Coudurier [Mon, 31 Jul 2006 09:46:05 +0000 (09:46 +0000)]
parse aes3 audio descriptor

Originally committed as revision 5870 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agocan't trust the compiler exit status, check for messages instead
Måns Rullgård [Mon, 31 Jul 2006 07:54:48 +0000 (07:54 +0000)]
can't trust the compiler exit status, check for messages instead

Originally committed as revision 5869 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoFix overflows in bicubic interpolation.
Kostya Shishkov [Mon, 31 Jul 2006 03:32:59 +0000 (03:32 +0000)]
Fix overflows in bicubic interpolation.

Originally committed as revision 5868 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agovideo filter todo
Michael Niedermayer [Sun, 30 Jul 2006 21:09:46 +0000 (21:09 +0000)]
video filter todo

Originally committed as revision 5867 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agouse parenthesis around value
Baptiste Coudurier [Sun, 30 Jul 2006 15:30:00 +0000 (15:30 +0000)]
use parenthesis around value

Originally committed as revision 5866 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoFix typo in comment
Reimar Döffinger [Sun, 30 Jul 2006 14:44:38 +0000 (14:44 +0000)]
Fix typo in comment

Originally committed as revision 5865 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoUse bicubic MC (should also remove those ringing artifacts) when needed
Kostya Shishkov [Sun, 30 Jul 2006 03:50:31 +0000 (03:50 +0000)]
Use bicubic MC (should also remove those ringing artifacts) when needed

Originally committed as revision 5864 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoUse functions from DSPContext in vc1.c
Kostya Shishkov [Sun, 30 Jul 2006 03:47:26 +0000 (03:47 +0000)]
Use functions from DSPContext in vc1.c

Originally committed as revision 5863 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoNew functions in DSPContext for VC-1 decoding
Kostya Shishkov [Sun, 30 Jul 2006 03:45:02 +0000 (03:45 +0000)]
New functions in DSPContext for VC-1 decoding

Originally committed as revision 5862 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoUse LC_ALL instead of LANG since the former overrides the latter.
Diego Biurrun [Sat, 29 Jul 2006 23:32:10 +0000 (23:32 +0000)]
Use LC_ALL instead of LANG since the former overrides the latter.

Originally committed as revision 5861 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoSet custom SLIBNAME_WITH_MAJOR and SLIBNAME_WITH_VERSION for MinGW.
Diego Biurrun [Sat, 29 Jul 2006 22:44:58 +0000 (22:44 +0000)]
Set custom SLIBNAME_WITH_MAJOR and SLIBNAME_WITH_VERSION for MinGW.

Originally committed as revision 5860 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoCope with localized Subversion clients.
Diego Biurrun [Sat, 29 Jul 2006 21:43:24 +0000 (21:43 +0000)]
Cope with localized Subversion clients.

Originally committed as revision 5859 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoRemove spurious references to Ogg Theora encoder, such a thing never existed.
Diego Biurrun [Sat, 29 Jul 2006 20:47:47 +0000 (20:47 +0000)]
Remove spurious references to Ogg Theora encoder, such a thing never existed.

Originally committed as revision 5858 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoThe reader ignores the size of the ASF data object and keeps on
Kohn Emil Dan [Sat, 29 Jul 2006 16:07:19 +0000 (16:07 +0000)]
The reader ignores the size of the ASF data object and keeps on
reading even beyond it.
Therefore if the ASF file includes an index object at its end, the
reader will treat the index like data, but of course will fail since
it thinks that the data is corrupted.
When reading an asf file with an index object, ffmpeg will
complain at the end of the file that it read an invalid header.
Patch by Kohn Emil Dan, < emild A cs P technion P ac P il >
Original thead:
Date: Apr 18, 2006 4:11 PM
Subject: [Ffmpeg-devel] Two ASF related bugs and fixes

Originally committed as revision 5857 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoadd information about codec uls
Baptiste Coudurier [Sat, 29 Jul 2006 15:36:13 +0000 (15:36 +0000)]
add information about codec uls

Originally committed as revision 5856 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoanother MPEG-2 long gop codec ul
Baptiste Coudurier [Sat, 29 Jul 2006 15:31:27 +0000 (15:31 +0000)]
another MPEG-2 long gop codec ul

Originally committed as revision 5855 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoanother MPEG-2 long gop codec ul
Baptiste Coudurier [Sat, 29 Jul 2006 15:25:08 +0000 (15:25 +0000)]
another MPEG-2 long gop codec ul

Originally committed as revision 5854 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoadd uncompressed picture support
Baptiste Coudurier [Sat, 29 Jul 2006 15:19:31 +0000 (15:19 +0000)]
add uncompressed picture support

Originally committed as revision 5853 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoparse rgba descriptor (jpeg2000, uncompressed)
Baptiste Coudurier [Sat, 29 Jul 2006 14:00:47 +0000 (14:00 +0000)]
parse rgba descriptor (jpeg2000, uncompressed)

Originally committed as revision 5852 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoadd common codecs uls
Baptiste Coudurier [Sat, 29 Jul 2006 13:40:04 +0000 (13:40 +0000)]
add common codecs uls

Originally committed as revision 5851 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agosimplify PRINT_KEY
Baptiste Coudurier [Sat, 29 Jul 2006 13:23:56 +0000 (13:23 +0000)]
simplify PRINT_KEY

Originally committed as revision 5850 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoadd some debug infos
Baptiste Coudurier [Sat, 29 Jul 2006 13:18:24 +0000 (13:18 +0000)]
add some debug infos

Originally committed as revision 5849 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoget rid of DECLARED_ALIGNED
Baptiste Coudurier [Sat, 29 Jul 2006 13:13:08 +0000 (13:13 +0000)]
get rid of DECLARED_ALIGNED

Originally committed as revision 5848 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoadd new tag 'CAVS' for Chinese AVS codec
Stefan Gehrer [Sat, 29 Jul 2006 08:50:29 +0000 (08:50 +0000)]
add new tag 'CAVS' for Chinese AVS codec

Originally committed as revision 5847 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agosome MMX optimizations for the CAVS decoder
Stefan Gehrer [Sat, 29 Jul 2006 08:45:33 +0000 (08:45 +0000)]
some MMX optimizations for the CAVS decoder

Originally committed as revision 5846 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoSet MpegEncContext->mspel flag (here it indicates that bicubic MC will be use)
Kostya Shishkov [Sat, 29 Jul 2006 03:11:14 +0000 (03:11 +0000)]
Set MpegEncContext->mspel flag (here it indicates that bicubic MC will be use)

Originally committed as revision 5845 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoSupport range reduced frames
Kostya Shishkov [Sat, 29 Jul 2006 03:07:30 +0000 (03:07 +0000)]
Support range reduced frames

Originally committed as revision 5844 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoSupport grayscale decoding.
Kostya Shishkov [Sat, 29 Jul 2006 03:05:29 +0000 (03:05 +0000)]
Support grayscale decoding.

Originally committed as revision 5843 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agocosmetics
Baptiste Coudurier [Fri, 28 Jul 2006 23:10:03 +0000 (23:10 +0000)]
cosmetics

Originally committed as revision 5842 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agouse ternary
Baptiste Coudurier [Fri, 28 Jul 2006 23:07:03 +0000 (23:07 +0000)]
use ternary

Originally committed as revision 5841 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoremove useless variables
Baptiste Coudurier [Fri, 28 Jul 2006 23:03:00 +0000 (23:03 +0000)]
remove useless variables

Originally committed as revision 5840 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agorename variables
Baptiste Coudurier [Fri, 28 Jul 2006 23:00:53 +0000 (23:00 +0000)]
rename variables

Originally committed as revision 5839 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoadd error messages
Baptiste Coudurier [Fri, 28 Jul 2006 22:53:15 +0000 (22:53 +0000)]
add error messages

Originally committed as revision 5838 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agodemuxer reworked, more accurate parsing, prepare handling of other operational patter...
Baptiste Coudurier [Fri, 28 Jul 2006 22:42:31 +0000 (22:42 +0000)]
demuxer reworked, more accurate parsing, prepare handling of other operational patterns, streaming demuxing, simplified codec detection

Originally committed as revision 5837 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agodeclare and use UID type
Baptiste Coudurier [Fri, 28 Jul 2006 18:18:12 +0000 (18:18 +0000)]
declare and use UID type

Originally committed as revision 5836 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoSet duration to AV_NOPTS_VALUE instead of 0 when unknown.
Reimar Döffinger [Fri, 28 Jul 2006 13:31:08 +0000 (13:31 +0000)]
Set duration to AV_NOPTS_VALUE instead of 0 when unknown.
Set start_time to 0 when duration is known to indicate we have
valid timestamps for this track.

Originally committed as revision 5835 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoComment some #endif lines.
Diego Biurrun [Fri, 28 Jul 2006 09:07:09 +0000 (09:07 +0000)]
Comment some #endif lines.

Originally committed as revision 19211 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agoAdd rounding for overlap filters
Kostya Shishkov [Fri, 28 Jul 2006 03:27:37 +0000 (03:27 +0000)]
Add rounding for overlap filters

Originally committed as revision 5834 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoRemove redundant TARGET_OS setting.
Diego Biurrun [Fri, 28 Jul 2006 00:48:11 +0000 (00:48 +0000)]
Remove redundant TARGET_OS setting.

Originally committed as revision 5833 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoDo not add -fomit-frame-pointer to CFLAGS when optimizations are disabled.
Graham Booker [Thu, 27 Jul 2006 22:10:11 +0000 (22:10 +0000)]
Do not add -fomit-frame-pointer to CFLAGS when optimizations are disabled.
patch by Graham Booker, ffmpeglist atat cod3r dotdot com

Originally committed as revision 5832 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years ago10l in r5768 (broke mbaff)
Loren Merritt [Thu, 27 Jul 2006 20:37:21 +0000 (20:37 +0000)]
10l in r5768 (broke mbaff)

Originally committed as revision 5831 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoFix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}
Alan Curry [Thu, 27 Jul 2006 19:35:30 +0000 (19:35 +0000)]
Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}
update

Originally committed as revision 19205 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agoRemove sws_global_init() from swscaler emulation
Luca Abeni [Thu, 27 Jul 2006 12:31:31 +0000 (12:31 +0000)]
Remove sws_global_init() from swscaler emulation

Originally committed as revision 5830 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoReplace MIN() and MAX() with FFMIN() and FFMAX()
Luca Abeni [Wed, 26 Jul 2006 13:19:02 +0000 (13:19 +0000)]
Replace MIN() and MAX() with FFMIN() and FFMAX()

Originally committed as revision 19186 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agoFix FSF postal address.
Diego Biurrun [Wed, 26 Jul 2006 01:12:26 +0000 (01:12 +0000)]
Fix FSF postal address.

Originally committed as revision 5829 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoFix prefix vs PREFIX handling in pkgconfig files.
Diego Biurrun [Wed, 26 Jul 2006 00:32:15 +0000 (00:32 +0000)]
Fix prefix vs PREFIX handling in pkgconfig files.

Originally committed as revision 5828 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoFix a corner case in sws emulation
Luca Abeni [Tue, 25 Jul 2006 15:23:44 +0000 (15:23 +0000)]
Fix a corner case in sws emulation

Originally committed as revision 5827 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoMXF demuxer
Baptiste Coudurier [Tue, 25 Jul 2006 14:30:14 +0000 (14:30 +0000)]
MXF demuxer

Originally committed as revision 5826 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoChangelog update for GXF muxer
Baptiste Coudurier [Tue, 25 Jul 2006 14:23:43 +0000 (14:23 +0000)]
Changelog update for GXF muxer

Originally committed as revision 5825 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoExplain usage of image formats other than GIF.
Víctor Paesa [Tue, 25 Jul 2006 11:42:13 +0000 (11:42 +0000)]
Explain usage of image formats other than GIF.
patch by Victor Paesa, wzrlpy *at* arsystel com

Originally committed as revision 5824 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years ago10l: wrong quoting
Diego Biurrun [Mon, 24 Jul 2006 15:41:16 +0000 (15:41 +0000)]
10l: wrong quoting

Originally committed as revision 5823 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoa tiny bit of cleanup
Michael Niedermayer [Mon, 24 Jul 2006 10:48:54 +0000 (10:48 +0000)]
a tiny bit of cleanup

Originally committed as revision 19178 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agovertical scaler with accurate rounding, some people on doom9 can see +-1 errors
Michael Niedermayer [Mon, 24 Jul 2006 10:36:06 +0000 (10:36 +0000)]
vertical scaler with accurate rounding, some people on doom9 can see +-1 errors
the +-1 issue is limited to >2tap vertical filters, so bilinear upscale was unaffected
the new code is sometime faster sometimes slower but the difference is significant (~20%) so its optional and enabled with arnd=1

Originally committed as revision 19177 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agoRemove unnecessary darwin variable.
Diego Biurrun [Mon, 24 Jul 2006 09:48:09 +0000 (09:48 +0000)]
Remove unnecessary darwin variable.

Originally committed as revision 5822 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoSkip the MMX/SSE and memalign() check when running on OS X/Darwin, *alloc
Diego Biurrun [Mon, 24 Jul 2006 09:45:13 +0000 (09:45 +0000)]
Skip the MMX/SSE and memalign() check when running on OS X/Darwin, *alloc
provides necessary alignment on this platform.
patch by Mino Taoyama and Nigel Pearson

Originally committed as revision 5821 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoSome B-frames support (parsing and decoding only, no motion compesation is done)
Kostya Shishkov [Mon, 24 Jul 2006 04:24:53 +0000 (04:24 +0000)]
Some B-frames support (parsing and decoding only, no motion compesation is done)

Originally committed as revision 5820 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoSome fixes for decode_p_mb()
Kostya Shishkov [Mon, 24 Jul 2006 04:20:49 +0000 (04:20 +0000)]
Some fixes for decode_p_mb()

Originally committed as revision 5819 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoFix --extra-ldflags when cross-compiling for MinGW.
Diego Biurrun [Mon, 24 Jul 2006 00:58:20 +0000 (00:58 +0000)]
Fix --extra-ldflags when cross-compiling for MinGW.

Originally committed as revision 5818 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoRename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion.
Diego Biurrun [Mon, 24 Jul 2006 00:52:42 +0000 (00:52 +0000)]
Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion.

Originally committed as revision 5817 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoFix typo introduced in the memalign->av_malloc conversion (there is no
Alan Curry [Sun, 23 Jul 2006 21:16:11 +0000 (21:16 +0000)]
Fix typo introduced in the memalign->av_malloc conversion (there is no
mv_malloc)

Originally committed as revision 19174 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agoRemove obsolete and misleading warning.
Diego Biurrun [Sun, 23 Jul 2006 20:45:20 +0000 (20:45 +0000)]
Remove obsolete and misleading warning.

Originally committed as revision 5816 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoDo not crash when the first frame is not a keyframe (and thus none of the
Reimar Döffinger [Sun, 23 Jul 2006 18:22:29 +0000 (18:22 +0000)]
Do not crash when the first frame is not a keyframe (and thus none of the
necessary initialization has been done yet).

Originally committed as revision 5815 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoTry to find out correct start time to make seeking faster and add some
Reimar Döffinger [Sun, 23 Jul 2006 18:19:33 +0000 (18:19 +0000)]
Try to find out correct start time to make seeking faster and add some
extra checks to make sure the seeking function will not hang forever.

Originally committed as revision 5814 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoMissing part of the malloc -> av_malloc patch: memalign must be replaced as well!
Reimar Döffinger [Sun, 23 Jul 2006 18:07:26 +0000 (18:07 +0000)]
Missing part of the malloc -> av_malloc patch: memalign must be replaced as well!

Originally committed as revision 19173 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agoCorrect edge MC for chroma
Kostya Shishkov [Sun, 23 Jul 2006 04:57:36 +0000 (04:57 +0000)]
Correct edge MC for chroma

Originally committed as revision 5813 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agodisable libtheora, this change leaves all the libtheora related code in svn for now...
Michael Niedermayer [Sat, 22 Jul 2006 08:10:11 +0000 (08:10 +0000)]
disable libtheora, this change leaves all the libtheora related code in svn for now but just disables it in configure
IMO libtheora support should be completely removed but at least under no circumstances must it disable or override our native decoder by default

Originally committed as revision 5812 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoReplace code for clipping MV vectors (which is wrong to use here) with clipping sourc...
Kostya Shishkov [Sat, 22 Jul 2006 03:57:53 +0000 (03:57 +0000)]
Replace code for clipping MV vectors (which is wrong to use here) with clipping source coords.

Originally committed as revision 5811 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoDon't do non-uniform quantization on zero coeffs.
Kostya Shishkov [Sat, 22 Jul 2006 03:54:00 +0000 (03:54 +0000)]
Don't do non-uniform quantization on zero coeffs.

Originally committed as revision 5810 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agodo not include bswap.h in common.h for external programs, since the former
Reimar Döffinger [Fri, 21 Jul 2006 19:36:59 +0000 (19:36 +0000)]
do not include bswap.h in common.h for external programs, since the former
is not installed currently.

Originally committed as revision 5809 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years ago1000l: scale DC predictors instead of predicted value.
Kostya Shishkov [Fri, 21 Jul 2006 04:06:06 +0000 (04:06 +0000)]
1000l: scale DC predictors instead of predicted value.

Originally committed as revision 5808 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoSet DC = 0 for skipped MB as it interferes DC prediction
Kostya Shishkov [Fri, 21 Jul 2006 04:03:56 +0000 (04:03 +0000)]
Set DC = 0 for skipped MB as it interferes DC prediction

Originally committed as revision 5807 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoSet correctly quantizer and transform mode when parsing frame header.
Kostya Shishkov [Fri, 21 Jul 2006 03:58:48 +0000 (03:58 +0000)]
Set correctly quantizer and transform mode when parsing frame header.

Originally committed as revision 5806 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoupdate
Michael Niedermayer [Thu, 20 Jul 2006 14:32:30 +0000 (14:32 +0000)]
update

Originally committed as revision 5805 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoUse libavutil in libswscale, and allow it to be built out of the mplayer tree
Luca Abeni [Thu, 20 Jul 2006 12:13:57 +0000 (12:13 +0000)]
Use libavutil in libswscale, and allow it to be built out of the mplayer tree

Originally committed as revision 19148 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agoremoving redundant mess next time we break compatiility
Michael Niedermayer [Thu, 20 Jul 2006 11:55:08 +0000 (11:55 +0000)]
removing redundant mess next time we break compatiility

Originally committed as revision 5804 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agofix regression failure after adler simplification
Michael Niedermayer [Thu, 20 Jul 2006 10:22:07 +0000 (10:22 +0000)]
fix regression failure after adler simplification

Originally committed as revision 5803 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agosimplify
Michael Niedermayer [Thu, 20 Jul 2006 10:14:06 +0000 (10:14 +0000)]
simplify

Originally committed as revision 5802 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agofor floats fabs is better & smaller then ABS
Michael Niedermayer [Thu, 20 Jul 2006 09:06:23 +0000 (09:06 +0000)]
for floats fabs is better & smaller then ABS

Originally committed as revision 5801 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agosimpler, smaller and faster
Michael Niedermayer [Thu, 20 Jul 2006 08:34:01 +0000 (08:34 +0000)]
simpler, smaller and faster

Originally committed as revision 5800 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoavoid 4 +
Michael Niedermayer [Wed, 19 Jul 2006 23:51:11 +0000 (23:51 +0000)]
avoid 4 +

Originally committed as revision 5799 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoremove 166 useless underscores, and make this file valid c code as a result
Michael Niedermayer [Wed, 19 Jul 2006 23:21:20 +0000 (23:21 +0000)]
remove 166 useless underscores, and make this file valid c code as a result

Originally committed as revision 5798 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoremove a few useless casts and avoid the useless t1/t2 variables
Michael Niedermayer [Wed, 19 Jul 2006 23:17:18 +0000 (23:17 +0000)]
remove a few useless casts and avoid the useless t1/t2 variables

Originally committed as revision 5797 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agosimplify
Michael Niedermayer [Wed, 19 Jul 2006 22:42:31 +0000 (22:42 +0000)]
simplify

Originally committed as revision 5796 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agomore simplifications
Michael Niedermayer [Wed, 19 Jul 2006 22:21:45 +0000 (22:21 +0000)]
more simplifications

Originally committed as revision 5795 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agosimplification
Michael Niedermayer [Wed, 19 Jul 2006 21:20:56 +0000 (21:20 +0000)]
simplification

Originally committed as revision 5794 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoiabs -> ABS
Michael Niedermayer [Wed, 19 Jul 2006 21:05:42 +0000 (21:05 +0000)]
iabs -> ABS

Originally committed as revision 5793 to svn://svn.ffmpeg.org/ffmpeg/trunk