]> git.sesse.net Git - ffmpeg/log
ffmpeg
16 years agoCosmetic, change "fvstats" to "vstats_file".
Stefano Sabatini [Thu, 6 Sep 2007 20:11:02 +0000 (20:11 +0000)]
Cosmetic, change "fvstats" to "vstats_file".
Patch by Stefano Sabatini: [stefano sabatini-lala poste it]

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

16 years agoSet data_size to zero when DCA header parse failed
Limin Wang [Thu, 6 Sep 2007 14:55:13 +0000 (14:55 +0000)]
Set data_size to zero when DCA header parse failed
Patch by Limin Wang <lance('\\'>>1)lmwang>(0x24^'D')<gmail>('/' & 0xFE)<com>
Thread [PATCH] set data_size to zero if failed to parse dca header

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

16 years agoAdd a bitstream filter for H.264.
Benoit Fouet [Thu, 6 Sep 2007 12:36:07 +0000 (12:36 +0000)]
Add a bitstream filter for H.264.

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

16 years agoUse V_MPEG4/ISO/ASP for mpeg4 when muxing mkv
David Conrad [Thu, 6 Sep 2007 05:14:09 +0000 (05:14 +0000)]
Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkv

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

16 years agoSet correct length for last slice in frame subpacket
Kostya Shishkov [Thu, 6 Sep 2007 03:36:38 +0000 (03:36 +0000)]
Set correct length for last slice in frame subpacket

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

16 years agomention slice-based parallel H.264 decoding in changelog
Guillaume Poirier [Wed, 5 Sep 2007 22:22:34 +0000 (22:22 +0000)]
mention slice-based parallel H.264 decoding in changelog

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

16 years agocosmetics: Add some whitespace for better readability.
Diego Biurrun [Wed, 5 Sep 2007 20:42:17 +0000 (20:42 +0000)]
cosmetics: Add some whitespace for better readability.

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

16 years agospelling/wording nits in some Doxygen comments
Diego Biurrun [Wed, 5 Sep 2007 20:31:40 +0000 (20:31 +0000)]
spelling/wording nits in some Doxygen comments

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

16 years agoAvoid a crash when H264 MMC operation causes the short term reference
Jeff Downs [Wed, 5 Sep 2007 20:04:09 +0000 (20:04 +0000)]
Avoid a crash when H264 MMC operation causes the short term reference
list to be emptied.
Patch by Jeff Downs: [heydowns borg com]

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

16 years agoRename dc1394.c to libdc1394.c
Ramiro Polla [Wed, 5 Sep 2007 18:57:03 +0000 (18:57 +0000)]
Rename dc1394.c to libdc1394.c

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

16 years agoPrefix library format names with 'lib' in libavformat
Ramiro Polla [Wed, 5 Sep 2007 18:55:20 +0000 (18:55 +0000)]
Prefix library format names with 'lib' in libavformat

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

16 years agoRemove --disable-{v4l,v4l2} options from configure
Ramiro Polla [Wed, 5 Sep 2007 18:52:14 +0000 (18:52 +0000)]
Remove --disable-{v4l,v4l2} options from configure
--disable-demuxer={v4l,v4l2} should be used instead

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

16 years agoGive better filenames to bktr and v4l grabbers
Ramiro Polla [Wed, 5 Sep 2007 18:44:06 +0000 (18:44 +0000)]
Give better filenames to bktr and v4l grabbers

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

16 years agoRemove video_grab_ prefix from video_grab_{bktr,v4l}
Ramiro Polla [Wed, 5 Sep 2007 18:29:58 +0000 (18:29 +0000)]
Remove video_grab_ prefix from video_grab_{bktr,v4l}

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

16 years agorevert 10409
Michael Niedermayer [Wed, 5 Sep 2007 17:25:39 +0000 (17:25 +0000)]
revert 10409
there is no need for put_timestamp to be exported it is not used outside the
PES code

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

16 years agoexport put_timestamp()
Michael Niedermayer [Wed, 5 Sep 2007 17:14:25 +0000 (17:14 +0000)]
export put_timestamp()
this will be needed for spliting the PES muxer code out

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

16 years agoMake sure that if a stream has a duration but the container doesn't
Neil Brown [Wed, 5 Sep 2007 16:47:48 +0000 (16:47 +0000)]
Make sure that if a stream has a duration but the container doesn't
then the container duration is set from the stream duration.

patch by Neil Brown: [ neilb suse de]
original thread: [FFmpeg-devel] [patch 3/3] Make timing calculations
less dependant on start_time being defined.
date: 08/16/2007 08:27 AM

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

16 years agoAdd slice-based parallel H.264 decoding
Andreas Öman [Wed, 5 Sep 2007 16:18:15 +0000 (16:18 +0000)]
Add slice-based parallel H.264 decoding
Patch by Andreas Öman % andreas A olebyn P nu %
NB: depends on having a thread library activated at config time, and on
having a source encoded with multiple slices
Original threads:
date: May 18, 2007 11:00 PM
subject: [FFmpeg-devel] Parallelized h264 proof-of-concept
date: Jun 15, 2007 10:10 PM
subject: [FFmpeg-devel] [PATCH] h264 parallelized, (was: Parallelized h264 proof-of-concept)
date: Jun 25, 2007 7:02 PM
subject: Re: [FFmpeg-devel] [PATCH] h264 parallelized

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

16 years agousing isnan instead of d==d, to signal correctly parsed option
Marc Hoffman [Wed, 5 Sep 2007 15:00:00 +0000 (15:00 +0000)]
using isnan instead of d==d, to signal correctly parsed option

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

16 years agoCorrect initial timestamp
Wolfram Gloger [Wed, 5 Sep 2007 14:11:33 +0000 (14:11 +0000)]
Correct initial timestamp
Patch by Wolfram Gloger: [wmglo $ dent med uni-muenchen de]
Original thread:
[FFmpeg-devel] [PATCH] av_estimate_timings_from_pts corrupt timestamps
date: 08/25/2007 09:51 PM

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

16 years agoReplace outdated BeOS section with a note that says that it is broken.
Diego Biurrun [Wed, 5 Sep 2007 12:24:39 +0000 (12:24 +0000)]
Replace outdated BeOS section with a note that says that it is broken.

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

16 years agoAdd description for feature_request/open/approved.
Mark Cox [Wed, 5 Sep 2007 11:46:23 +0000 (11:46 +0000)]
Add description for feature_request/open/approved.
patch by Mark Cox, melbournemark+ffmpeg gmail com

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

16 years agoFix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm.
Tao Huang [Wed, 5 Sep 2007 11:05:33 +0000 (11:05 +0000)]
Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm.
Speed up > 4%.
patch by Tao Huang, ulysses.huang gmail com

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

16 years agoSort one more list alphabetically.
Diego Biurrun [Wed, 5 Sep 2007 10:38:59 +0000 (10:38 +0000)]
Sort one more list alphabetically.

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

16 years agoAlphabetically sort library dependencies list.
Diego Biurrun [Wed, 5 Sep 2007 10:04:55 +0000 (10:04 +0000)]
Alphabetically sort library dependencies list.

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

16 years agoFix links to ARM documentation
Guillaume Poirier [Wed, 5 Sep 2007 07:49:01 +0000 (07:49 +0000)]
Fix links to ARM documentation

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

16 years agoAAC support in the SDP generator
Luca Abeni [Wed, 5 Sep 2007 06:30:59 +0000 (06:30 +0000)]
AAC support in the SDP generator

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

16 years agoMove H.264 intra prediction functions into their own context
Kostya Shishkov [Wed, 5 Sep 2007 05:30:08 +0000 (05:30 +0000)]
Move H.264 intra prediction functions into their own context

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

16 years ago16bit IDWT implementation note
Michael Niedermayer [Wed, 5 Sep 2007 02:04:12 +0000 (02:04 +0000)]
16bit IDWT implementation note

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

16 years agomore todo
Michael Niedermayer [Wed, 5 Sep 2007 01:57:29 +0000 (01:57 +0000)]
more todo

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

16 years agoadd a 8 taps filter for testing
Michael Niedermayer [Wed, 5 Sep 2007 01:49:14 +0000 (01:49 +0000)]
add a 8 taps filter for testing

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

16 years agofix decoding of dracula.4xm before diego complains
Michael Niedermayer [Wed, 5 Sep 2007 01:21:32 +0000 (01:21 +0000)]
fix decoding of dracula.4xm before diego complains

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

16 years agofix segfault with dracula.4xm
Michael Niedermayer [Wed, 5 Sep 2007 01:14:17 +0000 (01:14 +0000)]
fix segfault with dracula.4xm
closes issue132

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

16 years agoMatroska regression tests
David Conrad [Wed, 5 Sep 2007 01:05:54 +0000 (01:05 +0000)]
Matroska regression tests

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

16 years agoReplace constants by HTAPS (half pel interpolation filter taps) where appropriate.
Michael Niedermayer [Wed, 5 Sep 2007 00:49:09 +0000 (00:49 +0000)]
Replace constants by HTAPS (half pel interpolation filter taps) where appropriate.

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

16 years agoEnable Matroska muxer
David Conrad [Wed, 5 Sep 2007 00:38:42 +0000 (00:38 +0000)]
Enable Matroska muxer

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

16 years agoGrammar nits
David Conrad [Wed, 5 Sep 2007 00:26:11 +0000 (00:26 +0000)]
Grammar nits

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

16 years agoAlways use AVFormatContext for av_log messages
David Conrad [Wed, 5 Sep 2007 00:26:09 +0000 (00:26 +0000)]
Always use AVFormatContext for av_log messages

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

16 years agoRename ebml size functions to indicate that they can be used for more kinds of numbers
David Conrad [Wed, 5 Sep 2007 00:26:07 +0000 (00:26 +0000)]
Rename ebml size functions to indicate that they can be used for more kinds of numbers

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

16 years agoWe shouldn't be passing in sizes larger than 2^56-2, so use an assert
David Conrad [Wed, 5 Sep 2007 00:26:04 +0000 (00:26 +0000)]
We shouldn't be passing in sizes larger than 2^56-2, so use an assert

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

16 years agoIndentation
David Conrad [Wed, 5 Sep 2007 00:26:03 +0000 (00:26 +0000)]
Indentation

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

16 years agoDon't seek when streamed
David Conrad [Wed, 5 Sep 2007 00:26:00 +0000 (00:26 +0000)]
Don't seek when streamed

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

16 years agoGet rid of useless braces
David Conrad [Wed, 5 Sep 2007 00:25:58 +0000 (00:25 +0000)]
Get rid of useless braces

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

16 years agoIndent
David Conrad [Wed, 5 Sep 2007 00:25:56 +0000 (00:25 +0000)]
Indent

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

16 years agoMatch the behaviour betwen the bmp and wav codec tag lookups
David Conrad [Wed, 5 Sep 2007 00:25:54 +0000 (00:25 +0000)]
Match the behaviour betwen the bmp and wav codec tag lookups

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

16 years agoWrite codecprivate to a dynamic buffer so that seeking isn't required
David Conrad [Wed, 5 Sep 2007 00:25:52 +0000 (00:25 +0000)]
Write codecprivate to a dynamic buffer so that seeking isn't required

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

16 years agoMove writing codec private element to its own function
David Conrad [Wed, 5 Sep 2007 00:25:49 +0000 (00:25 +0000)]
Move writing codec private element to its own function

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

16 years agoCosmetics
David Conrad [Wed, 5 Sep 2007 00:25:46 +0000 (00:25 +0000)]
Cosmetics

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

16 years agoUse num_entries directly rather than mixing it with a local copy
David Conrad [Wed, 5 Sep 2007 00:25:44 +0000 (00:25 +0000)]
Use num_entries directly rather than mixing it with a local copy

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

16 years agoDoxygenify comments
David Conrad [Wed, 5 Sep 2007 00:25:42 +0000 (00:25 +0000)]
Doxygenify comments

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

16 years agoMake sure that the calculated duration doesn't decrease
David Conrad [Wed, 5 Sep 2007 00:25:40 +0000 (00:25 +0000)]
Make sure that the calculated duration doesn't decrease

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

16 years agoSplit some really long lines
David Conrad [Wed, 5 Sep 2007 00:25:38 +0000 (00:25 +0000)]
Split some really long lines

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

16 years agoCorrect message
David Conrad [Wed, 5 Sep 2007 00:25:35 +0000 (00:25 +0000)]
Correct message

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

16 years agoAlways check the return of mkv_add_seekhead_entry
David Conrad [Wed, 5 Sep 2007 00:25:34 +0000 (00:25 +0000)]
Always check the return of mkv_add_seekhead_entry

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

16 years agoPass the returned error code of functions up
David Conrad [Wed, 5 Sep 2007 00:25:32 +0000 (00:25 +0000)]
Pass the returned error code of functions up

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

16 years agoCheck that the seekheads were created
David Conrad [Wed, 5 Sep 2007 00:25:29 +0000 (00:25 +0000)]
Check that the seekheads were created

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

16 years agoReturn AVERROR(ENOMEM) when appropriate
David Conrad [Wed, 5 Sep 2007 00:25:27 +0000 (00:25 +0000)]
Return AVERROR(ENOMEM) when appropriate

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

16 years agoIndentation
David Conrad [Wed, 5 Sep 2007 00:25:24 +0000 (00:25 +0000)]
Indentation

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

16 years agoUse assert for conditions that must be true
David Conrad [Wed, 5 Sep 2007 00:25:22 +0000 (00:25 +0000)]
Use assert for conditions that must be true

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

16 years agoSimplify
David Conrad [Wed, 5 Sep 2007 00:25:20 +0000 (00:25 +0000)]
Simplify

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

16 years agoGrammar nits
David Conrad [Wed, 5 Sep 2007 00:25:18 +0000 (00:25 +0000)]
Grammar nits

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

16 years agoBreak long comments
David Conrad [Wed, 5 Sep 2007 00:25:16 +0000 (00:25 +0000)]
Break long comments

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

16 years agoUse sample format for bit depth if av_get_bits_per_sample() doesn't give one
David Conrad [Wed, 5 Sep 2007 00:25:14 +0000 (00:25 +0000)]
Use sample format for bit depth if av_get_bits_per_sample() doesn't give one

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

16 years agoCalculate and store DAR rather than SAR
David Conrad [Wed, 5 Sep 2007 00:25:07 +0000 (00:25 +0000)]
Calculate and store DAR rather than SAR

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

16 years agoClarify comments
David Conrad [Wed, 5 Sep 2007 00:25:04 +0000 (00:25 +0000)]
Clarify comments

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

16 years agoUse PRIu64/PRId64
David Conrad [Wed, 5 Sep 2007 00:24:58 +0000 (00:24 +0000)]
Use PRIu64/PRId64

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

16 years agoCalculate the size of key EBML master elements beforehand so only just enough size...
David Conrad [Wed, 5 Sep 2007 00:24:56 +0000 (00:24 +0000)]
Calculate the size of key EBML master elements beforehand so only just enough size is reserved for the size

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

16 years agoUse cluster_pos when checking cluster position
David Conrad [Wed, 5 Sep 2007 00:24:53 +0000 (00:24 +0000)]
Use cluster_pos when checking cluster position

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

16 years agoModify put_ebml_size() so that the bytes parameter is exact rather than minimum
David Conrad [Wed, 5 Sep 2007 00:24:50 +0000 (00:24 +0000)]
Modify put_ebml_size() so that the bytes parameter is exact rather than minimum

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

16 years agoSet default subtitle_codec to CODEC_ID_TEXT
David Conrad [Wed, 5 Sep 2007 00:24:48 +0000 (00:24 +0000)]
Set default subtitle_codec to CODEC_ID_TEXT

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

16 years agoSimplify
David Conrad [Wed, 5 Sep 2007 00:24:44 +0000 (00:24 +0000)]
Simplify

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

16 years agoMove calculating the bytes needed to represent a size in EBML to its own function
David Conrad [Wed, 5 Sep 2007 00:24:42 +0000 (00:24 +0000)]
Move calculating the bytes needed to represent a size in EBML to its own function

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

16 years agoMake a byte always mean a byte
David Conrad [Wed, 5 Sep 2007 00:24:39 +0000 (00:24 +0000)]
Make a byte always mean a byte

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

16 years agoSimplify put_ebml_id()
David Conrad [Wed, 5 Sep 2007 00:24:36 +0000 (00:24 +0000)]
Simplify put_ebml_id()

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

16 years agoMove ebml_id_size()
David Conrad [Wed, 5 Sep 2007 00:24:34 +0000 (00:24 +0000)]
Move ebml_id_size()

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

16 years agoCorrect handling of smaller unknown sizes
David Conrad [Wed, 5 Sep 2007 00:24:31 +0000 (00:24 +0000)]
Correct handling of smaller unknown sizes

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

16 years agoUse a MD5 hash of some frames to write the segment uid
David Conrad [Wed, 5 Sep 2007 00:24:29 +0000 (00:24 +0000)]
Use a MD5 hash of some frames to write the segment uid

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

16 years agoRevert using the time to generate the segment uid
David Conrad [Wed, 5 Sep 2007 00:24:27 +0000 (00:24 +0000)]
Revert using the time to generate the segment uid

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

16 years agoDoxygenize some comments
David Conrad [Wed, 5 Sep 2007 00:24:25 +0000 (00:24 +0000)]
Doxygenize some comments

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

16 years agoSet the language to undefined if no language specified
David Conrad [Wed, 5 Sep 2007 00:24:22 +0000 (00:24 +0000)]
Set the language to undefined if no language specified

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

16 years agoAdd mka muxer
David Conrad [Wed, 5 Sep 2007 00:24:19 +0000 (00:24 +0000)]
Add mka muxer

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

16 years agoAdd some debug logging
David Conrad [Wed, 5 Sep 2007 00:24:17 +0000 (00:24 +0000)]
Add some debug logging

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

16 years agoWrite the display size elements
David Conrad [Wed, 5 Sep 2007 00:24:15 +0000 (00:24 +0000)]
Write the display size elements

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

16 years agoRevert writing the file creation date
David Conrad [Wed, 5 Sep 2007 00:24:12 +0000 (00:24 +0000)]
Revert writing the file creation date

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

16 years agoCodec Private should be correct for all but Real codecs now
David Conrad [Wed, 5 Sep 2007 00:24:10 +0000 (00:24 +0000)]
Codec Private should be correct for all but Real codecs now

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

16 years agoWrite FLAC codec private correctly
David Conrad [Wed, 5 Sep 2007 00:24:08 +0000 (00:24 +0000)]
Write FLAC codec private correctly

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

16 years agoMove writing Xiph-style sizes to its own function
David Conrad [Wed, 5 Sep 2007 00:24:06 +0000 (00:24 +0000)]
Move writing Xiph-style sizes to its own function

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

16 years agoWrite segment UID
David Conrad [Wed, 5 Sep 2007 00:24:03 +0000 (00:24 +0000)]
Write segment UID

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

16 years agoWrite the creation time
David Conrad [Wed, 5 Sep 2007 00:24:01 +0000 (00:24 +0000)]
Write the creation time

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

16 years agoCosmetics
David Conrad [Wed, 5 Sep 2007 00:23:59 +0000 (00:23 +0000)]
Cosmetics

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

16 years agoUsing LIBAVFORMAT_IDENT for both muxing and writing app is good enough
David Conrad [Wed, 5 Sep 2007 00:23:57 +0000 (00:23 +0000)]
Using LIBAVFORMAT_IDENT for both muxing and writing app is good enough

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

16 years agoFloats aren't used enough to justify writing any with single precision
David Conrad [Wed, 5 Sep 2007 00:23:55 +0000 (00:23 +0000)]
Floats aren't used enough to justify writing any with single precision

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

16 years agoSimplify
David Conrad [Wed, 5 Sep 2007 00:23:53 +0000 (00:23 +0000)]
Simplify

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

16 years agoIndentation
David Conrad [Wed, 5 Sep 2007 00:23:52 +0000 (00:23 +0000)]
Indentation

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

16 years agoWrite subtitle tracks
David Conrad [Wed, 5 Sep 2007 00:23:49 +0000 (00:23 +0000)]
Write subtitle tracks

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

16 years agoMove writing a block to its own function
David Conrad [Wed, 5 Sep 2007 00:23:47 +0000 (00:23 +0000)]
Move writing a block to its own function

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

16 years agoOnly write extradata if it exists
David Conrad [Wed, 5 Sep 2007 00:23:46 +0000 (00:23 +0000)]
Only write extradata if it exists

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

16 years agoDetermine the output sample rate for SBR AAC and write it
David Conrad [Wed, 5 Sep 2007 00:23:43 +0000 (00:23 +0000)]
Determine the output sample rate for SBR AAC and write it

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

16 years agoSimplify
David Conrad [Wed, 5 Sep 2007 00:23:41 +0000 (00:23 +0000)]
Simplify

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

16 years agoKeyframe is the first bit not last
David Conrad [Wed, 5 Sep 2007 00:23:39 +0000 (00:23 +0000)]
Keyframe is the first bit not last

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