source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @7f8582df   17 years lessen42 Make sure that the calculated duration doesn't decrease Originally …
(edit) @8ffc5f9e   17 years lessen42 Split some really long lines Originally committed as revision 10373 …
(edit) @3967eb52   17 years lessen42 Correct message Originally committed as revision 10372 to …
(edit) @9e2a3e22   17 years lessen42 Always check the return of mkv_add_seekhead_entry Originally …
(edit) @6d588ecd   17 years lessen42 Pass the returned error code of functions up Originally committed as …
(edit) @c35de1a1   17 years lessen42 Check that the seekheads were created Originally committed as …
(edit) @0b38843a   17 years lessen42 Return AVERROR(ENOMEM) when appropriate Originally committed as …
(edit) @47e08c58   17 years lessen42 Indentation Originally committed as revision 10367 to …
(edit) @0580a12   17 years lessen42 Use assert for conditions that must be true Originally committed as …
(edit) @203cce9a   17 years lessen42 Simplify Originally committed as revision 10365 to …
(edit) @8cf3bb2   17 years lessen42 Grammar nits Originally committed as revision 10364 to …
(edit) @cfde5d18   17 years lessen42 Break long comments Originally committed as revision 10363 to …
(edit) @a6da1aa0   17 years lessen42 Use sample format for bit depth if av_get_bits_per_sample() doesn't …
(edit) @8eb19153   17 years lessen42 Calculate and store DAR rather than SAR Originally committed as …
(edit) @5045da83   17 years lessen42 Clarify comments Originally committed as revision 10360 to …
(edit) @5b66fc16   17 years lessen42 Use PRIu64/PRId64 Originally committed as revision 10359 to …
(edit) @baf71dca   17 years lessen42 Calculate the size of key EBML master elements beforehand so only just …
(edit) @cce800b4   17 years lessen42 Use cluster_pos when checking cluster position Originally committed …
(edit) @f0e9f442   17 years lessen42 Modify put_ebml_size() so that the bytes parameter is exact rather …
(edit) @c635497c   17 years lessen42 Set default subtitle_codec to CODEC_ID_TEXT Originally committed as …
(edit) @ddf16467   17 years lessen42 Simplify Originally committed as revision 10354 to …
(edit) @1c73478c   17 years lessen42 Move calculating the bytes needed to represent a size in EBML to its …
(edit) @9f38fd7e   17 years lessen42 Make a byte always mean a byte Originally committed as revision 10352 …
(edit) @432adc13   17 years lessen42 Simplify put_ebml_id() Originally committed as revision 10351 to …
(edit) @22ccb69a   17 years lessen42 Move ebml_id_size() Originally committed as revision 10350 to …
(edit) @ec8f4ad9   17 years lessen42 Correct handling of smaller unknown sizes Originally committed as …
(edit) @541d443c   17 years lessen42 Use a MD5 hash of some frames to write the segment uid Originally …
(edit) @f095a174   17 years lessen42 Revert using the time to generate the segment uid Originally …
(edit) @57848e9a   17 years lessen42 Doxygenize some comments Originally committed as revision 10346 to …
(edit) @fd150eb6   17 years lessen42 Set the language to undefined if no language specified Originally …
(edit) @55c151ef   17 years lessen42 Add mka muxer Originally committed as revision 10344 to …
(edit) @c1f5aa21   17 years lessen42 Add some debug logging Originally committed as revision 10343 to …
(edit) @7332addd   17 years lessen42 Write the display size elements Originally committed as revision …
(edit) @d1a8d959   17 years lessen42 Revert writing the file creation date Originally committed as …
(edit) @40953362   17 years lessen42 Codec Private should be correct for all but Real codecs now …
(edit) @8a39497   17 years lessen42 Write FLAC codec private correctly Originally committed as revision …
(edit) @86be6637   17 years lessen42 Move writing Xiph-style sizes to its own function Originally …
(edit) @4b8f58ee   17 years lessen42 Write segment UID Originally committed as revision 10337 to …
(edit) @80380a0f   17 years lessen42 Write the creation time Originally committed as revision 10336 to …
(edit) @5fd35c6e   17 years lessen42 Cosmetics Originally committed as revision 10335 to …
(edit) @440e0901   17 years lessen42 Using LIBAVFORMAT_IDENT for both muxing and writing app is good enough …
(edit) @dcbfe3f0   17 years lessen42 Floats aren't used enough to justify writing any with single precision …
(edit) @9245c5ca   17 years lessen42 Simplify Originally committed as revision 10332 to …
(edit) @56e4540d   17 years lessen42 Indentation Originally committed as revision 10331 to …
(edit) @663a5d9   17 years lessen42 Write subtitle tracks Originally committed as revision 10330 to …
(edit) @95527e06   17 years lessen42 Move writing a block to its own function Originally committed as …
(edit) @8bea4aee   17 years lessen42 Only write extradata if it exists Originally committed as revision …
(edit) @07918a22   17 years lessen42 Determine the output sample rate for SBR AAC and write it Originally …
(edit) @6b9a10fb   17 years lessen42 Simplify Originally committed as revision 10326 to …
(edit) @f9c8d57b   17 years lessen42 Keyframe is the first bit not last Originally committed as revision …
(edit) @357eba6f   17 years lessen42 Simplify Originally committed as revision 10324 to …
(edit) @d22f88c   17 years lessen42 Use av_get_bits_per_sample Originally committed as revision 10323 to …
(edit) @44008871   17 years lessen42 Write bit depth for PCM audio Originally committed as revision 10322 …
(edit) @1a302a5c   17 years lessen42 Write wav header if there is no native audio codec ID Originally …
(edit) @6364d534   17 years lessen42 Write the cues element Originally committed as revision 10320 to …
(edit) @1b66d314   17 years lessen42 Doxygenize comments Originally committed as revision 10319 to …
(edit) @4d1fd70c   17 years lessen42 Calculate the size of a SimpleBlock before writing it so that bytes …
(edit) @7973dd0b   17 years lessen42 Indentation Originally committed as revision 10317 to …
(edit) @967d815a   17 years lessen42 Write the Seek Head element Originally committed as revision 10316 to …
(edit) @801edb42   17 years lessen42 Make sure to return a value in functions that return a value …
(edit) @5034ab90   17 years lessen42 Move writing the tracks element to its own function Originally …
(edit) @56d55a3   17 years lessen42 Move Xiph's CodecPrivate writing code to its own function Originally …
(edit) @02f487fc   17 years lessen42 Write the duration of the file Originally committed as revision 10312 …
(edit) @f57b85a5   17 years lessen42 put_ebml_void() Originally committed as revision 10311 to …
(edit) @ab41602   17 years lessen42 Remove unused prototype Originally committed as revision 10310 to …
(edit) @ffb880c2   17 years lessen42 Write unknown size if the size given is too large for EBML (greater …
(edit) @815eb6a2   17 years lessen42 Track number and UID only have to be nonzero Originally committed as …
(edit) @90c02d93   17 years lessen42 SimpleBlocks are Matroska v2 Originally committed as revision 10307 …
(edit) @98186e41   17 years lessen42 Start a new cluster every 5 MB or 5 seconds Originally committed as …
(edit) @6d50a935   17 years lessen42 Fix writing Xiph header sizes Originally committed as revision 10305 …
(edit) @89e81bbb   17 years lessen42 Correctly write CodecPrivate element for Vorbis and Theora Originally …
(edit) @79a58e91   17 years lessen42 Compile fix; missed a variable declaration in the last commit …
(edit) @b1adb69c   17 years lessen42 Write one cluster and SimpleBlocks for the frames. Should now create …
(edit) @f622c4f4   17 years lessen42 First stab at writing the tracks element, still needs some additional …
(edit) @f8e65a32   17 years lessen42 Remove useless debug write Originally committed as revision 10300 to …
(edit) @9b6b0c7   17 years lessen42 put_ebml_float() Originally committed as revision 10299 to …
(edit) @1e18c4d0   17 years lessen42 Const correctness Originally committed as revision 10298 to …
(edit) @81efc03f   17 years lessen42 Get rid of put_ebml_utf8(); the error checking that would have …
(edit) @dbf653f7   17 years lessen42 Cosmetics: align nicely for better readibility Originally committed …
(edit) @cf4f763b   17 years lessen42 Simplify Originally committed as revision 10295 to …
(edit) @67143c0f   17 years lessen42 Beginning of mkv muxer, only EBML head is written correctly …
(edit) @5be3a818   17 years michaelni code to do halfpel interpolation per frame (unfinished and under ifdef …
(edit) @f7b8bffe   17 years ramiro.polla Treat dc1394 as a library Originally committed as revision 10292 to …
(edit) @80a16ccf   17 years mike simplify PTS handling Originally committed as revision 10291 to …
(edit) @f55f27ba   17 years mike Fix issue 123 (Support Magic-carpet fli version, …
(edit) @5d3de5ad   17 years diego Silence warnings about NAL_SVC_NON_IDR in H.264. patch by Carl Eugen …
(edit) @0a1a0a80   17 years benoit.fouet add a close function to bitstream filter Originally committed as …
(edit) @5f2cbb53   17 years lucabe72 Fill the buffer with 0 before writing an SDP in it Originally …
(edit) @1c746a49   17 years benoit.fouet Remove error raising when explicitely skipping frame patch by Carl …
(edit) @9fcbcca6   17 years benoit.fouet If a stream has no start time, but the first packet has a 'pts', use …
(edit) @3f19004e   17 years lucabe72 Set the "B" flag in the payload header Originally committed as …
(edit) @2d7d6d42   17 years lucabe72 Set the "TR" field in the payload header Originally committed as …
(edit) @73130dfe   17 years lucabe72 Correctly set the "P" field in the payload header Originally …
(edit) @9be51815   17 years justin.ruggles fix probe buffer issue. patch by Wolfram Gloger {wmglo at …
(edit) @da0b94f   17 years michaelni workaround ms (lack of) intelligence in their design of dvr-ms yes …
(edit) @becc0ef9   17 years vitor1001 Remove reimplementation of get_unary. Based on a patch by Alex …
(edit) @9d14ffbc   17 years lu_zero Cosmetics Originally committed as revision 10278 to …
(edit) @c0fee8c   17 years Aurélien Jacobs add a warning message for unsupported kind of encoding Originally …
(edit) @ec2fc00d   17 years michaelni fix 1fps videos Originally committed as revision 10276 to …
(edit) @11f81e6a   17 years vitor1001 Cosmetical: Empty line removal Originally committed as revision 10275 …
Note: See TracRevisionLog for help on using the revision log.