]> git.sesse.net Git - ffmpeg/log
ffmpeg
15 years agofix typo in h264dsp_mmx (no effect currently as the function is not used), approved...
Baptiste Coudurier [Sun, 8 Feb 2009 06:35:21 +0000 (06:35 +0000)]
fix typo in h264dsp_mmx (no effect currently as the function is not used), approved by Dark Shikari on IRC

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

15 years agoRemove 'const' qualifier from variable in av_parse_video_frame_size().
Baptiste Coudurier [Sun, 8 Feb 2009 06:11:50 +0000 (06:11 +0000)]
Remove 'const' qualifier from variable in av_parse_video_frame_size().
Thus only one warning is printed due to assignment instead of 2 from strtol.

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

15 years agoremove useless cast, it does not remove warning, encode prototype must be changed
Baptiste Coudurier [Sun, 8 Feb 2009 06:03:10 +0000 (06:03 +0000)]
remove useless cast, it does not remove warning, encode prototype must be changed

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

15 years agoremove warning about incompatible pointer
Baptiste Coudurier [Sun, 8 Feb 2009 05:49:42 +0000 (05:49 +0000)]
remove warning about incompatible pointer

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

15 years agoreuse MXFCodecUL for data def and simplify
Baptiste Coudurier [Sun, 8 Feb 2009 05:12:30 +0000 (05:12 +0000)]
reuse MXFCodecUL for data def and simplify

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

15 years agoremove implicit header inclusions from mxf.h
Baptiste Coudurier [Sun, 8 Feb 2009 04:42:38 +0000 (04:42 +0000)]
remove implicit header inclusions from mxf.h

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

15 years agofree index entries
Baptiste Coudurier [Sun, 8 Feb 2009 04:35:36 +0000 (04:35 +0000)]
free index entries

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

15 years agouse new audio interleaving generic code
Baptiste Coudurier [Sun, 8 Feb 2009 04:33:53 +0000 (04:33 +0000)]
use new audio interleaving generic code

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

15 years agoextract audio interleaving code from mxf muxer, will be used by gxf and dv
Baptiste Coudurier [Sun, 8 Feb 2009 04:31:44 +0000 (04:31 +0000)]
extract audio interleaving code from mxf muxer, will be used by gxf and dv

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

15 years agooffset dts according to edit list, hackish but works, based on patch by Reimar
Baptiste Coudurier [Sun, 8 Feb 2009 04:27:07 +0000 (04:27 +0000)]
offset dts according to edit list, hackish but works, based on patch by Reimar

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

15 years agoRemove const qualifier from function argument to eliminate the warning
Diego Biurrun [Sun, 8 Feb 2009 03:44:54 +0000 (03:44 +0000)]
Remove const qualifier from function argument to eliminate the warning
swfenc.c:452: warning: passing argument 2 of #av_fifo_generic_write# discards qualifiers from pointer target type

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

15 years agoonly use 2 slices for index, one video(vbr) and one audio(cbr)
Baptiste Coudurier [Sun, 8 Feb 2009 03:29:49 +0000 (03:29 +0000)]
only use 2 slices for index, one video(vbr) and one audio(cbr)

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

15 years agoforce first track to be video and simplify
Baptiste Coudurier [Sun, 8 Feb 2009 02:38:07 +0000 (02:38 +0000)]
force first track to be video and simplify

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

15 years agowrite system item
Baptiste Coudurier [Sun, 8 Feb 2009 02:34:56 +0000 (02:34 +0000)]
write system item

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

15 years agodeclare ff_interleave_add_packet
Baptiste Coudurier [Sat, 7 Feb 2009 21:13:40 +0000 (21:13 +0000)]
declare ff_interleave_add_packet

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

15 years agoMove RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too.
Kostya Shishkov [Sat, 7 Feb 2009 10:46:51 +0000 (10:46 +0000)]
Move RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too.

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

15 years agoAdd decoder flush after seeking for RV3/4 decoders
Kostya Shishkov [Sat, 7 Feb 2009 09:35:16 +0000 (09:35 +0000)]
Add decoder flush after seeking for RV3/4 decoders

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

15 years agouse 512 kag size needed for d10
Baptiste Coudurier [Sat, 7 Feb 2009 02:13:23 +0000 (02:13 +0000)]
use 512 kag size needed for d10

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

15 years agoDrop the deprecated function register_avcodec() at the next major
Stefano Sabatini [Fri, 6 Feb 2009 23:54:50 +0000 (23:54 +0000)]
Drop the deprecated function register_avcodec() at the next major
version bump.

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

15 years agoReplace the calls to the deprecated function register_avcodec() with
Stefano Sabatini [Fri, 6 Feb 2009 23:50:54 +0000 (23:50 +0000)]
Replace the calls to the deprecated function register_avcodec() with
corresponding calls to avcodec_register().

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

15 years agoRename register_avcodec() as avcodec_register() and deprecate the old
Stefano Sabatini [Fri, 6 Feb 2009 23:46:15 +0000 (23:46 +0000)]
Rename register_avcodec() as avcodec_register() and deprecate the old
function name.

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

15 years agoAdd a new test program for base64, based on that removed in r17024.
Stefano Sabatini [Fri, 6 Feb 2009 23:29:25 +0000 (23:29 +0000)]
Add a new test program for base64, based on that removed in r17024.

See the thread:
"[PATCH] remove unused and broken test program in libavutil/base64.c".

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

15 years agoRemove broken test program.
Stefano Sabatini [Fri, 6 Feb 2009 23:24:17 +0000 (23:24 +0000)]
Remove broken test program.

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

15 years agoMove RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymore
Luca Abeni [Fri, 6 Feb 2009 20:42:21 +0000 (20:42 +0000)]
Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymore

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

15 years agoDo not use RTP_MAX_PACKET_LENGTH in the RTP muxer
Luca Abeni [Fri, 6 Feb 2009 20:41:15 +0000 (20:41 +0000)]
Do not use RTP_MAX_PACKET_LENGTH in the RTP muxer

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

15 years agoFix minor memory leak.
Jindřich Makovička [Fri, 6 Feb 2009 20:30:18 +0000 (20:30 +0000)]
Fix minor memory leak.
Patch by Jindrich Makovicka, approved by mans.

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

15 years agoMerge rtp_aac.h and rtp_mpv.h in rtpenc.h
Luca Abeni [Fri, 6 Feb 2009 15:30:41 +0000 (15:30 +0000)]
Merge rtp_aac.h and rtp_mpv.h in rtpenc.h

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

15 years agoFix list of input pix_fmts supported by GIF. This makes it work with swscale.
Michael Niedermayer [Fri, 6 Feb 2009 13:04:39 +0000 (13:04 +0000)]
Fix list of input pix_fmts supported by GIF. This makes it work with swscale.
It also allows encoding GIF with a 4-bit palette and with a graycale one as a
side effect.

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

15 years agoEnsure that the palette is set in data[1] for all 8bit formats.
Michael Niedermayer [Fri, 6 Feb 2009 12:59:50 +0000 (12:59 +0000)]
Ensure that the palette is set in data[1] for all 8bit formats.
Also document it.

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

15 years agoUse libopenjpeg for jpeg2k decoding.
Jai Menon [Fri, 6 Feb 2009 11:49:31 +0000 (11:49 +0000)]
Use libopenjpeg for jpeg2k decoding.

Patch by Jaikrishnan Menon

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

15 years agoSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h
Luca Abeni [Fri, 6 Feb 2009 10:35:52 +0000 (10:35 +0000)]
Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h

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

15 years agoAdd "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument
Ronald S. Bultje [Fri, 6 Feb 2009 01:37:19 +0000 (01:37 +0000)]
Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument
to the parse_packet() function pointer in RTPDynamicProtocolHandlers. This
allows these functions to peek back and retrieve values from the demuxer's
context (or RTSPState). The ASF/RTP payload parser will use this to be able
to parse SDP values (which occur even before the payload ID is given), store
them in the RTSPState and then retrieve them while parsing payload data. See
"[PATCH] RTSP-MS 13/15: add RTSP demuxer AVFormatContext to parse_packet()
function pointer (was: transport context)" mailinglist thread.

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

15 years agoFix blend_subrect for some subrects positioned on odd rows.
Björn Axelsson [Thu, 5 Feb 2009 23:10:05 +0000 (23:10 +0000)]
Fix blend_subrect for some subrects positioned on odd rows.

Patch by Björn Axelsson gecko A acc D umu D se

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

15 years agoFix blend_subrect for subrects positioned on odd rows.
Björn Axelsson [Thu, 5 Feb 2009 23:07:24 +0000 (23:07 +0000)]
Fix blend_subrect for subrects positioned on odd rows.

Patch by Björn Axelsson gecko A acc D umu D se

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

15 years agoRename "tx_ctx" and "cur_tx" variables to "transport_priv" and
Ronald S. Bultje [Thu, 5 Feb 2009 22:34:55 +0000 (22:34 +0000)]
Rename "tx_ctx" and "cur_tx" variables to "transport_priv" and
"cur_transport_priv", as discussed in the "[PATCH] rtsp.h: rename tx
variables" thread.

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

15 years agoformat timestamp correctly according to specs and set it
Baptiste Coudurier [Thu, 5 Feb 2009 20:15:18 +0000 (20:15 +0000)]
format timestamp correctly according to specs and set it

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

15 years agouse timestamp as modification date
Baptiste Coudurier [Thu, 5 Feb 2009 19:30:01 +0000 (19:30 +0000)]
use timestamp as modification date

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

15 years agoRevert part of r16593.
Ramiro Polla [Thu, 5 Feb 2009 18:51:29 +0000 (18:51 +0000)]
Revert part of r16593.
network.h should only be included when CONFIG_NETWORK is set.

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

15 years agoMake the MP3 probe weakly claim all files with ID3v2 tags to fix regressions on
Alex Converse [Thu, 5 Feb 2009 18:41:06 +0000 (18:41 +0000)]
Make the MP3 probe weakly claim all files with ID3v2 tags to fix regressions on
files with very large tags.

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

15 years agouse timestamp as creation date
Baptiste Coudurier [Thu, 5 Feb 2009 18:32:42 +0000 (18:32 +0000)]
use timestamp as creation date

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

15 years agoAdd size_in_bits to PutBitContext
Michael Niedermayer [Thu, 5 Feb 2009 18:25:01 +0000 (18:25 +0000)]
Add size_in_bits to PutBitContext

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

15 years agoDelete an enum and a function typedef that aren't used anywhere, and
Ronald S. Bultje [Thu, 5 Feb 2009 17:00:10 +0000 (17:00 +0000)]
Delete an enum and a function typedef that aren't used anywhere, and
move move a struct/typedef in rtsp.h that is only used in ffserver.c into
ffserver.c. See "[PATCH] rtsp.h: move/remove unused thingies" thread on ML.

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

15 years agoIntroduce a new num_frames field in RTPDemuxContext so that rtp_aac.c
Luca Abeni [Thu, 5 Feb 2009 14:53:25 +0000 (14:53 +0000)]
Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.c
does not need to abuse read_buf_index

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

15 years agoElectronic Arts demuxer: support TQI video tag
Peter Ross [Thu, 5 Feb 2009 08:59:38 +0000 (08:59 +0000)]
Electronic Arts demuxer: support TQI video tag

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

15 years agoElectronic Arts TQI decoder
Peter Ross [Thu, 5 Feb 2009 08:58:35 +0000 (08:58 +0000)]
Electronic Arts TQI decoder

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

15 years agodon't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this is required...
Peter Ross [Thu, 5 Feb 2009 07:59:11 +0000 (07:59 +0000)]
don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this is required for the Electronic Arts TQI decoder.

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

15 years agoconvert mpeg1_decode_block_intra() to inline global
Peter Ross [Thu, 5 Feb 2009 07:57:11 +0000 (07:57 +0000)]
convert mpeg1_decode_block_intra() to inline global

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

15 years agofix key frame offset with open gop
Baptiste Coudurier [Thu, 5 Feb 2009 07:47:39 +0000 (07:47 +0000)]
fix key frame offset with open gop

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

15 years agoconfigure: add command flag to disable yasm use
Måns Rullgård [Thu, 5 Feb 2009 02:47:26 +0000 (02:47 +0000)]
configure: add command flag to disable yasm use

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

15 years agoconfigure: set EXESUF before it is used
Måns Rullgård [Thu, 5 Feb 2009 00:03:54 +0000 (00:03 +0000)]
configure: set EXESUF before it is used

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

15 years agoRemove CONFIG_H264_ENCODER references
Måns Rullgård [Wed, 4 Feb 2009 21:28:58 +0000 (21:28 +0000)]
Remove CONFIG_H264_ENCODER references

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

15 years agoconfigure: move basic sanity tests before other tests
Måns Rullgård [Wed, 4 Feb 2009 21:28:54 +0000 (21:28 +0000)]
configure: move basic sanity tests before other tests

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

15 years agoRemove documentation of non-existing function parameters.
Diego Biurrun [Wed, 4 Feb 2009 20:43:17 +0000 (20:43 +0000)]
Remove documentation of non-existing function parameters.

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

15 years agoRemove unused CONFIG_H264_ENCODER #define.
Diego Biurrun [Wed, 4 Feb 2009 20:41:09 +0000 (20:41 +0000)]
Remove unused CONFIG_H264_ENCODER #define.

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

15 years agoRemove pointless '#if CONFIG_ENCODERS' around forward declarations.
Diego Biurrun [Wed, 4 Feb 2009 20:36:37 +0000 (20:36 +0000)]
Remove pointless '#if CONFIG_ENCODERS' around forward declarations.

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

15 years agofastdiv is disabled by default, so put --enable-fastdiv into the help output.
Diego Biurrun [Wed, 4 Feb 2009 20:34:08 +0000 (20:34 +0000)]
fastdiv is disabled by default, so put --enable-fastdiv into the help output.

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

15 years agoUse directory name as multiple inclusion guard prefix.
Diego Biurrun [Wed, 4 Feb 2009 20:31:20 +0000 (20:31 +0000)]
Use directory name as multiple inclusion guard prefix.
We do this for all other libraries already.

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

15 years agoMove enum RTSPTransport up a bit, so that all fields that are assigned a value
Ronald S. Bultje [Wed, 4 Feb 2009 17:17:20 +0000 (17:17 +0000)]
Move enum RTSPTransport up a bit, so that all fields that are assigned a value
of this type can be properly attributed as such (in this case, transport in
the RTSPTransportField struct). See "[PATCH] RTSP-MS 10/15: ASF header parsing"
thread on mailinglist.

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

15 years agoNo need to compute stype
Roman Shaposhnik [Wed, 4 Feb 2009 16:16:53 +0000 (16:16 +0000)]
No need to compute stype

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

15 years agoalways write mxf time base in descriptors
Baptiste Coudurier [Wed, 4 Feb 2009 09:35:59 +0000 (09:35 +0000)]
always write mxf time base in descriptors

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

15 years agoDo not misuse unsigned long to store pointers.
Ramiro Polla [Wed, 4 Feb 2009 05:56:39 +0000 (05:56 +0000)]
Do not misuse unsigned long to store pointers.

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

15 years agouse sample rate as audio input time base
Baptiste Coudurier [Wed, 4 Feb 2009 04:50:47 +0000 (04:50 +0000)]
use sample rate as audio input time base

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

15 years agowrite all available metadata tags into extended_content_header
Aurelien Jacobs [Wed, 4 Feb 2009 01:40:52 +0000 (01:40 +0000)]
write all available metadata tags into extended_content_header

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

15 years agouse new metadata API in asf muxer
Aurelien Jacobs [Wed, 4 Feb 2009 01:37:16 +0000 (01:37 +0000)]
use new metadata API in asf muxer

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

15 years agolet packet pass through when no timestamps
Baptiste Coudurier [Tue, 3 Feb 2009 23:18:12 +0000 (23:18 +0000)]
let packet pass through when no timestamps

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

15 years agoexactly compute index byte count
Baptiste Coudurier [Tue, 3 Feb 2009 23:11:13 +0000 (23:11 +0000)]
exactly compute index byte count

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

15 years agoAdd av_cold attributes to *_init and *_end functions.
Alex Converse [Tue, 3 Feb 2009 23:09:00 +0000 (23:09 +0000)]
Add av_cold attributes to *_init and *_end functions.

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

15 years agoprevent reading more than container atom size, fix broken file broken_by_rev15830...
Baptiste Coudurier [Tue, 3 Feb 2009 23:03:41 +0000 (23:03 +0000)]
prevent reading more than container atom size, fix broken file broken_by_rev15830.MOV, fix #818

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

15 years agoVP3: Prevent stack corruption from an unset custom coding method.
Alex Converse [Tue, 3 Feb 2009 22:59:47 +0000 (22:59 +0000)]
VP3: Prevent stack corruption from an unset custom coding method.

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

15 years agouse new metadata API in asf demuxer
Aurelien Jacobs [Tue, 3 Feb 2009 22:12:06 +0000 (22:12 +0000)]
use new metadata API in asf demuxer

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

15 years agoAdd fields to H264Context and SPS for upcoming VA API support.
Gwenole Beauchesne [Tue, 3 Feb 2009 20:49:02 +0000 (20:49 +0000)]
Add fields to H264Context and SPS for upcoming VA API support.

Patch by Gwenole Beauchesne gbeauchesne A splitted-desktop dotcom

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

15 years ago100l, don't run tests twice, this was some forgotten debugging code.
Reimar Döffinger [Tue, 3 Feb 2009 18:04:52 +0000 (18:04 +0000)]
100l, don't run tests twice, this was some forgotten debugging code.

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

15 years agoFix a bug in 3DEC CBC decryption and add more extensive tests based on
Reimar Döffinger [Tue, 3 Feb 2009 17:58:19 +0000 (17:58 +0000)]
Fix a bug in 3DEC CBC decryption and add more extensive tests based on
the official test vectors.

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

15 years agocheck validity of pointer srcC
Stefan Gehrer [Tue, 3 Feb 2009 17:56:24 +0000 (17:56 +0000)]
check validity of pointer srcC

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

15 years agoUpdate DES test code to use the new public API.
Reimar Döffinger [Tue, 3 Feb 2009 17:03:49 +0000 (17:03 +0000)]
Update DES test code to use the new public API.

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

15 years agoAdd support for 3DES to DES module
Reimar Döffinger [Tue, 3 Feb 2009 16:45:42 +0000 (16:45 +0000)]
Add support for 3DES to DES module

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

15 years agoAdd and use a public API for RC4 and DES, analogous to the AES API.
Reimar Döffinger [Tue, 3 Feb 2009 14:20:55 +0000 (14:20 +0000)]
Add and use a public API for RC4 and DES, analogous to the AES API.

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

15 years agoReformat rdt_demuxer AVCodec struct sanely.
Michael Niedermayer [Tue, 3 Feb 2009 13:12:20 +0000 (13:12 +0000)]
Reformat rdt_demuxer AVCodec struct sanely.

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

15 years agoFix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec)
Michael Niedermayer [Tue, 3 Feb 2009 11:01:57 +0000 (11:01 +0000)]
Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec)

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

15 years agoFix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thankyou.rm...
Michael Niedermayer [Tue, 3 Feb 2009 03:01:17 +0000 (03:01 +0000)]
Fix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thankyou.rm / issue809

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

15 years agouse new metadata API in aiff demuxer
Aurelien Jacobs [Mon, 2 Feb 2009 23:43:12 +0000 (23:43 +0000)]
use new metadata API in aiff demuxer

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

15 years agobe more flexible with frame rate check
Baptiste Coudurier [Mon, 2 Feb 2009 23:37:03 +0000 (23:37 +0000)]
be more flexible with frame rate check

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

15 years agosimplify
Aurelien Jacobs [Mon, 2 Feb 2009 23:25:02 +0000 (23:25 +0000)]
simplify

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

15 years agoFix vertical resolution of subtitles.
Björn Axelsson [Mon, 2 Feb 2009 23:24:28 +0000 (23:24 +0000)]
Fix vertical resolution of subtitles.

Patch by Björn Axelsson gecko A acc D umu D se

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

15 years agoAdd necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning:
Diego Biurrun [Mon, 2 Feb 2009 23:13:18 +0000 (23:13 +0000)]
Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning:
libavutil/lzo.c:235:5: warning: "LIBAVUTIL_VERSION_MAJOR" is not defined

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

15 years agouse new metadata API in rtsp demuxer
Aurelien Jacobs [Mon, 2 Feb 2009 23:09:39 +0000 (23:09 +0000)]
use new metadata API in rtsp demuxer

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

15 years agouse new metadata API in rtp muxer
Aurelien Jacobs [Mon, 2 Feb 2009 23:08:25 +0000 (23:08 +0000)]
use new metadata API in rtp muxer

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

15 years agoit seems I never added myself in there before
Aurelien Jacobs [Mon, 2 Feb 2009 22:45:01 +0000 (22:45 +0000)]
it seems I never added myself in there before

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

15 years agoAdd support for fourcc "SP54".
Eli Friedman [Mon, 2 Feb 2009 22:43:51 +0000 (22:43 +0000)]
Add support for fourcc "SP54".

Patch by Eli Friedman eli D friedman A gmail

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

15 years agocosmetics: indentation
Aurelien Jacobs [Mon, 2 Feb 2009 22:17:26 +0000 (22:17 +0000)]
cosmetics: indentation

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

15 years agosimplify usage of dstlen as it is not a parameter anymore
Aurelien Jacobs [Mon, 2 Feb 2009 22:17:14 +0000 (22:17 +0000)]
simplify usage of dstlen as it is not a parameter anymore

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

15 years agocosmetics: indentation
Aurelien Jacobs [Mon, 2 Feb 2009 22:14:28 +0000 (22:14 +0000)]
cosmetics: indentation

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

15 years agouse new metadata API in the mp3 muxer
Aurelien Jacobs [Mon, 2 Feb 2009 22:13:03 +0000 (22:13 +0000)]
use new metadata API in the mp3 muxer

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

15 years agouse new metadata API in the mp3 demuxer
Aurelien Jacobs [Mon, 2 Feb 2009 22:11:56 +0000 (22:11 +0000)]
use new metadata API in the mp3 demuxer

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

15 years agomodify the way to pass parameters to av_metadata_set()
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

15 years agocosmetics: whitespace
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

15 years agoDocumentation for LZO error return value flags
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

15 years agoMove doxygen documentation from lzo.c to lzo.h
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

15 years agocosmetics: whitespaces, empty lines
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

15 years agomxf does not have timestamps
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