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
*
Merge commit '6695f178a5929eab91d3da7e9023999f1774bd0e'
Derek Buitenhuis
2016-02-16
1
-3
/
+3
|
\
|
*
pixdesc: Use AV_CEIL_RSHIFT in documentation
Vittorio Giovara
2016-01-25
1
-3
/
+3
*
|
Merge commit '1546a41adae818b340acdd9b5dacd6d0a92b6507'
Derek Buitenhuis
2016-02-16
1
-2
/
+0
|
\
\
|
|
/
|
*
pixdesc: Drop unneeded deprecation warning guards
Vittorio Giovara
2016-01-25
1
-2
/
+0
|
*
x86inc: Add debug symbols indicating sizes of compiled functions
Geza Lore
2016-01-23
1
-0
/
+23
|
*
x86inc: Avoid creating unnecessary local labels
Henrik Gramner
2016-01-23
1
-2
/
+4
|
*
x86inc: Simplify AUTO_REP_RET
Henrik Gramner
2016-01-23
1
-4
/
+2
|
*
x86inc: Use more consistent indentation
Henrik Gramner
2016-01-23
1
-67
/
+67
|
*
x86inc: Preserve arguments when allocating stack space
Henrik Gramner
2016-01-23
1
-2
/
+5
|
*
x86inc: Improve FMA instruction handling
Henrik Gramner
2016-01-23
1
-40
/
+37
|
*
x86inc: Be more verbose in assertion failures
Henrik Gramner
2016-01-23
1
-1
/
+1
|
*
x86inc: Make cpuflag() and notcpuflag() return 0 or 1
Henrik Gramner
2016-01-23
1
-2
/
+3
*
|
x86: use the new helper macros where useful
James Almer
2016-02-14
2
-2
/
+2
*
|
x86: add some more helper macros to check for slow cpuflags
James Almer
2016-02-14
2
-4
/
+11
*
|
avutil/imgutils: remove special case for aligning the palette
Michael Niedermayer
2016-02-14
2
-8
/
+8
*
|
avutil/parseutils: remove 2112 date from fate test
Marton Balint
2016-02-14
1
-1
/
+1
*
|
avutil/parseutils: accept everything in av_parse_time that ff_iso8601_to_unix...
Marton Balint
2016-02-14
1
-2
/
+30
*
|
avutil/parseutils: use microsecond precision when parsing "now" in av_parse_t...
Marton Balint
2016-02-14
1
-5
/
+7
*
|
avutil: Remove x86_cpu.h
Timothy Gu
2016-02-13
1
-1
/
+0
*
|
avutil/frame: Free destination qp_table_buf in frame_copy_props()
Michael Niedermayer
2016-02-13
1
-0
/
+1
*
|
avutil/imgutils: only align the palette in av_image_copy_to_buffer() if there...
Michael Niedermayer
2016-02-13
2
-1
/
+6
*
|
avutil/avstring: add a "ALL" entry and the possibility to negate matches to a...
Michael Niedermayer
2016-02-13
3
-6
/
+16
*
|
avutil/imgutils: do not ignore align parameter for pseudo-pal in av_image_get...
Michael Niedermayer
2016-02-13
1
-1
/
+1
*
|
x86/cpu: set avxslow cpuflag on btver2 CPUs
James Almer
2016-02-07
1
-6
/
+4
*
|
x86/emms: empty the mmx state unconditionally on supported targets
James Almer
2016-02-04
1
-0
/
+6
*
|
avutil/aes_crt: free AVAESCTR struct properly
James Almer
2016-02-03
1
-1
/
+1
*
|
Merge commit 'd336bfcf69fee159e9dba5e5e486ddb1aba61aab'
Derek Buitenhuis
2016-02-03
1
-2
/
+2
|
\
\
|
|
/
|
*
pixdesc: fix and extend doxy for av_pix_fmt_get_chroma_sub_sample()
Anton Khirnov
2016-01-23
1
-2
/
+2
|
*
lavu: add AV_CEIL_RSHIFT and use it in various places
Clément Bœsch
2016-01-11
4
-3
/
+11
*
|
avutil: Add GOP timecode frame side data
Derek Buitenhuis
2016-02-01
3
-3
/
+9
*
|
all: Make header guard names consistent
Timothy Gu
2016-01-31
2
-6
/
+6
*
|
libavutil/mastering_display_metadata.h: change fields to be rationals as this...
Neil Birkbeck
2016-01-29
2
-6
/
+7
*
|
all: Add missing header guards
Timothy Gu
2016-01-28
5
-0
/
+25
*
|
avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT
Derek Buitenhuis
2016-01-27
4
-4
/
+7
*
|
avutil/opt: check for and handle errors in av_opt_set_dict2()
Michael Niedermayer
2016-01-26
1
-3
/
+4
*
|
avutil: add P010 pixel format
Hendrik Leppkes
2016-01-26
3
-1
/
+29
*
|
Add missing conversions from side data enum to name
Neil Birkbeck
2016-01-22
1
-0
/
+4
*
|
x86inc: Add debug symbols indicating sizes of compiled functions
Geza Lore
2016-01-21
1
-0
/
+23
*
|
x86inc: Avoid creating unnecessary local labels
Henrik Gramner
2016-01-21
1
-2
/
+4
*
|
x86inc: Simplify AUTO_REP_RET
Henrik Gramner
2016-01-21
1
-4
/
+2
*
|
x86inc: Use more consistent indentation
Henrik Gramner
2016-01-21
1
-67
/
+67
*
|
x86inc: Preserve arguments when allocating stack space
Henrik Gramner
2016-01-21
1
-2
/
+5
*
|
x86inc: Improve FMA instruction handling
Henrik Gramner
2016-01-21
1
-40
/
+37
*
|
x86inc: Be more verbose in assertion failures
Henrik Gramner
2016-01-21
1
-1
/
+1
*
|
x86/intmath: disable sse av_clip functions when using ICC
James Almer
2016-01-21
1
-2
/
+2
*
|
lavu: add pthread asserts if ASSERT_LEVEL>1
Clément Bœsch
2016-01-20
1
-0
/
+96
*
|
libavutil: add mastering display metadata sidedata
Neil Birkbeck
2016-01-19
5
-2
/
+139
*
|
Merge commit '73c8c0341cce9e1a6c4169721f5123f97fc4be2f'
Hendrik Leppkes
2016-01-19
1
-1
/
+1
|
\
\
|
|
/
|
*
arm: Fix vfp dead code elimination with have_vfp_vm
Martin Storsjö
2016-01-08
1
-1
/
+1
*
|
x86/fixed_dsp: add ff_butterflies_fixed_sse2
James Almer
2016-01-16
5
-0
/
+90
[next]