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
...
*
rtp: Add an option to set the send/receive buffer size
Luca Barbato
2015-04-01
1
-0
/
+4
*
rtp: Map the urloptions to AVOptions
Luca Barbato
2015-04-01
1
-33
/
+65
*
build: Split JPEG-related tables off into a separate component
Diego Biurrun
2015-03-30
12
-32
/
+66
*
mjpeg: Use a more precise type for put_marker()
Diego Biurrun
2015-03-30
2
-3
/
+4
*
mjpeg: Move code only used in the encoder(s) to the appropriate header
Diego Biurrun
2015-03-30
5
-7
/
+10
*
tiff: Return more meaningful error codes
Himangi Saraogi
2015-03-30
1
-5
/
+6
*
indeo: Give Indeo4/5 shared code a more consistent name
Diego Biurrun
2015-03-30
8
-13
/
+13
*
qsv: Skip header compilation depending on what parts of qsv are enabled
Diego Biurrun
2015-03-30
1
-1
/
+3
*
udp: Fix pkt_size management
Luca Barbato
2015-03-29
1
-1
/
+1
*
lavc: add libdcadec decoder
Hendrik Leppkes
2015-03-29
5
-0
/
+212
*
lavc: add profile define for DTS Express
Hendrik Leppkes
2015-03-29
3
-1
/
+5
*
lavc: add MMAL hardware decoder wrapper
wm4
2015-03-29
10
-3
/
+802
*
lavc: add Intel libmfx-based H.264 encoder
Anton Khirnov
2015-03-27
10
-10
/
+656
*
qsvdec: add 'decode' to the non-static function names
Anton Khirnov
2015-03-27
3
-6
/
+6
*
qsvdec: split off some code that will be shared with the encoder
Anton Khirnov
2015-03-27
7
-95
/
+163
*
qsv: rename to qsvdec
Anton Khirnov
2015-03-27
5
-10
/
+10
*
avisynth: update documentation about the avisynth_c.h header
Stephen Hutchinson
2015-03-24
2
-20
/
+16
*
avisynth: Fix compilation against current 2.6 header(s).
Stephen Hutchinson
2015-03-24
1
-5
/
+37
*
vaapi_h264: fix slice data offset
Hendrik Leppkes
2015-03-23
1
-1
/
+1
*
dxva2_h264: fix slice offset in long slice structs
Hendrik Leppkes
2015-03-23
1
-1
/
+1
*
lavc: Prefer x264 over openh264 if both libraries are available
Michael Niedermayer
2015-03-23
1
-1
/
+4
*
pixfmt: Update documentation with prefixed pixel formats
Vittorio Giovara
2015-03-23
1
-8
/
+8
*
pixdesc: Replace a few leftover instances of non AV-prefixed flags
Vittorio Giovara
2015-03-23
1
-3
/
+6
*
fate: Add test for tscc2 in mov
Vittorio Giovara
2015-03-23
3
-2
/
+24
*
mov: Write the display matrix in order
Vittorio Giovara
2015-03-23
4
-9
/
+9
*
movenc: Write the make and model metadata keys for mov style files
Martin Storsjö
2015-03-23
1
-0
/
+2
*
avfilter: Document avfilter_graph_alloc return value
Federico Tomassetti
2015-03-21
1
-0
/
+2
*
oggdec: Check memory allocation
Federico Tomassetti
2015-03-21
1
-0
/
+5
*
mms: Check memory allocation
Federico Tomassetti
2015-03-21
1
-0
/
+2
*
avplay: Check memory allocation
Federico Tomassetti
2015-03-21
1
-0
/
+2
*
rmenc: Check memory allocation
Federico Tomassetti
2015-03-21
1
-0
/
+2
*
swscale: Check memory allocation
Federico Tomassetti
2015-03-21
1
-8
/
+14
*
h264: move [uv]linesize to the per-slice context
Anton Khirnov
2015-03-21
5
-64
/
+57
*
h264_cabac: remove now unnecessary H264Context function parameters
Anton Khirnov
2015-03-21
1
-33
/
+33
*
h264: use a smaller struct for the ref lists
Anton Khirnov
2015-03-21
8
-107
/
+126
*
h264_mb: remove an unused function parameter
Anton Khirnov
2015-03-21
1
-4
/
+3
*
h264: drop some mpegvideo remnants from draw_horiz_band()
Anton Khirnov
2015-03-21
1
-11
/
+1
*
h264: drop the now unused per-slice H264Contexts
Anton Khirnov
2015-03-21
4
-79
/
+10
*
h264: use the main H264Context as the parent for all slice contexts
Anton Khirnov
2015-03-21
3
-111
/
+69
*
h264_slice: constify all the uses of H264Context during slice decoding
Anton Khirnov
2015-03-21
1
-8
/
+8
*
h264: move rbsp_buffer into the per-slice context
Anton Khirnov
2015-03-21
4
-18
/
+17
*
h264: move remaining ER stuff into the per-slice context
Anton Khirnov
2015-03-21
4
-43
/
+42
*
error_resilience: do not require mbintra/skip tables
Anton Khirnov
2015-03-21
2
-10
/
+4
*
h264: move top_borders into the per-slice context
Anton Khirnov
2015-03-21
4
-16
/
+26
*
h264: move the scratch buffers into the per-slice context
Anton Khirnov
2015-03-21
5
-54
/
+50
*
h264_loopfilter: constify all uses of H264Context
Anton Khirnov
2015-03-21
2
-17
/
+17
*
h264_cavlc: constify all uses of H264Context
Anton Khirnov
2015-03-21
2
-5
/
+10
*
h264_cabac: constify all uses of H264Context
Anton Khirnov
2015-03-21
2
-24
/
+24
*
h264.c: constify all uses of H264Context in slice and lower-level functions
Anton Khirnov
2015-03-21
2
-8
/
+8
*
h264: move mb_mbaff into the per-slice context
Anton Khirnov
2015-03-21
5
-24
/
+24
[prev]
[next]