]> git.sesse.net Git - ffmpeg/log
ffmpeg
15 years agoRemove special treatment of version.h in DEPEND_CMD
Måns Rullgård [Sat, 21 Feb 2009 18:19:29 +0000 (18:19 +0000)]
Remove special treatment of version.h in DEPEND_CMD

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

15 years agoDeclare version.h dependencies explicitly
Måns Rullgård [Sat, 21 Feb 2009 18:19:26 +0000 (18:19 +0000)]
Declare version.h dependencies explicitly

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

15 years agoBe less noisy with invalid pts/dts.
Michael Niedermayer [Sat, 21 Feb 2009 17:29:25 +0000 (17:29 +0000)]
Be less noisy with invalid pts/dts.

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

15 years agoindent
Michael Niedermayer [Sat, 21 Feb 2009 17:17:09 +0000 (17:17 +0000)]
indent

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

15 years agoCorrect, portable definition of INT_BIT
Måns Rullgård [Sat, 21 Feb 2009 16:03:30 +0000 (16:03 +0000)]
Correct, portable definition of INT_BIT

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

15 years agoconfigure: add (empty) avr32 arch case
Måns Rullgård [Sat, 21 Feb 2009 16:03:27 +0000 (16:03 +0000)]
configure: add (empty) avr32 arch case

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

15 years agoconfigure: sort cases in arch section
Måns Rullgård [Sat, 21 Feb 2009 16:03:25 +0000 (16:03 +0000)]
configure: sort cases in arch section

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

15 years agoAlpha: fix inline asm with DEC/Compaq/HP compiler
Måns Rullgård [Sat, 21 Feb 2009 16:03:23 +0000 (16:03 +0000)]
Alpha: fix inline asm with DEC/Compaq/HP compiler

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

15 years agoTake account of struct size in total packet queue size tracking.
Aurelien Jacobs [Sat, 21 Feb 2009 16:01:52 +0000 (16:01 +0000)]
Take account of struct size in total packet queue size tracking.
fix issue806

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

15 years agoFix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihg...
Michael Niedermayer [Sat, 21 Feb 2009 15:32:56 +0000 (15:32 +0000)]
Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php.
partially fixes issue862.

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

15 years agoFactorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.
Cédric Schieli [Sat, 21 Feb 2009 14:51:01 +0000 (14:51 +0000)]
Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.

Patch by Cédric Schieli, cschieli gmail

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

15 years agoChange sizeof(struct_type) to sizeof(variable).
Ronald S. Bultje [Sat, 21 Feb 2009 14:40:19 +0000 (14:40 +0000)]
Change sizeof(struct_type) to sizeof(variable).

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

15 years agomove zeroing of alpha channel register out of YSCALEYUV2xxx macros,
Cédric Schieli [Sat, 21 Feb 2009 10:54:29 +0000 (10:54 +0000)]
move zeroing of alpha channel register out of YSCALEYUV2xxx macros,
patch by Cédric Schieli (cschieli at gmail youknowwhat)

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

15 years agosplits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,
Cédric Schieli [Sat, 21 Feb 2009 10:52:59 +0000 (10:52 +0000)]
splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,
 YSCALEYUV2xxx_YA and YSCALEYUV2xxx_COEFF,
patch by Cédric Schieli (cschieli at gmail youknowwhat)

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

15 years agomake MMX registers parametrized in the WRITEBGR32 macro,
Cédric Schieli [Sat, 21 Feb 2009 10:49:52 +0000 (10:49 +0000)]
make MMX registers parametrized in the WRITEBGR32 macro,
patch by Cédric Schieli (cschieli at gmail youknowwhat)

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

15 years agoadd raw demuxer for Chinese AVS elementary streams
Stefan Gehrer [Sat, 21 Feb 2009 10:34:29 +0000 (10:34 +0000)]
add raw demuxer for Chinese AVS elementary streams

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

15 years agoSet the correct number of samples for E-AC-3 in the AC3 parser.
Justin Ruggles [Fri, 20 Feb 2009 22:00:41 +0000 (22:00 +0000)]
Set the correct number of samples for E-AC-3 in the AC3 parser.

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

15 years agoUse last decoded SPS as current SPS in order to parse picture timing SEI
Ivan Schreter [Fri, 20 Feb 2009 16:20:01 +0000 (16:20 +0000)]
Use last decoded SPS as current SPS in order to parse picture timing SEI
correctly. This works around an apparent H.264 standard deficiency.

Patch by Ivan Schreter, schreter gmx net

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

15 years agoAdd myself as maintainer for American Laser Games and Electronic Arts decoders.
Peter Ross [Fri, 20 Feb 2009 12:03:35 +0000 (12:03 +0000)]
Add myself as maintainer for American Laser Games and Electronic Arts decoders.

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

15 years agoFixing a value returning issue
Roman Shaposhnik [Fri, 20 Feb 2009 02:00:44 +0000 (02:00 +0000)]
Fixing a value returning issue

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

15 years agoAdd convergence_duration to AVCodecParserContext.
Ivan Schreter [Thu, 19 Feb 2009 23:35:59 +0000 (23:35 +0000)]
Add convergence_duration to AVCodecParserContext.

Patch by Ivan Schreter, schreter gmx net

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

15 years agoRe-indent after last commit
Alex Converse [Thu, 19 Feb 2009 23:24:41 +0000 (23:24 +0000)]
Re-indent after last commit

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

15 years agoAAC in ASF does not need parsing.
Alex Converse [Thu, 19 Feb 2009 23:23:53 +0000 (23:23 +0000)]
AAC in ASF does not need parsing.

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

15 years agoAdd Divio MPEG-4 FOURCC (M4CC)
Alex Converse [Thu, 19 Feb 2009 23:09:24 +0000 (23:09 +0000)]
Add Divio MPEG-4 FOURCC (M4CC)

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

15 years agoReindent after last commit
Alex Converse [Thu, 19 Feb 2009 23:08:23 +0000 (23:08 +0000)]
Reindent after last commit

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

15 years agoSilence two warnings:
Ivan Schreter [Thu, 19 Feb 2009 23:01:13 +0000 (23:01 +0000)]
Silence two warnings:
cast discards qualifiers from pointer target type

Patch by Ivan Schreter, schreter gmx net

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

15 years agoSome buffer checks for indeo3
Alex Converse [Thu, 19 Feb 2009 22:56:35 +0000 (22:56 +0000)]
Some buffer checks for indeo3

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

15 years agomatroskadec: fix seek regression tests according to r17460
Aurelien Jacobs [Thu, 19 Feb 2009 21:41:40 +0000 (21:41 +0000)]
matroskadec: fix seek regression tests according to r17460

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

15 years agomatroskadec: return AVERROR_EOF upon detection of end of file
Aurelien Jacobs [Thu, 19 Feb 2009 21:01:45 +0000 (21:01 +0000)]
matroskadec: return AVERROR_EOF upon detection of end of file

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

15 years agoA try to fix the regressions.
Michael Niedermayer [Thu, 19 Feb 2009 17:54:23 +0000 (17:54 +0000)]
A try to fix the regressions.

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

15 years agoFFplay: Stop processing input file when AVERROR_EOF is returned from av_read_frame()
Peter Ross [Thu, 19 Feb 2009 12:21:09 +0000 (12:21 +0000)]
FFplay: Stop processing input file when AVERROR_EOF is returned from av_read_frame()

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

15 years agoFLV demuxer: return AVERROR_EOF upon detection of end of file.
Peter Ross [Thu, 19 Feb 2009 12:19:55 +0000 (12:19 +0000)]
FLV demuxer: return AVERROR_EOF upon detection of end of file.

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

15 years agoAVI demuxer: return AVERROR_EOF upon detection of end of file.
Peter Ross [Thu, 19 Feb 2009 12:19:33 +0000 (12:19 +0000)]
AVI demuxer: return AVERROR_EOF upon detection of end of file.

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

15 years agoAdd AVERROR_EOF.
Peter Ross [Thu, 19 Feb 2009 12:18:09 +0000 (12:18 +0000)]
Add AVERROR_EOF.

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

15 years agoMark functions only used within the test programs as static.
Diego Biurrun [Thu, 19 Feb 2009 10:09:46 +0000 (10:09 +0000)]
Mark functions only used within the test programs as static.

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

15 years agoAdd more paranoid checks of xvmc token.
Ivan Kalvachev [Thu, 19 Feb 2009 09:55:52 +0000 (09:55 +0000)]
Add more paranoid checks of xvmc token.

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

15 years agoExit with error if MPV_common_init() is called with PIX_FMT_NONE.
Ivan Kalvachev [Thu, 19 Feb 2009 08:39:47 +0000 (08:39 +0000)]
Exit with error if MPV_common_init() is called with PIX_FMT_NONE.
Give nice error message to fix codecs that call it this way.

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

15 years agoOnly enable SSE/3DNOW optimizations when they have been enabled at compilation.
Diego Biurrun [Thu, 19 Feb 2009 00:54:59 +0000 (00:54 +0000)]
Only enable SSE/3DNOW optimizations when they have been enabled at compilation.
Fixes shared build with SSE/3DNOW disabled but MMX and yasm enabled.

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

15 years agoDirectly #include required X11/XvMC header.
Diego Biurrun [Thu, 19 Feb 2009 00:47:11 +0000 (00:47 +0000)]
Directly #include required X11/XvMC header.

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

15 years agotransitioning dv_guess_dct_mode to dsputil cmp function
Roman Shaposhnik [Thu, 19 Feb 2009 00:34:42 +0000 (00:34 +0000)]
transitioning dv_guess_dct_mode to dsputil cmp function

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

15 years agoAdding 2 intra 8x8 cmp functions: vsad, vsse
Roman Shaposhnik [Thu, 19 Feb 2009 00:30:24 +0000 (00:30 +0000)]
Adding 2 intra 8x8 cmp functions: vsad, vsse

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

15 years agoAllow AC-3 parser to modify codec_id.
Joakim Plate [Thu, 19 Feb 2009 00:28:19 +0000 (00:28 +0000)]
Allow AC-3 parser to modify codec_id.
Patch by Joakim Plate (elupus A ecce D se).

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

15 years agoMaking the arrays accomodate an extra intra 8x8 cmp function
Roman Shaposhnik [Thu, 19 Feb 2009 00:28:08 +0000 (00:28 +0000)]
Making the arrays accomodate an extra intra 8x8 cmp function

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

15 years agofix missing dependencies
Aurelien Jacobs [Thu, 19 Feb 2009 00:27:57 +0000 (00:27 +0000)]
fix missing dependencies

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

15 years agoFix typo: explixitly -> explicitly.
Stefano Sabatini [Thu, 19 Feb 2009 00:14:41 +0000 (00:14 +0000)]
Fix typo: explixitly -> explicitly.

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

15 years agoprettyprinting whitespace cosmetics
Diego Biurrun [Thu, 19 Feb 2009 00:06:17 +0000 (00:06 +0000)]
prettyprinting whitespace cosmetics

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

15 years agoAdd key_frame to AVCodecParserContext, used in libavformat.
Ivan Schreter [Wed, 18 Feb 2009 23:46:05 +0000 (23:46 +0000)]
Add key_frame to AVCodecParserContext, used in libavformat.
Initialized to -1 in parser.c for backward compatibility.

Patch by Ivan Schreter, schreter gmx net

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

15 years agoParse buffering period (H.264, D.1.1).
Ivan Schreter [Wed, 18 Feb 2009 23:33:30 +0000 (23:33 +0000)]
Parse buffering period (H.264, D.1.1).

Patch by Ivan Schreter, schreter gmx net

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

15 years agoThe 3DNow! and SSE FFT optimizations depend on the yasm optimizations in
Diego Biurrun [Wed, 18 Feb 2009 23:32:41 +0000 (23:32 +0000)]
The 3DNow! and SSE FFT optimizations depend on the yasm optimizations in
x86/fft_mmx.asm, so only build them if the latter is built.

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

15 years agoStore CPB count in the context.
Ivan Schreter [Wed, 18 Feb 2009 23:25:59 +0000 (23:25 +0000)]
Store CPB count in the context.

Patch by Ivan Schreter, schreter gmx net

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

15 years agoRename the "src" parameter in the sws_scale() declaration to
Stefano Sabatini [Wed, 18 Feb 2009 23:16:31 +0000 (23:16 +0000)]
Rename the "src" parameter in the sws_scale() declaration to
"srcSlice" to stress the fact that it references a slice rather than an
image.

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

15 years agoDocument sws_scale().
Stefano Sabatini [Wed, 18 Feb 2009 23:11:47 +0000 (23:11 +0000)]
Document sws_scale().

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

15 years agoUse const qualifier for the variable "tbp", fix warning.
Stefano Sabatini [Wed, 18 Feb 2009 21:32:59 +0000 (21:32 +0000)]
Use const qualifier for the variable "tbp", fix warning.

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

15 years agoUse parentheses around assignment used as truth value, fix warning.
Stefano Sabatini [Wed, 18 Feb 2009 21:30:44 +0000 (21:30 +0000)]
Use parentheses around assignment used as truth value, fix warning.

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

15 years agoAssign const qualifier to the font variable, fix warning.
Stefano Sabatini [Wed, 18 Feb 2009 21:29:03 +0000 (21:29 +0000)]
Assign const qualifier to the font variable, fix warning.

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

15 years agoAdd const qualifier to the error var, fix warnings.
Stefano Sabatini [Wed, 18 Feb 2009 21:20:02 +0000 (21:20 +0000)]
Add const qualifier to the error var, fix warnings.

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

15 years agoMove debug trace to the new compute_frame_delay() function.
Tomer Barletz [Wed, 18 Feb 2009 15:25:57 +0000 (15:25 +0000)]
Move debug trace to the new compute_frame_delay() function.
Patch by Tomer Barletz: barletz gmail

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

15 years agoCosmetics: reindent after previous commit.
Benoit Fouet [Wed, 18 Feb 2009 15:23:30 +0000 (15:23 +0000)]
Cosmetics: reindent after previous commit.

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

15 years agoDo not force last delay value to its own value.
Tomer Barletz [Wed, 18 Feb 2009 15:23:05 +0000 (15:23 +0000)]
Do not force last delay value to its own value.
Adapted from a patch by Tomer Barletz: surname chez gmail

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

15 years agoExtract into its own function the code to compute frame delay.
Tomer Barletz [Wed, 18 Feb 2009 15:17:39 +0000 (15:17 +0000)]
Extract into its own function the code to compute frame delay.
Patch by Tomer Barletz gmail_address(last_name)

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

15 years agoav_alloc_format_context has been renamed, update AVFormatContext av_class
avcoder [Wed, 18 Feb 2009 14:01:46 +0000 (14:01 +0000)]
av_alloc_format_context has been renamed, update AVFormatContext av_class
documentation accordingly.
Patch by avcoder: `gmail_address(ffmpeg)`

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

15 years agoClarify get_ue_golomb_31() behavior with >31.
Michael Niedermayer [Wed, 18 Feb 2009 11:57:11 +0000 (11:57 +0000)]
Clarify get_ue_golomb_31() behavior with >31.

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

15 years agoMake output_example use av_interleaved_write_frame() instead of av_write_frame().
Art Clarke [Wed, 18 Feb 2009 11:46:14 +0000 (11:46 +0000)]
Make output_example use av_interleaved_write_frame() instead of av_write_frame().
Patch by Art Clarke (standard login name) xuggle com

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

15 years agoInstead of crashing, return from ff_vdpau_mpeg_picture_complete()
Reimar Döffinger [Wed, 18 Feb 2009 09:21:29 +0000 (09:21 +0000)]
Instead of crashing, return from ff_vdpau_mpeg_picture_complete()
if get_buffer() failed.

Patch by Reimar

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

15 years agoAdd myself as vdpau maintainer.
Carl Eugen Hoyos [Wed, 18 Feb 2009 09:14:41 +0000 (09:14 +0000)]
Add myself as vdpau maintainer.

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

15 years agoSet global header flag for every container that requires it.
Art Clarke [Wed, 18 Feb 2009 08:42:35 +0000 (08:42 +0000)]
Set global header flag for every container that requires it.
Patch by Art Clarke a$(name) xuggle com

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

15 years agofix partition index byte count
Baptiste Coudurier [Wed, 18 Feb 2009 07:14:23 +0000 (07:14 +0000)]
fix partition index byte count

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

15 years agoalways use multi track since timecode track is present
Baptiste Coudurier [Wed, 18 Feb 2009 07:13:57 +0000 (07:13 +0000)]
always use multi track since timecode track is present

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

15 years agoav_write_trailer() must be done before closing codecs.
Art Clarke [Wed, 18 Feb 2009 06:49:32 +0000 (06:49 +0000)]
av_write_trailer() must be done before closing codecs.

Patch by aclarke a xuggle d com

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

15 years agofix preface version
Baptiste Coudurier [Wed, 18 Feb 2009 04:57:54 +0000 (04:57 +0000)]
fix preface version

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

15 years agocheck fifo size and realloc if needed
Baptiste Coudurier [Wed, 18 Feb 2009 04:42:31 +0000 (04:42 +0000)]
check fifo size and realloc if needed

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

15 years agostart counting track number from 0
Baptiste Coudurier [Wed, 18 Feb 2009 02:57:41 +0000 (02:57 +0000)]
start counting track number from 0

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

15 years agoremove redundant comment
Baptiste Coudurier [Wed, 18 Feb 2009 02:18:52 +0000 (02:18 +0000)]
remove redundant comment

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

15 years agodo not write slice count when muxing cbr
Baptiste Coudurier [Wed, 18 Feb 2009 02:13:59 +0000 (02:13 +0000)]
do not write slice count when muxing cbr

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

15 years agoflush pending write in mxf_write_footer
Baptiste Coudurier [Wed, 18 Feb 2009 01:43:40 +0000 (01:43 +0000)]
flush pending write in mxf_write_footer

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

15 years agouse index 0 for timecode track and write it in source package also
Baptiste Coudurier [Wed, 18 Feb 2009 01:35:36 +0000 (01:35 +0000)]
use index 0 for timecode track and write it in source package also

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

15 years agofix rip body sid when muxing cbr
Baptiste Coudurier [Wed, 18 Feb 2009 01:05:06 +0000 (01:05 +0000)]
fix rip body sid when muxing cbr

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

15 years agoParse cbp_removal_delay in SEI picture structure.
Ivan Schreter [Wed, 18 Feb 2009 00:38:10 +0000 (00:38 +0000)]
Parse cbp_removal_delay in SEI picture structure.

Patch by Ivan Schreter, schreter gmx net

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

15 years agoParse dpb_output_delay in SEI picture structure.
Ivan Schreter [Wed, 18 Feb 2009 00:36:07 +0000 (00:36 +0000)]
Parse dpb_output_delay in SEI picture structure.

Patch by Ivan Schreter, schreter gmx net

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

15 years agoParse initial_cpb_removal_delay_length.
Ivan Schreter [Wed, 18 Feb 2009 00:33:33 +0000 (00:33 +0000)]
Parse initial_cpb_removal_delay_length.

Patch by Ivan Schreter, schreter gmx net

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

15 years agosimplify descriptor size computation logic
Baptiste Coudurier [Wed, 18 Feb 2009 00:12:05 +0000 (00:12 +0000)]
simplify descriptor size computation logic

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

15 years agoHandle conditional compilation of CPU-specific FFT code in the Makefile.
Diego Biurrun [Wed, 18 Feb 2009 00:11:49 +0000 (00:11 +0000)]
Handle conditional compilation of CPU-specific FFT code in the Makefile.
Also replace one coarse MMX condition with more fine-grained
3DNow!/3DNowExt!/SSE conditions.

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

15 years agoAdd support for enabling/disabling AMD 3DNow! extended optimizations.
Diego Biurrun [Wed, 18 Feb 2009 00:03:09 +0000 (00:03 +0000)]
Add support for enabling/disabling AMD 3DNow! extended optimizations.

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

15 years agouse new metadata API in nsv demuxer
Aurelien Jacobs [Wed, 18 Feb 2009 00:02:38 +0000 (00:02 +0000)]
use new metadata API in nsv demuxer

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

15 years agouse new metadata API in mpegts muxer
Aurelien Jacobs [Wed, 18 Feb 2009 00:00:38 +0000 (00:00 +0000)]
use new metadata API in mpegts muxer

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

15 years agompegvideo_xvmc.o depends on mpegvideo.o.
Diego Biurrun [Tue, 17 Feb 2009 23:59:53 +0000 (23:59 +0000)]
mpegvideo_xvmc.o depends on mpegvideo.o.

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

15 years agoReplace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset and
Diego Biurrun [Tue, 17 Feb 2009 23:51:28 +0000 (23:51 +0000)]
Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset and
memcpy calls.  s->pblocks is the element actually being handled.

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

15 years agosmall Doxygen comment grammar fix
Diego Biurrun [Tue, 17 Feb 2009 23:36:28 +0000 (23:36 +0000)]
small Doxygen comment grammar fix

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

15 years agoRevert converting two asserts into if checks and error messages.
Diego Biurrun [Tue, 17 Feb 2009 23:35:41 +0000 (23:35 +0000)]
Revert converting two asserts into if checks and error messages.
It did not achieve the intended effect.

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

15 years agoFix MBAFF/PAFF samples.
Stephen Warren [Tue, 17 Feb 2009 23:30:07 +0000 (23:30 +0000)]
Fix MBAFF/PAFF samples.

Patch by Stephen Warren, swarren nvidia com

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

15 years agospelling/grammar/wording fixes for the Doxygen comments
Diego Biurrun [Tue, 17 Feb 2009 22:36:48 +0000 (22:36 +0000)]
spelling/grammar/wording fixes for the Doxygen comments

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

15 years agoGopher protocol should depend on networking being enabled.
Andreas Öman [Tue, 17 Feb 2009 22:25:40 +0000 (22:25 +0000)]
Gopher protocol should depend on networking being enabled.

Ok'd by Måns and DonDiego on IRC.

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

15 years agoAdd missing #includes to fix 'make checkheaders'.
Diego Biurrun [Tue, 17 Feb 2009 21:43:57 +0000 (21:43 +0000)]
Add missing #includes to fix 'make checkheaders'.

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

15 years agoremove now useless get_str16() from rmdec.c
Aurelien Jacobs [Tue, 17 Feb 2009 21:41:50 +0000 (21:41 +0000)]
remove now useless get_str16() from rmdec.c

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

15 years agouse new metadata API in rm (de)muxer
Aurelien Jacobs [Tue, 17 Feb 2009 21:40:38 +0000 (21:40 +0000)]
use new metadata API in rm (de)muxer

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

15 years agoFix @param[in/out] handling
Michael Niedermayer [Tue, 17 Feb 2009 18:20:06 +0000 (18:20 +0000)]
Fix @param[in/out] handling

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

15 years agoapedec: display a warning when truncating a metadata tag
Aurelien Jacobs [Tue, 17 Feb 2009 15:44:11 +0000 (15:44 +0000)]
apedec: display a warning when truncating a metadata tag

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

15 years agoMove initialization of {luma,chroma}_weight_flag[] up,
Gwenole Beauchesne [Tue, 17 Feb 2009 13:41:27 +0000 (13:41 +0000)]
Move initialization of {luma,chroma}_weight_flag[] up,
to make sure they are always initialized.
Patch by Gwenole Beauchesne g${name} splitted-desktop com

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

15 years agocosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the type
Diego Biurrun [Tue, 17 Feb 2009 12:11:46 +0000 (12:11 +0000)]
cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the type
"'inline' is not at beginning of declaration" with -Wextra.

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

15 years agocosmetics: 'const static' --> 'static const' to avoid warnings of the type
Diego Biurrun [Tue, 17 Feb 2009 12:03:10 +0000 (12:03 +0000)]
cosmetics: 'const static' --> 'static const' to avoid warnings of the type
"'static' is not at beginning of declaration" with -Wextra.

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