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
*
x86: cpu: Restore some explanatory comments removed in 7160bb7
Diego Biurrun
2013-10-03
1
-0
/
+2
*
Use correct Doxygen syntax
Diego Biurrun
2013-10-03
1
-1
/
+1
*
avframe: note that linesize is not the usable data size
Anton Khirnov
2013-09-28
1
-0
/
+3
*
pixdesc: fix NV20* descriptors
Michael Niedermayer
2013-09-24
1
-6
/
+6
*
avutil: Fix compilation with inline asm disabled on mingw
Alex Smith
2013-09-22
1
-0
/
+1
*
lavu: Add interleaved 4:2:2 8/10-bit formats
Kieran Kunhya
2013-09-21
3
-1
/
+41
*
mem: Handle av_reallocp(..., 0) properly
Martin Storsjö
2013-09-20
1
-0
/
+4
*
msvc/icl: Use __declspec(noinline)
Alex Smith
2013-09-20
1
-0
/
+2
*
msvc/icl: Use __declspec(deprecated)
Alex Smith
2013-09-20
2
-2
/
+12
*
mem: Introduce av_reallocp
Luca Barbato
2013-09-16
3
-1
/
+36
*
mem: Document the non-compatibility of av_realloc() and av_malloc()
Diego Biurrun
2013-09-14
1
-6
/
+18
*
Drop pointless directory name prefixes from #includes in the current dir
Diego Biurrun
2013-09-10
6
-8
/
+8
*
mem: Do not check unsigned values for negative size
Diego Biurrun
2013-09-05
1
-3
/
+3
*
mem: Improve documentation wording and spelling
Diego Biurrun
2013-09-05
2
-18
/
+16
*
mem: Document the av_realloc family of functions properly
Luca Barbato
2013-09-04
1
-3
/
+9
*
x86: Add and use more convenience macros to check CPU extension availability
Diego Biurrun
2013-08-29
1
-0
/
+13
*
arm: float_dsp: Propagate cpu_flags to vfp initialization function
Diego Biurrun
2013-08-29
3
-5
/
+3
*
ppc: Add and use convenience macro to check for AltiVec availability
Diego Biurrun
2013-08-28
2
-3
/
+30
*
avutil: Refactor CPU extension availability macros
Diego Biurrun
2013-08-28
3
-34
/
+40
*
avutil: Move internal CPU detection function declarations to private header
Diego Biurrun
2013-08-28
6
-5
/
+30
*
libavutil: Make avpriv_open a library-internal function on msvcrt
Martin Storsjö
2013-08-10
1
-0
/
+4
*
libavutil: Move avpriv_open to a new file, file_open.c
Martin Storsjö
2013-08-10
3
-64
/
+94
*
libavutil: Enable the MSVC DLL symbol loading workaround in shared builds as ...
Martin Storsjö
2013-08-10
1
-1
/
+1
*
file: Move win32 utf8->wchar open wrapper to libavutil
Martin Storsjö
2013-08-08
1
-0
/
+39
*
libavutil: Don't use fcntl if the function does not exist
Derek Buitenhuis
2013-08-08
1
-0
/
+3
*
libavutil: use avpriv_open()
Rémi Denis-Courmont
2013-08-07
1
-1
/
+2
*
libavutil: add avpriv_open() to open files with close-on-exec flag
Rémi Denis-Courmont
2013-08-07
2
-1
/
+29
*
vdpau: deprecate old codec-specific pixel formats
Rémi Denis-Courmont
2013-08-05
4
-1
/
+14
*
Disable deprecation warnings for cases where a replacement is available
Diego Biurrun
2013-08-02
1
-1
/
+3
*
build: Add _Pragma macro to disable deprecated declaration warnings
Diego Biurrun
2013-08-02
1
-0
/
+8
*
Give less generic names to global library option arrays
Diego Biurrun
2013-08-02
1
-2
/
+2
*
avframe: have av_frame_get_side_data take const AVFrame*
Vittorio Giovara
2013-08-01
2
-2
/
+2
*
avopt: Check whether the object actually has got an AVClass
Martin Storsjö
2013-07-31
1
-0
/
+3
*
tree-test: Refactor and plug memory leaks
Diego Biurrun
2013-07-31
1
-11
/
+30
*
tree.h: K&R formatting and typo cosmetics
Diego Biurrun
2013-07-31
1
-10
/
+22
*
Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalents
Diego Biurrun
2013-07-29
1
-1
/
+1
*
avutil/tree: Drop debug messages that clutter the output
Diego Biurrun
2013-07-29
1
-2
/
+0
*
avutil/tree: K&R formatting cosmetics
Diego Biurrun
2013-07-29
1
-38
/
+44
*
Add missing deprecation attributes
Diego Biurrun
2013-07-27
1
-1
/
+3
*
eval: Explicitly ignore return value of strtod() in parse_db()
Diego Biurrun
2013-07-27
1
-1
/
+2
*
Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/
Diego Biurrun
2013-07-18
1
-1
/
+1
*
Consistently use "cpu_flags" as variable/parameter name for CPU flags
Diego Biurrun
2013-07-18
2
-9
/
+7
*
configure: Check for support for labels in the inline assembly
Martin Storsjö
2013-07-11
1
-0
/
+6
*
fifo: K&R formatting cosmetics
Luca Barbato
2013-07-06
1
-24
/
+28
*
log: pass the correct parameters to missing_feature_sample
Luca Barbato
2013-07-04
1
-7
/
+2
*
lls/x86: use 3-operator vaddpd in ADDPD_MEM
Loren Merritt
2013-07-02
1
-1
/
+1
*
x86: lpc: fix a segfault in av_evaluate_lls_sse2()
Loren Merritt
2013-06-30
1
-1
/
+1
*
x86: lpc: simd av_evaluate_lls
Loren Merritt
2013-06-29
2
-0
/
+41
*
x86: lpc: simd av_update_lls
Loren Merritt
2013-06-29
5
-6
/
+250
*
lpc: use function pointers, in preparation for asm
Loren Merritt
2013-06-29
2
-14
/
+27
[next]