aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_direct.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264_direct: Check CO-POCs before useMichael Niedermayer2015-12-041-0/+4
* Merge commit 'a12d3188cbec15e22070e139fa5cc541da07e2c3'Michael Niedermayer2015-03-211-32/+36
|\
| * h264: use a smaller struct for the ref listsAnton Khirnov2015-03-211-33/+37
* | Merge commit 'd27b8248a6ee7e64c68c46c23e00d703b9caa50c'Michael Niedermayer2015-03-211-10/+10
|\|
| * h264_direct: constify all uses of H264ContextAnton Khirnov2015-03-211-10/+10
* | Merge commit 'd4d9068cdf8f4b2b87ae87a2ef880d243f77b977'Michael Niedermayer2015-03-211-19/+19
|\|
| * h264: move mb_{x,y} into the per-slice contextAnton Khirnov2015-03-211-19/+19
* | Merge commit '0edbe6faa7ef80daf0e84353cbe733389bf1a522'Michael Niedermayer2015-03-211-2/+2
|\|
| * h264: move mb_xy into the per-slice contextAnton Khirnov2015-03-211-2/+2
* | Merge commit '95eb35f30513e335990ad0d5dca6ddc318477291'Michael Niedermayer2015-03-211-52/+54
|\|
| * h264: move the ref lists variables into the per-slice contextAnton Khirnov2015-03-211-51/+53
* | Merge commit '7747726667c86877feed30c9e18460cb8e63f551'Michael Niedermayer2015-03-211-6/+6
|\|
| * h264: move map_col_to_list0[_field] into the per-slice contextAnton Khirnov2015-03-211-6/+6
* | Merge commit 'ee0d774dfa94655e44707ff3e02f4a4d282c1963'Michael Niedermayer2015-03-211-5/+6
|\|
| * h264: move dist_scale_factor[_field] into the per-slice contextAnton Khirnov2015-03-211-5/+6
* | Merge commit 'be69f0a800903b7573b18d9287d18b2f368b8b11'Michael Niedermayer2015-03-211-13/+13
|\|
| * h264: move col_{parity,fieldoff} into the per-slice contextAnton Khirnov2015-03-211-13/+13
* | Merge commit '066aafced4dc6c7c9e7b37082635472249f1e93e'Michael Niedermayer2015-03-211-2/+2
|\|
| * h264: move direct_spatial_mv_pred into the per-slice contextAnton Khirnov2015-03-211-2/+2
* | Merge commit 'ed451a08a46b2b07fd2dba3e55ffddd18ae6e3d6'Michael Niedermayer2015-03-211-9/+9
|\|
| * h264: move sub_mb_type into the per-slice contextAnton Khirnov2015-03-211-9/+9
* | Merge commit '56febc993b928ccc039a32158ca60b234c311875'Michael Niedermayer2015-03-211-2/+2
|\|
| * h264: move the slice type variables into the per-slice contextAnton Khirnov2015-03-211-2/+2
* | Merge commit 'e6287f077c3e8e4aca11e61dd4bade1351439e6b'Michael Niedermayer2015-03-211-53/+56
|\|
| * h264: move {mv,ref}_cache into the per-slice contextAnton Khirnov2015-03-211-53/+56
* | Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0'Michael Niedermayer2015-02-211-3/+3
|\|
| * libavcodec: Make use of av_clip functionsPeter Meerwald2015-02-211-3/+3
* | Merge commit 'c39059bea3adebcd888571d1181db215eee54495'Michael Niedermayer2014-07-211-3/+2
|\|
| * h264: Fix direct temporal mvs for bottom-field-first poc orderRonald S. Bultje2014-07-201-1/+2
* | Merge commit '2db953f84671997e936f91140ffb5143c1537844'Michael Niedermayer2014-07-171-344/+414
|\|
| * h264: K&R formatting cosmeticsLuca Barbato2014-07-171-344/+414
* | Merge commit 'a11ef610eec5241e226efbd1c5bb5eb45c88d2c2'Michael Niedermayer2014-07-171-1/+1
|\|
| * h264: Remove some commented-out, broken cruftDiego Biurrun2014-07-161-1/+1
* | h264: fix direct temporal mvs for bottom-field-first poc order.Ronald S. Bultje2014-07-131-1/+3
* | Merge commit 'd24e9a99a40166bf881ccd2e3ae5688af4726658'Michael Niedermayer2014-03-171-1/+0
|\|
| * h264 does not depend on mpegvideo any moreVittorio Giovara2014-03-161-1/+0
* | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer2014-03-171-0/+1
|\|
| * mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* | Merge commit '9b749c8274f6b6f35dde2cf29b99fa4f719abf87'Michael Niedermayer2014-03-171-4/+4
|\|
| * h264: move relevant fields from Picture to H264PictureVittorio Giovara2014-03-161-4/+4
* | Merge commit '2a61592573d725956a4377641344afe263382648'Michael Niedermayer2013-08-211-1/+0
|\|
| * avcodec: Remove some commented-out debug cruftDiego Biurrun2013-08-201-1/+0
* | h264_direct: assert the validity of the spatial refMichael Niedermayer2013-03-301-0/+1
* | Merge commit '7fa00653a550c0d24b3951c0f9fed6350ecf5ce4'Michael Niedermayer2013-03-211-4/+4
|\|
| * h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov2013-03-211-4/+4
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-25/+25
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-25/+25
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\|
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-161-39/+34
|\|