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
/
h264_ps.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
h264: Make Truncating SPS/PPS message debug.
Kieran Kunhya
2017-11-04
1
-2
/
+2
*
avcodec/h264dec: export cropping information instead of handling it internally
James Almer
2017-05-26
1
-9
/
+0
*
Merge commit 'ff9db5cfd14558df9cfcc54d6c062bc34bf1f341'
Clément Bœsch
2017-04-08
1
-3
/
+5
|
\
|
*
lavc: Use a stricter check for the color properties values
Vittorio Giovara
2016-12-02
1
-3
/
+5
*
|
Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'
Clément Bœsch
2017-03-31
1
-2
/
+2
|
\
\
|
|
/
|
*
Use avpriv_report_missing_feature() where appropriate
Diego Biurrun
2016-11-08
1
-3
/
+2
*
|
avcodec/h264_ps: Fix runtime error: signed integer overflow: 2147483647 + 26 ...
Michael Niedermayer
2017-03-23
1
-2
/
+2
*
|
Merge commit 'b96f0ab3d29cdd9ea9ddabfb2052f72bf8615661'
Clément Bœsch
2017-03-19
1
-31
/
+0
|
\
\
|
|
/
|
*
h264: Kill broken disabled cruft
Diego Biurrun
2016-08-17
1
-31
/
+0
*
|
avcodec/h264_ps: Forward errors from decode_scaling_list()
Michael Niedermayer
2017-03-11
1
-18
/
+26
*
|
avcodec/h264_ps: Check chroma_qp_index_offset
Michael Niedermayer
2017-02-23
1
-0
/
+9
*
|
avcodec/h264_ps: Check delta scale for validity
Michael Niedermayer
2017-02-21
1
-2
/
+8
*
|
avcodec/h264_ps: Fix runtime error: signed integer overflow: -1094995528 * 2 ...
Michael Niedermayer
2017-02-19
1
-1
/
+1
*
|
Merge commit 'a8cbe5a0ccebf60a8a8b0aba5d5716dd54c1595c'
Hendrik Leppkes
2016-11-17
1
-3
/
+10
|
\
\
|
|
/
|
*
h264_ps: export actual height in MBs as SPS.mb_height
Anton Khirnov
2016-07-11
1
-1
/
+9
*
|
Merge commit '70b1dcef2d859ae6b3e21d61de928c3dd0cf1aa4'
James Almer
2016-08-01
1
-2
/
+1
|
\
\
|
|
/
|
*
h264: tighten the valid range for ref_frame_count
Anton Khirnov
2016-06-21
1
-2
/
+1
*
|
Merge commit 'f638b67e5790735f34620bf82025c9b9d6fc7216'
James Almer
2016-08-01
1
-1
/
+3
|
\
\
|
|
/
|
*
h264: move the parameter set definitions to a new header file
Anton Khirnov
2016-06-21
1
-1
/
+3
*
|
Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'
Clément Bœsch
2016-07-29
1
-1
/
+1
|
\
\
|
|
/
|
*
h264: rename h264.[ch] to h264dec.[ch]
Anton Khirnov
2016-06-21
1
-1
/
+1
*
|
lavc/h264_ps: Be more verbose when truncating likely oversized PPS.
Carl Eugen Hoyos
2016-07-24
1
-1
/
+3
*
|
Merge commit 'a833ff68f6bf9dc72c3ef0ddf830ebed743c0703'
Clément Bœsch
2016-07-09
1
-1
/
+2
|
\
\
|
|
/
|
*
h264: Fix decoding delay for Intra only streams
Anton Mitrofanov
2016-06-12
1
-1
/
+2
*
|
h264: make H264ParamSets sps const
Benoit Fouet
2016-06-30
1
-2
/
+2
*
|
h264: straighten dimensions check ff_h264_decode_seq_parameter_set
Benoit Fouet
2016-06-30
1
-7
/
+8
*
|
h264_ps: change decode_scaling_matrices so that it takes const {s,p}ps
Benoit Fouet
2016-06-30
1
-4
/
+8
*
|
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
Clément Bœsch
2016-06-21
1
-1
/
+1
|
\
\
|
|
/
|
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-1
/
+1
*
|
lavc/h264_ps: add ff_h264_ps_uninit and use it
Matthieu Bouron
2016-06-20
1
-0
/
+17
*
|
Merge commit '3176217c60ca7828712985092d9102d331ea4f3d'
Clément Bœsch
2016-06-12
1
-194
/
+303
|
\
\
|
|
/
|
*
h264: decouple h264_ps from the h264 decoder
Anton Khirnov
2016-04-24
1
-180
/
+290
*
|
Merge commit 'add1467e5e447b79e8743a0b05c54dcf58c61dfe'
Derek Buitenhuis
2016-05-03
1
-44
/
+0
|
\
\
|
|
/
|
*
svq3: drop the build dependency on the h264 decoder
Anton Khirnov
2016-03-28
1
-22
/
+1
*
|
Merge commit 'f4d581cda3897f66c1dda7586b93f86a591dbbef'
Derek Buitenhuis
2016-04-24
1
-1
/
+2
|
\
\
|
|
/
|
*
lavc: Deduplicate zigzag_scan table
Diego Biurrun
2016-03-25
1
-2
/
+2
*
|
Merge commit 'b09ad37c83841c399abb7f2503a2ab214d0c2d48'
Hendrik Leppkes
2015-12-17
1
-0
/
+33
|
\
\
|
|
/
|
*
h264: derive the delay from the level when it's not present
Anton Khirnov
2015-12-06
1
-0
/
+33
*
|
avcodec/h264_ps: Fix copying oversized pps&sps data
Michael Niedermayer
2015-10-03
1
-4
/
+6
*
|
avcodec/h264: keep SPS and PPS bitstream data
wm4
2015-10-02
1
-4
/
+16
*
|
Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'
Michael Niedermayer
2015-07-27
1
-2
/
+2
|
\
\
|
|
/
|
*
lavc: AV-prefix all codec flags
Vittorio Giovara
2015-07-27
1
-2
/
+2
*
|
Merge commit '86e1a35802df42f51337d3fed8d5d99d0898c8bf'
Michael Niedermayer
2015-04-20
1
-2
/
+7
|
\
\
|
|
/
|
*
h264_ps: Return meaningful error codes and address a memory leak
Vittorio Giovara
2015-04-20
1
-3
/
+7
*
|
avcodec/h264_ps: Validate num_units_in_tick/time_scale before setting them in...
Michael Niedermayer
2015-04-16
1
-5
/
+8
*
|
h264: Do not fail on unsupported timing info
Vittorio Giovara
2015-04-16
1
-1
/
+1
*
|
avcodec/h264: Do not fail with randomly truncated VUIs
Michael Niedermayer
2015-04-10
1
-3
/
+4
*
|
avcodec/h264_ps: Move truncation check from VUI to SPS
Michael Niedermayer
2015-04-08
1
-6
/
+6
*
|
Merge commit '84f226a3bcd8b39801a4c9051c033ab7d61aaf76'
Michael Niedermayer
2015-04-05
1
-4
/
+7
|
\
\
|
|
/
|
*
h264: use the correct SPS during PPS parsing
Anton Khirnov
2015-04-05
1
-8
/
+14
[next]