source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @4c71d727   18 years michaelni check fragment offset and size yes this too could have been …
(edit) @ae60a857   18 years michaelni move frame header reading into its own function Originally committed …
(edit) @b04d5d31   18 years michaelni more correct packet alignment check and correction Originally …
(edit) @5e2a4855   18 years michaelni 10l Originally committed as revision 7647 to …
(edit) @4c6f7440   18 years michaelni doxygenize comments Originally committed as revision 7646 to …
(edit) @4e15cc8b   18 years michaelni cosmetics (aligne stuff nicely) Originally committed as revision 7645 …
(edit) @d045b8c   18 years michaelni get rid of some sensless malloc/free Originally committed as revision …
(edit) @916bb12c   18 years michaelni simplify Originally committed as revision 7643 to …
(edit) @6bb2a2df   18 years michaelni remove a few unused and duplicated variables Originally committed as …
(edit) @079e8cb9   18 years baptiste.coudurier do not override rc_buffer_occupancy if set Originally committed as …
(edit) @05219463   18 years michaelni adding a few checks to the audio packet descrambling, this should …
(edit) @2c86a57   18 years diego Fix license headers and FSF postal address. Originally committed as …
(edit) @b83e83b9   18 years michaelni cosmetic Originally committed as revision 7639 to …
(edit) @98cc3cea   18 years diego Fix FSF postal address. Originally committed as revision 7638 to …
(edit) @9688979c   18 years diego Fix some more license headers. Originally committed as revision 7637 …
(edit) @fc9eb137   18 years michaelni these variables seem to be unused on the demuxer side so theres no …
(edit) @3fb2ff0b   18 years Aurélien Jacobs fix a typo in deps Originally committed as revision 7635 to …
(edit) @6718659c   18 years diego Remove BeOS hack. Originally committed as revision 7634 to …
(edit) @5577eafa   18 years diego Clarify that Xvid is used for encoding only. Originally committed as …
(edit) @236116cb   18 years michaelni get rid of a few idiotic asserts() Originally committed as revision …
(edit) @b586d9ea   18 years michaelni useless &0x80 Originally committed as revision 7631 to …
(edit) @7ce6a249   18 years diego cosmetics: Sort decoder/encoder/parser variables lists. Originally …
(edit) @773be23   18 years Aurélien Jacobs flashsv encoder also depends on zlib Originally committed as revision …
(edit) @4014fe37   18 years Aurélien Jacobs remove now useless codec_tag setting code in voc muxer Originally …
(edit) @bf60f563   18 years mans remove the last #ifdef from allcodecs.c Originally committed as …
(edit) @ec23a8cb   18 years diego cosmetics: List all encoders together. Originally committed as …
(edit) @9ba60049   18 years diego Remove useless #ifdef. Originally committed as revision 7625 to …
(edit) @f9aba097   18 years mans remove useless #ifdef CONFIG_ZLIB Originally committed as revision …
(edit) @e3d2a690   18 years mans remove useless #ifdef CONFIG_ZLIB Originally committed as revision …
(edit) @299c77d5   18 years mans it's called libgsm, not just gsm Originally committed as revision …
(edit) @21f6aa10   18 years banan Remove debug line. Originally committed as revision 7621 to …
(edit) @8adc51f   18 years banan Add flashsv encoder to changelog and fix the encoder so it actually …
(edit) @621b4c4   18 years mans reorder alphabetically Originally committed as revision 7619 to …
(edit) @90d912af   18 years mans remove no longer needed ifeq tests Originally committed as revision …
(edit) @eba70fa4   18 years mans remove no longer needed #ifdefs Originally committed as revision 7617 …
(edit) @30fd06be   18 years mans check dependencies before setting CONFIG_*/ENABLE_* Originally …
(edit) @053185c2   18 years banan Flash screen video encoder. Originally committed as revision 7615 to …
(edit) @434f2c18   18 years lucabe72 Increase the av_log() levels, and add some documentation for them …
(edit) @95a47d96   18 years gpoirier BeOS cleanup Patch by Ramiro Polla % ramiro A lisha P ufsc P br % …
(edit) @fe468b33   18 years michaelni remove sensless casts Originally committed as revision 7612 to …
(edit) @24c14d6d   18 years michaelni simplify GUIDs Originally committed as revision 7611 to …
(edit) @efbd19fe   18 years diego Declare zlib dependency in the Makefile, not in the source. …
(edit) @60527f3   18 years banan Really fix my never ending mistakes. Originally committed as revision …
(edit) @97ec93e1   18 years banan Don't break compilation on systems without zlib. Originally committed …
(edit) @0f7af066   18 years banan The block_size might be used incorrectly if it is not updated. …
(edit) @5c1844ab   18 years michaelni fix msmpeg4v3 tag in asf Originally committed as revision 7606 to …
(edit) @d65b8230   18 years michaelni simplify Originally committed as revision 7605 to …
(edit) @acf0b6a6   18 years michaelni the context is supposed to be freed in the generic code in utils.c …
(edit) @bb85077f   18 years michaelni remove now useless codec_tag setting code in muxers Originally …
(edit) @07495657   18 years michaelni simplify Originally committed as revision 7602 to …
(edit) @f8a32f45   18 years lu_zero Constantize AVOption, solve few warnings, patch from …
(edit) @5ecfa9f5   18 years michaelni set codec_tag from codec_id if its not set and can be set based on the …
(edit) @4fde033a   18 years michaelni this is wrong but it was that way before the AVCodecTag change, only …
(edit) @65de07ea   18 years banan Fixed a typo, cosmetics. Originally committed as revision 7598 to …
(edit) @96dbe78f   18 years banan Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup. Originally …
(edit) @6c77805f   18 years michaelni get rid of the [4] limitation of codec tag lists Originally committed …
(edit) @5484dad7   18 years Reimar.Doeffinger Fix crash when pred_order greater s->blocksize >> rice_order. Fixes …
(edit) @edb6e506   18 years michaelni export a few more codec_tag-codec_id tables Originally committed as …
(edit) @7caf0cc6   18 years michaelni add codec_id <-> codec_tag tables to AVIn/OutputFormat Originally …
(edit) @5c4e1928   18 years michaelni fix indention (dunno why it was messed up ...) Originally committed …
(edit) @88e7a4d1   18 years michaelni checking bitstream values and other related changes some of these …
(edit) @40d9c544   18 years Reimar.Doeffinger Attempt to better document AVFMT_NOFILE. Originally committed as …
(edit) @b8e705ec   18 years Reimar.Doeffinger Demuxers with AVFMT_NOFILE will open a (possibly different) file …
(edit) @a3550abd   18 years alex add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment …
(edit) @fead30d4   18 years alex rename BE/LE_8/16/32 to AV_RL/B_8/16/32 Originally committed as …
(edit) @50eaa857   18 years gpoirier remove useless cast that makes code unreadable Originally committed …
(edit) @ac658be5   18 years gpoirier harden h264 decoding to prevent some crashes when input data is …
(edit) @045bdb5a   18 years michaelni uint16->uint8 Originally committed as revision 7584 to …
(edit) @76375024   18 years Aurélien Jacobs cosmetics: indentation Originally committed as revision 7583 to …
(edit) @c9c1a8e7   18 years revol The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, …
(edit) @e9d511dc   18 years revol The long awaited BeOS cleanup, phase 1 Originally committed as …
(edit) @453cd7a4   18 years alex omg, major typo (fails if card supports rgb24) Originally committed …
(edit) @e2158da8   18 years takis.issaris Change the Snow encoder to always use the available MotionEstContext …
(edit) @2a048239   18 years diego Add/update some comments. Originally committed as revision 7578 to …
(edit) @7dc0c991   18 years diego Rename do_libav var so as not to clash with the do_libav function on …
(edit) @50b44685   18 years michaelni change while loops to do-while as the condition is true the first time …
(edit) @4497712f   18 years michaelni simpler branch structure in init (16 bytes smaller object file) …
(edit) @be65b41f   18 years michaelni doxygenize Originally committed as revision 7574 to …
(edit) @3da97cf   18 years michaelni avoid code duplication Originally committed as revision 7573 to …
(edit) @0726982c   18 years michaelni better to set things to NULL instead of random in case of out of mem …
(edit) @96e39edc   18 years michaelni simplify av_fifo_realloc() Originally committed as revision 7571 to …
(edit) @765d4f3b   18 years michaelni remove near duplicate function Originally committed as revision 7570 …
(edit) @870a12d1   18 years michaelni simplify Originally committed as revision 7569 to …
(edit) @f81b99b8   18 years michaelni simplify Originally committed as revision 7568 to …
(edit) @80036204   18 years michaelni simplify Originally committed as revision 7567 to …
(edit) @79acfb0e   18 years lu_zero Avoid branches in the loop and solve a gcc warning Originally …
(edit) @b90ba24b   18 years michaelni simplify pts/dts reading Originally committed as revision 7565 to …
(edit) @6845801f   18 years lu_zero Cosmetics Originally committed as revision 7564 to …
(edit) @75a9fbb9   18 years michaelni cosmetic Originally committed as revision 7563 to …
(edit) @7e4709b1   18 years michaelni reduce len checks, simplifies code there is a very small chance that a …
(edit) @04675319   18 years takis.issaris fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm and …
(edit) @e56cfad   18 years michaelni seperate redo (we dont handle this possibly valid packet) from …
(edit) @ca2560d   18 years michaelni 10l (aes_crypt -> av_aes_crypt) Originally committed as revision 7559 …
(edit) @d9319cce   18 years michaelni set data_size to 0 so that in case we return without setting it …
(edit) @b82d0bfe   18 years mans update swf regression checksum Originally committed as revision 7557 …
(edit) @db69c2e5   18 years diego Make nb_streams unsigned to avoid an ugly cast. Originally committed …
(edit) @a02142a5   18 years lu_zero fix a gcc warning, avoid an unnecessary operation Originally …
(edit) @97f6d15   18 years michaelni fix CONFIG_SMALL again Originally committed as revision 7554 to …
(edit) @5d1b5393   18 years michaelni 30byte smaller object file Originally committed as revision 7553 to …
(edit) @519773e3   18 years michaelni 10l typo Originally committed as revision 7552 to …
Note: See TracRevisionLog for help on using the revision log.