index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavutil
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix cast of byte buffer to uint32 that was disregarding alignment
Jeff Downs
2009-06-12
1
-1
/
+5
*
cosmetics: Reformat file to K&R style upon Kostya's request.
Diego Biurrun
2009-06-11
1
-54
/
+83
*
cosmetics: Add missing ending backslash to installed header list.
Diego Biurrun
2009-06-09
1
-1
/
+1
*
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should
Stefano Sabatini
2009-06-06
4
-19
/
+19
*
MIPS: inline asm for intreadwrite.h
Måns Rullgård
2009-05-28
2
-0
/
+96
*
Add LABEL_MANGLE() to export label symbols from inside asm blocks.
Ramiro Polla
2009-05-25
1
-0
/
+3
*
Move ALIGN macro to libavutil/common.h and use it in various places
David Conrad
2009-05-22
1
-0
/
+1
*
Add @code/@endcode commands to markup C code in av_tree_insert() doxy.
Stefano Sabatini
2009-05-09
1
-1
/
+2
*
Add missing '*' to av_tree_insert() doxy.
Stefano Sabatini
2009-05-09
1
-1
/
+1
*
Fix 10l typo (usage of PIX_FMT_NE()).
Michael Niedermayer
2009-04-22
1
-3
/
+3
*
Add 420,422 and 444 planar 16bit per component pix formats.
Michael Niedermayer
2009-04-21
1
-0
/
+11
*
PPC: check for x-form asm constraint support
Måns Rullgård
2009-04-18
1
-0
/
+4
*
PPC asm for AV_RL*()
Måns Rullgård
2009-04-18
2
-0
/
+106
*
ARM asm for AV_RN*()
Måns Rullgård
2009-04-18
2
-0
/
+81
*
Reorganise intreadwrite.h
Måns Rullgård
2009-04-18
1
-72
/
+141
*
cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).
Diego Biurrun
2009-04-10
3
-13
/
+13
*
Give liblzo benchmark conditionals more descriptive names and add convenience
Diego Biurrun
2009-04-09
1
-2
/
+8
*
Add a configure check for lzo1x_999_compress() and compile the lzo test program
Diego Biurrun
2009-04-09
1
-0
/
+1
*
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
[next]