source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @84fa6e2   17 years lessen42 SimpleBlock keyframe flag is the most significant bit Originally …
(edit) @63ecfc1f   17 years vitor1001 Comment about unsupported sample size Originally committed as …
(edit) @1cc6bd4f   17 years mmhoffm renaming ARCH_BFIN to HAVE_BFIN Originally committed as revision …
(edit) @49488d12   17 years mmhoffm renaming ARCH_BFIN to HAVE_BFIN Originally committed as revision …
(edit) @c40485fa   17 years benoit.fouet add Dénes Balatoni to CREDITS Originally committed as revision 10271 …
(edit) @a861e7e3   17 years diego cosmetics: Add some whitespace for better readability. Originally …
(edit) @ea2c666   17 years diego cosmetics: Sort bitstream filters. Originally committed as revision …
(edit) @035c5919   17 years diego cosmetics: Sort some lines, whitespace changes. Originally committed …
(edit) @1e97ce4a   17 years diego cosmetics: Sort some lines, whitespace changes. Originally committed …
(edit) @d8dfda7   17 years diego Use a consistent multiple inclusion guard. Originally committed as …
(edit) @d9420d4d   17 years gpoirier add simple_idct implemented in Sparc VIS patch by Balatoni Denes % …
(edit) @aa33d809   17 years vitor1001 Rename function Originally committed as revision 10265 to …
(edit) @321c3138   17 years vitor1001 Replace two #define's by inline functions Originally committed as …
(edit) @14da6549   17 years mmhoffm Hooking bfin/mathops.h Originally committed as revision 10263 to …
(edit) @543a90d1   17 years mmhoffm Blackfin 32bit multiplication primitives MULH MUL16 Originally …
(edit) @eafa1c90   17 years Reimar.Doeffinger Replace complicated and currently broken manual alignment code by …
(edit) @46b274d4   17 years lucabe72 Correct packetization for MPEG video frames, and correct setting of …
(edit) @7c8133aa   17 years lucabe72 Remove commented code (payload header extension) Originally committed …
(edit) @06396e11   17 years diego 10l: Actually add the .libs dependency to the seek_test binary, not …
(edit) @f6df400c   17 years lu_zero Backport fix for mpegvideo rtp, fixes Issue119, original fix from …
(edit) @55bf7fb6   17 years lu_zero snow altivec is broken Originally committed as revision 10256 to …
Note: See TracRevisionLog for help on using the revision log.