summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
...
* h264: move intra4x4_pred_mode[_cache] into the per-slice contextAnton Khirnov2015-03-211-5/+7
* h264: split weighted pred-related vars into per-slice contextAnton Khirnov2015-03-211-28/+55
* h264: initialize H264Context.avctx in init_thread_copyAnton Khirnov2015-02-211-0/+1
* h264: Do not share rbsp_buffer across threadsMichael Niedermayer2015-01-281-0/+4
* h264: drop any pretense of support for data partitioningAnton Khirnov2015-01-271-42/+3
* h264: do not reset the ref lists in flush_change()Anton Khirnov2015-01-271-4/+0
* h264: move parser-only variables to their own contextAnton Khirnov2015-01-271-7/+0
* error_resilience: move the MECmpContext initialization into ER codeAnton Khirnov2015-01-271-5/+0
* h264: simplify code in flush_dpb()Anton Khirnov2015-01-271-5/+1
* h264: restore a block mistakenly removed in e10fd08aAnton Khirnov2014-12-271-0/+2
* h264: proper cleanup in ff_h264_alloc_tables() if DPB alloc failsMichael Niedermayer2014-12-031-1/+1
* h264: Fix memory leak on ff_h264_decode_init() failureDale Curtis2014-12-031-1/+3
* display: fix order of operandsVittorio Giovara2014-11-131-1/+1
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-151-1/+1
* h264: reset ret to avoid propagating minor failuresMichael Niedermayer2014-09-291-0/+1
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-3/+3
* h264: fix interpretation of interleved stereo modesFelix Abecassis2014-08-071-2/+2
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-171-4/+4
* h264: K&R formatting cosmeticsLuca Barbato2014-07-171-10/+13
* h264: parse display orientation SEI messageVittorio Giovara2014-07-091-0/+15
* h264: error out from decode_nal_units() when AV_EF_EXPLODE is setVittorio Giovara2014-06-231-5/+14
* h264: Refactor decode_nal_unitsLuca Barbato2014-04-061-59/+122
* h264: Split h264 slice decoding from nal decodingLuca Barbato2014-03-231-2514/+21
* h264: move macroblock decoding into its own fileVittorio Giovara2014-03-231-785/+0
* h264 does not depend on mpegvideo any moreVittorio Giovara2014-03-161-1/+0
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* h264: Remove MotionEstContext and move the relevant fields to H264ContextVittorio Giovara2014-03-161-10/+3
* h264: Replace mpegvideo-specific MAX_THREADS by private defineVittorio Giovara2014-03-161-4/+4
* h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private defineVittorio Giovara2014-03-161-11/+11
* h264: move relevant fields from Picture to H264PictureVittorio Giovara2014-03-161-26/+47
* er: move relevant fields from Picture to ERPictureVittorio Giovara2014-03-161-3/+5
* h264: directly use frames in ff_h264_draw_horiz_band()Vittorio Giovara2014-03-161-5/+5
* Give IDCT matrix transpose macro a more descriptive nameDiego Biurrun2014-02-271-10/+10
* h264: Fix a typo from the previous commitLuca Barbato2014-02-221-1/+1
* h264: Lower bound check for slice offsetsVittorio Giovara2014-02-201-8/+10
* h264: informative error reporting in decode_slice_header()Luca Barbato2014-02-181-2/+6
* h264: fix slice_type value reported in decode_slice_header()Luca Barbato2014-02-181-1/+1
* h264: drop outdated commentsVittorio Giovara2014-02-141-1/+1
* h264: store current_sps_id inside the current spsVittorio Giovara2014-02-141-3/+2
* h264: print values in case of errorVittorio Giovara2014-02-141-12/+12
* h264: make context_count unsignedJanne Grunau2014-02-121-2/+2
* h264: reset data partitioning at the beginning of each decode callAnton Khirnov2014-02-041-1/+10
* avutil: remove timer.h include from internal.hJanne Grunau2014-01-251-0/+1
* h264: skip chroma edges at the picture boundary while deblocking 4:4:4Janne Grunau2014-01-221-11/+13
* h264: check that an IDR NAL only contains I slicesAnton Khirnov2014-01-181-0/+6
* h264: reset ref count if decoding the slice header failsAnton Khirnov2014-01-181-2/+3
* h264: do not call field_end if we do not have a current pictureAnton Khirnov2014-01-181-1/+1
* h264: limit allowed pred modes in ff_h264_check_intra_pred_mode() to 3Anton Khirnov2014-01-181-3/+3
* h264: reset first_field if frame_start() fails for missing refsAnton Khirnov2014-01-181-1/+4
* h264: check that execute_decode_slices() is not called too many timesAnton Khirnov2014-01-061-0/+6
OpenPOWER on IntegriCloud