| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '6e92181bf836f48627a4733b6fd240a99fd36365' | Clément Bœsch | 2016-07-01 | 1 | -2/+2 |
|\ |
|
| * | h264: pass just the PPS to get_chroma_qp() | Anton Khirnov | 2016-06-12 | 1 | -2/+2 |
* | | Merge commit '52567e8198669a1e7493c75771613f87a90466c3' | Hendrik Leppkes | 2016-06-26 | 1 | -4/+0 |
|\| |
|
| * | get_bits: Drop some TRACE-level debug code | Diego Biurrun | 2016-05-22 | 1 | -4/+0 |
* | | 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 |
| * | h264: Drop broken trace debug output | Diego Biurrun | 2016-05-03 | 1 | -1/+0 |
* | | avodec/h264dec: fix compilation with -DTRACE | James Almer | 2016-06-16 | 1 | -1/+1 |
* | | Merge commit '3176217c60ca7828712985092d9102d331ea4f3d' | Clément Bœsch | 2016-06-12 | 1 | -11/+11 |
|\| |
|
| * | h264: decouple h264_ps from the h264 decoder | Anton Khirnov | 2016-04-24 | 1 | -11/+11 |
* | | Merge commit 'ecc31f6b086453ab9811dce2ae5ceb6a7c19e4ad' | Derek Buitenhuis | 2016-04-27 | 1 | -3/+6 |
|\| |
|
| * | h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parse | Anton Khirnov | 2016-03-28 | 1 | -3/+6 |
* | | Merge commit 'a7da517f6a5c472f46f67dd33bb6b95ccc919923' | Derek Buitenhuis | 2016-04-24 | 1 | -17/+19 |
|\| |
|
| * | h264data: Move all data tables from a header to a .c file | Diego Biurrun | 2016-03-25 | 1 | -16/+19 |
* | | Merge commit '6b96d2dcdaa60d7919d710432c6ca204b7fab0ab' | Derek Buitenhuis | 2016-02-24 | 1 | -3/+0 |
|\| |
|
| * | cosmetics: Drop particularly redundant silly comments | Diego Biurrun | 2016-02-18 | 1 | -3/+0 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -7/+7 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -7/+7 |
* | | avcodec/h264_cavlc: Drop local_ref_count | Michael Niedermayer | 2015-03-22 | 1 | -14/+13 |
* | | Merge commit '7505c8dfba255f8e6c6dbb574d0cec91da16f24d' | Michael Niedermayer | 2015-03-21 | 1 | -4/+9 |
|\| |
|
| * | h264_cavlc: constify all uses of H264Context | Anton Khirnov | 2015-03-21 | 1 | -4/+9 |
* | | Merge commit 'e9b2383bf86b38ad18a001801aee20c8182e29bd' | Michael Niedermayer | 2015-03-21 | 1 | -4/+4 |
|\| |
|
| * | h264: move mb_mbaff into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -6/+6 |
* | | Merge commit 'bc98e8c0e0a8babfea35c98855e366b29cbe1191' | Michael Niedermayer | 2015-03-21 | 1 | -3/+3 |
|\| |
|
| * | h264: move mb_field_decoding_flag into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -3/+3 |
* | | Merge commit 'f42485dbce614b3f63182845da43db690b427b7c' | Michael Niedermayer | 2015-03-21 | 1 | -33/+33 |
|\| |
|
| * | h264: use a separate GetBitContext for slice data | Anton Khirnov | 2015-03-21 | 1 | -33/+33 |
* | | Merge commit '404a416d4b1fcbf9db5569481d8181f296c01ea9' | Michael Niedermayer | 2015-03-21 | 1 | -3/+3 |
|\| |
|
| * | h264: remove some remnants of data partitioning | Anton Khirnov | 2015-03-21 | 1 | -3/+3 |
* | | Merge commit 'd4d9068cdf8f4b2b87ae87a2ef880d243f77b977' | Michael Niedermayer | 2015-03-21 | 1 | -12/+12 |
|\| |
|
| * | h264: move mb_{x,y} into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -12/+12 |
* | | Merge commit '0edbe6faa7ef80daf0e84353cbe733389bf1a522' | Michael Niedermayer | 2015-03-21 | 1 | -1/+1 |
|\| |
|
| * | h264: move mb_xy into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -1/+1 |
* | | Merge commit '47a0d393504d6726c4a235951153bee0abb3f7d6' | Michael Niedermayer | 2015-03-21 | 1 | -4/+4 |
|\| |
|
| * | h264: move mb_skip_run into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -4/+4 |
* | | Merge commit 'e7226984ac13aacb84eae77a372df8ff7685848f' | Michael Niedermayer | 2015-03-21 | 1 | -1/+1 |
|\| |
|
| * | h264: move [{top,left}_]cbp into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -1/+1 |
* | | Merge commit 'bf03a878a76dea29b36f368759e9f66102b39a5f' | Michael Niedermayer | 2015-03-21 | 1 | -10/+10 |
|\| |
|
| * | h264: move mb[_{padding,luma_dc}] into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -12/+12 |
* | | Merge commit 'b063582e0c4f775a8ba377488bd085595e0e7fae' | Michael Niedermayer | 2015-03-21 | 1 | -1/+1 |
|\| |
|
| * | h264: move intra_pcm_ptr into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -1/+1 |
* | | Merge commit '95eb35f30513e335990ad0d5dca6ddc318477291' | Michael Niedermayer | 2015-03-21 | 1 | -10/+10 |
|\| |
|
| * | h264: move the ref lists variables into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -12/+12 |
* | | Merge commit 'ed451a08a46b2b07fd2dba3e55ffddd18ae6e3d6' | Michael Niedermayer | 2015-03-21 | 1 | -17/+17 |
|\| |
|
| * | h264: move sub_mb_type into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -17/+17 |
* | | Merge commit '56febc993b928ccc039a32158ca60b234c311875' | Michael Niedermayer | 2015-03-21 | 1 | -9/+9 |
|\| |
|
| * | h264: move the slice type variables into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -9/+9 |
* | | Merge commit 'e6287f077c3e8e4aca11e61dd4bade1351439e6b' | Michael Niedermayer | 2015-03-21 | 1 | -22/+22 |
|\| |
|
| * | h264: move {mv,ref}_cache into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -22/+22 |
* | | Merge commit 'f69574cf7aca4fe4d57a2155e925f37fc863474d' | Michael Niedermayer | 2015-03-21 | 1 | -23/+28 |
|\| |
|