git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
OGG: correct PTS with old theora streams
[ffmpeg.git]
/
libavutil
/
2008-10-31
Diego Biurrun
Initialize variable to silence the warning:
tree
|
commitdiff
2008-10-26
Måns Rullgård
cosmetic: align backslashes in makefiles
tree
|
commitdiff
2008-10-25
Måns Rullgård
ARM: faster ARMv6 FASTDIV()
tree
|
commitdiff
2008-10-21
Måns Rullgård
split bswap.h into per-arch files
tree
|
commitdiff
2008-10-21
Aurelien Jacobs
uses FF_ARRAY_ELEMS() where appropriate
tree
|
commitdiff
2008-10-21
Michael Niedermayer
Port read_time() that works on x86_32 and 64 from noe.
tree
|
commitdiff
2008-10-20
Måns Rullgård
ARM: Kill warning in bswap_32()
tree
|
commitdiff
2008-10-16
Diego Pettenò
Convert asm keyword into __asm__.
tree
|
commitdiff
2008-10-15
Benoit Fouet
Bump minor version after addition of FF_ARRAY_ELEMS...
tree
|
commitdiff
2008-10-15
Benoit Fouet
Add a macro to get the number of elements in a table.
tree
|
commitdiff
2008-10-12
Carl Eugen Hoyos
Don't include byteswap.h anymore.
tree
|
commitdiff
2008-10-02
Carl Eugen Hoyos
Allow using DECLARE_ALIGNED with Sun cc.
tree
|
commitdiff
2008-09-25
Stefano Sabatini
Implement av_nearer_q() and av_find_nearest_q_idx(...
tree
|
commitdiff
2008-09-19
Michael Niedermayer
Avoid undefined behavior for removing elements that...
tree
|
commitdiff
2008-09-15
Michael Niedermayer
Fix generated md5, it was wrong for some input lengths.
tree
|
commitdiff
2008-09-14
Diego Biurrun
Only define x86 register names on x86.
tree
|
commitdiff
2008-09-06
Stefano Sabatini
Remove wrong and unnecessary condition. VHOOK filters...
tree
|
commitdiff
2008-09-04
Michael Niedermayer
Fix typo.
tree
|
commitdiff
2008-08-31
Stefano Sabatini
Globally rename the header inclusion guard names.
tree
|
commitdiff
2008-08-19
Stefano Sabatini
Cosmetics: remove a redundant and misplaced doxy.
tree
|
commitdiff
2008-08-19
Stefano Sabatini
Deprecate av_fifo_realloc(). av_fifo_realloc2() should...
tree
|
commitdiff
2008-08-19
Stefano Sabatini
Implement av_fifo_realloc2().
tree
|
commitdiff
2008-08-17
Michael Niedermayer
Copy and paste LGPL from tree.h, the previous one refer...
tree
|
commitdiff
2008-08-17
Diego Biurrun
Add missing stdint.h header to fix 'make checkheaders'.
tree
|
commitdiff
2008-08-17
Justin Ruggles
use LFG instead of Mersenne Twister for AC-3 PRNG
tree
|
commitdiff
2008-08-17
Michael Niedermayer
restore alphabetical order of TESTS
tree
|
commitdiff
2008-08-17
Michael Niedermayer
Add PCA to TESTS.
tree
|
commitdiff
2008-08-17
Michael Niedermayer
Add multiple inclusion guards for consistency and to...
tree
|
commitdiff
2008-08-17
Michael Niedermayer
Move context struct to c file.
tree
|
commitdiff
2008-08-17
Michael Niedermayer
Add prototypes to header (based on code by ramiro)
tree
|
commitdiff
2008-08-17
Michael Niedermayer
Make ff_pca_init() allocate it struct instead of lettin...
tree
|
commitdiff
2008-08-17
Michael Niedermayer
Do not mix declarations and statements (by ramiro).
tree
|
commitdiff
2008-08-17
Michael Niedermayer
put testing code under #ifdef TEST
tree
|
commitdiff
2008-08-17
Michael Niedermayer
Testing code uses random().
tree
|
commitdiff
2008-08-17
Michael Niedermayer
fix includes
tree
|
commitdiff
2008-08-17
Michael Niedermayer
Principal component analysis
tree
|
commitdiff
2008-08-14
Diego Biurrun
Remove hackish support for fastmemcpy from MPlayer.
tree
|
commitdiff
2008-08-13
Aurelien Jacobs
move M_PI definition along with other math definitions
tree
|
commitdiff
2008-08-13
Aurelien Jacobs
define some math constants so as not to depend on _XOPE...
tree
|
commitdiff
2008-08-08
Stefano Sabatini
Cosmetics: fix weird indent.
tree
|
commitdiff
2008-08-08
Stefano Sabatini
Implement avutil_version().
tree
|
commitdiff
2008-08-07
Benoit Fouet
Remove unused redefinition of av_log for test.
tree
|
commitdiff
2008-08-06
Benoit Fouet
Remove a useless directive.
tree
|
commitdiff
2008-08-06
Benoit Fouet
Cosmetics: indentation
tree
|
commitdiff
2008-08-06
Peter Ross
Add av_memcpy_backptr(): deliberately overlapping memcp...
tree
|
commitdiff
2008-08-04
Diego Biurrun
misc spelling/wording fixes
tree
|
commitdiff
2008-07-31
Måns Rullgård
fix ARMv6 FASTDIV for divisor <=2
tree
|
commitdiff
2008-07-30
Michael Niedermayer
1000l typo my new PRNG converged to -1.
tree
|
commitdiff
2008-07-30
Michael Niedermayer
Add a multiplicative LFG for those thinking the additiv...
tree
|
commitdiff
2008-07-30
Diego Biurrun
USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.
tree
|
commitdiff
2008-07-28
Michael Niedermayer
Document av_lfg_get().
tree
|
commitdiff
2008-07-28
Michael Niedermayer
Warning about MTs speed.
tree
|
commitdiff
2008-07-28
Michael Niedermayer
Simple lagged fibonacci PRNG.
tree
|
commitdiff
2008-07-27
Diego Biurrun
Add random to list of test programs.
tree
|
commitdiff
2008-07-27
Diego Biurrun
Change return type of main function to int to avoid...
tree
|
commitdiff
2008-07-27
Diego Biurrun
Move #includes, which are only used in the test program...
tree
|
commitdiff
2008-07-27
Michael Niedermayer
Change benchmarking code so it returns comparable values.
tree
|
commitdiff
2008-07-27
Michael Niedermayer
Make the selftesting code use and compileable.
tree
|
commitdiff
2008-07-24
Diego Biurrun
cosmetics: Fix two common typos: wont --> will not...
tree
|
commitdiff
2008-07-24
Diego Biurrun
Remove AltiVec vector declaration compiler compatibilit...
tree
|
commitdiff
2008-07-18
Måns Rullgård
intreadwrite: support DEC compiler __unaligned type...
tree
|
commitdiff
2008-07-17
Måns Rullgård
Rearrange AV_[RW][BL]*() macros
tree
|
commitdiff
2008-07-15
Måns Rullgård
ARM: ARMv6 optimised FASTDIV
tree
|
commitdiff
2008-07-15
Måns Rullgård
ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32()
tree
|
commitdiff
2008-07-15
Måns Rullgård
ARM: ARMv6 optimised bswap_16/32
tree
|
commitdiff
2008-07-15
Alexander Strange
Print the address of the AVCodecContext in av_log().
tree
|
commitdiff
2008-07-13
Vitor Sessak
Add av_clipf() function to common.h and use it in ra288.c
tree
|
commitdiff
2008-07-13
Loren Merritt
simplify vorbis windowing
tree
|
commitdiff
2008-07-05
Peter Ross
Only define AltiVec vector syntax macro when AltiVec...
tree
|
commitdiff
2008-06-08
Michael Niedermayer
Make START/STOP_TIMER not require -v 2.
tree
|
commitdiff
2008-06-05
Måns Rullgård
alloc_size attribute is new to gcc 4.3; don't use it...
tree
|
commitdiff
2008-06-03
Rafaël Carré
Fix embarassing __GNU__ vs. __GNUC__ typo in preprocess...
tree
|
commitdiff
2008-06-01
Stefano Sabatini
Macro suggested by Michael which will be used to disabl...
tree
|
commitdiff
2008-05-30
Diego Biurrun
Implement a proper configure test for AltiVec vector...
tree
|
commitdiff
2008-05-25
Michael Niedermayer
Ensure that one can store X bytes in a fifo of size X.
tree
|
commitdiff
2008-05-25
Michael Niedermayer
Make av_fifo*_read() ignore the available amount of...
tree
|
commitdiff
2008-05-23
Michael Niedermayer
indent
tree
|
commitdiff
2008-05-23
Michael Niedermayer
make av_strdup(NULL) return NULL
tree
|
commitdiff
2008-05-09
Diego Biurrun
Add required stdint.h header.
tree
|
commitdiff
2008-05-08
Ramiro Polla
Do not misuse long as the size of a register in x86.
tree
|
commitdiff
2008-05-06
Diego Biurrun
Remove unnecessary parentheses from return calls.
tree
|
commitdiff
2008-05-06
Diego Biurrun
minor wording fix
tree
|
commitdiff
2008-05-06
Diego Biurrun
minor spelling fix
tree
|
commitdiff
2008-05-03
Måns Rullgård
add necessary #includes in headers
tree
|
commitdiff
2008-04-26
Baptiste Coudurier
add FFMIN3
tree
|
commitdiff
2008-04-24
Stefano Sabatini
Enhance documentation for AVClass
tree
|
commitdiff
2008-04-19
Vladimir Voroshilov
Implement FFMAX3(a,b,c) - maximum over three arguments.
tree
|
commitdiff
2008-04-18
Diego Biurrun
Fix des-test compilation.
tree
|
commitdiff
2008-04-17
Diego Biurrun
cosmetics: __asm__ __volatile__ --> asm volatile
tree
|
commitdiff
2008-04-11
Stefano Sabatini
remove useless extern keyword.
tree
|
commitdiff
2008-04-09
Benoit Fouet
cosmetics (by Björn Axelsson)
tree
|
commitdiff
2008-04-09
Björn Axelsson
Add a generic write function to av_fifo.
tree
|
commitdiff
2008-04-07
Måns Rullgård
non-recursive makefiles
tree
|
commitdiff
2008-04-05
Michael Niedermayer
simplify
tree
|
commitdiff
2008-04-03
Michael Niedermayer
Merge declaratio and initialization.
tree
|
commitdiff
2008-04-03
Michael Niedermayer
Merge declaration and initialization.
tree
|
commitdiff
2008-03-22
Alexander Strange
Split MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX...
tree
|
commitdiff
2008-03-21
Zuxy Meng
Apply 'cold' attribute to init/uninit functions in...
tree
|
commitdiff
2008-03-19
Måns Rullgård
add missing #include "common.h" to libavutil headers
tree
|
commitdiff
2008-03-19
Zuxy Meng
Cosmetic change: remove the whitespace after 'defined'
tree
|
commitdiff
next