]> git.sesse.net Git - ffmpeg/log
ffmpeg
15 years agoadd aes3 pcm wrapping and use it by default
Baptiste Coudurier [Sat, 31 Jan 2009 07:02:20 +0000 (07:02 +0000)]
add aes3 pcm wrapping and use it by default

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

15 years agosplit wav_desc in generic_sound_desc
Baptiste Coudurier [Sat, 31 Jan 2009 06:59:55 +0000 (06:59 +0000)]
split wav_desc in generic_sound_desc

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

15 years agothanks to interleaving, audio is now locked
Baptiste Coudurier [Sat, 31 Jan 2009 06:54:30 +0000 (06:54 +0000)]
thanks to interleaving, audio is now locked

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

15 years agolocal tag 3201 is picture essence coding, so do not write it for wav
Baptiste Coudurier [Sat, 31 Jan 2009 06:49:42 +0000 (06:49 +0000)]
local tag 3201 is picture essence coding, so do not write it for wav

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

15 years agostored height is stupidly /2 if interlaced
Baptiste Coudurier [Sat, 31 Jan 2009 06:46:42 +0000 (06:46 +0000)]
stored height is stupidly /2 if interlaced

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

15 years agoadd size param to write_generic_desc
Baptiste Coudurier [Sat, 31 Jan 2009 06:44:25 +0000 (06:44 +0000)]
add size param to write_generic_desc

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

15 years agoparse mpeg2 progressive frame flag
Baptiste Coudurier [Sat, 31 Jan 2009 06:42:47 +0000 (06:42 +0000)]
parse mpeg2 progressive frame flag

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

15 years agodelay header writing and parse mpeg2 frame
Baptiste Coudurier [Sat, 31 Jan 2009 06:32:12 +0000 (06:32 +0000)]
delay header writing and parse mpeg2 frame

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

15 years agocorrectly pack and interleave pcm samples in mxf
Baptiste Coudurier [Sat, 31 Jan 2009 06:18:25 +0000 (06:18 +0000)]
correctly pack and interleave pcm samples in mxf

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

15 years agofunction is static
Baptiste Coudurier [Sat, 31 Jan 2009 06:09:31 +0000 (06:09 +0000)]
function is static

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

15 years agouse new ff_interleave_add_packet
Baptiste Coudurier [Sat, 31 Jan 2009 06:08:42 +0000 (06:08 +0000)]
use new ff_interleave_add_packet

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

15 years agosplit av_interleave_per_dts, to avoid code duplication
Baptiste Coudurier [Sat, 31 Jan 2009 06:01:58 +0000 (06:01 +0000)]
split av_interleave_per_dts, to avoid code duplication

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

15 years agoADPCM found in Xbox wav files can be decoded with
Stefan Gehrer [Sat, 31 Jan 2009 05:53:04 +0000 (05:53 +0000)]
ADPCM found in Xbox wav files can be decoded with
existing CODEC_ID_ADPCM_IMA_WAV

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

15 years agocosmetics: change comment type and vertical alignment
Justin Ruggles [Sat, 31 Jan 2009 02:11:37 +0000 (02:11 +0000)]
cosmetics: change comment type and vertical alignment

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

15 years agocosmetics: add some documentation to FLACContext
Justin Ruggles [Sat, 31 Jan 2009 02:10:43 +0000 (02:10 +0000)]
cosmetics: add some documentation to FLACContext

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

15 years agoCosmetics: fixing indentation
Roman Shaposhnik [Sat, 31 Jan 2009 01:50:18 +0000 (01:50 +0000)]
Cosmetics: fixing indentation

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

15 years agounrolling encoding loops
Roman Shaposhnik [Sat, 31 Jan 2009 01:46:25 +0000 (01:46 +0000)]
unrolling encoding loops

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

15 years agoCosmetics: simplifying static initialization
Roman Shaposhnik [Sat, 31 Jan 2009 01:41:04 +0000 (01:41 +0000)]
Cosmetics: simplifying static initialization

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

15 years agosimplifying DIF encoding process
Roman Shaposhnik [Sat, 31 Jan 2009 01:39:05 +0000 (01:39 +0000)]
simplifying DIF encoding process

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

15 years agoCosmetics: fixing the indentation
Roman Shaposhnik [Sat, 31 Jan 2009 01:37:31 +0000 (01:37 +0000)]
Cosmetics: fixing the indentation

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

15 years agofactoring code into dv_init_enc_block
Roman Shaposhnik [Sat, 31 Jan 2009 01:36:38 +0000 (01:36 +0000)]
factoring code into dv_init_enc_block

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

15 years agoCosmetics: replacing 0 with NULL for pointer assignment
Roman Shaposhnik [Sat, 31 Jan 2009 01:36:00 +0000 (01:36 +0000)]
Cosmetics: replacing 0 with NULL for pointer assignment

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

15 years agoCosmetics: moving the function definition around
Roman Shaposhnik [Sat, 31 Jan 2009 01:35:29 +0000 (01:35 +0000)]
Cosmetics: moving the function definition around

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

15 years agoReplacing the constant with a macro
Roman Shaposhnik [Sat, 31 Jan 2009 01:34:44 +0000 (01:34 +0000)]
Replacing the constant with a macro

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

15 years agoflacdec: add support for SAMPLE_FMT_32
Justin Ruggles [Sat, 31 Jan 2009 01:20:40 +0000 (01:20 +0000)]
flacdec: add support for SAMPLE_FMT_32

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

15 years agoFix documentation of the return value of avcodec_encode_video().
Bitbreaker/METALVOTZE X [Sat, 31 Jan 2009 00:45:34 +0000 (00:45 +0000)]
Fix documentation of the return value of avcodec_encode_video().
ripped out of a patch by Bitbreaker/METALVOTZE X bitbreaker ihlaid de Y

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

15 years agoUse '#if defined()' for OS-specific preprocessor checks.
Diego Biurrun [Fri, 30 Jan 2009 23:50:13 +0000 (23:50 +0000)]
Use '#if defined()' for OS-specific preprocessor checks.
Avoids some warnings about undefined preprocessor directives.

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

15 years agoARM: NEON optimised vector_fmul_window
Måns Rullgård [Fri, 30 Jan 2009 23:13:19 +0000 (23:13 +0000)]
ARM: NEON optimised vector_fmul_window

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

15 years agoARM: NEON optimised vector_fmul
Måns Rullgård [Fri, 30 Jan 2009 23:13:15 +0000 (23:13 +0000)]
ARM: NEON optimised vector_fmul

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

15 years agoremove duplicate tables
Stefan Gehrer [Fri, 30 Jan 2009 20:39:39 +0000 (20:39 +0000)]
remove duplicate tables

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

15 years agoUse the new RDFT code in the QDM2 decoder.
Alex Converse [Fri, 30 Jan 2009 20:33:29 +0000 (20:33 +0000)]
Use the new RDFT code in the QDM2 decoder.

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

15 years agoAdd the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.
Alex Converse [Fri, 30 Jan 2009 20:15:48 +0000 (20:15 +0000)]
Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.

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

15 years agoAdd required header mem.h, av_malloc and friends are used.
Diego Biurrun [Fri, 30 Jan 2009 18:52:51 +0000 (18:52 +0000)]
Add required header mem.h, av_malloc and friends are used.

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

15 years agocosmetics: Move all #includes together at the beginning of the file.
Diego Biurrun [Fri, 30 Jan 2009 18:46:39 +0000 (18:46 +0000)]
cosmetics: Move all #includes together at the beginning of the file.

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

15 years agoAdd 'void' keyword to parameterless function declaration.
Diego Biurrun [Fri, 30 Jan 2009 18:44:38 +0000 (18:44 +0000)]
Add 'void' keyword to parameterless function declaration.

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

15 years agoAdd missing void keyword to parameterless function declarations.
Diego Biurrun [Fri, 30 Jan 2009 18:38:25 +0000 (18:38 +0000)]
Add missing void keyword to parameterless function declarations.

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

15 years agoRecord B-fraction index from frame header and two fields from entry point structure
Gwenole Beauchesne [Fri, 30 Jan 2009 17:15:08 +0000 (17:15 +0000)]
Record B-fraction index from frame header and two fields from entry point structure
into VC-1 context.

Patch by Gwenole Beauchesne
(gbeauchesne <whirlpool> splitted <dash> desktop <dit> com)
Thread [PATCH][VC-1] Record extra syntax elements for VA API support

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

15 years agoMake ff_h263_resync() return the bit position of the resync_marker or
Gwenole Beauchesne [Fri, 30 Jan 2009 17:13:03 +0000 (17:13 +0000)]
Make ff_h263_resync() return the bit position of the resync_marker or
a negative number if none was found.
Patch by Gwenolé Beauchesne: gbeauchesne splitted minus desktop com

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

15 years agoIf AVPacket->data == NULL, the packet does not contain any buffer to
Luca Abeni [Fri, 30 Jan 2009 12:41:44 +0000 (12:41 +0000)]
If AVPacket->data == NULL, the packet does not contain any buffer to
be freed.
This fixes a double free on exit.

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

15 years agoUse a constant instead of a magic number.
Gwenole Beauchesne [Fri, 30 Jan 2009 08:18:06 +0000 (08:18 +0000)]
Use a constant instead of a magic number.
Patch by Gwenolé Beauchesne: gbeauchesne splitted minus desktop com

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

15 years agoavoid indeterminate order of accessing src
Stefan Gehrer [Fri, 30 Jan 2009 06:38:46 +0000 (06:38 +0000)]
avoid indeterminate order of accessing src

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

15 years agotypo
Aurelien Jacobs [Fri, 30 Jan 2009 00:44:54 +0000 (00:44 +0000)]
typo

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

15 years agoRename string.c to avstring.c so that the name of header and C file match.
Diego Biurrun [Thu, 29 Jan 2009 22:12:36 +0000 (22:12 +0000)]
Rename string.c to avstring.c so that the name of header and C file match.

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

15 years agocosmetics: Add empty line for consistent formatting.
Gwenole Beauchesne [Thu, 29 Jan 2009 22:08:32 +0000 (22:08 +0000)]
cosmetics: Add empty line for consistent formatting.
patch by Gwenolé Beauchesne, gbeauchesne splitted-desktop com

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

15 years agoMark ff_fft_end av_cold.
Alex Converse [Thu, 29 Jan 2009 17:08:51 +0000 (17:08 +0000)]
Mark ff_fft_end av_cold.

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

15 years agopvez avi fourcc is truemotion1
Ben Littler [Thu, 29 Jan 2009 15:33:19 +0000 (15:33 +0000)]
pvez avi fourcc is truemotion1

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

15 years agospelling/grammar/consistency review part III
Diego Biurrun [Wed, 28 Jan 2009 23:16:49 +0000 (23:16 +0000)]
spelling/grammar/consistency review part III

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

15 years agospelling/grammar/consistency review part II
Diego Biurrun [Wed, 28 Jan 2009 23:03:17 +0000 (23:03 +0000)]
spelling/grammar/consistency review part II

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

15 years agoAdd "const" to AES function arguments where possible without generating
Reimar Döffinger [Wed, 28 Jan 2009 17:48:26 +0000 (17:48 +0000)]
Add "const" to AES function arguments where possible without generating
more warnings.

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

15 years agoFix remotely exploitable arbitrary code execution vulnerability.
Michael Niedermayer [Wed, 28 Jan 2009 13:37:26 +0000 (13:37 +0000)]
Fix remotely exploitable arbitrary code execution vulnerability.
Found by Tobias Klein / tk // trapkit / de /
See: http://www.trapkit.de/advisories/TKADV2009-004.txt

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

15 years agofix an overflow in vc1 intra overlap filter
Loren Merritt [Wed, 28 Jan 2009 11:12:19 +0000 (11:12 +0000)]
fix an overflow in vc1 intra overlap filter

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

15 years agoAdd common.h #include, necessary for av_const.
Diego Biurrun [Wed, 28 Jan 2009 08:50:10 +0000 (08:50 +0000)]
Add common.h #include, necessary for av_const.

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

15 years agoFix Doxygen comments for VC-1 decoder.
Kostya Shishkov [Wed, 28 Jan 2009 07:16:52 +0000 (07:16 +0000)]
Fix Doxygen comments for VC-1 decoder.

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

15 years agoFix Doxygen comments for RV3/4 decoder.
Kostya Shishkov [Wed, 28 Jan 2009 07:16:20 +0000 (07:16 +0000)]
Fix Doxygen comments for RV3/4 decoder.

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

15 years agoFix Doxygen comments for APE decoder.
Kostya Shishkov [Wed, 28 Jan 2009 07:15:22 +0000 (07:15 +0000)]
Fix Doxygen comments for APE decoder.

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

15 years agospelling/grammar/consistency review part I
Diego Biurrun [Wed, 28 Jan 2009 00:16:05 +0000 (00:16 +0000)]
spelling/grammar/consistency review part I

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

15 years agosecond try fixing time code in gxf
Baptiste Coudurier [Tue, 27 Jan 2009 23:44:11 +0000 (23:44 +0000)]
second try fixing time code in gxf

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

15 years agoPrefer av_freep() over av_free() for variables in the context for safety.
Michael Niedermayer [Tue, 27 Jan 2009 22:21:28 +0000 (22:21 +0000)]
Prefer av_freep() over av_free() for variables in the context for safety.

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

15 years agoAdd {} between if/else
Michael Niedermayer [Tue, 27 Jan 2009 22:20:05 +0000 (22:20 +0000)]
Add {} between if/else

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

15 years agoExport all tracks (each is a different language) instead of just one.
Michael Niedermayer [Tue, 27 Jan 2009 22:14:48 +0000 (22:14 +0000)]
Export all tracks (each is a different language) instead of just one.

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

15 years agoremove pointless {}
Michael Niedermayer [Tue, 27 Jan 2009 22:03:13 +0000 (22:03 +0000)]
remove pointless {}

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

15 years agoMove current_track variable closer to where it is used.
Michael Niedermayer [Tue, 27 Jan 2009 21:58:45 +0000 (21:58 +0000)]
Move current_track variable closer to where it is used.

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

15 years agoFix memleak of fourxm->tracks on error return.
Michael Niedermayer [Tue, 27 Jan 2009 21:56:28 +0000 (21:56 +0000)]
Fix memleak of fourxm->tracks on error return.

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

15 years agovertical align
Michael Niedermayer [Tue, 27 Jan 2009 21:09:22 +0000 (21:09 +0000)]
vertical align

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

15 years agoFix memleak of header in error returns.
Michael Niedermayer [Tue, 27 Jan 2009 21:06:19 +0000 (21:06 +0000)]
Fix memleak of header in error returns.

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

15 years agobetter header_size check
Michael Niedermayer [Tue, 27 Jan 2009 21:01:47 +0000 (21:01 +0000)]
better header_size check

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

15 years agosize < 4 is invalid
Michael Niedermayer [Tue, 27 Jan 2009 20:51:10 +0000 (20:51 +0000)]
size < 4 is invalid

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

15 years agoindentation
Ramiro Polla [Tue, 27 Jan 2009 20:06:13 +0000 (20:06 +0000)]
indentation

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

15 years agomingw: don't check for minimum mingw runtime and w32api versions for mingw-w64
Ramiro Polla [Tue, 27 Jan 2009 20:03:22 +0000 (20:03 +0000)]
mingw: don't check for minimum mingw runtime and w32api versions for mingw-w64

there is no vfw in mingw-64, and it has different (not yet stable) version
defines

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

15 years agoWhitespace cosmetics to align return statements.
Benoit Fouet [Tue, 27 Jan 2009 18:01:26 +0000 (18:01 +0000)]
Whitespace cosmetics to align return statements.

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

15 years agoCheck buffer is inside what is passed when probing for flac.
Benoit Fouet [Tue, 27 Jan 2009 18:00:40 +0000 (18:00 +0000)]
Check buffer is inside what is passed when probing for flac.

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

15 years agoARM: remove some unused macro arguments
Måns Rullgård [Tue, 27 Jan 2009 16:34:10 +0000 (16:34 +0000)]
ARM: remove some unused macro arguments

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

15 years agoARM: reorder some instructions in put_pixels*_arm for speed gains
Måns Rullgård [Tue, 27 Jan 2009 16:06:51 +0000 (16:06 +0000)]
ARM: reorder some instructions in put_pixels*_arm for speed gains

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

15 years agoARM: replace jump tables with conditional branches
Måns Rullgård [Tue, 27 Jan 2009 16:06:47 +0000 (16:06 +0000)]
ARM: replace jump tables with conditional branches

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

15 years agoARM: replace explicit literal loads with ldr Rd, =lit
Måns Rullgård [Tue, 27 Jan 2009 16:06:44 +0000 (16:06 +0000)]
ARM: replace explicit literal loads with ldr Rd, =lit

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

15 years agoARM: change alignment of loops in put_pixels*_arm to 32
Måns Rullgård [Tue, 27 Jan 2009 16:06:41 +0000 (16:06 +0000)]
ARM: change alignment of loops in put_pixels*_arm to 32

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

15 years agoARM: optimised mid_pred()
Måns Rullgård [Tue, 27 Jan 2009 16:06:38 +0000 (16:06 +0000)]
ARM: optimised mid_pred()

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

15 years agoARM: allow register operands for shifts in MULL()
Måns Rullgård [Tue, 27 Jan 2009 16:06:34 +0000 (16:06 +0000)]
ARM: allow register operands for shifts in MULL()

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

15 years agoMerge rtp_internal.h in rtp.h, and remove rtp_internal.h
Luca Abeni [Tue, 27 Jan 2009 12:23:16 +0000 (12:23 +0000)]
Merge rtp_internal.h in rtp.h, and remove rtp_internal.h

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

15 years agofix doxygen file reference
Stefan Gehrer [Tue, 27 Jan 2009 06:04:01 +0000 (06:04 +0000)]
fix doxygen file reference

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

15 years agoseek at 0 when timestamp requested is negative
Baptiste Coudurier [Tue, 27 Jan 2009 04:29:33 +0000 (04:29 +0000)]
seek at 0 when timestamp requested is negative

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

15 years agoadd a ff_gcd() function again, for compatibility with old libavcodec
Aurelien Jacobs [Tue, 27 Jan 2009 00:46:18 +0000 (00:46 +0000)]
add a ff_gcd() function again, for compatibility with old libavcodec

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

15 years agovp5: don't try decoding a P frame before any I frame was parsed
Aurelien Jacobs [Tue, 27 Jan 2009 00:23:27 +0000 (00:23 +0000)]
vp5: don't try decoding a P frame before any I frame was parsed
fix issue802

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

15 years agomake it clear that the new metadata API is a work in progress
Aurelien Jacobs [Mon, 26 Jan 2009 23:39:22 +0000 (23:39 +0000)]
make it clear that the new metadata API is a work in progress

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

15 years agoFix filenames in Doxygen comments.
Diego Biurrun [Mon, 26 Jan 2009 22:51:16 +0000 (22:51 +0000)]
Fix filenames in Doxygen comments.

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

15 years agoUpdate preset files documentation to match with r16795.
Stefano Sabatini [Mon, 26 Jan 2009 22:23:04 +0000 (22:23 +0000)]
Update preset files documentation to match with r16795.

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

15 years agoImplement avfilter_graph_check_validity().
Stefano Sabatini [Mon, 26 Jan 2009 20:21:25 +0000 (20:21 +0000)]
Implement avfilter_graph_check_validity().

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

15 years agoChange "H.263 Intel" long name to "Intel H.263".
Stefano Sabatini [Mon, 26 Jan 2009 19:46:47 +0000 (19:46 +0000)]
Change "H.263 Intel" long name to "Intel H.263".

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

15 years agoconfigure: exit with error if OS is unknown
Måns Rullgård [Mon, 26 Jan 2009 14:32:01 +0000 (14:32 +0000)]
configure: exit with error if OS is unknown

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

15 years agoAdd a Changelog entry for the ALSA stuff.
Benoit Fouet [Mon, 26 Jan 2009 13:55:54 +0000 (13:55 +0000)]
Add a Changelog entry for the ALSA stuff.

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

15 years agoFix AAC data smuggling:
Kostya Shishkov [Mon, 26 Jan 2009 13:44:09 +0000 (13:44 +0000)]
Fix AAC data smuggling:
aactab.h declares only 316 of 428 elements in ff_aac_pow2sf_tab[]

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

15 years agoRemove misleading comment about how to build SHA1 test program.
Diego Biurrun [Mon, 26 Jan 2009 11:15:47 +0000 (11:15 +0000)]
Remove misleading comment about how to build SHA1 test program.
Generating the test program is integrated into the build system already.

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

15 years agoRemove unneeded check.
Benoit Fouet [Mon, 26 Jan 2009 09:42:48 +0000 (09:42 +0000)]
Remove unneeded check.

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

15 years agoFix an exploit in indeo by checking we are not writing out of the strip array.
Benoit Fouet [Mon, 26 Jan 2009 09:41:23 +0000 (09:41 +0000)]
Fix an exploit in indeo by checking we are not writing out of the strip array.
Fixes issue 655

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

15 years agoFix version.h dependency on version.sh
Måns Rullgård [Mon, 26 Jan 2009 09:24:52 +0000 (09:24 +0000)]
Fix version.h dependency on version.sh

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

15 years agoAdd ALSA support in libavdevice.
Nicolas George [Mon, 26 Jan 2009 09:16:09 +0000 (09:16 +0000)]
Add ALSA support in libavdevice.
Patch by Nicolas George: name surname normalesup org
Original thread: [FFmpeg-devel] [PATCH] ALSA for libavdevice
Date: 12/09/2008 07:17 PM

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

15 years agoversion.h depends on version.sh.
Diego Biurrun [Mon, 26 Jan 2009 09:10:04 +0000 (09:10 +0000)]
version.h depends on version.sh.

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

15 years agoHAVE_3DNOW --> HAVE_AMD3DNOW
Diego Biurrun [Mon, 26 Jan 2009 08:36:06 +0000 (08:36 +0000)]
HAVE_3DNOW --> HAVE_AMD3DNOW

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

15 years agoWorkaround for gcc 3.4 to align sh properly
David Conrad [Mon, 26 Jan 2009 03:40:48 +0000 (03:40 +0000)]
Workaround for gcc 3.4 to align sh properly

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

15 years agoReorganize header #includes: Unconditionally #include standard C headers,
Diego Biurrun [Sun, 25 Jan 2009 23:21:02 +0000 (23:21 +0000)]
Reorganize header #includes: Unconditionally #include standard C headers,
group all local #includes together.

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