index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement av_fifo_space().
Olivier Guilyardi
2009-04-02
3
-1
/
+14
*
Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS.
Diego Biurrun
2009-04-02
1
-1
/
+1
*
Replace manual setting of the removed av_log_level variable by the
Diego Biurrun
2009-04-02
1
-1
/
+1
*
ARM: START/STOP_TIMER support for ARMv7
Måns Rullgård
2009-04-01
2
-1
/
+42
*
Split libavutil/timer.h per architecture
Måns Rullgård
2009-04-01
4
-44
/
+132
*
Fix warnings in tree.c test code.
Benoit Fouet
2009-03-31
1
-4
/
+5
*
Mark non-exported functions in test and example programs as static.
Diego Biurrun
2009-03-31
3
-3
/
+4
*
Use a wildcard match instead of a list to remove test programs.
Diego Biurrun
2009-03-26
1
-2
/
+0
*
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.
Diego Biurrun
2009-03-25
1
-1
/
+1
*
Use PIX_FMT_NE() for defining the PIX_FMT_RGB32 variants macros.
Stefano Sabatini
2009-03-23
1
-11
/
+4
*
Make the PIX_FMT_NE() macro more generic.
Stefano Sabatini
2009-03-23
1
-8
/
+8
*
Rename 'tests' target to 'testprogs'. It is too easily confused with the
Diego Biurrun
2009-03-22
1
-1
/
+1
*
Make the pixel formats which were defined as macros:
Stefano Sabatini
2009-03-22
2
-13
/
+13
*
Change the RGB5X5/BGR5X5 pixel format defines so that we have little
Stefano Sabatini
2009-03-21
2
-5
/
+16
*
Use PIX_FMT_NE() macro.
Stefano Sabatini
2009-03-21
1
-4
/
+3
*
Implement PIX_FMT_NE() macro.
Stefano Sabatini
2009-03-21
1
-0
/
+6
*
Remove deprecated and now unused Mersenne Twister PRNG.
Diego Biurrun
2009-03-21
3
-177
/
+1
*
When warning about forbidden pseudo random number generation functions,
Diego Biurrun
2009-03-21
1
-3
/
+3
*
Fix reference to av_random where av_lfg_get was meant.
Diego Biurrun
2009-03-21
1
-1
/
+1
*
Replace random() usage in test programs by av_lfg_*().
Diego Biurrun
2009-03-20
3
-11
/
+20
*
Align test program output columns.
Diego Biurrun
2009-03-20
1
-1
/
+1
*
Make softfloat test program compile again: Setting the av_log_level variable
Diego Biurrun
2009-03-20
1
-1
/
+1
*
Make AES test program compile again: Setting the av_log_level variable
Diego Biurrun
2009-03-20
1
-1
/
+1
*
typedef int x86_reg on non x86
Michael Niedermayer
2009-03-19
1
-0
/
+2
*
Fix compilation of adler32 test program: Use av_log_set_level()
Diego Biurrun
2009-03-19
1
-1
/
+1
*
Remove code that was disabled by the recent major version bump.
Diego Biurrun
2009-03-15
1
-6
/
+0
*
Fix typo: 'conjuction' -> 'conjunction'.
Stefano Sabatini
2009-03-15
1
-1
/
+1
*
Fix ff_random_get_seed() prototype
Måns Rullgård
2009-03-14
1
-1
/
+1
*
Fix typos.
Stefano Sabatini
2009-03-10
1
-1
/
+1
*
Reorder arguments for av_fifo_generic_read to be more logical and
Reimar Döffinger
2009-03-09
2
-3
/
+3
*
Update VA API pixfmts documentation: struct vaapi_render_state
Gwenole Beauchesne
2009-03-09
1
-3
/
+3
*
Remove all remaining code that was disabled through the major version bump.
Diego Biurrun
2009-03-09
4
-30
/
+0
*
Add av_fifo_reset function to completely reset fifo state, which makes
Reimar Döffinger
2009-03-09
2
-1
/
+13
*
indent
Michael Niedermayer
2009-03-09
1
-2
/
+2
*
Remove more functions disabled by major version bump.
Reimar Döffinger
2009-03-08
4
-47
/
+0
*
Remove/replace code disabled by major version bump.
Reimar Döffinger
2009-03-08
1
-11
/
+3
*
Deprecate the Mersenne Twister.
Michael Niedermayer
2009-03-08
1
-4
/
+4
*
Replace all uses of the replaced av_fifo_read by av_fifo_generic_read
Reimar Döffinger
2009-03-08
1
-1
/
+1
*
Remove the Mersenne Twister from the public API/ABI.
Michael Niedermayer
2009-03-08
1
-1
/
+0
*
Bump major version of libavutil due to FIFO fixes.
Michael Niedermayer
2009-03-08
1
-2
/
+2
*
Remove av_fifo_read, API is already broken and major version will be bumped s...
Reimar Döffinger
2009-03-08
2
-13
/
+0
*
Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.
Michael Niedermayer
2009-03-08
2
-13
/
+18
*
add ff_random_get_seed to be used in conjunction with random functions
Baptiste Coudurier
2009-03-08
3
-0
/
+75
*
Comments to indicate where memory barriers may be needed.
Michael Niedermayer
2009-03-08
1
-0
/
+3
*
Try to fix the 1 byte cannot be used issue.
Michael Niedermayer
2009-03-07
2
-6
/
+7
*
ARM: disable inline asm for armcc
Måns Rullgård
2009-03-05
1
-2
/
+2
*
ARM: armcc versions of bswap_16/32
Måns Rullgård
2009-03-05
1
-0
/
+21
*
Add VA API pixel formats.
Gwenole Beauchesne
2009-02-27
1
-0
/
+3
*
Compact repeated messages to "Last message repeated x times".
Michael Niedermayer
2009-02-22
1
-4
/
+17
*
Split avutil.h, move all the pixel format definitions to the new
Stefano Sabatini
2009-02-22
3
-102
/
+136
[next]