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
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
102
-409
/
+409
*
use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
Janne Grunau
2011-03-16
1
-1
/
+1
*
replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
Janne Grunau
2011-03-16
1
-1
/
+1
*
Add AVERROR_EXIT.
Nicolas George
2011-03-15
2
-0
/
+3
*
x86: use raw opcode for xgetbv instruction
Mans Rullgard
2011-02-20
1
-1
/
+1
*
x86: check for AVX support
Mans Rullgard
2011-02-20
3
-1
/
+15
*
Force inlining of avutil common routines
Jason Garrett-Glaser
2011-02-17
2
-18
/
+18
*
lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixes
Anton Khirnov
2011-02-17
1
-1
/
+1
*
Move find_info_tag to lavu and add av_ prefix to it
Anton Khirnov
2011-02-17
2
-0
/
+47
*
Deprecate parse_date() in favor of av_parse_time().
Stefano Sabatini
2011-02-16
2
-0
/
+271
*
Merge libavcore into libavutil
Reinhard Tartler
2011-02-15
10
-1
/
+1371
*
Add check for Athlon64 and similar AMD processors with slow SSE2.
Justin Ruggles
2011-02-11
1
-1
/
+16
*
Frame-based multithreading framework using pthreads
Alexander Strange
2011-02-09
1
-0
/
+11
*
Remove a few if (p) av_freep(&p) forms
Clément Bœsch
2011-02-04
1
-1
/
+1
*
Avoid pointless check before calling free
Clément Bœsch
2011-02-03
1
-3
/
+2
*
Add forgotten minor API bumps and APIChanges entries
Anton Khirnov
2011-02-02
1
-1
/
+1
*
Rename attribute_used to av_used and move it to attributes.h
Mans Rullgard
2011-01-31
3
-15
/
+14
*
Replace dprintf with av_dlog
Luca Barbato
2011-01-29
2
-7
/
+11
*
intfloat_readwrite: include "mathematics.h" for fallback macros
Mans Rullgard
2011-01-25
1
-1
/
+1
*
Handle input or output len of 0 properly in lzo decoder.
Reimar Döffinger
2011-01-24
1
-0
/
+8
*
MIPS: use inline asm only when supported by compiler
Mans Rullgard
2011-01-23
1
-0
/
+4
*
cpu-test: include stdio.h only for test prog
Mans Rullgard
2011-01-18
1
-2
/
+1
*
Use INFINITY and NAN macros instead of 1/0 and 0/0
Mans Rullgard
2011-01-18
1
-4
/
+4
*
consolidate .gitignore patters into a single file
Janne Grunau
2011-01-18
9
-31
/
+0
*
convert svn:ignore properties to .gitignore files
Janne Grunau
2011-01-17
9
-0
/
+31
*
Win32 support for av_file_map()
Daniel Verkamp
2011-01-05
1
-0
/
+26
*
Recognize FFMPEG_FORCE_NOCOLOR environment variable on Win32
Daniel Verkamp
2011-01-01
1
-1
/
+1
*
Fix av_file_map(): replace stat(filename, &st) with fstat(fd, &st).
Stefano Sabatini
2010-12-22
1
-2
/
+2
*
Replace lstat() with stat() in av_file_map(). The lstat() use was wrong.
Stefano Sabatini
2010-12-22
1
-1
/
+1
*
Add av_file_map() and av_file_unmap() functions.
Stefano Sabatini
2010-12-22
5
-1
/
+179
*
Add AVERROR_*_NOT_FOUND codes.
Nicolas George
2010-12-19
3
-1
/
+18
*
fix building of cpu-test by including required header
Ramiro Polla
2010-12-07
1
-0
/
+2
*
Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use of
Stefano Sabatini
2010-12-06
1
-2
/
+3
*
Allow to force colored output.
Etienne Buira
2010-12-05
1
-2
/
+2
*
Deprecate avcodec_pix_fmt_string() in favor of
Stefano Sabatini
2010-12-04
3
-1
/
+27
*
Change the argument of memory allocation functions from unsigned int to size_t
Michael Niedermayer
2010-12-04
2
-6
/
+12
*
Intel C compiler 12.0 does not suport these attributes: may_alias, force_alig...
Carl Eugen Hoyos
2010-11-10
3
-3
/
+3
*
Use hierarchic names convention (prefix them with av_expr) for the
Stefano Sabatini
2010-11-08
4
-41
/
+116
*
Implement isnan() function evaluation.
Stefano Sabatini
2010-11-03
2
-3
/
+8
*
Make strmatch() return 1 only if the string compared against the
Stefano Sabatini
2010-11-01
2
-2
/
+5
*
Add st, ld, while examples/tests.
Stefano Sabatini
2010-11-01
1
-0
/
+8
*
Add examples of unary operators.
Stefano Sabatini
2010-11-01
1
-0
/
+3
*
Fix evaluation of expressions of the form: E1;E2.
Stefano Sabatini
2010-11-01
2
-2
/
+3
*
Install libavutil/opt.h, its API is public.
Stefano Sabatini
2010-10-08
2
-1
/
+2
*
Check whether compiler supports xmm registers in asm clobber list
Ramiro Polla
2010-10-06
1
-0
/
+20
*
Update av_cmp_q() documentation after r25338.
Stefano Sabatini
2010-10-05
1
-1
/
+2
*
Add selftest code for av_cmp_q().
Michael Niedermayer
2010-10-05
1
-0
/
+20
*
Make av_cmp_q() work with infinities and NAN.
Michael Niedermayer
2010-10-05
2
-2
/
+5
*
Make av_d2q() manage the case in which the value to convert is inf.
Stefano Sabatini
2010-10-04
3
-1
/
+5
*
snowdsp: Explicitly state the operand sizes
İsmail Dönmez
2010-10-04
1
-0
/
+2
[next]