]> git.sesse.net Git - ffmpeg/log
ffmpeg
17 years agotypo
Baptiste Coudurier [Tue, 7 Nov 2006 13:50:41 +0000 (13:50 +0000)]
typo

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

17 years agoadd option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag
Baptiste Coudurier [Tue, 7 Nov 2006 13:45:08 +0000 (13:45 +0000)]
add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag

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

17 years agoSimplify
Luca Barbato [Tue, 7 Nov 2006 12:45:29 +0000 (12:45 +0000)]
Simplify

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

17 years agoUse MMX only under x86_32, there are compilation problems.
Diego Biurrun [Tue, 7 Nov 2006 12:28:13 +0000 (12:28 +0000)]
Use MMX only under x86_32, there are compilation problems.

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

17 years agoadd codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values
Baptiste Coudurier [Tue, 7 Nov 2006 09:46:57 +0000 (09:46 +0000)]
add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values

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

17 years agoadd moving images feature to imlib2 vhook
Víctor Paesa [Tue, 7 Nov 2006 09:12:20 +0000 (09:12 +0000)]
add moving images feature to imlib2 vhook
Patch by Victor Paesa % wzrlpy A arsystel P com %
Original thread:
Date: Jul 30, 2006 12:28 AM
Subject: [Ffmpeg-devel] [PATCH] Add moving images feature to imlib2 vhook

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

17 years agoFix MacIntel build: "/nop" is illegal on Apple's older version of GAS
Nigel Pearson [Tue, 7 Nov 2006 07:07:05 +0000 (07:07 +0000)]
Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS
Patch by Nigel Pearson % nigel A ind P tansu P com P au %
Original thread:
Date: Nov 6, 2006 10:43 PM
Subject: [Ffmpeg-devel] [PATCH] swscale uses /nop, illegal for old versions of GAS

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

17 years agoBump version for Fraps v[24] support
Kostya Shishkov [Tue, 7 Nov 2006 05:57:42 +0000 (05:57 +0000)]
Bump version for Fraps v[24] support

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

17 years agoAllow reading matroska title.
Aurelien Jacobs [Tue, 7 Nov 2006 00:11:35 +0000 (00:11 +0000)]
Allow reading matroska title.

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

17 years agocosmetics: reindent after last commit
Aurelien Jacobs [Mon, 6 Nov 2006 23:58:41 +0000 (23:58 +0000)]
cosmetics: reindent after last commit

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

17 years agoDon't need to check for NULL before av_free().
Aurelien Jacobs [Mon, 6 Nov 2006 23:57:34 +0000 (23:57 +0000)]
Don't need to check for NULL before av_free().
And don't need to memset(0) the no more used priv_data.

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

17 years agoAdd support for block duration.
Steve L'Homme [Mon, 6 Nov 2006 23:52:10 +0000 (23:52 +0000)]
Add support for block duration.
Patch by Steve Lhomme % slhomme A divxcorp P com %
Original thread:
Date: Mon, 06 Nov 2006 19:22:14 +0100
Subject: [Ffmpeg-devel] [PATCH] Matroska block duration support

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

17 years agoEnsure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one).
Steve L'Homme [Mon, 6 Nov 2006 23:14:37 +0000 (23:14 +0000)]
Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one).
Patch by Steve Lhomme % slhomme A divxcorp P com %
Original thread:
Date: Mon, 06 Nov 2006 21:20:14 +0100
Subject: [Ffmpeg-devel] [PATCH] Matroska known/unknown codec

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

17 years agoguess matroska files frame rate
Steve L'Homme [Mon, 6 Nov 2006 23:07:54 +0000 (23:07 +0000)]
guess matroska files frame rate
Patch by Steve Lhomme % slhomme A divxcorp P com %
Original thread:
Date: Mon, 06 Nov 2006 21:28:52 +0100
Subject: [Ffmpeg-devel] [PATCH] Matroska FPS info

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

17 years agoAdd support for getting duration of a RTP stream (for seeking in stream)
Ryan Martell [Mon, 6 Nov 2006 21:58:43 +0000 (21:58 +0000)]
Add support for getting duration of a RTP stream (for seeking in stream)
Patch by Ryan Martell % rdm4 A martellventures P com %
Original thread:
Date: Nov 6, 2006 6:39 PM
Subject: [Ffmpeg-devel] [PATCH] RTP/Get Duration of file (for seeking in stream)

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

17 years ago2nd try for -vcodec copy timebase selection last one choose 1fps due to broken opendi...
Michael Niedermayer [Mon, 6 Nov 2006 21:54:23 +0000 (21:54 +0000)]
2nd try for -vcodec copy timebase selection last one choose 1fps due to broken opendivx stream in avi (avi had the correct 15fps)

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

17 years agoremove floats in 10 bytes/byte support (no version of matroska used it)
Steve L'Homme [Mon, 6 Nov 2006 19:01:03 +0000 (19:01 +0000)]
remove floats in 10 bytes/byte support (no version of matroska used it)
Patch by Steve Lhomme % slhomme A divxcorp P com %
Original thread:
Date: Nov 6, 2006 7:24 PM
Subject: [Ffmpeg-devel] [PATCH] no 10 bytes floats

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

17 years agoAvoid void*-arithmetic, and uint8_t* is more correct anyway.
Reimar Döffinger [Mon, 6 Nov 2006 17:56:08 +0000 (17:56 +0000)]
Avoid void*-arithmetic, and uint8_t* is more correct anyway.

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

17 years agoAdd doxy comments for macro GET_UTF8
Guillaume Poirier [Mon, 6 Nov 2006 12:38:00 +0000 (12:38 +0000)]
Add doxy comments for macro GET_UTF8
another fix in PUT_UTF8 doxy description

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

17 years agoinclude parser.h instead of mpegvideo.h
Baptiste Coudurier [Mon, 6 Nov 2006 10:47:41 +0000 (10:47 +0000)]
include parser.h instead of mpegvideo.h

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

17 years agorename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it static
Baptiste Coudurier [Mon, 6 Nov 2006 10:46:54 +0000 (10:46 +0000)]
rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it static

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

17 years agomove AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser...
Baptiste Coudurier [Mon, 6 Nov 2006 10:43:49 +0000 (10:43 +0000)]
move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser to mpeg12.c

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

17 years agoFix wrong params name in PUT_UTF8 doxy comments
Guillaume Poirier [Mon, 6 Nov 2006 10:39:07 +0000 (10:39 +0000)]
Fix wrong params name in PUT_UTF8 doxy comments

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

17 years agowoops, fix missplaced doxy comment
Guillaume Poirier [Mon, 6 Nov 2006 10:35:54 +0000 (10:35 +0000)]
woops, fix missplaced doxy comment

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

17 years agoFix ASF format parser's broken UTF-16 string handling
Zuxy Meng [Mon, 6 Nov 2006 10:32:48 +0000 (10:32 +0000)]
Fix ASF format parser's broken UTF-16 string handling
1. Add a PUT_UTF8 macro to common.h; code borrowed from libavcodec/flacenc.c.
2. Make use of the macro in flacenc.c
Patch by Zuxy Meng % zuxy P meng A gmail P com %
Original thread:
Date: Nov 5, 2006 9:56 AM
Subject: [Ffmpeg-devel] PUT_UTF8 & asf format enhancement

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

17 years agoCheck for symbol count
Kostya Shishkov [Mon, 6 Nov 2006 06:13:29 +0000 (06:13 +0000)]
Check for symbol count

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

17 years agoWavPack support in Matroska
Kostya Shishkov [Mon, 6 Nov 2006 06:07:41 +0000 (06:07 +0000)]
WavPack support in Matroska

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

17 years agoLimit output sample to 0..maxval, fixes decoding of T16E0.JLS
Kostya Shishkov [Mon, 6 Nov 2006 05:35:09 +0000 (05:35 +0000)]
Limit output sample to 0..maxval, fixes decoding of T16E0.JLS

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

17 years agomove check for output file streams num in av_encode
Baptiste Coudurier [Sun, 5 Nov 2006 20:08:26 +0000 (20:08 +0000)]
move check for output file streams num in av_encode

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

17 years agoSimplify regression test execution.
Diego Biurrun [Sun, 5 Nov 2006 20:05:37 +0000 (20:05 +0000)]
Simplify regression test execution.

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

17 years agouse AVRational and ff_frame_rate_tab for frame_rate
Baptiste Coudurier [Sun, 5 Nov 2006 19:24:23 +0000 (19:24 +0000)]
use AVRational and ff_frame_rate_tab for frame_rate

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

17 years agoUse a variable for FFmpeg options.
Diego Biurrun [Sun, 5 Nov 2006 18:14:46 +0000 (18:14 +0000)]
Use a variable for FFmpeg options.

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

17 years agoDo not set audio codec_tag to 1, that would be PCM audio.
Diego Biurrun [Sun, 5 Nov 2006 16:31:52 +0000 (16:31 +0000)]
Do not set audio codec_tag to 1, that would be PCM audio.

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

17 years agoMove idct block array variable onto rtjpeg_decode_frame_yuv420 stack since
Reimar Döffinger [Sun, 5 Nov 2006 16:18:37 +0000 (16:18 +0000)]
Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack since
it is only used there and is only 128 byte large.
Also make it aligned to fix playback with altivec.

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

17 years agoremove useless line variable
Baptiste Coudurier [Sun, 5 Nov 2006 15:10:33 +0000 (15:10 +0000)]
remove useless line variable

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

17 years agofix decoding position
Baptiste Coudurier [Sun, 5 Nov 2006 15:06:12 +0000 (15:06 +0000)]
fix decoding position

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

17 years agoupdate docs to reflect AVImageFormat removing
Baptiste Coudurier [Sun, 5 Nov 2006 13:31:57 +0000 (13:31 +0000)]
update docs to reflect AVImageFormat removing

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

17 years agoCorrect support for Fraps v4 (and Huffman tree for < 256 symbols)
Kostya Shishkov [Sun, 5 Nov 2006 08:18:52 +0000 (08:18 +0000)]
Correct support for Fraps v4 (and Huffman tree for < 256 symbols)

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

17 years agoUpdate comment
Kostya Shishkov [Sun, 5 Nov 2006 04:59:38 +0000 (04:59 +0000)]
Update comment

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

17 years agoFraps v2 and v4 support
Kostya Shishkov [Sun, 5 Nov 2006 04:57:14 +0000 (04:57 +0000)]
Fraps v2 and v4 support

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

17 years agoProperly quote paths on grep invocations for codec lists.
Steve L'Homme [Sat, 4 Nov 2006 19:06:15 +0000 (19:06 +0000)]
Properly quote paths on grep invocations for codec lists.
patch by Steve Lhomme, slhomme divxcorp com

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

17 years agoministry of english grammar :) then->than
Oded Shimon [Sat, 4 Nov 2006 00:42:50 +0000 (00:42 +0000)]
ministry of english grammar :) then->than

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

17 years agodoxy
Michael Niedermayer [Fri, 3 Nov 2006 20:30:22 +0000 (20:30 +0000)]
doxy

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

17 years agonow we set codec_tag, still have to figure out how to handle flipping
Reynaldo H. Verdejo Pinochet [Fri, 3 Nov 2006 20:13:42 +0000 (20:13 +0000)]
now we set codec_tag, still have to figure out how to handle flipping

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

17 years agoensure alignment (no speed change)
Michael Niedermayer [Fri, 3 Nov 2006 16:54:05 +0000 (16:54 +0000)]
ensure alignment (no speed change)

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

17 years agodo not overwrite codec type if already known, fix conflict between 'raw ' fourcc...
Baptiste Coudurier [Fri, 3 Nov 2006 16:19:14 +0000 (16:19 +0000)]
do not overwrite codec type if already known, fix conflict between 'raw ' fourcc used for audio and video, ae002_wordup.mov

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

17 years agomerging mov & and (no speedchange)
Michael Niedermayer [Fri, 3 Nov 2006 16:02:18 +0000 (16:02 +0000)]
merging mov & and (no speedchange)

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

17 years ago2 instructions less (same speed)
Michael Niedermayer [Fri, 3 Nov 2006 15:40:57 +0000 (15:40 +0000)]
2 instructions less (same speed)

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

17 years agocomment about failed optimization
Michael Niedermayer [Fri, 3 Nov 2006 15:17:36 +0000 (15:17 +0000)]
comment about failed optimization

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

17 years agoindention
Baptiste Coudurier [Fri, 3 Nov 2006 15:04:47 +0000 (15:04 +0000)]
indention

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

17 years agoreintroduce isom field and read version 1 audio stsd only if file is not isom, fix...
Baptiste Coudurier [Fri, 3 Nov 2006 15:02:51 +0000 (15:02 +0000)]
reintroduce isom field and read version 1 audio stsd only if file is not isom, fix testclip_wrong_version_1_audio_stsd.mp4

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

17 years agomove luma tc0 related init into asm
Michael Niedermayer [Fri, 3 Nov 2006 14:28:30 +0000 (14:28 +0000)]
move luma tc0 related init into asm
5% faster filter_mb_fast() on P3

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

17 years agoRGB32 support in Targa
Kostya Shishkov [Fri, 3 Nov 2006 13:13:08 +0000 (13:13 +0000)]
RGB32 support in Targa

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

17 years ago2 instructions less in h264_loop_filter_luma_mmx2()
Michael Niedermayer [Fri, 3 Nov 2006 12:07:53 +0000 (12:07 +0000)]
2 instructions less in h264_loop_filter_luma_mmx2()

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

17 years agopreempt possible overflow
Michael Niedermayer [Fri, 3 Nov 2006 11:07:35 +0000 (11:07 +0000)]
preempt possible overflow

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

17 years ago1 instruction less
Michael Niedermayer [Fri, 3 Nov 2006 09:59:15 +0000 (09:59 +0000)]
1 instruction less

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

17 years agoadd valid statistics for the RTCP receiver report.
Ryan Martell [Fri, 3 Nov 2006 07:55:57 +0000 (07:55 +0000)]
add valid statistics for the RTCP receiver report.
Basically taken verbatim from RFC 1889.
Patch by Ryan Martell % rdm4 A martellventures P com %
Original thread:
Date: Oct 31, 2006 12:43 AM
Subject: [Ffmpeg-devel] [PATCH] RTCP valid receiver statistics....

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

17 years agoUse bpp from header in error message
Kostya Shishkov [Fri, 3 Nov 2006 04:42:11 +0000 (04:42 +0000)]
Use bpp from header in error message

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

17 years agooptimize H264_DEBLOCK_P0_Q0
Michael Niedermayer [Fri, 3 Nov 2006 02:03:56 +0000 (02:03 +0000)]
optimize H264_DEBLOCK_P0_Q0
2.5% faster filter_mb_fast() on P3

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

17 years agonew I/P frame selection heuristic
Michael Niedermayer [Thu, 2 Nov 2006 23:36:39 +0000 (23:36 +0000)]
new I/P frame selection heuristic
PSNR/bitrate is slightly better for my (short) test videos
more tests welcome ...

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

17 years agokill AVImageFormat
Baptiste Coudurier [Thu, 2 Nov 2006 23:22:23 +0000 (23:22 +0000)]
kill AVImageFormat

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

17 years agochange gif muxer to simple gif encoder
Baptiste Coudurier [Thu, 2 Nov 2006 23:13:34 +0000 (23:13 +0000)]
change gif muxer to simple gif encoder

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

17 years agoCorrect description of mblmin and mblmax.
Corey Hickey [Thu, 2 Nov 2006 23:08:09 +0000 (23:08 +0000)]
Correct description of mblmin and mblmax.

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

17 years agooutputs bit spent on various encoding functions (motion vectors, overhead, etc)
Tom Harper [Thu, 2 Nov 2006 19:11:20 +0000 (19:11 +0000)]
outputs bit spent on various encoding functions (motion vectors, overhead, etc)
back into AVCodecContext for external consumption
patch by Tom Harper % d P thomas P harper A gmail P com %
Original thread:
Date: Nov 2, 2006 1:30 AM
Subject: [Ffmpeg-devel] [patch] snow stats

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

17 years agoAdd option to disable ffmpeg build.
Diego Biurrun [Thu, 2 Nov 2006 17:09:47 +0000 (17:09 +0000)]
Add option to disable ffmpeg build.
Patch taken from the Debian package by Sam Hocevar.

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

17 years agoDetect some more ARM CPU types.
Diego Biurrun [Thu, 2 Nov 2006 16:42:14 +0000 (16:42 +0000)]
Detect some more ARM CPU types.
Patch taken from the Debian package by Sam Hocevar.

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

17 years agoAccept multiple --extra-ldflags and --extra-libs options.
Diego Biurrun [Thu, 2 Nov 2006 12:12:52 +0000 (12:12 +0000)]
Accept multiple --extra-ldflags and --extra-libs options.

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

17 years agoAdd support for conversions from the rgb565 and rgb555 formats
Luca Abeni [Thu, 2 Nov 2006 09:01:01 +0000 (09:01 +0000)]
Add support for conversions from the rgb565 and rgb555 formats

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

17 years agoReplace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
Steve L'Homme [Wed, 1 Nov 2006 22:39:58 +0000 (22:39 +0000)]
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
patch by Steve Lhomme, slhomme divxcorp com

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

17 years agoDefine fallback for PRIX64, taken from a patch by Steve L'Homme.
Steve L'Homme [Wed, 1 Nov 2006 22:37:56 +0000 (22:37 +0000)]
Define fallback for PRIX64, taken from a patch by Steve L'Homme.

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

17 years ago10l (forgot ALT_SCAN)
Michael Niedermayer [Wed, 1 Nov 2006 21:41:54 +0000 (21:41 +0000)]
10l (forgot ALT_SCAN)

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

17 years agoRename SWAP macro to FFSWAP.
Diego Biurrun [Wed, 1 Nov 2006 21:28:36 +0000 (21:28 +0000)]
Rename SWAP macro to FFSWAP.

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

17 years agoreindentation, patch by From: Steve Lhomme, slhomme divxcorp com
Steve L'Homme [Wed, 1 Nov 2006 21:09:14 +0000 (21:09 +0000)]
reindentation, patch by From: Steve Lhomme, slhomme divxcorp com

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

17 years agoDo not mix declarations and statements.
Diego Biurrun [Wed, 1 Nov 2006 19:44:35 +0000 (19:44 +0000)]
Do not mix declarations and statements.

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

17 years agomerge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3)
Michael Niedermayer [Wed, 1 Nov 2006 19:34:30 +0000 (19:34 +0000)]
merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3)

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

17 years agoclean, always write major brand for debug
Baptiste Coudurier [Wed, 1 Nov 2006 19:16:18 +0000 (19:16 +0000)]
clean, always write major brand for debug

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

17 years agoremove useless mp4 field
Baptiste Coudurier [Wed, 1 Nov 2006 19:12:07 +0000 (19:12 +0000)]
remove useless mp4 field

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

17 years agoMake tests compile on non-x86.
Diego Biurrun [Wed, 1 Nov 2006 18:51:37 +0000 (18:51 +0000)]
Make tests compile on non-x86.

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

17 years agoUse common define for x86_32 and x86_64.
Diego Biurrun [Wed, 1 Nov 2006 18:36:20 +0000 (18:36 +0000)]
Use common define for x86_32 and x86_64.

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

17 years agoUse common define for x86_32 and x86_64.
Diego Biurrun [Wed, 1 Nov 2006 18:34:40 +0000 (18:34 +0000)]
Use common define for x86_32 and x86_64.

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

17 years agotypo
Diego Biurrun [Wed, 1 Nov 2006 18:20:15 +0000 (18:20 +0000)]
typo

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

17 years agoindentation
Måns Rullgård [Wed, 1 Nov 2006 18:19:20 +0000 (18:19 +0000)]
indentation

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

17 years agoCODEC_CAP_DELAY support
Måns Rullgård [Wed, 1 Nov 2006 18:18:48 +0000 (18:18 +0000)]
CODEC_CAP_DELAY support

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

17 years agosimplify
Baptiste Coudurier [Wed, 1 Nov 2006 17:56:22 +0000 (17:56 +0000)]
simplify

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

17 years agomov vfr muxing
Baptiste Coudurier [Wed, 1 Nov 2006 17:27:39 +0000 (17:27 +0000)]
mov vfr muxing

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

17 years agoReenable AMD64 optimizations for cabac accidentially disabled in r6852
Reimar Döffinger [Wed, 1 Nov 2006 17:18:49 +0000 (17:18 +0000)]
Reenable AMD64 optimizations for cabac accidentially disabled in r6852

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

17 years agoAdd ARCH_X86_32 as a new define for 32 bit x86 architectures and change
Diego Biurrun [Wed, 1 Nov 2006 17:01:33 +0000 (17:01 +0000)]
Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change
the semantics of ARCH_X86 to mean both 32 and 64 bits.

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

17 years agobetter #endif comment
Diego Biurrun [Wed, 1 Nov 2006 16:59:18 +0000 (16:59 +0000)]
better #endif comment

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

17 years agofix 1/0 b frames + CBR bug
Michael Niedermayer [Tue, 31 Oct 2006 22:22:11 +0000 (22:22 +0000)]
fix 1/0 b frames + CBR bug

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

17 years agoMake sure --as-needed and the other flags got checked as the last thing, workarounds...
Luca Barbato [Tue, 31 Oct 2006 15:09:36 +0000 (15:09 +0000)]
Make sure --as-needed and the other flags got checked as the last thing, workarounds linking checks issues due broken system libraries

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

17 years agocosmetics: Restore alphabetical order.
Diego Biurrun [Tue, 31 Oct 2006 11:19:51 +0000 (11:19 +0000)]
cosmetics: Restore alphabetical order.

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

17 years agobetter timebase selection heuristic for video stream copy
Michael Niedermayer [Tue, 31 Oct 2006 00:39:02 +0000 (00:39 +0000)]
better timebase selection heuristic for video stream copy
fixes -ss -t -vcodec copy

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

17 years agocosmetics: Restore alphabetical order.
Diego Biurrun [Tue, 31 Oct 2006 00:11:37 +0000 (00:11 +0000)]
cosmetics: Restore alphabetical order.

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

17 years agoremove gcc warning about void * used in arithmetic
Baptiste Coudurier [Mon, 30 Oct 2006 23:59:52 +0000 (23:59 +0000)]
remove gcc warning about void * used in arithmetic

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

17 years agocoded line size is a multiple of 4
Måns Rullgård [Mon, 30 Oct 2006 20:43:07 +0000 (20:43 +0000)]
coded line size is a multiple of 4

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

17 years agowarning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail com
Gustavo Sverzut Barbieri [Mon, 30 Oct 2006 19:30:23 +0000 (19:30 +0000)]
warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail com

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

17 years agoUse fixed point in color conversion.
Gustavo Sverzut Barbieri [Mon, 30 Oct 2006 19:17:51 +0000 (19:17 +0000)]
Use fixed point in color conversion.
patch by Gustavo Sverzut Barbieri, barbieri gmail com

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

17 years agofix for disabling vorbis decoder but enabling vorbis encoder
Oded Shimon [Mon, 30 Oct 2006 18:05:35 +0000 (18:05 +0000)]
fix for disabling vorbis decoder but enabling vorbis encoder

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

17 years agoInit vlc tables as static
Kostya Shishkov [Mon, 30 Oct 2006 13:57:55 +0000 (13:57 +0000)]
Init vlc tables as static

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

17 years agoIMC decoder
Kostya Shishkov [Mon, 30 Oct 2006 13:48:48 +0000 (13:48 +0000)]
IMC decoder

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