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
*
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
*
Add note about big vs. little endian.
Michael Niedermayer
2009-02-22
1
-0
/
+4
*
Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.
Peter Ross
2009-02-22
1
-1
/
+5
*
Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilers
Måns Rullgård
2009-02-22
1
-1
/
+5
*
Check return value of posix_memalign and explicitly set pointer to NULL if it
Patrik Kullman
2009-02-21
1
-1
/
+2
*
Correct, portable definition of INT_BIT
Måns Rullgård
2009-02-21
1
-5
/
+1
*
Remove reference to renamed header file xvmc_render.h.
Diego Biurrun
2009-02-12
1
-1
/
+1
*
Silence one icc warning:
Carl Eugen Hoyos
2009-02-10
1
-1
/
+1
*
Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check.
Diego Biurrun
2009-02-10
1
-1
/
+1
*
av_flatten to make the similarly named attribute available.
Michael Niedermayer
2009-02-09
1
-0
/
+8
*
av_uninit() to suppress false uninitialized warnings from gcc without deoptim...
Michael Niedermayer
2009-02-09
1
-0
/
+8
*
Document the av_base64_encode/decode functions.
Stefano Sabatini
2009-02-08
1
-5
/
+15
*
Cosmetics: "* out" -> "*out" for consistency with the other
Stefano Sabatini
2009-02-08
2
-2
/
+2
*
Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size".
Stefano Sabatini
2009-02-08
2
-5
/
+5
*
Cosmetics: prefer out/in over buf/src for the parameter names of
Stefano Sabatini
2009-02-08
2
-5
/
+5
*
Cosmetics: consistently prefer "size" over "len"/"length" for the
Stefano Sabatini
2009-02-08
2
-8
/
+8
*
Make av_base64_encode() do not require the user to provide an
Stefano Sabatini
2009-02-08
1
-1
/
+1
*
Add a new test program for base64, based on that removed in r17024.
Stefano Sabatini
2009-02-06
2
-1
/
+64
*
Remove broken test program.
Stefano Sabatini
2009-02-06
1
-126
/
+0
*
Ensure that the palette is set in data[1] for all 8bit formats.
Michael Niedermayer
2009-02-06
1
-0
/
+4
*
100l, don't run tests twice, this was some forgotten debugging code.
Reimar Döffinger
2009-02-03
1
-1
/
+0
*
Fix a bug in 3DEC CBC decryption and add more extensive tests based on
Reimar Döffinger
2009-02-03
1
-1
/
+36
*
Update DES test code to use the new public API.
Reimar Döffinger
2009-02-03
1
-7
/
+24
*
Add support for 3DES to DES module
Reimar Döffinger
2009-02-03
2
-3
/
+15
*
Add and use a public API for RC4 and DES, analogous to the AES API.
Reimar Döffinger
2009-02-03
4
-19
/
+117
*
Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning:
Diego Biurrun
2009-02-02
1
-0
/
+2
*
Documentation for LZO error return value flags
Reimar Döffinger
2009-02-02
1
-1
/
+8
*
Move doxygen documentation from lzo.c to lzo.h
Reimar Döffinger
2009-02-02
2
-20
/
+20
[next]