]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.c
lavc: add Intel libmfx-based MPEG2 decoder.
[ffmpeg] / libavcodec / h264.c
2015-07-17 Kieran Kunhyah264: Add support for Closed Caption export
2015-06-30 Vittorio Giovarah264: Parse registered data SEI message and AFD value
2015-06-27 Anton Khirnovh264: do not update the context fields copied between...
2015-04-29 Anton Khirnovh264: use properly allocated AVFrames
2015-04-29 Anton Khirnovh264: embed the DPB in the context
2015-04-29 Anton Khirnovh264: drop a comment that carries no useful information
2015-04-29 Anton Khirnovh264: move freeing the escaped RBSP buffer to free_cont...
2015-04-29 Anton Khirnovh264: eliminate ff_h264_set_parameter_from_sps()
2015-04-29 Anton Khirnovh264: move the DPB init/uninit to init_context()/free_c...
2015-04-29 Anton Khirnovh264: drop H264Context.ouputed_poc
2015-04-29 Anton Khirnovh264: drop needs_realloc
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2015-04-05 Anton Khirnovh264: reset the private data in init_thread_copy()
2015-04-05 Anton Khirnovh264: remove a commented out nonsense line
2015-04-05 Anton Khirnovh264: drop redundant initialization of the scaling...
2015-04-05 Anton Khirnovh264: factor out common code from init() and init_threa...
2015-04-05 Anton Khirnovh264: drop redundant initialization in init()
2015-04-05 Anton Khirnovh264: initialize cur_chroma_format_idc
2015-04-03 Anton Khirnovh264: disable ER by default
2015-03-21 Anton Khirnovh264: drop some mpegvideo remnants from draw_horiz_band()
2015-03-21 Anton Khirnovh264: drop the now unused per-slice H264Contexts
2015-03-21 Anton Khirnovh264: use the main H264Context as the parent for all...
2015-03-21 Anton Khirnovh264: move rbsp_buffer into the per-slice context
2015-03-21 Anton Khirnovh264: move remaining ER stuff into the per-slice context
2015-03-21 Anton Khirnoverror_resilience: do not require mbintra/skip tables
2015-03-21 Anton Khirnovh264: move top_borders into the per-slice context
2015-03-21 Anton Khirnovh264: move the scratch buffers into the per-slice context
2015-03-21 Anton Khirnovh264.c: constify all uses of H264Context in slice and...
2015-03-21 Anton Khirnovh264: use a separate GetBitContext for slice data
2015-03-21 Anton Khirnovh264: do not abuse the context as a temporary storage...
2015-03-21 Anton Khirnovh264: remove some remnants of data partitioning
2015-03-21 Anton Khirnovh264: move mb_{x,y} into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_xy into the per-slice context
2015-03-21 Anton Khirnovh264: move redundant_pic_count into the per-slice context
2015-03-21 Anton Khirnovh264: move mvd_table into the per-slice context
2015-03-21 Anton Khirnovh264: move the ref lists variables into the per-slice...
2015-03-21 Anton Khirnovh264: move direct_spatial_mv_pred into the per-slice...
2015-03-21 Anton Khirnovh264: move the slice type variables into the per-slice...
2015-03-21 Anton Khirnovh264: move {mv,ref}_cache into the per-slice context
2015-03-21 Anton Khirnovh264: move non_zero_count_cache into the per-slice...
2015-03-21 Anton Khirnovh264: move *_samples_available into the per-slice context
2015-03-21 Anton Khirnovh264: move intra4x4_pred_mode[_cache] into the per...
2015-03-21 Anton Khirnovh264: split weighted pred-related vars into per-slice...
2015-02-21 Anton Khirnovh264: initialize H264Context.avctx in init_thread_copy
2015-01-28 Michael Niedermayerh264: Do not share rbsp_buffer across threads
2015-01-27 Anton Khirnovh264: drop any pretense of support for data partitioning
2015-01-27 Anton Khirnovh264: do not reset the ref lists in flush_change()
2015-01-27 Anton Khirnovh264: move parser-only variables to their own context
2015-01-27 Anton Khirnoverror_resilience: move the MECmpContext initialization...
2015-01-27 Anton Khirnovh264: simplify code in flush_dpb()
2014-12-27 Anton Khirnovh264: restore a block mistakenly removed in e10fd08a
2014-12-03 Michael Niedermayerh264: proper cleanup in ff_h264_alloc_tables() if DPB...
2014-12-03 Dale Curtish264: Fix memory leak on ff_h264_decode_init() failure
2014-11-13 Vittorio Giovaradisplay: fix order of operands
2014-10-15 Anton Khirnovlavc: deprecate the use of AVCodecContext.time_base...
2014-09-29 Michael Niedermayerh264: reset ret to avoid propagating minor failures
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-08-07 Felix Abecassish264: fix interpretation of interleved stereo modes
2014-07-17 Diego Biurrundsputil: Split motion estimation compare bits off into...
2014-07-17 Luca Barbatoh264: K&R formatting cosmetics
2014-07-09 Vittorio Giovarah264: parse display orientation SEI message
2014-06-23 Vittorio Giovarah264: error out from decode_nal_units() when AV_EF_EXPL...
2014-04-06 Luca Barbatoh264: Refactor decode_nal_units
2014-03-23 Luca Barbatoh264: Split h264 slice decoding from nal decoding
2014-03-23 Vittorio Giovarah264: move macroblock decoding into its own file
2014-03-16 Vittorio Giovarah264 does not depend on mpegvideo any more
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2014-03-16 Vittorio Giovarah264: Remove MotionEstContext and move the relevant...
2014-03-16 Vittorio Giovarah264: Replace mpegvideo-specific MAX_THREADS by private...
2014-03-16 Vittorio Giovarah264: Replace mpegvideo-specific MAX_PICTURE_COUNT...
2014-03-16 Vittorio Giovarah264: move relevant fields from Picture to H264Picture
2014-03-16 Vittorio Giovaraer: move relevant fields from Picture to ERPicture
2014-03-16 Vittorio Giovarah264: directly use frames in ff_h264_draw_horiz_band()
2014-02-27 Diego BiurrunGive IDCT matrix transpose macro a more descriptive...
2014-02-22 Luca Barbatoh264: Fix a typo from the previous commit
2014-02-20 Vittorio Giovarah264: Lower bound check for slice offsets
2014-02-18 Luca Barbatoh264: informative error reporting in decode_slice_header()
2014-02-18 Luca Barbatoh264: fix slice_type value reported in decode_slice_hea...
2014-02-14 Vittorio Giovarah264: drop outdated comments
2014-02-14 Vittorio Giovarah264: store current_sps_id inside the current sps
2014-02-14 Vittorio Giovarah264: print values in case of error
2014-02-12 Janne Grunauh264: make context_count unsigned
2014-02-04 Anton Khirnovh264: reset data partitioning at the beginning of each...
2014-01-25 Janne Grunauavutil: remove timer.h include from internal.h
2014-01-22 Janne Grunauh264: skip chroma edges at the picture boundary while...
2014-01-18 Anton Khirnovh264: check that an IDR NAL only contains I slices
2014-01-18 Anton Khirnovh264: reset ref count if decoding the slice header...
2014-01-18 Anton Khirnovh264: do not call field_end if we do not have a current...
2014-01-18 Anton Khirnovh264: limit allowed pred modes in ff_h264_check_intra_p...
2014-01-18 Anton Khirnovh264: reset first_field if frame_start() fails for...
2014-01-06 Anton Khirnovh264: check that execute_decode_slices() is not called...
2014-01-06 Anton Khirnovh264: reject mismatching luma/chroma bit depths during...
2014-01-06 Anton Khirnovh264: rebuild the default ref list if the reference...
2014-01-03 Anton Khirnovh264: reset data_partitioning if decoding the slice...
2013-12-27 Luca Barbatoh264: namespace the decode function
2013-12-11 Anton Khirnovh264: call av_frame_unref() instead of avcodec_get_fram...
2013-12-09 Vittorio Giovarah264: parse frame packing arrangement SEI messages...
2013-11-21 Anton Khirnovh264: check buffer size before accessing it
2013-11-18 Anton Khirnovlavc: use buf[0] instead of data[0] in checks whether...
2013-11-15 Ronald S. Bultjelavc: Edge emulation with dst/src linesize
next