summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_slice.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'ad9d3384de08f02967d6eb11196ee8c78e8b2dba'Derek Buitenhuis2016-05-031-46/+6
|\
| * svq3: move the dequant buffer to SVQ3ContextAnton Khirnov2016-03-281-42/+6
* | Merge commit 'e481458bc308ee838deaeacac51929514762e7a7'Derek Buitenhuis2016-04-261-17/+18
|\ \ | |/
| * h264: factor out pred weight table parsing into a separate fileAnton Khirnov2016-03-281-17/+18
* | Merge commit 'a7da517f6a5c472f46f67dd33bb6b95ccc919923'Derek Buitenhuis2016-04-241-1/+1
|\ \ | |/
| * h264data: Move all data tables from a header to a .c fileDiego Biurrun2016-03-251-1/+1
* | Merge commit 'f4d581cda3897f66c1dda7586b93f86a591dbbef'Derek Buitenhuis2016-04-241-2/+2
|\ \ | |/
| * lavc: Deduplicate zigzag_scan tableDiego Biurrun2016-03-251-2/+2
| * lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson2016-03-191-1/+1
* | avcodec/h264_slice: Check PPS more extensively when its not copiedMichael Niedermayer2016-03-271-3/+7
* | Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-241-1/+0
|\ \ | |/
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
| * h264: do not call frame_start() for missing framesAnton Khirnov2015-12-071-18/+32
* | avcodec/h264_slice: Fix dequant table init with field picturesMichael Niedermayer2016-02-121-1/+1
* | avcodec/h264_slice: assert relation between current_slice ans slice_ctxMichael Niedermayer2016-02-121-0/+3
* | avcodec/h264_slice: remove duplicate unconditional picture_structure setting ...Michael Niedermayer2016-02-121-1/+0
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-3/+3
* | avcodec/h264_slice: Fix integer overflow in implicit weight computationMichael Niedermayer2016-01-051-2/+2
* | avcodec: Use get_ue_golomb_long() when neededMark Harris2015-12-291-1/+1
* | avcodec/h264_slice: Simplify ref2frm indexingMichael Niedermayer2015-12-181-9/+9
* | Merge commit '792b9c9dfcf44b657d7854368d975b5ca3bc22ca'Hendrik Leppkes2015-12-171-3/+1
|\ \ | |/
| * h264: set frame_num in start_frame(), not decode_slice_header()Anton Khirnov2015-12-061-3/+1
* | Merge commit '741b494fa8cd28a7d096349bac183893c236e3f9'Hendrik Leppkes2015-12-171-16/+1
|\ \ | |/
| * h264: eliminate default_ref_listAnton Khirnov2015-12-061-17/+1
* | avcodec/cabac: Check initial cabac decoder stateMichael Niedermayer2015-11-271-1/+3
* | avcodec/h264_slice: Limit max_contexts when slice_context_count is initializedMichael Niedermayer2015-11-241-0/+1
* | avcodec/h264_slice: Clear top_borders on allocationMichael Niedermayer2015-11-181-2/+2
* | avcodec/h264_slice: Disable slice threads if there are multiple access units ...Michael Niedermayer2015-10-311-0/+9
* | avcodec: rename avpriv_color_frame to ff_color_frameAndreas Cadhalpun2015-10-221-1/+1
* | Revert "avcodec/h264: remove redundant and bogus get_format call"wm42015-10-151-0/+14
* | avcodec/h264: remove redundant and bogus get_format callwm42015-10-151-14/+0
* | avcodec/h264_slice: replace assert by normal error checkMichael Niedermayer2015-09-021-1/+4
* | vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI).Gwenole Beauchesne2015-08-191-1/+1
* | lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU.Ronald S. Bultje2015-08-181-4/+12
* | lavc: propagate hwaccel errorswm42015-08-061-2/+6
* | avcodec: add new Videotoolbox hwaccel.Sebastien Zwickert2015-08-031-0/+4
* | avcodec/h264_slice: Also check sei_recovery_frame_cnt for skip_frame nokeyMichael Niedermayer2015-07-281-1/+1
* | avcodec/h264_slice: do not skip 2nd field if first was not skippedMichael Niedermayer2015-07-281-8/+10
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-3/+3
|\ \ | |/
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-6/+6
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-5/+5
* | avcodec/h264_slice: Fix container croppingMichael Niedermayer2015-07-081-1/+4
* | Merge commit '3e3056f2a020dd77efdf379dbd4c06a65b4a499a'Michael Niedermayer2015-06-301-5/+2
|\ \ | |/
| * h264: Allow stream and container cropping at the same timeVittorio Giovara2015-06-301-5/+2
* | avcodec/h264_slice: Use w/h from the AVFrame instead of mb_w/hMichael Niedermayer2015-06-301-2/+2
* | avcodec/h264_slice: Reformat IN_RANGE() uses to be readableMichael Niedermayer2015-06-271-4/+3
* | avcodec/h264_slice: Silence pointer type warningsMichael Niedermayer2015-06-271-1/+1
* | avcodec/h264_slice: assert that the first slice implies unfinished setupMichael Niedermayer2015-06-271-1/+5
* | Merge commit '5ec0bdf2c524224f30ba4786f47324970aed4aaa'Michael Niedermayer2015-06-271-40/+69
|\ \ | |/
| * h264: do not update the context fields copied between threads after finish_se...Anton Khirnov2015-06-271-47/+78
OpenPOWER on IntegriCloud