]> git.sesse.net Git - ffmpeg/log
ffmpeg
17 years agoAVPicture has 4 planes, not 3
Luca Abeni [Mon, 30 Oct 2006 10:15:37 +0000 (10:15 +0000)]
AVPicture has 4 planes, not 3

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

17 years agodont set the sampling rate just because 1 mp3 packet header says so (fixes playback...
Michael Niedermayer [Mon, 30 Oct 2006 02:19:55 +0000 (02:19 +0000)]
dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3)

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

17 years agoavoid random noise on damaged frames
Michael Niedermayer [Mon, 30 Oct 2006 01:29:56 +0000 (01:29 +0000)]
avoid random noise on damaged frames

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

17 years agoFix dependencies for 'make dep'.
Diego Biurrun [Sun, 29 Oct 2006 16:53:30 +0000 (16:53 +0000)]
Fix dependencies for 'make dep'.

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

17 years agoFix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined under
Diego Biurrun [Sun, 29 Oct 2006 13:14:37 +0000 (13:14 +0000)]
Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined under
!PIC but gets used without a check for !PIC.

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

17 years agoMany systems have TEMPDIR mounted noexec, warn about this.
Diego Biurrun [Sun, 29 Oct 2006 13:04:30 +0000 (13:04 +0000)]
Many systems have TEMPDIR mounted noexec, warn about this.

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

17 years agoswitch to common base64 routines in lavf
Ryan Martell [Sun, 29 Oct 2006 11:53:07 +0000 (11:53 +0000)]
switch to common base64 routines in lavf
Patch by Ryan Martell % rdm4 A martellventures P com %
Original thread:
Date: Oct 29, 2006 2:45 AM
Subject: Re: [Ffmpeg-devel] [PATCH] Base64 code

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

17 years agofix more dynamic protocol stuff, needed by the forthcoming h264
Ryan Martell [Sun, 29 Oct 2006 10:58:51 +0000 (10:58 +0000)]
fix more dynamic protocol stuff, needed by the forthcoming h264
streaming patch.
(Minor additions to give more information to the dynamic protocol
handlers, and a slight rearrangement of code.)
Patch by Ryan Martell %rdm4 A martellventures P com%
Original thread:
Date: Oct 29, 2006 2:30 AM
Subject: Re: [Ffmpeg-devel] RTP patches & RFC

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

17 years agoupdate copyright year, it looks odd otherwise :)
Michael Niedermayer [Sat, 28 Oct 2006 20:18:18 +0000 (20:18 +0000)]
update copyright year, it looks odd otherwise :)

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

17 years agoCANDIDATE_MB_TYPE_INTER heuristic doesnt work at really low quality where the distort...
Michael Niedermayer [Sat, 28 Oct 2006 20:00:05 +0000 (20:00 +0000)]
CANDIDATE_MB_TYPE_INTER heuristic doesnt work at really low quality where the distortion becomes less relevant then the overhead of intra blocks

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

17 years agoadd support for all framerates specified by the standard
Joakim Plate [Sat, 28 Oct 2006 18:39:16 +0000 (18:39 +0000)]
add support for all framerates specified by the standard
Patch by Joakim elupus A ecce P se
Original thread:
Date: Oct 28, 2006 7:56 PM
Subject: [Ffmpeg-devel] [PATCH] Support for all official framerates in nsv demuxer

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

17 years agoI hope noone minds, adding myself to eval.c copyright...
Oded Shimon [Sat, 28 Oct 2006 18:30:20 +0000 (18:30 +0000)]
I hope noone minds, adding myself to eval.c copyright...

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

17 years agoFix A/V (de)sync with discontinuous NSV streams,
Joakim Plate [Sat, 28 Oct 2006 17:28:04 +0000 (17:28 +0000)]
Fix A/V (de)sync with discontinuous NSV streams,
Patch by Joakim elupus A ecce P se
Original thread:
Subject: [Ffmpeg-devel] [PATCH]: A/V sync on nsv streams.
Date: October 27, 2006 3:18:54 AM CEDT
Actual committed patch:
Date: October 28, 2006 3:23:28 AM CEDT

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

17 years agoMake it possible to reuse UDP socket (optional, disabled by default)
Thijs [Sat, 28 Oct 2006 17:16:18 +0000 (17:16 +0000)]
Make it possible to reuse UDP socket (optional, disabled by default)
Patch by Thijs % thijsvermeir A telenet P be %
Original thread:
Subject: Re: [Ffmpeg-devel] [PATCH proposal] Reuse UDP socket v2
Date: October 28, 2006 11:09:00 AM CEDT

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

17 years agolambda* should be unsigned
Michael Niedermayer [Sat, 28 Oct 2006 16:11:25 +0000 (16:11 +0000)]
lambda* should be unsigned

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

17 years agoprevent overflow if lambda2 is "too" large
Michael Niedermayer [Sat, 28 Oct 2006 15:20:00 +0000 (15:20 +0000)]
prevent overflow if lambda2 is "too" large

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

17 years agouse lambda/lmax instead of qscale/qmax as end check for vbv retry
Michael Niedermayer [Sat, 28 Oct 2006 11:15:06 +0000 (11:15 +0000)]
use lambda/lmax instead of qscale/qmax as end check for vbv retry

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

17 years agoignore whitespace in ff_eval
Oded Shimon [Sat, 28 Oct 2006 09:49:13 +0000 (09:49 +0000)]
ignore whitespace in ff_eval

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

17 years agosample rate fix
Andrew Voznytsa [Sat, 28 Oct 2006 09:30:43 +0000 (09:30 +0000)]
sample rate fix
patch by Andrew Voznytsa andrew.voznytsa gmail com

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

17 years agoadd missing 'e->value * '
Oded Shimon [Sat, 28 Oct 2006 08:03:30 +0000 (08:03 +0000)]
add missing 'e->value * '

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

17 years agoshut gcc warning, also makes sense for NAN to be returned if the loop was never executed
Oded Shimon [Sat, 28 Oct 2006 07:03:24 +0000 (07:03 +0000)]
shut gcc warning, also makes sense for NAN to be returned if the loop was never executed

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

17 years agomove up (in the file) AAC audio handling moved from below
Ryan Martell [Sat, 28 Oct 2006 00:29:59 +0000 (00:29 +0000)]
move up (in the file) AAC audio handling moved from below
This is because upper section handles packets, and the lower switch handles timestamps
Patch by Ryan Martell % rdm4 A martellventures P com %
Original thread:
Date: Oct 27, 2006 11:40 PM
Subject: Re: [Ffmpeg-devel] RTP patches & RFC

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

17 years agoAdd base64 encoding and decoding routines
Guillaume Poirier [Sat, 28 Oct 2006 00:12:31 +0000 (00:12 +0000)]
Add base64 encoding and decoding routines
Patch Ryan Martell % rdm4 A martellventures P com %
Original thread:
Date: Oct 27, 2006 6:49 PM
Subject: [Ffmpeg-devel] [PATCH] Base64 code

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

17 years agoRename dvdsub.c to dvdsubdec.c.
Diego Biurrun [Fri, 27 Oct 2006 23:37:35 +0000 (23:37 +0000)]
Rename dvdsub.c to dvdsubdec.c.

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

17 years agoadd support for while() loops again ugly syntax while(condition, statements) but...
Michael Niedermayer [Fri, 27 Oct 2006 22:35:55 +0000 (22:35 +0000)]
add support for while() loops again ugly syntax while(condition, statements) but very simple implementation

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

17 years agosupport seperating expressons by ;
Michael Niedermayer [Fri, 27 Oct 2006 22:16:25 +0000 (22:16 +0000)]
support seperating expressons by ;
support variables, the syntax isnt beautifull (st(a,b) means var[a]=b and ld(a) var[a]) but for a mere 19 lines of code its fairly simple, if anyone wants to write real variables support with names for variables and = and [] then that would of course be welcome but only if it doesnt bloat the code up terribly...)

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

17 years agoFix obvious typo, BGR555 was missing
Reynaldo H. Verdejo Pinochet [Fri, 27 Oct 2006 22:08:02 +0000 (22:08 +0000)]
Fix obvious typo, BGR555 was missing

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

17 years agopossible bug of 'gte' being read as 'gt', same with 'lte'
Oded Shimon [Fri, 27 Oct 2006 21:37:47 +0000 (21:37 +0000)]
possible bug of 'gte' being read as 'gt', same with 'lte'

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

17 years agominor simplification
Michael Niedermayer [Fri, 27 Oct 2006 21:13:31 +0000 (21:13 +0000)]
minor simplification

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

17 years agofactorize AVEvalExpr alloc and init
Michael Niedermayer [Fri, 27 Oct 2006 20:38:10 +0000 (20:38 +0000)]
factorize AVEvalExpr alloc and init

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

17 years agoupdate ratecontrol to new ff_eval API
Oded Shimon [Fri, 27 Oct 2006 20:16:26 +0000 (20:16 +0000)]
update ratecontrol to new ff_eval API

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

17 years agoadds missing rgb/bgr 565 codec->fmt mappings, ok'ed by Michael
Reynaldo H. Verdejo Pinochet [Fri, 27 Oct 2006 19:53:41 +0000 (19:53 +0000)]
adds missing rgb/bgr 565 codec->fmt mappings, ok'ed by Michael

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

17 years agoadds missing rgb/bgr 555 codec->fmt mappings, ok'ed by Michael
Reynaldo H. Verdejo Pinochet [Fri, 27 Oct 2006 19:50:31 +0000 (19:50 +0000)]
adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by Michael

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

17 years agomake ffmpeg able to send back a RTCP receiver report.
Thijs [Fri, 27 Oct 2006 18:19:29 +0000 (18:19 +0000)]
make ffmpeg able to send back a RTCP receiver report.
Patch by Thijs thijsvermeir A telenet P be
Original thread:
Date: Oct 27, 2006 12:58 PM
Subject: [Ffmpeg-devel] [PATCH proposal] RTCP receiver report

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

17 years agoindentation fix, patch by Ryan Martell % rdm4 A martellventures P com %
Ryan Martell [Fri, 27 Oct 2006 17:51:20 +0000 (17:51 +0000)]
indentation fix, patch by Ryan Martell % rdm4 A martellventures P com %
Original thread:
Date: Oct 27, 2006 6:17 AM
Subject: Re: [Ffmpeg-devel] RTP patches & RFC

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

17 years agonew optimized eval method, by seperating parsing and runtime
Oded Shimon [Fri, 27 Oct 2006 16:42:16 +0000 (16:42 +0000)]
new optimized eval method, by seperating parsing and runtime

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

17 years agofflags can/will be used for muxing too
Baptiste Coudurier [Fri, 27 Oct 2006 10:53:08 +0000 (10:53 +0000)]
fflags can/will be used for muxing too

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

17 years agoLast fix of licence header
Guillaume Poirier [Fri, 27 Oct 2006 06:06:58 +0000 (06:06 +0000)]
Last fix of licence header

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

17 years agomove licence header fixes
Guillaume Poirier [Thu, 26 Oct 2006 22:45:19 +0000 (22:45 +0000)]
move licence header fixes

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

17 years agoFix licence header (aka <pedantic mode='on' /> )
Guillaume Poirier [Thu, 26 Oct 2006 22:40:18 +0000 (22:40 +0000)]
Fix licence header (aka <pedantic mode='on' /> )

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

17 years agoAdd support for H264 over RTP
Ryan Martell [Thu, 26 Oct 2006 18:36:03 +0000 (18:36 +0000)]
Add support for H264 over RTP
Patch by Ryan Martell % rdm4 A martellventures P com %
Original thread:
Date: Oct 9, 2006 4:55 PM
Subject: [Ffmpeg-devel] RTP patches & RFC
Actual committed patch:
Date: Oct 26, 2006 4:29 PM

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

17 years agowording/grammar
Diego Biurrun [Thu, 26 Oct 2006 16:21:41 +0000 (16:21 +0000)]
wording/grammar

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

17 years agoDocument -newaudio, patch by Victor Paesa, taken from an explanation written by Bapti...
Víctor Paesa [Thu, 26 Oct 2006 14:26:21 +0000 (14:26 +0000)]
Document -newaudio, patch by Victor Paesa, taken from an explanation written by Baptiste Coudurier in -users

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

17 years agoLZW decoder as separate module plus TIFF LZW support
Kostya Shishkov [Thu, 26 Oct 2006 04:15:48 +0000 (04:15 +0000)]
LZW decoder as separate module plus TIFF LZW support

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

17 years ago10l predictor should not skip first line
Kostya Shishkov [Thu, 26 Oct 2006 04:06:08 +0000 (04:06 +0000)]
10l predictor should not skip first line

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

17 years agoremove mov_read_leaf and remove useless reading function table, mov_read_default...
Baptiste Coudurier [Wed, 25 Oct 2006 22:50:49 +0000 (22:50 +0000)]
remove mov_read_leaf and remove useless reading function table, mov_read_default will skip atom with no parsing function anyway

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

17 years agofix mp3 in swf decoding
Aurelien Jacobs [Wed, 25 Oct 2006 20:05:14 +0000 (20:05 +0000)]
fix mp3 in swf decoding

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

17 years agolibdts and lame sometimes need -lm
Måns Rullgård [Tue, 24 Oct 2006 21:58:50 +0000 (21:58 +0000)]
libdts and lame sometimes need -lm

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

17 years agoDon't include inttypes.h/stdint.h directly, there is an abstraction in
Steve L'Homme [Tue, 24 Oct 2006 18:57:43 +0000 (18:57 +0000)]
Don't include inttypes.h/stdint.h directly, there is an abstraction in
libavutil/common.h for platforms with no inttypes.h.
patch by Steve Lhomme, slhomme divxcorp com

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

17 years agosimplify
Michael Niedermayer [Tue, 24 Oct 2006 10:33:40 +0000 (10:33 +0000)]
simplify

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

17 years agoreverse my last change, it was wrong and broken
Michael Niedermayer [Tue, 24 Oct 2006 10:13:26 +0000 (10:13 +0000)]
reverse my last change, it was wrong and broken

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

17 years agoremove map variable
Michael Niedermayer [Tue, 24 Oct 2006 09:45:21 +0000 (09:45 +0000)]
remove map variable

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

17 years agofactorize update state out
Michael Niedermayer [Tue, 24 Oct 2006 09:34:13 +0000 (09:34 +0000)]
factorize update state out

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

17 years agoFFMAX
Michael Niedermayer [Tue, 24 Oct 2006 09:09:38 +0000 (09:09 +0000)]
FFMAX

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

17 years agocommon subexpression elimination
Michael Niedermayer [Tue, 24 Oct 2006 08:52:51 +0000 (08:52 +0000)]
common subexpression elimination

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

17 years agomerge 8 and 16bit functions, they are identical except the data type
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

17 years agoset v_edge_pos correctly for field picture mpeg2
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

17 years ago16-bit grayscale support
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

17 years agoJPEG-LS 16-bit gray support
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

17 years agoPGM 16-bit gray support
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

17 years agoPNG 16-bit gray decoding support
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

17 years ago16-bit grayscale support
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

17 years agoDo not use a fake libavcodec/swscale.h, but always use the real one
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

17 years agoCABAC assembler optimizations ported to AMD64
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

17 years agoProperly set EXTRALIBS
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

17 years agoRegister .tga and .tiff image extensions
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

17 years agoreplace coder/decoder file description in libavformat by muxer/demuxer
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

17 years agofix flvdec.c file description comment
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

17 years agodocument the extradata protocol for VP6F
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

17 years agodon't use ast before checking it's not NULL
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

17 years agouse the adjustment value present in FLV to crop VP6 video
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

17 years agouse coded_width and coded_height instead of width and height
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

17 years agoindention
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

17 years agoactivate gif decoder, seems to work fine on showdown2.mov
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

17 years agoremoved useless variables
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

17 years agouse avctx->get_buffer
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

17 years agoremove unused variables
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

17 years agoprintf -> dprintf
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

17 years agoindention
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

17 years agoadd gif support
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

17 years agochange gif demuxer to gif decoder
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

17 years agouse --as-needed just on linux, since *bsd way is broken... (patch from Diego Pettenò...
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

17 years agodisable annoying debug messages
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

17 years agospelling/grammar fixes
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

17 years agoMake read_packet fail is the v4l2 driver returns an unexpected frame size
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

17 years agosupport for sub-only streams; patch by borat subsense com
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

17 years agohandle limit>32 for set_ur_golomb_jpegls()
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

17 years agoprevent infinite loop
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

17 years agoavoid crashing when trying to parse invalid files, patch by Andreas Oman, andreas...
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

17 years agofix probe, patch by Andreas Oman, andreas at olebyn dot nu
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

17 years agodecode_significance_8x8_x86()
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

17 years agoProtect code that uses CMOV instructions with HAVE_CMOV,
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

17 years agofix harmless typo / consistency fix
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

17 years agowarn about zlib support needed if file has compressed moov atom
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

17 years ago3 more TODO items for volunteers
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

17 years agoanother instruction less in decode_significance_x86() -> 1% faster ion P3
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

17 years agomove memory reading ByteIOContext init from mov.c to avobuf.c
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

17 years ago1 instruction less
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

17 years agoAdd x86 conditionnal mov (CMOV) "detection" (based on the cpu passed by --cpu=xx)
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

17 years agoreordering instructions a little in decode_significance_x86() -> 2 instructions less...
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