summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_refs.c
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* h264: move relevant fields from Picture to H264PictureVittorio Giovara2014-03-161-26/+26
* h264: fix clang warning about uninitialized variableVittorio Giovara2014-02-281-1/+1
* h264: update flag name in ff_h264_decode_ref_pic_list_reordering()Vittorio Giovara2014-02-281-6/+7
* h264: Refactor ff_h264_decode_ref_pic_list_reorderingLuca Barbato2014-02-131-64/+72
* h264: prevent two matching fields from being both a short/long ref combinationAnton Khirnov2014-01-181-0/+2
* h264_refs: make sure not to write over the bounds of the default ref listAnton Khirnov2013-11-271-10/+17
* lavc: use buf[0] instead of data[0] in checks whether a frame is allocatedAnton Khirnov2013-11-181-3/+5
* avcodec: Remove some commented-out debug cruftDiego Biurrun2013-08-201-1/+0
* h264_refs: Do not print check_opcodes() return valueDiego Biurrun2013-04-271-3/+3
* h264: add a parameter to the FIELD_PICTURE macro.Anton Khirnov2013-03-211-6/+6
* h264_refs: cosmetics, reformatAnton Khirnov2013-03-111-187/+213
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-26/+38
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* h264: deMpegEncContextizeAnton Khirnov2013-02-151-74/+64
* h264: fix ff_generate_sliding_window_mmcos() prototype.Anton Khirnov2013-01-141-4/+8
* h264: don't clobber mmco opcode tables for non-first slice headers.Ronald S. Bultje2013-01-141-42/+101
* h264_refs: Fix debug tprintf argument typesDiego Biurrun2012-09-271-2/+2
* h264: fix frame reordering code.Ronald S. Bultje2011-12-031-5/+1
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-221-1/+1
* h264: correct the check for invalid long term frame index in MMCO decodeJeff Downs2011-08-191-1/+1
* h264: hide reference frame errors unless requestedDustin Brody2011-08-171-1/+1
* h264: add missing brackets.Ronald S. Bultje2011-08-121-3/+4
* h264: propagate error return values for AV_LOG_ERROR-triggering eventsDustin Brody2011-08-091-2/+6
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-25/+27
* h264: do not print "too many references" warning for intra-only.Ronald S. Bultje2011-05-101-3/+5
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Perform sliding window operation during frame gap handling.Michael Niedermayer2010-07-051-0/+1
* Factorize ff_generate_sliding_window_mmcos() out.Michael Niedermayer2010-07-051-14/+19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Fix implicit weight for b frames in mbaff.Michael Niedermayer2010-03-301-6/+0
* Reorder indexes in weight tables.Michael Niedermayer2010-03-031-4/+4
* Merge weight & offset tables, 15 cpu cycles faster.Michael Niedermayer2010-03-031-4/+4
* Split all the reference picture handling off h264.c.Michael Niedermayer2010-01-121-0/+700
OpenPOWER on IntegriCloud