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
/
libavfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
32
-292
/
+292
*
af_resample: avoid conversion of identical sample formats for 1 channel
Justin Ruggles
2012-10-07
1
-1
/
+6
*
Give all anonymously typedeffed structs in headers a name
Diego Biurrun
2012-10-06
2
-2
/
+2
*
vf_pad/scale: use double precision for aspect ratios.
Anton Khirnov
2012-10-06
2
-3
/
+3
*
lavr: change the type of the data buffers to uint8_t**.
Anton Khirnov
2012-10-05
2
-7
/
+7
*
vf_overlay: properly sync inputs.
Anton Khirnov
2012-10-04
1
-92
/
+115
*
vf_overlay: get rid of pointless messing with timebase.
Anton Khirnov
2012-10-04
1
-21
/
+4
*
Use avcodec_free_frame() to free AVFrames.
Anton Khirnov
2012-09-24
1
-1
/
+1
*
avfiltergraph: silence an uninitialized variable warning
Anton Khirnov
2012-09-17
1
-1
/
+2
*
buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame()
Anton Khirnov
2012-09-17
2
-2
/
+2
*
lavfi: replace empty input/output lists with null pointers
Mans Rullgard
2012-09-17
15
-18
/
+21
*
yadif: cosmetics
Luca Barbato
2012-09-09
1
-31
/
+45
*
af_asyncts: check return value from lavr when flushing.
Anton Khirnov
2012-09-07
1
-2
/
+7
*
avopt: Explicitly store rational option defaults in .dbl
Martin Storsjö
2012-09-04
2
-2
/
+2
*
avopt: Explicitly store float/double option defaults in .dbl
Martin Storsjö
2012-09-04
2
-2
/
+2
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
7
-21
/
+21
*
avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member
Martin Storsjö
2012-09-04
1
-1
/
+1
*
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
Martin Storsjö
2012-09-04
2
-18
/
+18
*
Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_*
Martin Storsjö
2012-08-31
3
-24
/
+24
*
x86: Split inline and external assembly #ifdefs
Diego Biurrun
2012-08-31
2
-18
/
+14
*
avfilter: x86: Use more precise compile template names
Diego Biurrun
2012-08-30
2
-3
/
+3
*
vf_hqdn3d: Remove a duplicate inline declaration
Martin Storsjö
2012-08-27
1
-1
/
+1
*
vf_hqdn3d: Don't declare the loop variable within the for loop
Martin Storsjö
2012-08-27
1
-1
/
+2
*
vf_hqdn3d: x86 asm
Loren Merritt
2012-08-26
3
-4
/
+130
*
vf_hqdn3d: support 16bit colordepth
Loren Merritt
2012-08-26
1
-24
/
+46
*
AVOptions: store defaults for INT64 options in int64 union member.
Anton Khirnov
2012-08-24
1
-1
/
+1
*
Add missing includes for code relying on external libraries
Martin Storsjö
2012-08-16
2
-0
/
+7
*
Add more missing includes after removing the implicit common.h
Martin Storsjö
2012-08-16
1
-0
/
+1
*
Add some more missing includes after removing the implicit common.h
Martin Storsjö
2012-08-15
1
-0
/
+1
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
57
-0
/
+98
*
x86: yadif: fix asm with suncc
Mans Rullgard
2012-08-13
1
-19
/
+13
*
doxygen: Fix function parameter names to match the code
Diego Biurrun
2012-08-09
1
-3
/
+3
*
x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
Mans Rullgard
2012-08-09
2
-2
/
+2
*
lavfi: properly signal out-of-memory error in ff_filter_samples
Reinhard Tartler
2012-08-05
1
-0
/
+4
*
cosmetics: Fix a few switched periods and linebreaks
Derek Buitenhuis
2012-08-04
1
-2
/
+2
*
x86: build: replace mmx2 by mmxext
Diego Biurrun
2012-08-03
2
-6
/
+6
*
x86: yadif: Mark mmxext optimizations as such
Diego Biurrun
2012-07-31
1
-5
/
+5
*
af_asyncts: avoid overflow in out_size with large delta values
Justin Ruggles
2012-07-29
1
-1
/
+1
*
af_asyncts: add first_pts option
Justin Ruggles
2012-07-29
1
-2
/
+1
*
vf_hqdn3d: support 9 and 10bit colordepth
Loren Merritt
2012-07-28
1
-19
/
+53
*
vf_hqdn3d: reduce intermediate precision
Loren Merritt
2012-07-28
1
-30
/
+32
*
vf_hqdn3d: simplify and optimize
Loren Merritt
2012-07-28
1
-106
/
+51
*
factor identical ff_inplace_start_frame out of two filters
Loren Merritt
2012-07-28
4
-73
/
+39
*
vf_hqdn3d: cosmetics
Loren Merritt
2012-07-28
1
-156
/
+152
*
lavfi: bump minor to mark stabilizing the ABI.
Anton Khirnov
2012-07-28
1
-1
/
+1
*
lavfi: better channel layout negotiation
Justin Ruggles
2012-07-27
1
-11
/
+72
*
vf_yadif: unset cur_buf on the input link.
Anton Khirnov
2012-07-26
1
-0
/
+1
*
vf_overlay: ensure the overlay frame does not get leaked.
Anton Khirnov
2012-07-26
1
-0
/
+1
*
vf_overlay: prevent premature freeing of cur_buf
Michael Niedermayer
2012-07-26
1
-0
/
+1
*
avfilter: Fix printf format string conversion specifier
Diego Biurrun
2012-07-25
1
-1
/
+1
[next]