]> git.sesse.net Git - ffmpeg/log
ffmpeg
15 years agofix video line map tag size
Baptiste Coudurier [Mon, 2 Feb 2009 10:10:41 +0000 (10:10 +0000)]
fix video line map tag size

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

15 years agofix flush and interleaving by edit units
Baptiste Coudurier [Mon, 2 Feb 2009 10:04:36 +0000 (10:04 +0000)]
fix flush and interleaving by edit units

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

15 years agowrite index table and rip, muxer works pretty well now
Baptiste Coudurier [Mon, 2 Feb 2009 10:03:38 +0000 (10:03 +0000)]
write index table and rip, muxer works pretty well now

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

15 years agoAdd XSUB to list of supported subtitle formats.
Diego Biurrun [Mon, 2 Feb 2009 09:40:02 +0000 (09:40 +0000)]
Add XSUB to list of supported subtitle formats.

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

15 years agocosmetics: Place all subtitle entries together.
Diego Biurrun [Mon, 2 Feb 2009 09:35:23 +0000 (09:35 +0000)]
cosmetics: Place all subtitle entries together.

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

15 years agoAdd necessary #includes to pass 'make checkheaders'.
Diego Biurrun [Mon, 2 Feb 2009 09:22:06 +0000 (09:22 +0000)]
Add necessary #includes to pass 'make checkheaders'.

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

15 years agofactorize common wav local tags
Baptiste Coudurier [Mon, 2 Feb 2009 04:40:57 +0000 (04:40 +0000)]
factorize common wav local tags

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

15 years agowrite req local tags for wav
Baptiste Coudurier [Mon, 2 Feb 2009 04:36:54 +0000 (04:36 +0000)]
write req local tags for wav

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

15 years agoadjust size when not writing f2
Baptiste Coudurier [Mon, 2 Feb 2009 04:00:27 +0000 (04:00 +0000)]
adjust size when not writing f2

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

15 years agodo not write f2 if not interlaced
Baptiste Coudurier [Mon, 2 Feb 2009 03:49:23 +0000 (03:49 +0000)]
do not write f2 if not interlaced

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

15 years agowrite bitrate tag
Baptiste Coudurier [Mon, 2 Feb 2009 03:45:03 +0000 (03:45 +0000)]
write bitrate tag

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

15 years agowrite display height/width tags
Baptiste Coudurier [Mon, 2 Feb 2009 03:35:09 +0000 (03:35 +0000)]
write display height/width tags

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

15 years agoflacdec: set default sample_fmt before parsing extradata
Justin Ruggles [Mon, 2 Feb 2009 01:53:40 +0000 (01:53 +0000)]
flacdec: set default sample_fmt before parsing extradata

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

15 years agoAdd av_unused to conditionally used variable, fixes the warning:
Diego Biurrun [Mon, 2 Feb 2009 00:35:25 +0000 (00:35 +0000)]
Add av_unused to conditionally used variable, fixes the warning:
h264.c:6464: warning: unused variable 'dir'

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

15 years agoreturn eof/error if only ffm header has been written, should fix #815
Baptiste Coudurier [Sun, 1 Feb 2009 22:02:57 +0000 (22:02 +0000)]
return eof/error if only ffm header has been written, should fix #815

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

15 years agoExplain how to add IPv6 support to Cygwin.
Víctor Paesa [Sun, 1 Feb 2009 21:46:08 +0000 (21:46 +0000)]
Explain how to add IPv6 support to Cygwin.

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

15 years agodon't support the mp3 extension in the mp2 muxer
Aurelien Jacobs [Sun, 1 Feb 2009 21:22:12 +0000 (21:22 +0000)]
don't support the mp3 extension in the mp2 muxer
especially not under any conditionnal

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

15 years agoSilence compiler warnings for XL decoder
Kostya Shishkov [Sun, 1 Feb 2009 16:14:54 +0000 (16:14 +0000)]
Silence compiler warnings for XL decoder

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

15 years agoMake WNV1 decoder use temporary buffer for bit-reversed input
Kostya Shishkov [Sun, 1 Feb 2009 16:11:33 +0000 (16:11 +0000)]
Make WNV1 decoder use temporary buffer for bit-reversed input

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

15 years agocosmetics: Remove period after copyright statement non-sentence.
Diego Biurrun [Sun, 1 Feb 2009 15:52:01 +0000 (15:52 +0000)]
cosmetics: Remove period after copyright statement non-sentence.

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

15 years agocosmetics: Remove period after copyright statement non-sentence.
Diego Biurrun [Sun, 1 Feb 2009 15:51:48 +0000 (15:51 +0000)]
cosmetics: Remove period after copyright statement non-sentence.

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

15 years agoMake TM2 decoder byteswap input into separate buffer instead of doing it in-place.
Kostya Shishkov [Sun, 1 Feb 2009 15:27:44 +0000 (15:27 +0000)]
Make TM2 decoder byteswap input into separate buffer instead of doing it in-place.

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

15 years agoFactorize stream reading in TM2 decoder
Kostya Shishkov [Sun, 1 Feb 2009 15:20:20 +0000 (15:20 +0000)]
Factorize stream reading in TM2 decoder

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

15 years agoSilence two pointer assignment compiler warnings in rv34.c
Kostya Shishkov [Sun, 1 Feb 2009 15:03:40 +0000 (15:03 +0000)]
Silence two pointer assignment compiler warnings in rv34.c

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

15 years agoSilence useless compiler warning when passing AVFrame* instead of AVPicture*
Kostya Shishkov [Sun, 1 Feb 2009 14:44:51 +0000 (14:44 +0000)]
Silence useless compiler warning when passing AVFrame* instead of AVPicture*
to ff_msrle_decode()

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

15 years agoRemove H.264 encoder initialization.
Diego Biurrun [Sun, 1 Feb 2009 14:07:08 +0000 (14:07 +0000)]
Remove H.264 encoder initialization.
We have no H.264 encoder to speak of and this produces warnings.

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

15 years agoFix the Transport: line in the SETUP request so that it works with WMS
Ronald S. Bultje [Sun, 1 Feb 2009 13:37:45 +0000 (13:37 +0000)]
Fix the Transport: line in the SETUP request so that it works with WMS
servers when trying to set up a session over TCP:
- add the interleave property
- add unicast, only for WMS (since it is normally only UDP, but WMS expects it
   for UDP and TCP)
- add mode=play
See discussion in "[PATCH] RTSP-MS 9/15: add interleave property to the TCP
transport line of the SETUP request" thread on mailinglist.

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

15 years agoUse full internal pathname in doxygen @file directives.
Diego Biurrun [Sun, 1 Feb 2009 02:01:31 +0000 (02:01 +0000)]
Use full internal pathname in doxygen @file directives.
Otherwise doxygen complains about ambiguous filenames when files exist
under the same name in different subdirectories.

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

15 years agoUse full internal pathname in doxygen @file directives.
Diego Biurrun [Sun, 1 Feb 2009 02:00:19 +0000 (02:00 +0000)]
Use full internal pathname in doxygen @file directives.
Otherwise doxygen complains about ambiguous filenames when files exist
under the same name in different subdirectories.

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

15 years agoFix filenames in doxygen comments.
Diego Biurrun [Sun, 1 Feb 2009 01:29:30 +0000 (01:29 +0000)]
Fix filenames in doxygen comments.

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

15 years agocosmetics: Use 'num' instead of 'nom' as abbreviation for numerator.
Diego Biurrun [Sun, 1 Feb 2009 00:20:45 +0000 (00:20 +0000)]
cosmetics: Use 'num' instead of 'nom' as abbreviation for numerator.

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

15 years agoremove some warnings due to avctx->execute
Baptiste Coudurier [Sat, 31 Jan 2009 22:49:58 +0000 (22:49 +0000)]
remove some warnings due to avctx->execute

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

15 years agoshorten: trivial simplification of signature check
Måns Rullgård [Sat, 31 Jan 2009 22:30:49 +0000 (22:30 +0000)]
shorten: trivial simplification of signature check

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

15 years agoassume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decadent dot...
Ben Hutchings [Sat, 31 Jan 2009 22:16:17 +0000 (22:16 +0000)]
assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decadent dot org dot uk

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

15 years agofix decoding 720p50 audio samples
Baptiste Coudurier [Sat, 31 Jan 2009 22:10:23 +0000 (22:10 +0000)]
fix decoding 720p50 audio samples

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

15 years agofree audio fifo
Baptiste Coudurier [Sat, 31 Jan 2009 11:17:04 +0000 (11:17 +0000)]
free audio fifo

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

15 years agouse st->priv_data to store per stream context
Baptiste Coudurier [Sat, 31 Jan 2009 11:06:20 +0000 (11:06 +0000)]
use st->priv_data to store per stream context

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

15 years agochange prototype of mxf_interleave_get_packet to make it compatible
Baptiste Coudurier [Sat, 31 Jan 2009 10:51:35 +0000 (10:51 +0000)]
change prototype of mxf_interleave_get_packet to make it compatible
with av_interleave_packet_per_dts

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

15 years agodo not use PAL_samples_per_frame in init, to make init independant
Baptiste Coudurier [Sat, 31 Jan 2009 10:49:26 +0000 (10:49 +0000)]
do not use PAL_samples_per_frame in init, to make init independant

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

15 years agocosmetics, remove empty lines
Baptiste Coudurier [Sat, 31 Jan 2009 10:47:55 +0000 (10:47 +0000)]
cosmetics, remove empty lines

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

15 years agoadd my copyright as well
Baptiste Coudurier [Sat, 31 Jan 2009 09:54:59 +0000 (09:54 +0000)]
add my copyright as well

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

15 years agofix doxygen tag
Baptiste Coudurier [Sat, 31 Jan 2009 09:53:59 +0000 (09:53 +0000)]
fix doxygen tag

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

15 years agocosmetics, align vertically
Baptiste Coudurier [Sat, 31 Jan 2009 09:53:23 +0000 (09:53 +0000)]
cosmetics, align vertically

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

15 years agowrite best effort video line map
Baptiste Coudurier [Sat, 31 Jan 2009 09:23:50 +0000 (09:23 +0000)]
write best effort video line map

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

15 years agoadd frame layout local tag, best effort
Baptiste Coudurier [Sat, 31 Jan 2009 09:08:01 +0000 (09:08 +0000)]
add frame layout local tag, best effort

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

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