]> git.sesse.net Git - ffmpeg/log
ffmpeg
16 years agocolour --> color in variable names
Diego Biurrun [Mon, 3 Dec 2007 13:33:48 +0000 (13:33 +0000)]
colour --> color in variable names

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

16 years agoAdd a --disable-devices flag which disables all muxers and demuxers of
Panagiotis Issaris [Mon, 3 Dec 2007 13:02:26 +0000 (13:02 +0000)]
Add a --disable-devices flag which disables all muxers and demuxers of
libavdevice at once.

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

16 years agocosmetics: comment spelling fixes
Diego Biurrun [Mon, 3 Dec 2007 13:01:53 +0000 (13:01 +0000)]
cosmetics: comment spelling fixes

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

16 years agoFix make checkheaders.
Diego Biurrun [Mon, 3 Dec 2007 12:46:20 +0000 (12:46 +0000)]
Fix make checkheaders.

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

16 years agocosmetics: spelling fixes
Diego Biurrun [Mon, 3 Dec 2007 11:03:16 +0000 (11:03 +0000)]
cosmetics: spelling fixes

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

16 years agofix dnxhd 720p in mov for quicktime player
Baptiste Coudurier [Mon, 3 Dec 2007 10:44:25 +0000 (10:44 +0000)]
fix dnxhd 720p in mov for quicktime player

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

16 years agoadd assert to detect invalid packet_timestamp_start/end
Michael Niedermayer [Mon, 3 Dec 2007 10:24:42 +0000 (10:24 +0000)]
add assert to detect invalid packet_timestamp_start/end
(that is check that the previous fix was sufficient)

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

16 years agocorrect invalid duration
Michael Niedermayer [Mon, 3 Dec 2007 10:23:09 +0000 (10:23 +0000)]
correct invalid duration

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

16 years agoadd const to remove warnings, ffmpeg.c:2892: warning: initialization discards qualifi...
Baptiste Coudurier [Mon, 3 Dec 2007 10:03:32 +0000 (10:03 +0000)]
add const to remove warnings, ffmpeg.c:2892: warning: initialization discards qualifiers from pointer target type

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

16 years agomake rc_buffer_size apply to audio as well
Michael Niedermayer [Mon, 3 Dec 2007 10:02:26 +0000 (10:02 +0000)]
make rc_buffer_size apply to audio as well

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

16 years agomake mpeg-ps probe less happy with random data
Michael Niedermayer [Mon, 3 Dec 2007 09:37:06 +0000 (09:37 +0000)]
make mpeg-ps probe less happy with random data
fixes missdetection of O-MP3-5.mp3

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

16 years agoreturn a slightly larger score if we find more than 500 valid mp3 frames in a row
Michael Niedermayer [Mon, 3 Dec 2007 09:26:44 +0000 (09:26 +0000)]
return a slightly larger score if we find more than 500 valid mp3 frames in a row

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

16 years agoensure that the probe code runs in O(n)
Michael Niedermayer [Mon, 3 Dec 2007 08:27:04 +0000 (08:27 +0000)]
ensure that the probe code runs in O(n)

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

16 years agoRename function to reflect its action
Kostya Shishkov [Mon, 3 Dec 2007 06:59:48 +0000 (06:59 +0000)]
Rename function to reflect its action

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

16 years agoremove arbitrary 4096 limit for probing
Michael Niedermayer [Mon, 3 Dec 2007 04:50:01 +0000 (04:50 +0000)]
remove arbitrary 4096 limit for probing

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

16 years agoprevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 files
Michael Niedermayer [Mon, 3 Dec 2007 04:49:01 +0000 (04:49 +0000)]
prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 files

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

16 years agoRemove rc_eq-specific code, it is passed by AVOption now.
Michael Niedermayer [Mon, 3 Dec 2007 02:05:31 +0000 (02:05 +0000)]
Remove rc_eq-specific code, it is passed by AVOption now.

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

16 years agoFix non-numeric AVOptions.
Michael Niedermayer [Mon, 3 Dec 2007 01:46:32 +0000 (01:46 +0000)]
Fix non-numeric AVOptions.

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

16 years agosimplify
Michael Niedermayer [Mon, 3 Dec 2007 01:06:00 +0000 (01:06 +0000)]
simplify

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

16 years agomake the AVOption code work with strings instead of crash
Michael Niedermayer [Mon, 3 Dec 2007 01:03:54 +0000 (01:03 +0000)]
make the AVOption code work with strings instead of crash

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

16 years agoMake ff_qt_default_palette_* arrays "static const"
Reimar Döffinger [Sun, 2 Dec 2007 23:27:01 +0000 (23:27 +0000)]
Make ff_qt_default_palette_* arrays "static const"

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

16 years agoSome spelling fixes in comments
Reimar Döffinger [Sun, 2 Dec 2007 22:04:21 +0000 (22:04 +0000)]
Some spelling fixes in comments

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

16 years agoMake ff_mkv_codec_tags array const, it is never written.
Reimar Döffinger [Sun, 2 Dec 2007 21:52:43 +0000 (21:52 +0000)]
Make ff_mkv_codec_tags array const, it is never written.

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

16 years agoUse the correct "const float *" type for variable instead of casting const away.
Reimar Döffinger [Sun, 2 Dec 2007 21:12:43 +0000 (21:12 +0000)]
Use the correct "const float *" type for variable instead of casting const away.

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

16 years agoAdd missing const to last argument of decode_significance_8x8_x86.
Reimar Döffinger [Sun, 2 Dec 2007 21:11:43 +0000 (21:11 +0000)]
Add missing const to last argument of decode_significance_8x8_x86.
Fixes "h264.c:5470: warning: passing argument 4 of 'decode_significance_8x8_x86' discards qualifiers from pointer target type"

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

16 years agoindentation
Baptiste Coudurier [Sun, 2 Dec 2007 19:28:20 +0000 (19:28 +0000)]
indentation

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

16 years agodnxhd 720p encoding and decoding support
Baptiste Coudurier [Sun, 2 Dec 2007 19:27:19 +0000 (19:27 +0000)]
dnxhd 720p encoding and decoding support

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

16 years agocosmetics, encode_variance -> encode_fast
Baptiste Coudurier [Sun, 2 Dec 2007 19:22:38 +0000 (19:22 +0000)]
cosmetics, encode_variance -> encode_fast

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

16 years agofix corner case when qscale 1 bits < frame bits but max bits with worst padding ...
Baptiste Coudurier [Sun, 2 Dec 2007 19:20:46 +0000 (19:20 +0000)]
fix corner case when qscale 1 bits < frame bits but max bits with worst padding > frame bits

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

16 years agoRealVideo 3 decoder functions
Kostya Shishkov [Sun, 2 Dec 2007 18:44:29 +0000 (18:44 +0000)]
RealVideo 3 decoder functions

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

16 years agoFix muxer so that generated files are playable by realplayer, other open
Kostya Shishkov [Sun, 2 Dec 2007 17:51:05 +0000 (17:51 +0000)]
Fix muxer so that generated files are playable by realplayer, other open
source players and by fixed ffmpeg rm demuxer (after r11127)
Patch by kostya

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

16 years agoFix regression tests after r11127 and 11129
Kostya Shishkov [Sun, 2 Dec 2007 17:46:27 +0000 (17:46 +0000)]
Fix regression tests after r11127 and 11129
Patch by kostya

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

16 years agoRevert r10892, it's wrong and no longer needed to prevent crashes
Roberto Togni [Sun, 2 Dec 2007 17:41:12 +0000 (17:41 +0000)]
Revert r10892, it's wrong and no longer needed to prevent crashes

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

16 years agoMisc spelling fixes, prefer American over British English.
Diego Biurrun [Sun, 2 Dec 2007 15:43:08 +0000 (15:43 +0000)]
Misc spelling fixes, prefer American over British English.

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

16 years agoFix some spelling typos
Diego Biurrun [Sun, 2 Dec 2007 14:07:01 +0000 (14:07 +0000)]
Fix some spelling typos

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

16 years agoFix some spelling mistakes.
Diego Biurrun [Sun, 2 Dec 2007 14:06:28 +0000 (14:06 +0000)]
Fix some spelling mistakes.

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

16 years agoRV30/40 common VLC tables
Kostya Shishkov [Sun, 2 Dec 2007 06:24:34 +0000 (06:24 +0000)]
RV30/40 common VLC tables

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

16 years agoFix alignment broke by my last patch
Vitor Sessak [Sat, 1 Dec 2007 22:35:38 +0000 (22:35 +0000)]
Fix alignment broke by my last patch

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

16 years agospelling
Vitor Sessak [Sat, 1 Dec 2007 22:21:04 +0000 (22:21 +0000)]
spelling

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

16 years agoTIFF may omit compression tag.
Kostya Shishkov [Sat, 1 Dec 2007 15:41:35 +0000 (15:41 +0000)]
TIFF may omit compression tag.

This fixes issue 276.

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

16 years agosucces --> success typo
Diego Biurrun [Sat, 1 Dec 2007 12:05:59 +0000 (12:05 +0000)]
succes --> success typo

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

16 years agoFix nodes[nb_codes*2-1].count being uninitialized and used to initialize
Reimar Döffinger [Sat, 1 Dec 2007 09:39:59 +0000 (09:39 +0000)]
Fix nodes[nb_codes*2-1].count being uninitialized and used to initialize
nodes[nb_codes*2-2].count (thus making that invalid as well) in
ff_huff_build_tree.
Might fix some (hard to reproduce) crashes in VP6 decoder.

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

16 years agosenseless cast and ()
Michael Niedermayer [Sat, 1 Dec 2007 00:21:43 +0000 (00:21 +0000)]
senseless cast and ()

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

16 years agostupid code (casting of void*) found by checktree.sh
Michael Niedermayer [Sat, 1 Dec 2007 00:19:44 +0000 (00:19 +0000)]
stupid code (casting of void*) found by checktree.sh

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

16 years ago1000l _reserved (found by checktree.sh)
Michael Niedermayer [Sat, 1 Dec 2007 00:07:51 +0000 (00:07 +0000)]
1000l _reserved  (found by checktree.sh)

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

16 years agowma_decode_superframe always returns s->block_align, so make
Reimar Döffinger [Fri, 30 Nov 2007 21:51:34 +0000 (21:51 +0000)]
wma_decode_superframe always returns s->block_align, so make
sure we actually consume exactly that amount.
Fixes sound artefacts (mostly blips) that mysteriously disappeared
after e.g. remuxing with mencoder.

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

16 years agoFix make checkheaders, #include <inttypes.h> was missing.
Diego Biurrun [Fri, 30 Nov 2007 14:08:00 +0000 (14:08 +0000)]
Fix make checkheaders, #include <inttypes.h> was missing.

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

16 years agoComment some #endif directives.
Diego Biurrun [Fri, 30 Nov 2007 13:21:20 +0000 (13:21 +0000)]
Comment some #endif directives.

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

16 years agofix segfault with interlaced h.264
Michael Niedermayer [Thu, 29 Nov 2007 15:09:24 +0000 (15:09 +0000)]
fix segfault with interlaced h.264

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

16 years agoSuppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(),
Luca Abeni [Thu, 29 Nov 2007 08:35:05 +0000 (08:35 +0000)]
Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(),
and implement the redirector format more properly.

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

16 years agoBump lavf minor due to addition of
Andreas Öman [Wed, 28 Nov 2007 19:51:59 +0000 (19:51 +0000)]
Bump lavf minor due to addition of
av_url_read_fplay(), av_url_read_fpause() and av_url_read_fseek()

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

16 years agoExtend ByteIOContext and add the buffered IO functions:
Björn Axelsson [Wed, 28 Nov 2007 19:46:49 +0000 (19:46 +0000)]
Extend ByteIOContext and add the buffered IO functions:
av_url_read_fplay(), av_url_read_fpause() and av_url_read_fseek().

patch by: Björn Axelsson, bjorn d axelsson a intinor d se

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

16 years agoMLP/TrueHD parser
Ian Caulfield [Wed, 28 Nov 2007 14:27:53 +0000 (14:27 +0000)]
MLP/TrueHD parser
Patch by Ian Caulfield, ian D caulfield <at> gmail D com
Thread: [PATCH] MLP/TrueHD decoder, 12 Oct 14:26

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

16 years agoClarify documentation for avcodec_encode_audio.
Stefano Sabatini [Wed, 28 Nov 2007 12:41:35 +0000 (12:41 +0000)]
Clarify documentation for avcodec_encode_audio.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoframe_size vs. frame_size*channels bug
Michael Niedermayer [Wed, 28 Nov 2007 00:59:19 +0000 (00:59 +0000)]
frame_size vs. frame_size*channels bug

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

16 years agoremove some unused ff_p* vars from dsputil
Aurelien Jacobs [Tue, 27 Nov 2007 22:57:26 +0000 (22:57 +0000)]
remove some unused ff_p* vars from dsputil

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

16 years agoremove useless #ifdef around extern declaration
Aurelien Jacobs [Tue, 27 Nov 2007 22:56:15 +0000 (22:56 +0000)]
remove useless #ifdef around extern declaration

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

16 years agocosmetics: indentation
Aurelien Jacobs [Tue, 27 Nov 2007 22:54:46 +0000 (22:54 +0000)]
cosmetics: indentation

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

16 years agoconvert some #ifdef CONFIG_ to if(ENABLE_
Aurelien Jacobs [Tue, 27 Nov 2007 22:54:18 +0000 (22:54 +0000)]
convert some #ifdef CONFIG_ to if(ENABLE_

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

16 years agobuild vc1dsp_mmx.c in its own compilation unit
Aurelien Jacobs [Tue, 27 Nov 2007 22:42:55 +0000 (22:42 +0000)]
build vc1dsp_mmx.c in its own compilation unit

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

16 years agouse ff_ prefix for extern vars
Aurelien Jacobs [Tue, 27 Nov 2007 22:36:15 +0000 (22:36 +0000)]
use ff_ prefix for extern vars

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

16 years agomake ff_p* vars extern so that they can be used in various *_mmx.c files
Aurelien Jacobs [Tue, 27 Nov 2007 22:23:34 +0000 (22:23 +0000)]
make ff_p* vars extern so that they can be used in various *_mmx.c files

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

16 years ago10l: init_get_bits want size in bits, not bytes
Aurelien Jacobs [Tue, 27 Nov 2007 22:00:45 +0000 (22:00 +0000)]
10l: init_get_bits want size in bits, not bytes

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

16 years agocosmetics: alignment
Aurelien Jacobs [Tue, 27 Nov 2007 21:30:10 +0000 (21:30 +0000)]
cosmetics: alignment

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

16 years agospelling cosmetics
Diego Biurrun [Tue, 27 Nov 2007 15:38:54 +0000 (15:38 +0000)]
spelling cosmetics

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

16 years agoAdd #include "os_support.h" to restore OS/2 support.
Dave Yeo [Tue, 27 Nov 2007 11:42:09 +0000 (11:42 +0000)]
Add #include "os_support.h" to restore OS/2 support.
patch by Dave Yeo, daveryeo telus net

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

16 years agoRemove possibly misleading comments.
Diego Biurrun [Tue, 27 Nov 2007 11:27:50 +0000 (11:27 +0000)]
Remove possibly misleading comments.

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

16 years agosync message with modern ffmpeg bitrate option syntax.
D Richard Felker III [Tue, 27 Nov 2007 05:32:04 +0000 (05:32 +0000)]
sync message with modern ffmpeg bitrate option syntax.
note: this message should probably be tweaked; i'm not sure that it's
a good idea for lavc to be recommending ffmpeg command line options
as it's a general-purpose library.

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

16 years agoremove some empty close/init functions in avcodec
Aurelien Jacobs [Sun, 25 Nov 2007 17:31:55 +0000 (17:31 +0000)]
remove some empty close/init functions in avcodec
patch by Alex

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

16 years agoadd pcm_s16le_planar support for electronicarts files
Aurelien Jacobs [Sun, 25 Nov 2007 16:32:47 +0000 (16:32 +0000)]
add pcm_s16le_planar support for electronicarts files

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

16 years agosplit wmv2 encoder and decoder in their own files
Aurelien Jacobs [Sun, 25 Nov 2007 16:23:42 +0000 (16:23 +0000)]
split wmv2 encoder and decoder in their own files

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

16 years agoTypo fix. Previous version had some picture error building up until next keyframe.
Christophe Gisquet [Sun, 25 Nov 2007 09:43:35 +0000 (09:43 +0000)]
Typo fix. Previous version had some picture error building up until next keyframe.
Now MMX version decodes 1:1 what the C version does
patch by Christophe GISQUET %christophe P gisquet A free P fr%

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

16 years agoData tables for future RV30/40 decoder
Kostya Shishkov [Sat, 24 Nov 2007 17:42:16 +0000 (17:42 +0000)]
Data tables for future RV30/40 decoder

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

16 years agoStrip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P gisquet...
Christophe Gisquet [Sat, 24 Nov 2007 14:34:25 +0000 (14:34 +0000)]
Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P gisquet A free P fr%
Original thread:
date: Nov 24, 2007 3:09 PM
subject: [FFmpeg-devel] [PATCH] Strip debug stuff from vc1dsp_mmx.c

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

16 years agoAdd missing #includes to fix 'make checkheaders'.
Diego Biurrun [Sat, 24 Nov 2007 10:08:02 +0000 (10:08 +0000)]
Add missing #includes to fix 'make checkheaders'.

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

16 years agoExtend URLProtocol with new function pointers and api functions for
Björn Axelsson [Sat, 24 Nov 2007 07:09:32 +0000 (07:09 +0000)]
Extend URLProtocol with new function pointers and api functions for
av_url_read_play(), av_url_read_pause() and av_url_read_seek().

patch by: Björn Axelsson, bjorn d axelsson a intinor d se

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

16 years agoLink libavdevice against libavutil, libavcodec, and libavformat
Luca Abeni [Fri, 23 Nov 2007 12:55:50 +0000 (12:55 +0000)]
Link libavdevice against libavutil, libavcodec, and libavformat
(fix compilation for non-ELF targets).

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

16 years agoFix out of tree builds after introduction of libavdevice.
Diego Biurrun [Fri, 23 Nov 2007 12:02:41 +0000 (12:02 +0000)]
Fix out of tree builds after introduction of libavdevice.

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

16 years agoKeep -L flags before corresponding -l flags.
Diego Biurrun [Fri, 23 Nov 2007 11:41:01 +0000 (11:41 +0000)]
Keep -L flags before corresponding -l flags.

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

16 years agocosmetics: Consistently indent with 4 spaces, break some long lists into single
Diego Biurrun [Fri, 23 Nov 2007 11:09:28 +0000 (11:09 +0000)]
cosmetics: Consistently indent with 4 spaces, break some long lists into single
lines, align some columns.

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

16 years agoFix the creation of alldevices.c (create it without any rename).
Luca Abeni [Fri, 23 Nov 2007 08:07:23 +0000 (08:07 +0000)]
Fix the creation of alldevices.c (create it without any rename).
This also requires some changes to configure

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

16 years agomain() --> main(void)
Diego Biurrun [Fri, 23 Nov 2007 00:52:56 +0000 (00:52 +0000)]
main() --> main(void)

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

16 years agospelling
Diego Biurrun [Fri, 23 Nov 2007 00:47:39 +0000 (00:47 +0000)]
spelling

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

16 years agoIntroduce libavdevice
Luca Abeni [Thu, 22 Nov 2007 16:10:02 +0000 (16:10 +0000)]
Introduce libavdevice

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

16 years agoMake av_read_frame with rtsp client return EINTR on interrupt
Luca Barbato [Thu, 22 Nov 2007 14:13:23 +0000 (14:13 +0000)]
Make av_read_frame with rtsp client return EINTR on interrupt
patch from elupusateccedotse (missing hunk from r11072)

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

16 years agocomment spelling/grammar fixes
Diego Biurrun [Thu, 22 Nov 2007 10:27:58 +0000 (10:27 +0000)]
comment spelling/grammar fixes

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

16 years agoos_support.h is also needed for usleep and lseek on MinGW.
Ramiro Polla [Thu, 22 Nov 2007 02:27:39 +0000 (02:27 +0000)]
os_support.h is also needed for usleep and lseek on MinGW.

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

16 years agoadd VC-1 MMX DSP functions, under MIT license.
Christophe Gisquet [Wed, 21 Nov 2007 22:41:31 +0000 (22:41 +0000)]
add VC-1 MMX DSP functions, under MIT license.
patch by Christophe GISQUET %christophe P gisquet A free P fr%
original thread:
date: Jul 7, 2007 12:52 PM
subject: [FFmpeg-devel] [PATCH] VC-1 MMX DSP functions

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

16 years agoInclude os_support.h only when needed
Luca Abeni [Wed, 21 Nov 2007 16:33:06 +0000 (16:33 +0000)]
Include os_support.h only when needed

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

16 years agoMake av_read_frame with rtsp client return EINTR on interrupt
Luca Barbato [Wed, 21 Nov 2007 10:26:11 +0000 (10:26 +0000)]
Make av_read_frame with rtsp client return EINTR on interrupt
patch from elupusateccedotse

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

16 years agoUse dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson [Wed, 21 Nov 2007 07:41:00 +0000 (07:41 +0000)]
Use dynamically allocated ByteIOContext in AVFormatContext

patch by: Björn Axelsson, bjorn d axelsson a intinor d se
thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007

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

16 years agoFix wrong error message.
Stefano Sabatini [Tue, 20 Nov 2007 13:42:43 +0000 (13:42 +0000)]
Fix wrong error message.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agomain() --> main(void)
Diego Biurrun [Tue, 20 Nov 2007 11:18:52 +0000 (11:18 +0000)]
main() --> main(void)

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

16 years agowhitespace consistency cosmetics
Diego Biurrun [Tue, 20 Nov 2007 11:18:24 +0000 (11:18 +0000)]
whitespace consistency cosmetics

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

16 years agocosmetic (x==NULL -> !x)
Michael Niedermayer [Mon, 19 Nov 2007 20:33:25 +0000 (20:33 +0000)]
cosmetic (x==NULL -> !x)

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

16 years agocosmetic (place { consistently)
Michael Niedermayer [Mon, 19 Nov 2007 20:30:00 +0000 (20:30 +0000)]
cosmetic (place { consistently)

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

16 years agoReplace realloc with free+malloc, the previous content of the buffer is
Roberto Togni [Mon, 19 Nov 2007 20:28:11 +0000 (20:28 +0000)]
Replace realloc with free+malloc, the previous content of the buffer is
not needed

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

16 years agocosmetic (remove != 0 / != NULL)
Michael Niedermayer [Mon, 19 Nov 2007 20:26:35 +0000 (20:26 +0000)]
cosmetic (remove != 0 / != NULL)

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

16 years agouse sizeof in snprintf (note the changed code is all under #if 0)
Michael Niedermayer [Mon, 19 Nov 2007 20:18:30 +0000 (20:18 +0000)]
use sizeof in snprintf (note the changed code is all under #if 0)

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

16 years agocheck region depth for validity
Michael Niedermayer [Mon, 19 Nov 2007 20:14:46 +0000 (20:14 +0000)]
check region depth for validity
(32/64/128 would crash at least due to 1<<depth allocation later,
and no i do not have a sample file)

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