Michael Niedermayer [Sun, 29 Jul 2007 09:58:36 +0000 (09:58 +0000)]
print max and mse
Originally committed as revision 9826 to svn://svn.ffmpeg.org/ffmpeg/trunk
Christophe Gisquet [Sun, 29 Jul 2007 04:04:21 +0000 (04:04 +0000)]
Make bicubic interpolation standard compliant
Patch by Christophe GISQUET
(echo -e "christophe\056gisquet\100 (antonym to malloc()) \056fr")
Thread [PATCH] Binary identicity for ffvc1 (was Re: [PATCH] VC-1 MMX DSP functions)
Originally committed as revision 9825 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sun, 29 Jul 2007 00:58:32 +0000 (00:58 +0000)]
simplify stereo rematrixing
Originally committed as revision 9824 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sun, 29 Jul 2007 00:35:30 +0000 (00:35 +0000)]
change 2 fields from context to local variables
Originally committed as revision 9823 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 28 Jul 2007 20:50:25 +0000 (20:50 +0000)]
BLOCK_SIZE is not used properly, just use numbers instead to avoid confusion
Originally committed as revision 9822 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 28 Jul 2007 19:33:19 +0000 (19:33 +0000)]
remove broken downmixing. will add new implementation later.
Originally committed as revision 9821 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Sat, 28 Jul 2007 18:26:43 +0000 (18:26 +0000)]
Take care of some renames (Doxygen and function name) after the previous pure rename patch.
Originally committed as revision 9820 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Sat, 28 Jul 2007 18:23:35 +0000 (18:23 +0000)]
Rename h264dsp.c to h264dspenc.c
Originally committed as revision 9819 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Sat, 28 Jul 2007 18:05:11 +0000 (18:05 +0000)]
Merge get_str() and get_str8() functions.
patch by Ronald S. Bultje, rsbultje gmail com
Originally committed as revision 9818 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Sat, 28 Jul 2007 18:02:19 +0000 (18:02 +0000)]
Fix get_str/get_str8() to also work if the target string is not long enough to
fit all data from the container string, and allow NULL as a string also to
simply skip the string altogether.
patch by Ronald S. Bultje, rsbultje gmail com
Originally committed as revision 9817 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 28 Jul 2007 14:17:25 +0000 (14:17 +0000)]
typo
Originally committed as revision 23889 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Sat, 28 Jul 2007 12:50:28 +0000 (12:50 +0000)]
Ahem, fix typos overlooked in last commit.
Originally committed as revision 9816 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 28 Jul 2007 12:46:26 +0000 (12:46 +0000)]
cosmetics: misc typo fixes
Originally committed as revision 9815 to svn://svn.ffmpeg.org/ffmpeg/trunk
David Conrad [Sat, 28 Jul 2007 06:33:05 +0000 (06:33 +0000)]
Add EBML ID for Segment UID
Originally committed as revision 9814 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Fri, 27 Jul 2007 16:31:54 +0000 (16:31 +0000)]
Replace a return of -1 with ENOMEM.
Originally committed as revision 9813 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Fri, 27 Jul 2007 14:13:34 +0000 (14:13 +0000)]
Add the possibility to show all configurable encoders, decoders, parsers,
muxers, demuxers, protocols and bitstream filters.
Originally committed as revision 9812 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Fri, 27 Jul 2007 13:40:02 +0000 (13:40 +0000)]
Add a section about C++ and extern "C" in the FAQ.
Originally committed as revision 9811 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 27 Jul 2007 11:41:51 +0000 (11:41 +0000)]
note about removing needs_more_info
Originally committed as revision 9810 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 27 Jul 2007 11:37:56 +0000 (11:37 +0000)]
detect voxware (closes issue39)
Originally committed as revision 9809 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 27 Jul 2007 11:36:17 +0000 (11:36 +0000)]
try exact match before case insensitive match in codec_get_id
Originally committed as revision 9808 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 27 Jul 2007 00:29:33 +0000 (00:29 +0000)]
ignore invalid packet_obj_size
fixes video5.asf
Originally committed as revision 9807 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Thu, 26 Jul 2007 22:34:26 +0000 (22:34 +0000)]
Introduce an SDP generator
Originally committed as revision 9806 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 26 Jul 2007 15:47:43 +0000 (15:47 +0000)]
remove "Advanced Prediction Mode not supported" spam
Originally committed as revision 9805 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 26 Jul 2007 15:46:43 +0000 (15:46 +0000)]
also support DEBUG_PICT_INFO for h263i
Originally committed as revision 9804 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 26 Jul 2007 15:44:46 +0000 (15:44 +0000)]
move show_pict_info() to its own function
Originally committed as revision 9803 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 26 Jul 2007 13:02:07 +0000 (13:02 +0000)]
cosmetics: alignment
Originally committed as revision 9802 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 26 Jul 2007 13:01:09 +0000 (13:01 +0000)]
replaces hardcoded values by the equivalent enum definitions
Originally committed as revision 9801 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 25 Jul 2007 20:50:38 +0000 (20:50 +0000)]
add vst option to select video stream
Originally committed as revision 9800 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 25 Jul 2007 20:39:43 +0000 (20:39 +0000)]
Avoid misdetecting acelp in ASF as MP3.
fixes 2001-04-11.asf
Originally committed as revision 9799 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 25 Jul 2007 19:47:44 +0000 (19:47 +0000)]
add proper support for subtitles muxing/stream copying
Originally committed as revision 9798 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 25 Jul 2007 19:39:27 +0000 (19:39 +0000)]
copy language information from input stream to output
Originally committed as revision 9797 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 25 Jul 2007 19:36:43 +0000 (19:36 +0000)]
copy packet duration when doing a stream copy
Originally committed as revision 9796 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 25 Jul 2007 19:34:31 +0000 (19:34 +0000)]
remove wrong const qualifier
Originally committed as revision 9795 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 25 Jul 2007 15:59:26 +0000 (15:59 +0000)]
use the most appropriate codec id for A_MPEG/L1 and L2
Originally committed as revision 9794 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 25 Jul 2007 15:58:12 +0000 (15:58 +0000)]
reorder matroska codec tags so that the encoder picks up the appropriate tag
Originally committed as revision 9793 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Wed, 25 Jul 2007 05:09:54 +0000 (05:09 +0000)]
have less functions as inline
Originally committed as revision 9792 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Tue, 24 Jul 2007 18:21:40 +0000 (18:21 +0000)]
Minor cosmetics
Originally committed as revision 9791 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ian Caulfield [Tue, 24 Jul 2007 14:17:13 +0000 (14:17 +0000)]
Update the dvdsub parser to be able to parse HD-DVD subtitle packets.
Patch by: Ian Caulfield, ian caulfield & gmx at
Originally committed as revision 9790 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ian Caulfield [Tue, 24 Jul 2007 13:05:28 +0000 (13:05 +0000)]
Reindent two lines.
Patch by: Ian Caulfield, ian caulfield & gmx at
Originally committed as revision 9789 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ian Caulfield [Tue, 24 Jul 2007 13:04:47 +0000 (13:04 +0000)]
Add HD-DVD subpicture decoding.
Patch by: Ian Caulfield, ian caulfield & gmx at
Originally committed as revision 9788 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ian Caulfield [Tue, 24 Jul 2007 13:03:13 +0000 (13:03 +0000)]
Rename "palette" to "colormap" when it's referring to the mapping from a 2-bit
encoded color to a 4-bit index into the DVD palette.
Patch by: Ian Caulfield, ian caulfield & gmx at
Originally committed as revision 9787 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andreas Öman [Tue, 24 Jul 2007 09:59:54 +0000 (09:59 +0000)]
increase buffer size of LAME MP3 encoder
The previous size lead to A/V sync issues
Patch by Andreas Öman %andreas AA olebyn PP nu%
Original thread:
Date: Jul 21, 2007 9:53 AM
Subject: [FFmpeg-devel] [PATCH] lame buffer shortage
Originally committed as revision 9786 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Tue, 24 Jul 2007 08:54:56 +0000 (08:54 +0000)]
help some gcc version to optimize out those functions
Originally committed as revision 9785 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Tue, 24 Jul 2007 02:08:27 +0000 (02:08 +0000)]
simplify snr offset and bit allocation
Originally committed as revision 9784 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Tue, 24 Jul 2007 01:43:47 +0000 (01:43 +0000)]
only use sized data types when necessary
Originally committed as revision 9783 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Tue, 24 Jul 2007 01:35:25 +0000 (01:35 +0000)]
set bit allocation parameters directly instead of copying
Originally committed as revision 9782 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Mon, 23 Jul 2007 22:47:49 +0000 (22:47 +0000)]
use enum value instead of numerical value for acmod
Originally committed as revision 9781 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Mon, 23 Jul 2007 22:23:37 +0000 (22:23 +0000)]
use consistent data type for exponents. needs to be int8_t to pass to bit allocation.
Originally committed as revision 9780 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Mon, 23 Jul 2007 22:16:15 +0000 (22:16 +0000)]
change some bit masks to arrays
Originally committed as revision 9779 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 22 Jul 2007 15:59:10 +0000 (15:59 +0000)]
10l: Uppercase some more overlooked makefile variables.
Originally committed as revision 9778 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 21 Jul 2007 18:56:53 +0000 (18:56 +0000)]
Uppercase variable overlooked in last commit.
Originally committed as revision 9777 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 21 Jul 2007 18:53:06 +0000 (18:53 +0000)]
cosmetics: Use uppercase names for installation directories in makefiles.
Originally committed as revision 9776 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 21 Jul 2007 18:32:46 +0000 (18:32 +0000)]
cosmetics: Do not use braces in makefiles, use normal parentheses.
Originally committed as revision 9775 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 21 Jul 2007 17:03:30 +0000 (17:03 +0000)]
cosmetics: indentation
Originally committed as revision 9774 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 21 Jul 2007 16:28:12 +0000 (16:28 +0000)]
Use shared AC-3 header parsing. Move some initializations to block parsing function.
Originally committed as revision 9773 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 21 Jul 2007 13:56:04 +0000 (13:56 +0000)]
don't need to synchronize in the decoder. the parser does that already.
Originally committed as revision 9772 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 21 Jul 2007 11:54:19 +0000 (11:54 +0000)]
get rid of an ugly macro
Originally committed as revision 9771 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Fri, 20 Jul 2007 15:09:10 +0000 (15:09 +0000)]
Return AVERROR(EINVAL) when invalid width and/or height are specified to
avcodec_open.
Originally committed as revision 9770 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Fri, 20 Jul 2007 15:08:10 +0000 (15:08 +0000)]
Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open.
Originally committed as revision 9769 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Fri, 20 Jul 2007 08:05:27 +0000 (08:05 +0000)]
Replace ENOSYS by ENOTSUP as in this case the problem is not really a function
which is not available, but a media type which is not supported.
Originally committed as revision 9768 to svn://svn.ffmpeg.org/ffmpeg/trunk
Marc Hoffman [Fri, 20 Jul 2007 00:11:38 +0000 (00:11 +0000)]
integrating blackfin optimized yuyvtoyv12 converter
Originally committed as revision 23833 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Marc Hoffman [Fri, 20 Jul 2007 00:10:55 +0000 (00:10 +0000)]
removing reference to bfin_sram.h its not used anylonger
Originally committed as revision 23832 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Marc Hoffman [Fri, 20 Jul 2007 00:09:45 +0000 (00:09 +0000)]
adding blackfin optimized yuyvtoyv12 converter
Originally committed as revision 23831 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Ramiro Polla [Thu, 19 Jul 2007 22:57:48 +0000 (22:57 +0000)]
Add new imlib2 documentation from vhook/imlib2.c to doc/hooks.texi.
Originally committed as revision 9767 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Thu, 19 Jul 2007 21:44:33 +0000 (21:44 +0000)]
Remove EXTRADEPS from common.mak since it is no longer used
Originally committed as revision 9766 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andreas Öman [Thu, 19 Jul 2007 16:06:14 +0000 (16:06 +0000)]
regression tests for yuv440p yuvj440p
patch by Andreas Öman: [andreas olebyn nu]
Originally committed as revision 9765 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andreas Öman [Thu, 19 Jul 2007 15:56:56 +0000 (15:56 +0000)]
bail out on unknown jpeg pixel format instead of silently decoding data incorrectly
patch by Andreas Öman % andreas A olebyn P nu %
Original thread:
date: Jul 19, 2007 4:50 PM
subject: [FFmpeg-devel] [PATCH] bail out on unknown jpeg pixel format
Originally committed as revision 9764 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 19 Jul 2007 15:38:33 +0000 (15:38 +0000)]
Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).
Originally committed as revision 9763 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 19 Jul 2007 15:37:44 +0000 (15:37 +0000)]
Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM).
Originally committed as revision 9762 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 19 Jul 2007 15:24:58 +0000 (15:24 +0000)]
Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT).
Originally committed as revision 9761 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 19 Jul 2007 15:23:32 +0000 (15:23 +0000)]
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 19 Jul 2007 15:21:30 +0000 (15:21 +0000)]
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 19 Jul 2007 14:48:38 +0000 (14:48 +0000)]
cosmetics: indentation
Originally committed as revision 9758 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 19 Jul 2007 14:48:13 +0000 (14:48 +0000)]
Make video hook infrastructure conditional on video hooks being enabled.
Originally committed as revision 9757 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Thu, 19 Jul 2007 10:48:50 +0000 (10:48 +0000)]
use sscanf to parse address
Originally committed as revision 9756 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 19 Jul 2007 08:47:07 +0000 (08:47 +0000)]
Fix the self tests which are contained in some codecs and are using random().
Originally committed as revision 9755 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Thu, 19 Jul 2007 08:46:28 +0000 (08:46 +0000)]
Fix the compilation of dct-test, fft-test and motion-test which are using
random().
Originally committed as revision 9754 to svn://svn.ffmpeg.org/ffmpeg/trunk
Denes Balatoni [Thu, 19 Jul 2007 07:24:43 +0000 (07:24 +0000)]
UltraSPARC VIS yuv2rgb
patch by Denes Balatoni: [dbalatoni interware hu]
original thread: [FFmpeg-devel] [PATCH] UltraSPARC VIS yuv2rgb third try
date: 07/17/2007 08:35 PM
Originally committed as revision 23825 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Luca Abeni [Thu, 19 Jul 2007 06:36:02 +0000 (06:36 +0000)]
Implement av_strlcatf(): a strlcat which adds a printf style formatted string
Originally committed as revision 9753 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Thu, 19 Jul 2007 02:21:14 +0000 (02:21 +0000)]
don't need to define ALT_BITSTREAM_READER
Originally committed as revision 9752 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Thu, 19 Jul 2007 02:16:20 +0000 (02:16 +0000)]
update license header. add copyright for myself. correct and complete the statement about liba52.
Originally committed as revision 9751 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Thu, 19 Jul 2007 02:09:58 +0000 (02:09 +0000)]
revise comment for exponent decoding function
Originally committed as revision 9750 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Thu, 19 Jul 2007 02:04:05 +0000 (02:04 +0000)]
new implementation of exponent decoding
Originally committed as revision 9749 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Thu, 19 Jul 2007 00:51:19 +0000 (00:51 +0000)]
cosmetics: indentation
Originally committed as revision 9748 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Thu, 19 Jul 2007 00:50:31 +0000 (00:50 +0000)]
remove portions of bit allocation which are no longer needed since they are shared with the encoder
Originally committed as revision 9747 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Thu, 19 Jul 2007 00:44:47 +0000 (00:44 +0000)]
indentation fix
Originally committed as revision 9746 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Thu, 19 Jul 2007 00:43:35 +0000 (00:43 +0000)]
removed unused variable ti
Originally committed as revision 9745 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Wed, 18 Jul 2007 20:23:43 +0000 (20:23 +0000)]
Another minor simplification
Originally committed as revision 9744 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 18 Jul 2007 18:40:03 +0000 (18:40 +0000)]
Set the step index correctly for flash adpcm. Patch by Baptiste
Coudurier.
Originally committed as revision 9743 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 18 Jul 2007 18:35:03 +0000 (18:35 +0000)]
Calculate the correct blocksize for flash adpcm. Patch by Baptiste
Coudurier.
Originally committed as revision 9742 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Wed, 18 Jul 2007 15:38:04 +0000 (15:38 +0000)]
remove warnings
Originally committed as revision 9741 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Wed, 18 Jul 2007 15:36:45 +0000 (15:36 +0000)]
fix mem leak
patch by Zdenek Kabelac: [zdenek kabelac gmail com]
Originally committed as revision 9740 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Wed, 18 Jul 2007 14:45:01 +0000 (14:45 +0000)]
Make deinterlace_16 receive an array as a parameter and not two separated vars
Originally committed as revision 9739 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Wed, 18 Jul 2007 14:37:39 +0000 (14:37 +0000)]
Minor simplification
Originally committed as revision 9738 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Wed, 18 Jul 2007 14:36:30 +0000 (14:36 +0000)]
Yet more cosmetics
Originally committed as revision 9737 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Wed, 18 Jul 2007 14:29:14 +0000 (14:29 +0000)]
More cosmetics
Originally committed as revision 9736 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Wed, 18 Jul 2007 14:15:14 +0000 (14:15 +0000)]
Remove reimplementation of av_log2
Originally committed as revision 9735 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Wed, 18 Jul 2007 12:22:07 +0000 (12:22 +0000)]
Document aes init code writing on purpose beyond round_key array into state array.
Originally committed as revision 9734 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Wed, 18 Jul 2007 11:56:36 +0000 (11:56 +0000)]
remove useless check
Originally committed as revision 9733 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andreas Öman [Wed, 18 Jul 2007 08:12:40 +0000 (08:12 +0000)]
use YUV440P in swscale
patch by Andreas Öman: \andreas olebyn nu/
original thread: [FFmpeg-devel] half vertical chroma resolution from JPEGs..
date: 07/03/2007 01:29 PM
Originally committed as revision 23811 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale