Aurelien Jacobs [Mon, 2 Feb 2009 21:45:55 +0000 (21:45 +0000)]
modify the way to pass parameters to av_metadata_set()
This improves code readability and this avoid warnings about discarding
qualifiers from pointer target type.
Originally committed as revision 16952 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 2 Feb 2009 21:32:11 +0000 (21:32 +0000)]
cosmetics: whitespace
Originally committed as revision 16951 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Mon, 2 Feb 2009 20:42:06 +0000 (20:42 +0000)]
Documentation for LZO error return value flags
Originally committed as revision 16950 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Mon, 2 Feb 2009 20:30:36 +0000 (20:30 +0000)]
Move doxygen documentation from lzo.c to lzo.h
Originally committed as revision 16949 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 2 Feb 2009 20:29:31 +0000 (20:29 +0000)]
cosmetics: whitespaces, empty lines
Originally committed as revision 16948 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 2 Feb 2009 20:26:49 +0000 (20:26 +0000)]
mxf does not have timestamps
Originally committed as revision 16947 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Mon, 2 Feb 2009 20:16:00 +0000 (20:16 +0000)]
Add av_ prefix to LZO stuff and thus make it officially part of the public API.
Keep lzo1x_decode until the next major version bump for binary compatibility.
Originally committed as revision 16946 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Mon, 2 Feb 2009 18:51:02 +0000 (18:51 +0000)]
Allocate trellis tables on heap only when needed.
Originally committed as revision 16945 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan de Konink [Mon, 2 Feb 2009 16:10:46 +0000 (16:10 +0000)]
Splits the totalbitrate in a videodatarate and audiodatarate part.
Patch by Stefan de Konink stefan konink de
Originally committed as revision 16944 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan de Konink [Mon, 2 Feb 2009 16:05:50 +0000 (16:05 +0000)]
Implement the reading of the video bitrate of flv movies out of the meta data,
to have the total bitrate available in the avformat structures.
Patch by Stefan de Konink stefan konink de
Originally committed as revision 16943 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 2 Feb 2009 10:58:33 +0000 (10:58 +0000)]
24bit pcm support
Originally committed as revision 16942 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 2 Feb 2009 10:54:10 +0000 (10:54 +0000)]
more flexible mapping selection
Originally committed as revision 16941 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 2 Feb 2009 10:41:43 +0000 (10:41 +0000)]
fix temporal offet of ipbb sequences, simplification welcome
Originally committed as revision 16940 to svn://svn.ffmpeg.org/ffmpeg/trunk
Robert Swain [Mon, 2 Feb 2009 10:31:51 +0000 (10:31 +0000)]
Doxygen defgroups throw a warning if they don't have a title as well as a name
Originally committed as revision 16939 to svn://svn.ffmpeg.org/ffmpeg/trunk
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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