Michael Niedermayer [Tue, 24 Oct 2006 08:33:44 +0000 (08:33 +0000)]
merge 8 and 16bit functions, they are identical except the data type
Originally committed as revision 6783 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 24 Oct 2006 07:33:39 +0000 (07:33 +0000)]
set v_edge_pos correctly for field picture mpeg2
Originally committed as revision 6782 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 24 Oct 2006 05:02:33 +0000 (05:02 +0000)]
16-bit grayscale support
Originally committed as revision 20427 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Kostya Shishkov [Tue, 24 Oct 2006 05:01:04 +0000 (05:01 +0000)]
JPEG-LS 16-bit gray support
Originally committed as revision 6781 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 24 Oct 2006 05:00:14 +0000 (05:00 +0000)]
PGM 16-bit gray support
Originally committed as revision 6780 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 24 Oct 2006 04:59:46 +0000 (04:59 +0000)]
PNG 16-bit gray decoding support
Originally committed as revision 6779 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 24 Oct 2006 04:57:43 +0000 (04:57 +0000)]
16-bit grayscale support
Originally committed as revision 6778 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Mon, 23 Oct 2006 17:06:32 +0000 (17:06 +0000)]
Do not use a fake libavcodec/swscale.h, but always use the real one
(from libswscale) instead
Originally committed as revision 6777 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Mon, 23 Oct 2006 16:54:21 +0000 (16:54 +0000)]
CABAC assembler optimizations ported to AMD64
Originally committed as revision 6776 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Mon, 23 Oct 2006 14:03:49 +0000 (14:03 +0000)]
Properly set EXTRALIBS
(fixes compilation of shared libswscale on cygwin and other platforms)
Originally committed as revision 20413 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Kostya Shishkov [Mon, 23 Oct 2006 13:17:46 +0000 (13:17 +0000)]
Register .tga and .tiff image extensions
Originally committed as revision 6775 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 23 Oct 2006 08:57:54 +0000 (08:57 +0000)]
replace coder/decoder file description in libavformat by muxer/demuxer
Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 23 Oct 2006 00:13:02 +0000 (00:13 +0000)]
fix flvdec.c file description comment
Originally committed as revision 6773 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 23 Oct 2006 00:10:18 +0000 (00:10 +0000)]
document the extradata protocol for VP6F
Originally committed as revision 6772 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 22 Oct 2006 23:23:55 +0000 (23:23 +0000)]
don't use ast before checking it's not NULL
Originally committed as revision 6771 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 22 Oct 2006 23:19:42 +0000 (23:19 +0000)]
use the adjustment value present in FLV to crop VP6 video
Originally committed as revision 6770 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 22 Oct 2006 18:33:09 +0000 (18:33 +0000)]
use coded_width and coded_height instead of width and height
Originally committed as revision 6769 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 22 Oct 2006 17:25:16 +0000 (17:25 +0000)]
indention
Originally committed as revision 6768 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 22 Oct 2006 16:17:02 +0000 (16:17 +0000)]
activate gif decoder, seems to work fine on showdown2.mov
Originally committed as revision 6767 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 22 Oct 2006 16:12:13 +0000 (16:12 +0000)]
removed useless variables
Originally committed as revision 6766 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 22 Oct 2006 16:10:04 +0000 (16:10 +0000)]
use avctx->get_buffer
Originally committed as revision 6765 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 22 Oct 2006 15:15:15 +0000 (15:15 +0000)]
remove unused variables
Originally committed as revision 6764 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 22 Oct 2006 15:11:51 +0000 (15:11 +0000)]
printf -> dprintf
Originally committed as revision 6763 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 22 Oct 2006 15:09:32 +0000 (15:09 +0000)]
indention
Originally committed as revision 6762 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 22 Oct 2006 15:07:25 +0000 (15:07 +0000)]
add gif support
Originally committed as revision 6761 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 22 Oct 2006 15:05:03 +0000 (15:05 +0000)]
change gif demuxer to gif decoder
Originally committed as revision 6760 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Sun, 22 Oct 2006 14:47:12 +0000 (14:47 +0000)]
use --as-needed just on linux, since *bsd way is broken... (patch from Diego Pettenò <flameeyes@gentoo.org>)
Originally committed as revision 6759 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 22 Oct 2006 14:14:36 +0000 (14:14 +0000)]
disable annoying debug messages
Originally committed as revision 6758 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 22 Oct 2006 12:12:44 +0000 (12:12 +0000)]
spelling/grammar fixes
Originally committed as revision 6757 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Sun, 22 Oct 2006 09:56:08 +0000 (09:56 +0000)]
Make read_packet fail is the v4l2 driver returns an unexpected frame size
(driver's bug? If not, we will have to support this in some way)
Originally committed as revision 6756 to svn://svn.ffmpeg.org/ffmpeg/trunk
borat@subsense.com [Sun, 22 Oct 2006 09:12:08 +0000 (09:12 +0000)]
support for sub-only streams; patch by borat subsense com
Originally committed as revision 6755 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sun, 22 Oct 2006 04:52:15 +0000 (04:52 +0000)]
handle limit>32 for set_ur_golomb_jpegls()
Originally committed as revision 6754 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 21 Oct 2006 22:07:01 +0000 (22:07 +0000)]
prevent infinite loop
Originally committed as revision 6753 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andreas Öman [Sat, 21 Oct 2006 11:17:39 +0000 (11:17 +0000)]
avoid crashing when trying to parse invalid files, patch by Andreas Oman, andreas at olebyn dot nu
Originally committed as revision 6752 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andreas Öman [Sat, 21 Oct 2006 11:08:39 +0000 (11:08 +0000)]
fix probe, patch by Andreas Oman, andreas at olebyn dot nu
Originally committed as revision 6751 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 20 Oct 2006 21:34:02 +0000 (21:34 +0000)]
decode_significance_8x8_x86()
8% faster decode_cabac_residual() (8x8 case only) on P3
Originally committed as revision 6750 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Fri, 20 Oct 2006 17:53:19 +0000 (17:53 +0000)]
Protect code that uses CMOV instructions with HAVE_CMOV,
Make configure set CMOV_IS_FAST on arches on which cmov has a low latency
(typically non-Netburst based processor)
Originally committed as revision 6749 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Fri, 20 Oct 2006 13:08:24 +0000 (13:08 +0000)]
fix harmless typo / consistency fix
Originally committed as revision 6748 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 20 Oct 2006 13:06:50 +0000 (13:06 +0000)]
warn about zlib support needed if file has compressed moov atom
Originally committed as revision 6747 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 20 Oct 2006 10:09:25 +0000 (10:09 +0000)]
3 more TODO items for volunteers
Originally committed as revision 6746 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 20 Oct 2006 10:00:28 +0000 (10:00 +0000)]
another instruction less in decode_significance_x86() -> 1% faster ion P3
Originally committed as revision 6745 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 20 Oct 2006 09:32:48 +0000 (09:32 +0000)]
move memory reading ByteIOContext init from mov.c to avobuf.c
Originally committed as revision 6744 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 20 Oct 2006 08:46:33 +0000 (08:46 +0000)]
1 instruction less
Originally committed as revision 6743 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Fri, 20 Oct 2006 07:27:12 +0000 (07:27 +0000)]
Add x86 conditionnal mov (CMOV) "detection" (based on the cpu passed by --cpu=xx)
Sets HAVE_CMOV define so we can protect relevant code with #ifdef HAVE_CMOV
Originally committed as revision 6742 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 20 Oct 2006 00:51:04 +0000 (00:51 +0000)]
reordering instructions a little in decode_significance_x86() -> 2 instructions less / 1% faster decode_residual on P3
Originally committed as revision 6741 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 20 Oct 2006 00:35:54 +0000 (00:35 +0000)]
factorize get_cabac asm (0.5% slower but its much cleaner)
Originally committed as revision 6740 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Thu, 19 Oct 2006 23:03:47 +0000 (23:03 +0000)]
correct signaling of palette change
Originally committed as revision 6739 to svn://svn.ffmpeg.org/ffmpeg/trunk
Bernhard Rosenkränzer [Thu, 19 Oct 2006 20:24:33 +0000 (20:24 +0000)]
Fix PIC compilation, some defines were under #ifdef !PIC but used
in the PIC case nevertheless.
patch by Bernhard Rosenkranzer, bero arklinux org
Originally committed as revision 6738 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 19 Oct 2006 18:22:03 +0000 (18:22 +0000)]
unused variable
Originally committed as revision 6737 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Thu, 19 Oct 2006 15:49:52 +0000 (15:49 +0000)]
10l: Revert bogus use of GCC's -march=xx:
Almost all CPU targets use -mcpu=xx to set architecture type,
register usage, choice of mnemonics, and instruction
scheduling parameters, except x86, MIPS, HPPA which uses -march=xx
Originally committed as revision 6736 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 19 Oct 2006 14:54:34 +0000 (14:54 +0000)]
slightly faster decode_cabac_mb_mvd()
Originally committed as revision 6735 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 19 Oct 2006 10:33:56 +0000 (10:33 +0000)]
1 variable less in decode_cabac_residual() no speed change (but less vars means less things gcc can load and store redundantly)
Originally committed as revision 6734 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 19 Oct 2006 10:05:36 +0000 (10:05 +0000)]
dont mess with ByteIOContext internal variables (fixes showdown2.mov)
Originally committed as revision 6733 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 19 Oct 2006 01:19:03 +0000 (01:19 +0000)]
optimize sign decoding code in decode_residual()
x86 is 4% faster on P3
C sign stuff + x86 code for everything else is also faster then before (sorry forgot to test pure C)
... and if i replace the second occurance of the sign decoding in decode_residual by the asm too then everything gets slower iam starting to think that it might be best to write the whole function in asm, playing this avoid random deoptimizations game with gcc is not fun at all
Originally committed as revision 6732 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 18 Oct 2006 15:10:14 +0000 (15:10 +0000)]
use AVFormatContext to log
Originally committed as revision 6731 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 18 Oct 2006 13:15:27 +0000 (13:15 +0000)]
Fix license header error notice by Steve LHomme.
Originally committed as revision 6730 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Wed, 18 Oct 2006 12:33:42 +0000 (12:33 +0000)]
rename --tune to --cpu and make --cpu pass the apropriate -march=xx option to the compiler.
Note that previous implementation (--tune) wasn't consistent with regards to setting -march/-mcpu/-mtune whereas current --cpu now is
Original thread:
Date: Oct 17, 2006 3:20 PM (patch) || Date: Oct 13, 2006 12:03 PM (suggestion of configure clean-up)
Subject: Re: [Ffmpeg-devel] [PATH] test if cpu supports CMOV
Originally committed as revision 6729 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 18 Oct 2006 11:57:24 +0000 (11:57 +0000)]
simplify pcm read seek, use av_get_bits_per_sample
Originally committed as revision 6728 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 18 Oct 2006 10:09:16 +0000 (10:09 +0000)]
Don't run libavtest if CONFIG_GPL is not set.
Originally committed as revision 6727 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jindřich Makovička [Wed, 18 Oct 2006 09:37:25 +0000 (09:37 +0000)]
Kill a warning with MSVC
Patch by Jindrich Makovicka makovick A gmail P com
Original thread:
Date: 08:21 AM
Subject Re: [Ffmpeg-devel] Weird line in cabac.h
Originally committed as revision 6726 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 17 Oct 2006 23:59:21 +0000 (23:59 +0000)]
copy cabac context onto the stack for the c code in decode_cabac_residual() (15% faster on P3 but still slower then the current asm)
Originally committed as revision 6725 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 17 Oct 2006 22:18:29 +0000 (22:18 +0000)]
x86 asm version of the decode significance loop (not 8x8) of decode_residual() 5% faster decode_residual() on P3
Originally committed as revision 6724 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 17 Oct 2006 17:44:06 +0000 (17:44 +0000)]
avoid overwriting pkt
Originally committed as revision 6723 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Tue, 17 Oct 2006 17:19:11 +0000 (17:19 +0000)]
10l inverted condition check generated an endless loop
Originally committed as revision 6722 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 17 Oct 2006 11:30:22 +0000 (11:30 +0000)]
skip packet if no stream index is found, fix proxy_pal030926.mxf
Originally committed as revision 6721 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 17 Oct 2006 11:23:04 +0000 (11:23 +0000)]
skip run in sequence, fix C0023S01.mxf
Originally committed as revision 6720 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Tue, 17 Oct 2006 11:14:04 +0000 (11:14 +0000)]
rename --cpu (and related variables) to --arch as this option always
allowed to select an architecture, not a specific cpu
Originally committed as revision 6719 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Tue, 17 Oct 2006 10:26:37 +0000 (10:26 +0000)]
Implement sws_getCachedContext() in swscale emulation
Originally committed as revision 6718 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 17 Oct 2006 09:38:37 +0000 (09:38 +0000)]
cosmetic (%%eax->%0)
Originally committed as revision 6717 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Mon, 16 Oct 2006 21:47:48 +0000 (21:47 +0000)]
* Simplifying the setting of STYPE for AAUX AS
* Fixing a bug in how SPEED was encoded for AAUX ASC
Originally committed as revision 6716 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 16 Oct 2006 21:47:19 +0000 (21:47 +0000)]
Fix crash with illegal instruction, cmov is available on 686 and later only.
Originally committed as revision 6715 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 16 Oct 2006 21:22:47 +0000 (21:22 +0000)]
Expand some #endif comments.
Originally committed as revision 6714 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 16 Oct 2006 19:06:56 +0000 (19:06 +0000)]
fix -a^b which was interpreted as (-a)^b
Originally committed as revision 6713 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 16 Oct 2006 18:36:44 +0000 (18:36 +0000)]
asin() acos() atan()
Originally committed as revision 6712 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Mon, 16 Oct 2006 17:44:29 +0000 (17:44 +0000)]
Make ffmpeg work with x264 r592
Originally committed as revision 6711 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 16 Oct 2006 15:01:12 +0000 (15:01 +0000)]
mod()
Originally committed as revision 6710 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 16 Oct 2006 12:52:21 +0000 (12:52 +0000)]
Fix #endif comments.
Originally committed as revision 6709 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 16 Oct 2006 11:18:26 +0000 (11:18 +0000)]
Replace FLAC FourCC by TwoCC.
Originally committed as revision 6708 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 16 Oct 2006 11:11:20 +0000 (11:11 +0000)]
fix !CMOV_IS_FAST case (iam not really happy with the fix but i didnt come up with a better one quickly)
Originally committed as revision 6707 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 16 Oct 2006 10:21:41 +0000 (10:21 +0000)]
Add libswscale to the include path when enabled.
Originally committed as revision 6706 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 16 Oct 2006 10:20:33 +0000 (10:20 +0000)]
Don't mix declarations and statements.
Originally committed as revision 6705 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 15 Oct 2006 21:04:10 +0000 (21:04 +0000)]
10l
Originally committed as revision 6704 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 15 Oct 2006 20:50:05 +0000 (20:50 +0000)]
this code will not work with PIC as it needs 7 registers and gcc doesnt support that in PIC
Originally committed as revision 6703 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 15 Oct 2006 20:40:50 +0000 (20:40 +0000)]
shift CABACContext.range right, this reduces the number of shifts needed in get_cabac() and is slightly faster on P3 (and should be much faster on P4 as the P4 except the more recent variants lacks an integer shifter and so shifts have ~10 times longer latency then simple operations like adds)
Originally committed as revision 6702 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Sun, 15 Oct 2006 16:52:33 +0000 (16:52 +0000)]
Have xvid encoder wrapper honnor -vtag option
Patch by Ramiro Polla angustia A arrozcru P no-ip P org
Original thread:
Date: 14.10.2006 05:44
Subject: [Ffmpeg-devel] xvid ignores -vtag
Originally committed as revision 6701 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Oct 2006 12:59:45 +0000 (12:59 +0000)]
Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
Originally committed as revision 6700 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Oct 2006 12:57:47 +0000 (12:57 +0000)]
Consistently use $(BUILD_ROOT).
Originally committed as revision 6699 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Oct 2006 12:10:46 +0000 (12:10 +0000)]
Warn about --enable-gpl.
Originally committed as revision 6698 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Oct 2006 12:08:42 +0000 (12:08 +0000)]
0.pgm is now 00.pgm.
Originally committed as revision 6697 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Oct 2006 10:31:50 +0000 (10:31 +0000)]
Remove unused variable.
Originally committed as revision 6696 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 15 Oct 2006 10:02:21 +0000 (10:02 +0000)]
Consistently use $(BUILD_ROOT).
Originally committed as revision 6695 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sun, 15 Oct 2006 04:50:19 +0000 (04:50 +0000)]
Ignore blocks with no samples and flags (but usually with MD5 sum)
Originally committed as revision 6694 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sat, 14 Oct 2006 23:30:27 +0000 (23:30 +0000)]
Make public domain. Hope Diego dont mind it, he had two cosmetics commits :)
Originally committed as revision 6693 to svn://svn.ffmpeg.org/ffmpeg/trunk
Dominik Mierzejewski [Sat, 14 Oct 2006 20:43:39 +0000 (20:43 +0000)]
Use proper PRI?64 macros for %ll? format to fix printf format warnings:
utils.c:833: warning: format ‘%lld’ expects type ‘long long int’, but argument 5 has type ‘int64_t’
utils.c:833: warning: format ‘%lld’ expects type ‘long long int’, but argument 6 has type ‘int64_t’
utils.c:854: warning: format ‘%lld’ expects type ‘long long int’, but argument 5 has type ‘int64_t’
utils.c:854: warning: format ‘%lld’ expects type ‘long long int’, but argument 6 has type ‘int64_t’
asf.c:872: warning: format ‘%Lx’ expects type ‘long long unsigned int’, but argument 4 has type ‘int64_t’
mov.c:1754: warning: format ‘%llx’ expects type ‘long long unsigned int’, but argument 5 has type ‘int64_t’
Approved by Michael.
Originally committed as revision 6692 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 14 Oct 2006 17:04:50 +0000 (17:04 +0000)]
Put libmpeg2 IDCT functions under CONFIG_GPL, fixes link failure
with --disable-opts.
Originally committed as revision 6691 to svn://svn.ffmpeg.org/ffmpeg/trunk
Steve L'Homme [Sat, 14 Oct 2006 14:48:45 +0000 (14:48 +0000)]
Remove empty structures,
Patch by Steve LHomme
Original thread:
Date: 13.10.2006 21:55
Subject: [Ffmpeg-devel] [PATCH] Remove empty structures
Originally committed as revision 6690 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 14 Oct 2006 12:23:54 +0000 (12:23 +0000)]
Make PNG produce correct 8-bit pictures
Originally committed as revision 6689 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 14 Oct 2006 05:01:05 +0000 (05:01 +0000)]
Move block size check to decoder
Originally committed as revision 6688 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 13 Oct 2006 19:19:07 +0000 (19:19 +0000)]
10l CODEC vs. FORMAT
Originally committed as revision 6687 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Fri, 13 Oct 2006 18:21:28 +0000 (18:21 +0000)]
flv files from myspace with mp3 audio require need_parsing because the
frames are fragmented.
Originally committed as revision 6686 to svn://svn.ffmpeg.org/ffmpeg/trunk