summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_refs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-2/+2
|\
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-2/+2
* | avcodec/h264_refs: More completely clear slice contexts in ff_h264_remove_all...Michael Niedermayer2015-04-041-2/+5
* | avcodec/h264_refs: Do not set reference to things which dont existMichael Niedermayer2015-04-041-1/+1
* | avcodec/h264_refs: fix null pointer dereference with -DTRACEMichael Niedermayer2015-03-311-4/+4
* | lavc/h264_refs: Fix compilation with -DTRACE.Carl Eugen Hoyos2015-03-291-4/+4
* | Merge commit 'a12d3188cbec15e22070e139fa5cc541da07e2c3'Michael Niedermayer2015-03-211-36/+47
|\ \ | |/
| * h264: use a smaller struct for the ref listsAnton Khirnov2015-03-211-43/+47
* | Merge commit 'f42485dbce614b3f63182845da43db690b427b7c'Michael Niedermayer2015-03-211-4/+4
|\ \ | |/
| * h264: use a separate GetBitContext for slice dataAnton Khirnov2015-03-211-4/+4
* | Merge commit '95eb35f30513e335990ad0d5dca6ddc318477291'Michael Niedermayer2015-03-211-29/+30
|\ \ | |/
| * h264: move the ref lists variables into the per-slice contextAnton Khirnov2015-03-211-25/+25
* | Merge commit '56febc993b928ccc039a32158ca60b234c311875'Michael Niedermayer2015-03-211-3/+3
|\ \ | |/
| * h264: move the slice type variables into the per-slice contextAnton Khirnov2015-03-211-3/+3
* | Merge commit '92c6c2a605f9b077b8fbc25b7ed6625541232b87'Michael Niedermayer2015-03-211-5/+5
|\ \ | |/
| * h264: split weighted pred-related vars into per-slice contextAnton Khirnov2015-03-211-5/+5
* | avcodec/h264: Move COPY_PICTURE() to h264.h so it can be used from other part...Michael Niedermayer2015-02-081-7/+0
* | avcodec/h264_refs: set last_pic_for_ec only if it has not been set previouslyMichael Niedermayer2015-02-051-2/+3
* | avcodec/h264: Keep a reference to the last picture for ECMichael Niedermayer2015-01-111-0/+4
* | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer2014-08-151-1/+1
|\ \ | |/
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-1/+1
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-1/+1
|\ \ | |/
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* | avcodec/h264: in the absence of recovery points, be more tolerant on acceptin...Michael Niedermayer2014-06-041-1/+1
* | Merge commit 'cba4e6062a02d5bf684e13a770be88aa1fec717e'Michael Niedermayer2014-04-021-2/+4
|\ \ | |/
| * More correct printf format specifiersDiego Biurrun2014-04-021-2/+4
* | 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-26/+26
|\ \ | |/
| * h264: move relevant fields from Picture to H264PictureVittorio Giovara2014-03-161-26/+26
* | Merge commit 'f4bd9fe326ad1315a74206939ae56df93b940a09'Michael Niedermayer2014-03-011-1/+1
|\ \ | |/
| * h264: fix clang warning about uninitialized variableVittorio Giovara2014-02-281-1/+1
* | Merge commit '17a63ff0cd187b9e50e4a47862750295976853b1'Michael Niedermayer2014-03-011-6/+7
|\ \ | |/
| * h264: update flag name in ff_h264_decode_ref_pic_list_reordering()Vittorio Giovara2014-02-281-6/+7
* | avcodec/h264_refs: remove lost frames instead of disfavoring themMichael Niedermayer2014-02-271-1/+10
* | avcodec/h264: avoid using lost frames as referencesMichael Niedermayer2014-02-271-1/+1
* | Merge commit 'f8c507f44b4c994895fc7ad954f009f61de69b1c'Michael Niedermayer2014-02-141-62/+70
|\ \ | |/
| * h264: Refactor ff_h264_decode_ref_pic_list_reorderingLuca Barbato2014-02-131-64/+72
* | Merge commit '98cc9efc5f6b4dc847ed3b9b60b1c3bcd14e6791'Michael Niedermayer2014-01-181-3/+4
|\ \ | |/
| * h264: prevent two matching fields from being both a short/long ref combinationAnton Khirnov2014-01-181-0/+2
* | avcodec/h264_refs: improve key frame detection heuristicMichael Niedermayer2013-12-021-1/+6
* | avcodec/h264_refs: split conditions of if() up for better readabilityMichael Niedermayer2013-12-021-1/+5
* | Merge commit '4d388c0cd05dd4de545e8ea333ab4de7d67ad12d'Michael Niedermayer2013-11-281-5/+16
|\ \ | |/
| * h264_refs: make sure not to write over the bounds of the default ref listAnton Khirnov2013-11-271-10/+17
* | Merge commit 'a553c6a347d3d28d7ee44c3df3d5c4ee780dba23'Michael Niedermayer2013-11-191-3/+5
|\ \ | |/
| * lavc: use buf[0] instead of data[0] in checks whether a frame is allocatedAnton Khirnov2013-11-181-3/+5
* | h264_refs: use named constant for setting frame_recoveredMichael Niedermayer2013-11-021-1/+1
* | Merge commit '28096e0a806e57376541e6222d315619906e3c55'Michael Niedermayer2013-11-011-2/+2
|\ \ | |/
* | avcodec/h264: reduce noisiness of "mmco: unref short failure"Michael Niedermayer2013-10-251-1/+1
* | avcodec/h264_refs: modify key frame detection heuristic to detect more casesMichael Niedermayer2013-10-101-1/+1
OpenPOWER on IntegriCloud