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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Luca Abeni [Mon, 19 Nov 2007 10:40:11 +0000 (10:40 +0000)]
Generate a linking error if perror() is used in libav*
Originally committed as revision 11061 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Mon, 19 Nov 2007 10:33:05 +0000 (10:33 +0000)]
Convert perror() in av_log() in bktr.c.
Currently untested; someone with the correct OS and hardware should
test it and report if it works.
Originally committed as revision 11060 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Mon, 19 Nov 2007 08:07:33 +0000 (08:07 +0000)]
Remove perror() usage from udp.c
Originally committed as revision 11059 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Mon, 19 Nov 2007 07:54:04 +0000 (07:54 +0000)]
Do not use perror() in audio, video, and DV grabbers
Originally committed as revision 11058 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Mon, 19 Nov 2007 07:39:55 +0000 (07:39 +0000)]
Remove perror() usage from libavutil
Originally committed as revision 11057 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Mon, 19 Nov 2007 00:02:58 +0000 (00:02 +0000)]
Cosmetics
Originally committed as revision 11056 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Mon, 19 Nov 2007 00:02:03 +0000 (00:02 +0000)]
No need to update pos, it's not used after that line
Originally committed as revision 11055 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Sun, 18 Nov 2007 22:58:40 +0000 (22:58 +0000)]
Cleanup: remove ssize
Originally committed as revision 11054 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Sun, 18 Nov 2007 22:49:41 +0000 (22:49 +0000)]
Check for memory allocation failure of temp buffer
Originally committed as revision 11053 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Sun, 18 Nov 2007 22:40:02 +0000 (22:40 +0000)]
Optimize memory management to create an av_packet from multiple slices:
- remove memmove to pack the data, instead copy only the used areas
from the temp buffer in their final position
- use the minimum possible size for the av_packet (relevant when some
slices are missing)
Originally committed as revision 11052 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Sun, 18 Nov 2007 10:54:38 +0000 (10:54 +0000)]
Use memcpy instead of for loop
Originally committed as revision 11051 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jeff Downs [Sat, 17 Nov 2007 03:14:43 +0000 (03:14 +0000)]
When new streams are detected, look for old filters and close them out.
This avoids crashes seen when legitimate streams are found on PID 0x11 instead
of DVB SDT.
Fixes regression detailed in Roundup issue 138.
Originally committed as revision 11050 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jeff Downs [Sat, 17 Nov 2007 03:04:21 +0000 (03:04 +0000)]
Call mpegvideo flush routine on h264 flush. Needed in particular
to clear last_picture_ptr, next_picture_ptr for proper picture
management. Prevents crashes in error concealer following seeks.
Fixes Roundup issue 189.
Originally committed as revision 11049 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 16 Nov 2007 23:15:39 +0000 (23:15 +0000)]
Remove unused functions, fixes the warnings:
snow.c:1163: warning: 'spatial_compose53i' defined but not used
snow.c:1313: warning: 'spatial_compose97i' defined but not used
Originally committed as revision 11048 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Fri, 16 Nov 2007 13:13:53 +0000 (13:13 +0000)]
Add MPEG2 support to the RTP muxer
Originally committed as revision 11047 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Fri, 16 Nov 2007 07:59:41 +0000 (07:59 +0000)]
Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP
code (this is needed for supporting MPEG2 video in the RTP muxer)
Originally committed as revision 11046 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 16 Nov 2007 00:18:48 +0000 (00:18 +0000)]
Remove empty pipe_close
Originally committed as revision 11045 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 16 Nov 2007 00:14:48 +0000 (00:14 +0000)]
Call prot->url_close only if it is present.
Originally committed as revision 11044 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 16 Nov 2007 00:09:34 +0000 (00:09 +0000)]
Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduced in FLV specification v9.
Originally committed as revision 11043 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Thu, 15 Nov 2007 23:53:19 +0000 (23:53 +0000)]
Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.
Originally committed as revision 11042 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 15 Nov 2007 22:32:39 +0000 (22:32 +0000)]
avoid some halfpel related #ifdef
Originally committed as revision 11041 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Thu, 15 Nov 2007 21:13:36 +0000 (21:13 +0000)]
1000l: Fix check for max slice number
Originally committed as revision 11040 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Thu, 15 Nov 2007 21:04:06 +0000 (21:04 +0000)]
Move dnet-ac3 byte-swapping code close to audio packet read code
Fixed version of patch in
[FFmpeg-devel] [PATCH 5/6] rmdec.c: move around rm_ac3_swap_bytes()
Originally committed as revision 11039 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Thu, 15 Nov 2007 14:26:52 +0000 (14:26 +0000)]
Remove some more duplicated code
Originally committed as revision 11038 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Thu, 15 Nov 2007 13:41:51 +0000 (13:41 +0000)]
Remove the useless variable "my_addr1"
Originally committed as revision 11037 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Thu, 15 Nov 2007 13:34:56 +0000 (13:34 +0000)]
Use the same code to set local_port in the IPv4-only case and in the
protocol-independet case
Originally committed as revision 11036 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 15 Nov 2007 12:40:40 +0000 (12:40 +0000)]
Put halfpel_interpol under the same #ifdef as its usage, fixes the warning:
snow.c:4142: warning: #halfpel_interpol# defined but not used
Originally committed as revision 11035 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 15 Nov 2007 12:31:58 +0000 (12:31 +0000)]
Reorder functions to get rid of ugly forward declarations.
Originally committed as revision 11034 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 15 Nov 2007 11:45:07 +0000 (11:45 +0000)]
Fix Doxygen parameter
Originally committed as revision 11033 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 15 Nov 2007 11:44:15 +0000 (11:44 +0000)]
Fix Doxygen parameter name
Originally committed as revision 11032 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 15 Nov 2007 11:43:21 +0000 (11:43 +0000)]
Fix Doxygen parameter name
Originally committed as revision 11031 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 15 Nov 2007 10:28:12 +0000 (10:28 +0000)]
Attribute for specifying direction should come right after @param.
Originally committed as revision 11030 to svn://svn.ffmpeg.org/ffmpeg/trunk
Christophe Gisquet [Thu, 15 Nov 2007 06:25:20 +0000 (06:25 +0000)]
Use put_signed_pixels_clamped where appropriate
Patch by Christophe GISQUET christophe.gisquet <whirlpool sign> fr(run of two 'e').(copy 2 bytes with offset -5)
Thread: [PATCH] Use signed version when putting and clamping pixels in VC-1
Originally committed as revision 11029 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 14 Nov 2007 20:31:56 +0000 (20:31 +0000)]
cosmetics: whitespace
Originally committed as revision 11028 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Wed, 14 Nov 2007 18:21:57 +0000 (18:21 +0000)]
Remove editor junk from the end.
Originally committed as revision 11027 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Wed, 14 Nov 2007 16:33:14 +0000 (16:33 +0000)]
Small simplification
Originally committed as revision 11026 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Wed, 14 Nov 2007 16:04:05 +0000 (16:04 +0000)]
add myself as TTA guy
Originally committed as revision 11025 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Wed, 14 Nov 2007 15:31:47 +0000 (15:31 +0000)]
Support 44.1kHz audio. Acked by Benjamin
Originally committed as revision 11024 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Wed, 14 Nov 2007 15:30:15 +0000 (15:30 +0000)]
Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.
Acked by Benjamin Larsson
Originally committed as revision 11023 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Wed, 14 Nov 2007 15:21:42 +0000 (15:21 +0000)]
Make sine_window static. Acked by Benjamin Larsson
Originally committed as revision 11022 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Wed, 14 Nov 2007 14:03:38 +0000 (14:03 +0000)]
MP3 encoding is not integer-only (it's up to LAME)
Originally committed as revision 11021 to svn://svn.ffmpeg.org/ffmpeg/trunk