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
*
avcodec/arm/flacdsp_init_arm: Put CONFIG_FLAC_DECODER first in if()
Michael Niedermayer
2015-03-26
1
-1
/
+1
*
avcodec/ac3dec: Put CONFIG* first in if()
Michael Niedermayer
2015-03-26
1
-2
/
+2
*
avcodec/nvenc: Need a separate class for each encoder
Philip Langdale
2015-03-25
1
-8
/
+15
*
avcodec/j2kenc: Initialize variable to silence compiler warnings
Himangi Saraogi
2015-03-25
1
-1
/
+1
*
avcodec/nvenc_h265: add missing version bump and changelog entry
James Almer
2015-03-25
1
-2
/
+2
*
avcodec/nvenc: Add support for H.265 encoding
Philip Langdale
2015-03-24
3
-23
/
+133
*
avcodec/h264: Remove bits_per_raw_sample hacks
Michael Niedermayer
2015-03-25
3
-9
/
+6
*
avcodec/nvenc: Drop support for old nvenc api
Timo Rothenpieler
2015-03-24
2
-17
/
+1
*
avcodec/msrledec: More verbose error message
Michael Niedermayer
2015-03-24
1
-1
/
+1
*
avcodec/msrledec: restructure msrle_decode_pal4() based on the line number in...
Michael Niedermayer
2015-03-24
1
-14
/
+11
*
Merge commit 'b21af32aed7e343f962753943e9f16baedfb1750'
Michael Niedermayer
2015-03-24
1
-1
/
+4
|
\
|
*
lavc: Prefer x264 over openh264 if both libraries are available
Michael Niedermayer
2015-03-23
1
-1
/
+4
*
|
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
*
|
avcodec/snow: fix support for odd dimensions
Michael Niedermayer
2015-03-22
2
-7
/
+7
*
|
avcodec/jpeglsdec: support PAL1-PAL7
Michael Niedermayer
2015-03-22
1
-2
/
+10
*
|
avcodec/h264_cavlc: Drop local_ref_count
Michael Niedermayer
2015-03-22
1
-14
/
+13
*
|
avcodec/h264_cabac: Drop local_ref_count
Michael Niedermayer
2015-03-22
1
-16
/
+16
*
|
avcodec/h264.h: Drop unused macro
Michael Niedermayer
2015-03-22
1
-7
/
+0
*
|
avcodec/h264_slice: update slice context linesizes when a new picture is allo...
Michael Niedermayer
2015-03-21
1
-0
/
+5
*
|
Merge commit 'c28ed1d743443e783537d279ae721be3bbdf7646'
Michael Niedermayer
2015-03-21
5
-63
/
+58
|
\
\
|
|
/
|
*
h264: move [uv]linesize to the per-slice context
Anton Khirnov
2015-03-21
5
-64
/
+57
*
|
Merge commit 'b53569e0681ff7bc99103ab4c961dbac3cc0fce6'
Michael Niedermayer
2015-03-21
1
-33
/
+33
|
\
\
|
|
/
|
*
h264_cabac: remove now unnecessary H264Context function parameters
Anton Khirnov
2015-03-21
1
-33
/
+33
*
|
Merge commit 'a12d3188cbec15e22070e139fa5cc541da07e2c3'
Michael Niedermayer
2015-03-21
9
-102
/
+131
|
\
\
|
|
/
|
*
h264: use a smaller struct for the ref lists
Anton Khirnov
2015-03-21
8
-107
/
+126
*
|
Merge commit '94295106d20b32666a8c4e0d028ef79b9d3f3b7a'
Michael Niedermayer
2015-03-21
1
-4
/
+3
|
\
\
|
|
/
|
*
h264_mb: remove an unused function parameter
Anton Khirnov
2015-03-21
1
-4
/
+3
*
|
Merge commit '2b4c38d3c647f409080606ef02b3363ada00be2c'
Michael Niedermayer
2015-03-21
1
-11
/
+1
|
\
\
|
|
/
|
*
h264: drop some mpegvideo remnants from draw_horiz_band()
Anton Khirnov
2015-03-21
1
-11
/
+1
*
|
Merge commit '5bf3c0fa49afd5bbf43aa841ff78007d72c80736'
Michael Niedermayer
2015-03-21
4
-82
/
+11
|
\
\
|
|
/
|
*
h264: drop the now unused per-slice H264Contexts
Anton Khirnov
2015-03-21
4
-79
/
+10
*
|
Merge commit '51d8725a6e4c7f989d6f0f38b59cb54a2d72846c'
Michael Niedermayer
2015-03-21
3
-132
/
+89
|
\
\
|
|
/
|
*
h264: use the main H264Context as the parent for all slice contexts
Anton Khirnov
2015-03-21
3
-111
/
+69
*
|
Merge commit '92e0b7342c0490894cbcea4461380321e0569de2'
Michael Niedermayer
2015-03-21
1
-8
/
+8
|
\
\
|
|
/
|
*
h264_slice: constify all the uses of H264Context during slice decoding
Anton Khirnov
2015-03-21
1
-8
/
+8
*
|
vp9: make above buffer pointer 32-byte aligned.
Ronald S. Bultje
2015-03-21
1
-1
/
+1
*
|
Merge commit '3178f4d33ff62243f7cdddb081db516ea34396c9'
Michael Niedermayer
2015-03-21
4
-19
/
+17
|
\
\
|
|
/
|
*
h264: move rbsp_buffer into the per-slice context
Anton Khirnov
2015-03-21
4
-18
/
+17
*
|
Merge commit '582683b6ac798ed2a004a4e2121b7bd47892bbfd'
Michael Niedermayer
2015-03-21
4
-53
/
+53
|
\
\
|
|
/
|
*
h264: move remaining ER stuff into the per-slice context
Anton Khirnov
2015-03-21
4
-43
/
+42
*
|
avcodec/mpegvideo: support mbskip_table==NULL in ff_print_debug_info2()
Michael Niedermayer
2015-03-21
1
-2
/
+3
*
|
avcodec/error_resilience: Fix mbskip_table==NULL codepath
Michael Niedermayer
2015-03-21
1
-1
/
+1
*
|
Merge commit '5bc69f38c1af71fbcbfb4b5efa77d0aeb5424c04'
Michael Niedermayer
2015-03-21
2
-10
/
+4
|
\
\
|
|
/
|
*
error_resilience: do not require mbintra/skip tables
Anton Khirnov
2015-03-21
2
-10
/
+4
*
|
Merge commit 'c377e04d8aa74d030672e9a4788a700b0695fc14'
Michael Niedermayer
2015-03-21
4
-16
/
+26
|
\
\
|
|
/
|
*
h264: move top_borders into the per-slice context
Anton Khirnov
2015-03-21
4
-16
/
+26
*
|
Merge commit '36d04801ba9d8622c2d759c172aea18561bac74d'
Michael Niedermayer
2015-03-21
5
-49
/
+50
|
\
\
|
|
/
|
*
h264: move the scratch buffers into the per-slice context
Anton Khirnov
2015-03-21
5
-54
/
+50
*
|
Merge commit '34d4c605e9a5116d5289b35633ade5b01cacab24'
Michael Niedermayer
2015-03-21
2
-17
/
+17
|
\
\
|
|
/
[next]