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
*
Move av_set_options_string() from libavfilter to libavutil.
Stefano Sabatini
2010-09-27
3
-1
/
+172
*
Move av_get_token() from libavfilter to libavutil.
Stefano Sabatini
2010-09-27
3
-1
/
+105
*
Simplify include, since opt.c is now in libavutil there is no need
Stefano Sabatini
2010-09-27
1
-1
/
+1
*
Cosmetics: apply misc style fixes.
Stefano Sabatini
2010-09-27
1
-75
/
+88
*
Bump version and update APIchanges after r25210.
Stefano Sabatini
2010-09-27
1
-1
/
+1
*
ARM: change return type of AV_RN16() to unsigned
Måns Rullgård
2010-09-26
1
-2
/
+2
*
Move AVOptions from libavcodec to libavutil
Michael Niedermayer
2010-09-26
4
-0
/
+656
*
indent
Michael Niedermayer
2010-09-24
1
-1
/
+1
*
Cosmetic (rename detect_repeats to is_atty which matches the truth)
Michael Niedermayer
2010-09-24
1
-3
/
+3
*
2nd try to fix av_log() repeated detection
Michael Niedermayer
2010-09-24
3
-2
/
+20
*
Add av_popcount() to libavutil/common.h and bump minor version
Tomas Härdin
2010-09-14
2
-1
/
+18
*
Limit av_log repeat detection to terminals so as to avoid filling files with
Michael Niedermayer
2010-09-14
1
-1
/
+7
*
Apply minor simplification in av_read_image_line().
Stefano Sabatini
2010-09-12
1
-4
/
+3
*
pixdesc: indent
Måns Rullgård
2010-09-12
1
-9
/
+9
*
pixdesc: use 8-bit accesses when possible in av_read/write_image_line()
Måns Rullgård
2010-09-12
1
-1
/
+15
*
Cosmetics: use x ? y : z construct and merge intialization and
Stefano Sabatini
2010-09-12
1
-3
/
+1
*
Add missing #include <string.h> in x86/cpu.c
Måns Rullgård
2010-09-09
1
-0
/
+1
*
Cache detected CPU flags
Måns Rullgård
2010-09-09
1
-4
/
+11
*
Clean up av_get_cpu_flag()
Måns Rullgård
2010-09-09
6
-28
/
+17
*
Move mm_support() from libavcodec to libavutil, make it a public
Stefano Sabatini
2010-09-08
7
-2
/
+319
*
Sort AV_CPU_FLAG* by value.
Stefano Sabatini
2010-09-06
1
-1
/
+1
*
Fix typo.
Stefano Sabatini
2010-09-06
1
-1
/
+1
*
Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_
Stefano Sabatini
2010-09-04
3
-1
/
+46
*
Add missing parentheses to AV_NE macro.
Benoit Fouet
2010-08-23
1
-2
/
+2
*
Fix out-of-tree build
Måns Rullgård
2010-08-17
1
-1
/
+1
*
Define macro AV_NE() and use it in libavdevice.
Stefano Sabatini
2010-08-17
2
-1
/
+8
*
Make sure "Last message repeated" is printed.
Michael Niedermayer
2010-07-28
1
-0
/
+1
*
Add the M_PHI constant, contains an approximation of the golden ratio
Stefano Sabatini
2010-07-22
2
-1
/
+4
*
Make ff_inverse stay with libavutil, and optional copy it to libavcodec.
Diego Pettenò
2010-07-21
2
-0
/
+61
*
Use attribute force_align_arg_pointer only on x86_32.
Carl Eugen Hoyos
2010-07-17
1
-1
/
+1
*
Update lavu minor and add APIchanges entry after r24174 (add bswap.h
Stefano Sabatini
2010-07-11
1
-1
/
+1
*
Install bswap.h and intreadwrite.h
Måns Rullgård
2010-07-10
1
-0
/
+2
*
Make intreadwrite.h installation-safe
Måns Rullgård
2010-07-10
1
-8
/
+14
*
Make bswap.h safe to install as public API
Måns Rullgård
2010-07-10
1
-2
/
+8
*
Add av_ prefix to bswap macros
Måns Rullgård
2010-07-10
12
-63
/
+63
*
bswap: change ME to NE in macro names
Måns Rullgård
2010-07-10
5
-34
/
+34
*
intreadwrite: common.h is not needed, attributes.h is sufficient
Måns Rullgård
2010-07-10
1
-1
/
+1
*
lfg: add missing includes
Måns Rullgård
2010-07-10
1
-0
/
+2
*
pixdesc: add missing includes
Måns Rullgård
2010-07-10
1
-0
/
+2
*
Bump minor after read/write_line() to av_read/write_image_line()
Stefano Sabatini
2010-07-08
1
-1
/
+1
*
Reindent after r24101.
Stefano Sabatini
2010-07-08
2
-4
/
+4
*
Fix infinite loop with clock() returning (clock_t)-1.
Michael Niedermayer
2010-07-08
1
-6
/
+6
*
Change i to unsigned in get_generic_seed().
Michael Niedermayer
2010-07-08
1
-2
/
+2
*
Restore array sizes in doxygen parameter names.
Diego Biurrun
2010-07-08
1
-1
/
+1
*
get_generic_seed() for the cases without /dev/random and AV_READ_TIME
Michael Niedermayer
2010-07-07
1
-6
/
+34
*
Rename read/write_line() to av_read/write_image_line().
Stefano Sabatini
2010-07-07
2
-4
/
+4
*
ARM: optimised integer clip functions
Måns Rullgård
2010-07-07
1
-0
/
+45
*
ARM: intmath.h cosmetics
Måns Rullgård
2010-07-07
1
-3
/
+7
*
Allow arch-overrides for all common.h clip and log2 functions
Måns Rullgård
2010-07-07
1
-8
/
+32
*
Remove macro duplication between common.h and intmath.h
Måns Rullgård
2010-07-07
2
-20
/
+14
[next]