| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/h264_direct: Fix overflow in POC comparission | Michael Niedermayer | 2019-02-20 | 1 | -2/+2 |
* | Merge commit '45c4bf3df03ef53ae61fa1473424d4ae024f22e4' | James Almer | 2017-11-08 | 1 | -2/+2 |
|\ |
|
| * | h264dec: track the last seen value of x264_build | Anton Khirnov | 2017-07-26 | 1 | -2/+2 |
| * | h264_direct: use the reference mask from the actual reference | Anton Khirnov | 2016-08-11 | 1 | -7/+7 |
* | | h264: only assign H264Picture::mbaff for first slice. | Ronald S. Bultje | 2017-03-31 | 1 | -1/+5 |
* | | avcodec/h264_direct: Fix runtime error: signed integer overflow: -9 - 2147483... | Michael Niedermayer | 2017-03-20 | 1 | -1/+6 |
* | | avcodec/h264_direct: Fix runtime error: signed integer overflow: 2147483647 -... | Michael Niedermayer | 2017-03-14 | 1 | -1/+6 |
* | | avcodec/h264_direct: Fix runtime error: left shift of negative value -14 | Michael Niedermayer | 2017-03-01 | 1 | -1/+1 |
* | | Merge commit 'f638b67e5790735f34620bf82025c9b9d6fc7216' | James Almer | 2016-08-01 | 1 | -0/+1 |
|\| |
|
| * | h264: move the parameter set definitions to a new header file | Anton Khirnov | 2016-06-21 | 1 | -0/+1 |
* | | 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 |
* | | 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 |
* | | Merge commit '728d90a0c1973661a9e73da697bf4f90c9d19577' | Clément Bœsch | 2016-06-18 | 1 | -2/+2 |
|\| |
|
| * | h264: decouple h264_sei from the h264 decoder | Anton Khirnov | 2016-04-24 | 1 | -2/+2 |
* | | Merge commit '3176217c60ca7828712985092d9102d331ea4f3d' | Clément Bœsch | 2016-06-12 | 1 | -3/+3 |
|\| |
|
| * | h264: decouple h264_ps from the h264 decoder | Anton Khirnov | 2016-04-24 | 1 | -3/+3 |
* | | avcodec/h264_direct: Check CO-POCs before use | Michael Niedermayer | 2015-12-04 | 1 | -0/+4 |
* | | Merge commit 'a12d3188cbec15e22070e139fa5cc541da07e2c3' | Michael Niedermayer | 2015-03-21 | 1 | -32/+36 |
|\| |
|
| * | h264: use a smaller struct for the ref lists | Anton Khirnov | 2015-03-21 | 1 | -33/+37 |
* | | Merge commit 'd27b8248a6ee7e64c68c46c23e00d703b9caa50c' | Michael Niedermayer | 2015-03-21 | 1 | -10/+10 |
|\| |
|
| * | h264_direct: constify all uses of H264Context | Anton Khirnov | 2015-03-21 | 1 | -10/+10 |
* | | Merge commit 'd4d9068cdf8f4b2b87ae87a2ef880d243f77b977' | Michael Niedermayer | 2015-03-21 | 1 | -19/+19 |
|\| |
|
| * | h264: move mb_{x,y} into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -19/+19 |
* | | Merge commit '0edbe6faa7ef80daf0e84353cbe733389bf1a522' | Michael Niedermayer | 2015-03-21 | 1 | -2/+2 |
|\| |
|
| * | h264: move mb_xy into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -2/+2 |
* | | Merge commit '95eb35f30513e335990ad0d5dca6ddc318477291' | Michael Niedermayer | 2015-03-21 | 1 | -52/+54 |
|\| |
|
| * | h264: move the ref lists variables into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -51/+53 |
* | | Merge commit '7747726667c86877feed30c9e18460cb8e63f551' | Michael Niedermayer | 2015-03-21 | 1 | -6/+6 |
|\| |
|
| * | h264: move map_col_to_list0[_field] into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -6/+6 |
* | | Merge commit 'ee0d774dfa94655e44707ff3e02f4a4d282c1963' | Michael Niedermayer | 2015-03-21 | 1 | -5/+6 |
|\| |
|
| * | h264: move dist_scale_factor[_field] into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -5/+6 |
* | | Merge commit 'be69f0a800903b7573b18d9287d18b2f368b8b11' | Michael Niedermayer | 2015-03-21 | 1 | -13/+13 |
|\| |
|
| * | h264: move col_{parity,fieldoff} into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -13/+13 |
* | | Merge commit '066aafced4dc6c7c9e7b37082635472249f1e93e' | Michael Niedermayer | 2015-03-21 | 1 | -2/+2 |
|\| |
|
| * | h264: move direct_spatial_mv_pred into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -2/+2 |
* | | Merge commit 'ed451a08a46b2b07fd2dba3e55ffddd18ae6e3d6' | Michael Niedermayer | 2015-03-21 | 1 | -9/+9 |
|\| |
|
| * | h264: move sub_mb_type into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -9/+9 |
* | | Merge commit '56febc993b928ccc039a32158ca60b234c311875' | Michael Niedermayer | 2015-03-21 | 1 | -2/+2 |
|\| |
|
| * | h264: move the slice type variables into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -2/+2 |
* | | Merge commit 'e6287f077c3e8e4aca11e61dd4bade1351439e6b' | Michael Niedermayer | 2015-03-21 | 1 | -53/+56 |
|\| |
|
| * | h264: move {mv,ref}_cache into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -53/+56 |
* | | Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0' | Michael Niedermayer | 2015-02-21 | 1 | -3/+3 |
|\| |
|
| * | libavcodec: Make use of av_clip functions | Peter Meerwald | 2015-02-21 | 1 | -3/+3 |
* | | Merge commit 'c39059bea3adebcd888571d1181db215eee54495' | Michael Niedermayer | 2014-07-21 | 1 | -3/+2 |
|\| |
|
| * | h264: Fix direct temporal mvs for bottom-field-first poc order | Ronald S. Bultje | 2014-07-20 | 1 | -1/+2 |
* | | Merge commit '2db953f84671997e936f91140ffb5143c1537844' | Michael Niedermayer | 2014-07-17 | 1 | -344/+414 |
|\| |
|
| * | h264: K&R formatting cosmetics | Luca Barbato | 2014-07-17 | 1 | -344/+414 |
* | | Merge commit 'a11ef610eec5241e226efbd1c5bb5eb45c88d2c2' | Michael Niedermayer | 2014-07-17 | 1 | -1/+1 |
|\| |
|