]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/log
frescor/ffmpeg.git
17 years agoCreate $(shlibdir), not $(libdir) for shared libs.
diego [Mon, 31 Jul 2006 22:30:32 +0000 (22:30 +0000)]
Create $(shlibdir), not $(libdir) for shared libs.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5874 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoremove libtheora wrapper
mru [Mon, 31 Jul 2006 20:56:15 +0000 (20:56 +0000)]
remove libtheora wrapper

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5873 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5872 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5871 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5870 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5869 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5868 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5867 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5866 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5865 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5864 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5863 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5862 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5861 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5860 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5859 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5858 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoThe reader ignores the size of the ASF data object and keeps on
gpoirier [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5857 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5856 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5855 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5854 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5853 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5852 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5851 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5850 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5849 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5848 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5847 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5846 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5845 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5844 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5843 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5842 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5841 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5840 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5839 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5838 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agodemuxer reworked, more accurate parsing, prepare handling of other operational patter...
bcoudurier [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5837 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5836 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoSet duration to AV_NOPTS_VALUE instead of 0 when unknown.
reimar [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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5835 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5834 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5833 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoDo not add -fomit-frame-pointer to CFLAGS when optimizations are disabled.
diego [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5832 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5831 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5830 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5829 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5828 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5827 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5826 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5825 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoExplain usage of image formats other than GIF.
diego [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5824 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5823 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5822 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoSkip the MMX/SSE and memalign() check when running on OS X/Darwin, *alloc
diego [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5821 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5820 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5819 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5818 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5817 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5816 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoDo not crash when the first frame is not a keyframe (and thus none of the
reimar [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).

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5815 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoTry to find out correct start time to make seeking faster and add some
reimar [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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5814 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5813 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agodisable libtheora, this change leaves all the libtheora related code in svn for now...
michael [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5812 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoReplace code for clipping MV vectors (which is wrong to use here) with clipping sourc...
kostya [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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5811 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5810 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agodo not include bswap.h in common.h for external programs, since the former
reimar [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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5809 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5808 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5807 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5806 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5805 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5804 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5803 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5802 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5801 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5800 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5799 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoremove 166 useless underscores, and make this file valid c code as a result
michael [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5798 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5797 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5796 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5795 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5794 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5793 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agosimplify
michael [Wed, 19 Jul 2006 20:57:44 +0000 (20:57 +0000)]
simplify

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5792 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agofix loop filter
michael [Wed, 19 Jul 2006 20:41:16 +0000 (20:41 +0000)]
fix loop filter

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5791 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoInstall log.h
lucabe [Wed, 19 Jul 2006 12:10:01 +0000 (12:10 +0000)]
Install log.h

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5790 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoAdd missing EXESUF to executable rules.
diego [Wed, 19 Jul 2006 10:52:22 +0000 (10:52 +0000)]
Add missing EXESUF to executable rules.
patch by Victor Paesa, wzrlpy at arsystel com
M    tests/Makefile

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5789 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agodisable the vp3 mmx and sse2 idcts, their output doesnt match the c idct (tested...
michael [Wed, 19 Jul 2006 09:49:21 +0000 (09:49 +0000)]
disable the vp3 mmx and sse2 idcts, their output doesnt match the c idct (tested with -f crc) and the theora spec does not allow different idcts not to mention the difference is quite vissible ...

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5788 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoGXF muxer
bcoudurier [Wed, 19 Jul 2006 09:38:22 +0000 (09:38 +0000)]
GXF muxer

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5787 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agosimplify
michael [Wed, 19 Jul 2006 08:39:50 +0000 (08:39 +0000)]
simplify

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5786 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoFix memleak, patch by I. Po % yyymmmm # gmail O com %
gpoirier [Wed, 19 Jul 2006 08:06:24 +0000 (08:06 +0000)]
Fix memleak, patch by  I. Po % yyymmmm # gmail O com %
Original thread:
Date: Jul 18, 2006 3:49 PM
Subject: Re: [Ffmpeg-devel] [PATCH] http.c: http_connect() memleak

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5785 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoMove av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil
lucabe [Wed, 19 Jul 2006 07:28:58 +0000 (07:28 +0000)]
Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5784 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoPossibility to skip bytes in the beginning of a file.
banan [Tue, 18 Jul 2006 21:41:49 +0000 (21:41 +0000)]
Possibility to skip bytes in the beginning of a file.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5783 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agosimplify b64_encode()
michael [Tue, 18 Jul 2006 18:51:35 +0000 (18:51 +0000)]
simplify b64_encode()
maybe this should be moved to libavutil ...

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5782 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoMove av_log() & friends to libavutil
lucabe [Tue, 18 Jul 2006 11:00:55 +0000 (11:00 +0000)]
Move av_log() & friends to libavutil

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5781 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agosync to x264 r537
lorenm [Tue, 18 Jul 2006 01:29:43 +0000 (01:29 +0000)]
sync to x264 r537

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5780 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoadd header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel ad...
michael [Mon, 17 Jul 2006 21:51:21 +0000 (21:51 +0000)]
add header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel ad pylonsoft mot ch )

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5779 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoparse all QIS values (we still ignore them though ...)
michael [Mon, 17 Jul 2006 13:09:45 +0000 (13:09 +0000)]
parse all QIS values (we still ignore them though ...)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5778 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years ago100l for me
michael [Mon, 17 Jul 2006 11:06:09 +0000 (11:06 +0000)]
100l for me

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5777 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agofix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu...
michael [Mon, 17 Jul 2006 10:44:53 +0000 (10:44 +0000)]
fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu ot free dat fr %%)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5776 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoattempt to implement xiphs useless and stupid quantization matrix mess
michael [Mon, 17 Jul 2006 09:51:59 +0000 (09:51 +0000)]
attempt to implement xiphs useless and stupid quantization matrix mess

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5775 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b