2007-06-05 |
Reimar Döffinger | Part of MPlayer patch: |
tree | commitdiff |
2007-05-30 |
Carl Eugen Hoyos | rename attribute_unused to av_unused and moves its... |
tree | commitdiff |
2007-05-16 |
Diego Biurrun | Remove extern C declarations for C++. |
tree | commitdiff |
2007-05-13 |
Michael Niedermayer | correct last element inited check |
tree | commitdiff |
2007-05-10 |
Jindřich Makovička | Proper fix for r8963 |
tree | commitdiff |
2007-05-07 |
Ivo van Poorten | add AV_[RW][BL]64 support |
tree | commitdiff |
2007-05-04 |
Michael Niedermayer | reduce number of shifts |
tree | commitdiff |
2007-05-04 |
Michael Niedermayer | simplify |
tree | commitdiff |
2007-04-27 |
Attila Kinali | add missing include of bswap.h |
tree | commitdiff |
2007-04-27 |
Diego Biurrun | Mark code parts that cannot work on AMD64 due to broken... |
tree | commitdiff |
2007-04-26 |
Ramiro Polla | reorder bswap functions into bit-depth, special-casing... |
tree | commitdiff |
2007-04-26 |
Ramiro Polla | make 2 functions "return x;" to simplify next patch |
tree | commitdiff |
2007-04-25 |
Ramiro Polla | "fast unaligned" bytestream functions |
tree | commitdiff |
2007-04-24 |
Marc Hoffman | Faster 32 bit byteswaping code for Blackfin. |
tree | commitdiff |
2007-04-24 |
Diego Biurrun | cosmetics: Reorder endianness macros by bit depth,... |
tree | commitdiff |
2007-04-24 |
Diego Biurrun | Move ebx_available and ebp_available from CONFIG_LIST... |
tree | commitdiff |
2007-04-20 |
Alex Beregszaszi | remove possibly broken wince cruft |
tree | commitdiff |
2007-04-03 |
Ramiro Polla | Add first and second output to earlyclobbers in COPY3_I... |
tree | commitdiff |
2007-03-29 |
Panagiotis Issaris | Fix compilation when using the --disable-opts parameter... |
tree | commitdiff |
2007-03-27 |
Michael Niedermayer | prevent exit missuse |
tree | commitdiff |
2007-03-19 |
Luca Barbato | expose av_base64_decode and av_base64_encode |
tree | commitdiff |
2007-03-14 |
Michael Niedermayer | 160 bytes smaller object file, ask gcc devels why |
tree | commitdiff |
2007-03-14 |
Michael Niedermayer | explain where the T table comes from |
tree | commitdiff |
2007-03-14 |
Michael Niedermayer | kill 3 more av_mallocz_static() |
tree | commitdiff |
2007-03-13 |
Michael Niedermayer | cosmetic (order context variables like in sha1) |
tree | commitdiff |
2007-03-13 |
Michael Niedermayer | s/context/ctx/ |
tree | commitdiff |
2007-03-13 |
Michael Niedermayer | #undef printf under #ifdef TEST (needed for testing) |
tree | commitdiff |
2007-03-13 |
Michael Niedermayer | borrow finalization algo from sha1 (100byte smaller) |
tree | commitdiff |
2007-03-13 |
Michael Niedermayer | get rid of b_used variable (same size with CONFIG_SMALL) |
tree | commitdiff |
2007-03-13 |
Michael Niedermayer | smaller av_sha1_update() |
tree | commitdiff |
2007-03-13 |
Michael Niedermayer | use CONFIG_SMALL |
tree | commitdiff |
2007-03-13 |
Michael Niedermayer | put state[5] last so no padding is needed on arch where... |
tree | commitdiff |
2007-03-13 |
Michael Niedermayer | cosmetic |
tree | commitdiff |
2007-03-13 |
Michael Niedermayer | dont memcpy() simpler and same speed |
tree | commitdiff |
2007-03-13 |
Michael Niedermayer | simplify |
tree | commitdiff |
2007-03-13 |
Michael Niedermayer | remove middle variant (keep fastest and smallest) |
tree | commitdiff |
2007-03-13 |
Michael Niedermayer | 10l |
tree | commitdiff |
2007-03-13 |
Michael Niedermayer | double ;; |
tree | commitdiff |
2007-03-13 |
Michael Niedermayer | factorize VARIANT2 (smaller and slower) |
tree | commitdiff |
2007-03-13 |
Michael Niedermayer | revert 2% speed loss change (r8360) |
tree | commitdiff |
2007-03-13 |
Michael Niedermayer | zero byte idea by rich |
tree | commitdiff |
2007-03-13 |
Michael Niedermayer | 2 other variants of how to implement the core part |
tree | commitdiff |
2007-03-12 |
Michael Niedermayer | cosmetic cleanup |
tree | commitdiff |
2007-03-12 |
Michael Niedermayer | cosmetic cleanup |
tree | commitdiff |
2007-03-12 |
Michael Niedermayer | 10% smaller object file, 2% slower |
tree | commitdiff |
2007-03-12 |
Michael Niedermayer | very slightly smaller object file |
tree | commitdiff |
2007-03-12 |
Michael Niedermayer | make count count bytes not bits (this is simpler and... |
tree | commitdiff |
2007-03-12 |
Michael Niedermayer | remove bigger and slower code |
tree | commitdiff |
2007-03-12 |
Michael Niedermayer | dont recommand testing with -O3 |
tree | commitdiff |
2007-03-12 |
Michael Niedermayer | avoid silly ring buffer logic (faster with -O2, -O3... |
tree | commitdiff |
2007-03-12 |
Michael Niedermayer | its faster to copy the data to the stack it seems ... |
tree | commitdiff |
2007-03-12 |
Michael Niedermayer | explain how to test it |
tree | commitdiff |
2007-03-12 |
Michael Niedermayer | simple SHA-1 implementation |
tree | commitdiff |
2007-03-12 |
Panagiotis Issaris | Install mem.h on "make install" as: |
tree | commitdiff |
2007-03-12 |
Panagiotis Issaris | Move the memory related functions out of common.h into... |
tree | commitdiff |
2007-03-12 |
Michel Bardiaux | Give context to dprintf |
tree | commitdiff |
2007-03-09 |
Panagiotis Issaris | Fix typo in Doxygen comments. |
tree | commitdiff |
2007-03-08 |
Michel Bardiaux | Corrections so that builds with DEBUG work |
tree | commitdiff |
2007-03-06 |
Alex Beregszaszi | add little endian 24bit read/write |
tree | commitdiff |
2007-03-05 |
Panagiotis Issaris | Move unaltered av_freep() comments to the header file. |
tree | commitdiff |
2007-03-05 |
Panagiotis Issaris | Move unaltered av_free() comments to the header file. |
tree | commitdiff |
2007-03-05 |
Panagiotis Issaris | Move unaltered av_realloc() comments to the header... |
tree | commitdiff |
2007-03-05 |
Panagiotis Issaris | Move unaltered av_malloc() comments to the header file. |
tree | commitdiff |
2007-03-04 |
Panagiotis Issaris | Move av_log2_i()'s unaltered comments to the header... |
tree | commitdiff |
2007-03-04 |
Panagiotis Issaris | Move av_i2int()'s unaltered comments to the header... |
tree | commitdiff |
2007-03-04 |
Panagiotis Issaris | Move av_int2i()'s unaltered comments to the header... |
tree | commitdiff |
2007-03-04 |
Panagiotis Issaris | Move av_cmp_i()'s unaltered comment to the header file. |
tree | commitdiff |
2007-03-04 |
Panagiotis Issaris | Move av_shr_i()'s unaltered comments to the header... |
tree | commitdiff |
2007-03-04 |
Panagiotis Issaris | Move av_div_i()'s comments to the header file. The... |
tree | commitdiff |
2007-03-04 |
Panagiotis Issaris | Move av_mod_i()'s comment to the header file. The moved... |
tree | commitdiff |
2007-03-04 |
Panagiotis Issaris | Move the unaltered Doxygen docs from the log source... |
tree | commitdiff |
2007-03-04 |
Baptiste Coudurier | add R/WB24 functions |
tree | commitdiff |
2007-03-02 |
Diego Biurrun | Improve Doxygen documentation, inspired by Michael... |
tree | commitdiff |
2007-02-28 |
Luca Barbato | Reverting stray commit part II, r8156 had the base64... |
tree | commitdiff |
2007-02-28 |
Luca Barbato | Reverting stray commit part I |
tree | commitdiff |
2007-02-28 |
Luca Barbato | get_packetheader() forgot to read the header_checksum... |
tree | commitdiff |
2007-02-27 |
Dujardin Bernard | Doxygen documentation for all functions, patch by Dujar... |
tree | commitdiff |
2007-02-27 |
Diego Biurrun | Add missing license headers. |
tree | commitdiff |
2007-02-27 |
Diego Biurrun | Remove superfluous comment. |
tree | commitdiff |
2007-02-27 |
Diego Biurrun | Add Doxygen author and file description, rephrase a... |
tree | commitdiff |
2007-02-27 |
Diego Biurrun | Remove useless conditional. |
tree | commitdiff |
2007-02-27 |
Diego Biurrun | spelling/grammar fixes for the Doxygen comments |
tree | commitdiff |
2007-02-27 |
Diego Biurrun | Revert previous commit that contained an unrelated... |
tree | commitdiff |
2007-02-26 |
Diego Biurrun | spelling/grammar fixes for a Doxygen comment |
tree | commitdiff |
2007-02-26 |
Diego Biurrun | Remove unused #define. |
tree | commitdiff |
2007-02-26 |
Guillaume Poirier | fix 2 mistakes in doxy comments, spotted by Michael |
tree | commitdiff |
2007-02-26 |
Dujardin Bernard | move doxy comments from rational.c to rational.h and... |
tree | commitdiff |
2007-02-26 |
Dujardin Bernard | Doxygenize some comments |
tree | commitdiff |
2007-02-25 |
Måns Rullgård | remove [U]INT64_C definition |
tree | commitdiff |
2007-02-25 |
Reimar Döffinger | Add av_ prefix to clip functions |
tree | commitdiff |
2007-02-24 |
Ramiro Polla | remove fallback definitions of PRIxNN macros, |
tree | commitdiff |
2007-02-24 |
Diego Biurrun | cosmetics: Fix another common typo, dependAnt --> depen... |
tree | commitdiff |
2007-02-22 |
Diego Biurrun | cosmetics: fix usefuLL --> usefuL typo |
tree | commitdiff |
2007-02-20 |
Panagiotis Issaris | Adds Doxygen docs for the av_log function. |
tree | commitdiff |
2007-02-16 |
Michael Niedermayer | av_noinline |
tree | commitdiff |
2007-02-13 |
François Revol | This fixes error handling for BeOS, removing the need... |
tree | commitdiff |
2007-02-13 |
Carl Eugen Hoyos | Move base64.[ch] to libavutil. |
tree | commitdiff |
2007-02-12 |
Michael Niedermayer | slightly improve *_TIMER |
tree | commitdiff |
2007-02-11 |
François Revol | Remove unused ENODATA define |
tree | commitdiff |
2007-02-11 |
Baptiste Coudurier | make key parameter const |
tree | commitdiff |
next |