466 Commits (9d2cc8c1ee586c4f01745ed78ece1462119c68fb)

Author SHA1 Message Date
Luca Barbato 9fca9c0316 Reverting stray commit part I 18 years ago
Luca Barbato bb0eb714bd get_packetheader() forgot to read the header_checksum in big packets 18 years ago
Dujardin Bernard 1faf7dc807 Doxygen documentation for all functions, patch by Dujardin Bernard, 18 years ago
Diego Biurrun f5a90186d7 Add missing license headers. 18 years ago
Diego Biurrun 32bbf7f70a Remove superfluous comment. 18 years ago
Diego Biurrun e4a4c870cb Add Doxygen author and file description, rephrase a Doxygen comment. 18 years ago
Diego Biurrun 3cee76e6c9 Remove useless conditional. 18 years ago
Diego Biurrun 876e4194c2 spelling/grammar fixes for the Doxygen comments 18 years ago
Diego Biurrun 7122f7c771 Revert previous commit that contained an unrelated hunk. 18 years ago
Diego Biurrun a93575fa3d spelling/grammar fixes for a Doxygen comment 18 years ago
Diego Biurrun 549b2c0cc3 Remove unused #define. 18 years ago
Guillaume Poirier ca9049efc8 fix 2 mistakes in doxy comments, spotted by Michael 18 years ago
Dujardin Bernard 0b0065992e move doxy comments from rational.c to rational.h and add some new comments 18 years ago
Dujardin Bernard 1c95ef8b97 Doxygenize some comments 18 years ago
Måns Rullgård 738940e802 remove [U]INT64_C definition 18 years ago
Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 18 years ago
Ramiro Polla 5dff169489 remove fallback definitions of PRIxNN macros, 18 years ago
Diego Biurrun eafcac6ac8 cosmetics: Fix another common typo, dependAnt --> dependEnt. 18 years ago
Diego Biurrun 804de96a83 cosmetics: fix usefuLL --> usefuL typo 18 years ago
Panagiotis Issaris 0f482cfcb2 Adds Doxygen docs for the av_log function. 18 years ago
Michael Niedermayer 410bf2731d av_noinline 18 years ago
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
Carl Eugen Hoyos 034ef0e8c3 Move base64.[ch] to libavutil. 18 years ago
Michael Niedermayer 9b0dfb27ab slightly improve *_TIMER 18 years ago
François Revol ea65a753eb Remove unused ENODATA define 18 years ago
Baptiste Coudurier 57d7b036ea make key parameter const 18 years ago
Reimar Döffinger 80a289b9bf mxf aes decryption support, patch by Reimar, simplified to only look for first crypto context, will be extended once we get files with multiple cryptocontext, and hope that they won't have broken container ul 18 years ago
Michael Niedermayer fbabf1e0b6 av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t com 18 years ago
Reimar Döffinger a264a081b2 special-case AES-128 decrypter is no longer necessary, the more general 18 years ago
Diego Biurrun 4e960d0a5e 1000l: Revert accidentally committed change. 18 years ago
Diego Biurrun 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 years ago
Michael Niedermayer 7d4495dafe simplify and remove useless index in AV_W* 18 years ago
Reimar Döffinger 4302963daa Move lzo decompression to libavutil 18 years ago
Luca Abeni 434f2c18e8 Increase the av_log() levels, and add some documentation for them 18 years ago
Alex Beregszaszi a3550abd08 add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version) 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Michael Niedermayer 50b4468598 change while loops to do-while as the condition is true the first time and the check just wastes cpu cycles 18 years ago
Michael Niedermayer 4497712f09 simpler branch structure in init (16 bytes smaller object file) 18 years ago
Michael Niedermayer be65b41f90 doxygenize 18 years ago
Michael Niedermayer 3da97cfdfc avoid code duplication 18 years ago
Michael Niedermayer 0726982cdb better to set things to NULL instead of random in case of out of mem 18 years ago
Michael Niedermayer 96e39edc59 simplify av_fifo_realloc() 18 years ago
Michael Niedermayer 765d4f3b4a remove near duplicate function 18 years ago
Michael Niedermayer 870a12d1c2 simplify 18 years ago
Michael Niedermayer f81b99b82b simplify 18 years ago
Michael Niedermayer ca2560dff6 10l (aes_crypt -> av_aes_crypt) 18 years ago
Michael Niedermayer 97f6d1545e fix CONFIG_SMALL again 18 years ago
Michael Niedermayer 5d1b539348 30byte smaller object file 18 years ago
Michael Niedermayer 519773e3a5 10l typo 18 years ago
Michael Niedermayer 6eb7df5c6d public API 18 years ago