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
/
libavcodec
Commit message (
Expand
)
Author
Age
Files
Lines
*
h264: disable ER by default
Anton Khirnov
2015-04-03
4
-2
/
+30
*
hevc: make sure no dangling pointers remain around on VPS/SPS change
Anton Khirnov
2015-04-03
1
-7
/
+39
*
hevc: do not change the VPS if its contents are the same
Anton Khirnov
2015-04-03
1
-2
/
+8
*
hevc: export stream parameters from extradata
Anton Khirnov
2015-04-03
1
-1
/
+11
*
hevc: split out setting AVCodecContext parameters
Anton Khirnov
2015-04-03
1
-40
/
+48
*
build: Split JPEG-related tables off into a separate component
Diego Biurrun
2015-03-30
10
-27
/
+56
*
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
*
lavc: add libdcadec decoder
Hendrik Leppkes
2015-03-29
3
-0
/
+207
*
lavc: add profile define for DTS Express
Hendrik Leppkes
2015-03-29
2
-1
/
+2
*
lavc: add MMAL hardware decoder wrapper
wm4
2015-03-29
4
-1
/
+774
*
lavc: add Intel libmfx-based H.264 encoder
Anton Khirnov
2015-03-27
8
-10
/
+651
*
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
6
-95
/
+161
*
qsv: rename to qsvdec
Anton Khirnov
2015-03-27
4
-8
/
+8
*
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
*
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
*
h264: move mb_field_decoding_flag into the per-slice context
Anton Khirnov
2015-03-21
8
-37
/
+38
*
h264_mb: constify all uses of H264Context
Anton Khirnov
2015-03-21
4
-31
/
+31
*
h264_mb: constify block_offset
Anton Khirnov
2015-03-21
2
-4
/
+4
*
h264_mvpred: constify all uses of H264Context
Anton Khirnov
2015-03-21
1
-8
/
+8
*
h264.h: constify all uses of H264Context
Anton Khirnov
2015-03-21
1
-7
/
+7
*
h264_direct: constify all uses of H264Context
Anton Khirnov
2015-03-21
2
-13
/
+13
*
h264: use a separate GetBitContext for slice data
Anton Khirnov
2015-03-21
6
-98
/
+101
*
h264: do not abuse the context as a temporary storage in get_last_needed_nal()
Anton Khirnov
2015-03-21
1
-2
/
+3
*
h264: remove some remnants of data partitioning
Anton Khirnov
2015-03-21
4
-30
/
+13
*
h264: move resync_mb_{x,y} into the per-slice context
Anton Khirnov
2015-03-21
2
-14
/
+14
*
h264: move mb_{x,y} into the per-slice context
Anton Khirnov
2015-03-21
13
-188
/
+193
[next]