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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fate: Split fate-pixdesc tests and dispatch them through Make
Diego Biurrun
2014-08-01
95
-101
/
+114
*
pgssubdec: Check RLE size before copying
Michael Niedermayer
2014-08-01
1
-0
/
+7
*
configure: Globally add ZLIB_CONST to CPPFLAGS if zlib is enabled
Diego Biurrun
2014-07-30
1
-0
/
+2
*
vf_select: Drop a debug av_log with an unchecked double to enum conversion
Diego Biurrun
2014-07-29
1
-12
/
+0
*
mpegvideo: move vol_control_parameters to the only place it is used
Nidhi Makhijani
2014-07-29
3
-6
/
+7
*
matroska: Register mime types
Luca Barbato
2014-07-29
1
-0
/
+1
*
aac: Register the mime type
Luca Barbato
2014-07-29
1
-0
/
+1
*
avformat: Use the mime type information in input probe
Luca Barbato
2014-07-29
3
-12
/
+37
*
avstring: Expose the simple name match function
Luca Barbato
2014-07-29
5
-20
/
+34
*
avformat: Move av_probe_input* to format.c
Luca Barbato
2014-07-29
2
-136
/
+138
*
caf: Use correct printf conversion specifiers for POSIX int types
Diego Biurrun
2014-07-28
1
-1
/
+1
*
sanm: Use correct printf conversion specifiers for POSIX int types
Diego Biurrun
2014-07-28
1
-4
/
+6
*
dump: Use correct printf conversion specifiers for POSIX int types
Diego Biurrun
2014-07-28
1
-3
/
+3
*
x86: build: Restore ordering of OBJS lines
Diego Biurrun
2014-07-28
1
-2
/
+2
*
configure: Use require_pkg_config for Speex
Luca Barbato
2014-07-28
1
-1
/
+1
*
mxf: Extract origin information from material and source track
Marc-Antoine Arnaud
2014-07-28
1
-0
/
+14
*
mxf: Detect Vanc/Vbi SMPTE-436M mxf track
Marc-Antoine Arnaud
2014-07-28
1
-0
/
+18
*
video4linux2: Avoid a floating point exception
Bernhard Übelacker
2014-07-28
1
-1
/
+2
*
hevc: eliminate the last element from TransformTree
Anton Khirnov
2014-07-28
2
-13
/
+7
*
hevc: eliminate unnecessary cbf_c{b,r} arrays
Anton Khirnov
2014-07-28
2
-41
/
+22
*
hevc: do not store the transform inter_split flag in the context
Anton Khirnov
2014-07-28
2
-9
/
+6
*
hevc: simplify splitting the transform tree blocks
Anton Khirnov
2014-07-28
1
-22
/
+17
*
hevc: eliminate an unnecessary array
Anton Khirnov
2014-07-28
2
-10
/
+5
*
codec_desc: fix some typos in long codec names
Anton Khirnov
2014-07-28
1
-2
/
+2
*
lavc: add a property for marking codecs that support frame reordering
Anton Khirnov
2014-07-28
4
-17
/
+30
*
fate: support testing of release branches
Janne Grunau
2014-07-27
1
-3
/
+5
*
eamad: use the bytestream2 API instead of AV_RL
Anton Khirnov
2014-07-27
1
-17
/
+20
*
avformat: Mark AVOutputFormat argument in avformat_query_codec as const
Diego Biurrun
2014-07-26
2
-2
/
+3
*
avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as const
Diego Biurrun
2014-07-26
4
-6
/
+6
*
avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as const
Diego Biurrun
2014-07-26
4
-6
/
+6
*
hevc: SSE2 and SSSE3 loop filters
Pierre Edouard Lepere
2014-07-26
5
-0
/
+903
*
hevcdsp: remove an unneeded variable in the loop filter
Anton Khirnov
2014-07-26
3
-21
/
+19
*
output example: convert audio to the format supported by the encoder
Anton Khirnov
2014-07-26
1
-46
/
+147
*
output example: set the stream timebase
Anton Khirnov
2014-07-26
1
-2
/
+5
*
mpegvideo: Move QMAT_SHIFT* defines to the only place they are used
Diego Biurrun
2014-07-25
2
-3
/
+3
*
mpegvideo: Move ME_MAP_* defines to the only place they are used
Diego Biurrun
2014-07-25
2
-2
/
+3
*
mpegvideo: Drop unused MPEG_BUF_SIZE and CHROMA_444 defines
Diego Biurrun
2014-07-25
1
-3
/
+0
*
fft-test: Pass the right struct members instead of casting
Diego Biurrun
2014-07-25
1
-16
/
+12
*
vc1dsp: Add wrappers for {avg|put}_vc1_mspel_mc00_c
Diego Biurrun
2014-07-25
1
-2
/
+15
*
qpeldsp: Mark source pointer in qpel_mc_func function pointer const
Diego Biurrun
2014-07-25
15
-392
/
+451
*
dct/rdft: Remove duplicate typedefs for context structs
Diego Biurrun
2014-07-25
3
-5
/
+7
*
mpegenccontext: Remove unused opaque pointer
Nidhi Makhijani
2014-07-24
1
-2
/
+0
*
http: K&R formatting cosmetics
Diego Biurrun
2014-07-23
1
-104
/
+110
*
fft-test: Pass correct struct members to (i)dct functions
Diego Biurrun
2014-07-23
1
-3
/
+3
*
fft-test: K&R formatting cosmetics
Diego Biurrun
2014-07-23
1
-77
/
+82
*
fft-test: Check memory allocations
Diego Biurrun
2014-07-23
1
-4
/
+13
*
fft-test: Drop unnecessary pointer indirection for context structs
Diego Biurrun
2014-07-23
1
-24
/
+23
*
fft-test: Reduce variable scope where sensibly possible
Diego Biurrun
2014-07-23
1
-51
/
+36
*
mpegenccontext: Remove unused dct_unquantize_h261 function pointers
Nidhi Makhijani
2014-07-23
1
-4
/
+0
*
fft-test: Make global exptab variable static
Diego Biurrun
2014-07-23
1
-1
/
+1
[next]