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: Kill broken disabled cruft
Diego Biurrun
2016-08-17
1
-31
/
+0
*
h264_ps: export actual height in MBs as SPS.mb_height
Anton Khirnov
2016-07-11
1
-1
/
+9
*
h264: tighten the valid range for ref_frame_count
Anton Khirnov
2016-06-21
1
-2
/
+1
*
h264: move the parameter set definitions to a new header file
Anton Khirnov
2016-06-21
1
-1
/
+3
*
h264: rename h264.[ch] to h264dec.[ch]
Anton Khirnov
2016-06-21
1
-1
/
+1
*
h264: Fix decoding delay for Intra only streams
Anton Mitrofanov
2016-06-12
1
-1
/
+2
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-1
/
+1
*
h264: decouple h264_ps from the h264 decoder
Anton Khirnov
2016-04-24
1
-180
/
+290
*
svq3: drop the build dependency on the h264 decoder
Anton Khirnov
2016-03-28
1
-22
/
+1
*
lavc: Deduplicate zigzag_scan table
Diego Biurrun
2016-03-25
1
-2
/
+2
*
h264: derive the delay from the level when it's not present
Anton Khirnov
2015-12-06
1
-0
/
+33
*
lavc: AV-prefix all codec flags
Vittorio Giovara
2015-07-27
1
-2
/
+2
*
h264_ps: Return meaningful error codes and address a memory leak
Vittorio Giovara
2015-04-20
1
-3
/
+7
*
h264: use the correct SPS during PPS parsing
Anton Khirnov
2015-04-05
1
-8
/
+14
*
h264_ps: properly check cropping parameters against overflow
Anton Khirnov
2015-03-21
1
-4
/
+16
*
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2014-08-15
1
-1
/
+1
*
More correct printf format specifiers
Diego Biurrun
2014-04-02
1
-1
/
+1
*
avcodec: more correct printf specifiers
Diego Biurrun
2014-03-22
1
-5
/
+7
*
h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private define
Vittorio Giovara
2014-03-16
1
-1
/
+1
*
h264: parse two additional constraint flags
Vittorio Giovara
2014-02-28
1
-1
/
+3
*
h264: add MVCD to the list of High profiles in SPS
Vittorio Giovara
2014-02-28
1
-5
/
+11
*
h264: use avpriv_request_sample for chroma_format_idc
Vittorio Giovara
2014-02-16
1
-3
/
+2
*
h264: store current_sps_id inside the current sps
Vittorio Giovara
2014-02-14
1
-1
/
+1
*
h264: print values in case of error
Vittorio Giovara
2014-02-14
1
-5
/
+6
*
h264: reset num_reorder_frames if it is invalid
Anton Khirnov
2014-01-18
1
-1
/
+3
*
h264: reject mismatching luma/chroma bit depths during sps parsing
Anton Khirnov
2014-01-06
1
-0
/
+5
*
h264_ps: when parsing a VUI fails, only abort when explode is set
Anton Khirnov
2013-10-27
1
-2
/
+4
*
h264_ps: Use more meaningful error values
Diego Biurrun
2013-08-20
1
-12
/
+12
*
h264_ps: K&R formatting cosmetics
Diego Biurrun
2013-08-20
1
-287
/
+313
*
h264_ps: Drop commented-out cruft
Diego Biurrun
2013-08-20
1
-4
/
+0
*
avcodec: Remove some commented-out debug cruft
Diego Biurrun
2013-08-20
1
-1
/
+0
*
h264: fully support cropping.
Anton Khirnov
2013-04-19
1
-19
/
+27
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+0
*
h264: deMpegEncContextize
Anton Khirnov
2013-02-15
1
-136
/
+130
*
h264: Allow discarding the cropping information from SPS
Vittorio Giovara
2013-01-25
1
-0
/
+14
*
h264: fix sps parsing for SVC and CAVLC 4:4:4 Intra profiles
Victor Lopez
2012-12-19
1
-1
/
+5
*
h264: fix memleak on error during SPS parsing
Janne Grunau
2012-12-15
1
-1
/
+1
*
h264: set parameters from SPS whenever it changes
Janne Grunau
2012-12-13
1
-2
/
+5
*
h264: check sps.log2_max_frame_num for validity
Janne Grunau
2012-12-07
1
-2
/
+14
*
h264_ps: declare array of colorspace strings on its own line.
Ronald S. Bultje
2012-07-29
1
-1
/
+2
*
h264: additional protection against unsupported size/bitdepth changes.
Ronald S. Bultje
2012-05-02
1
-0
/
+3
*
h264: fix memleak in error path.
Alexander Strange
2012-03-24
1
-1
/
+1
*
h264: Add check for invalid chroma_format_idc
Alexander Strange
2012-03-24
1
-1
/
+5
*
h264: improve parsing of broken AVC SPS
Michael Niedermayer
2012-03-13
1
-1
/
+4
*
Replace computations of remaining bits with calls to get_bits_left().
Alex Converse
2012-03-05
1
-2
/
+2
*
h264: 4:2:2 intra decoding support
Baptiste Coudurier
2011-10-21
1
-2
/
+3
*
h264: fix HRD parameters parsing
Mans Rullgard
2011-10-11
1
-2
/
+2
*
h264: fix detection of optional trailing PPS elements
Mans Rullgard
2011-10-11
1
-1
/
+4
*
H.264: fix 4:4:4 cropping warning
Jason Garrett-Glaser
2011-06-22
1
-1
/
+2
*
H.264: reference the correct SPS in decode_scaling_matrices
Jason Garrett-Glaser
2011-06-22
1
-2
/
+2
[next]