]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.c
mjpegdec: Properly fail on malloc failure
[ffmpeg] / libavcodec / h264.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-05-03 Diego BiurrunDrop pointless assert.h #includes
2016-04-24 Anton Khirnovh264: eliminate max_contexts
2016-04-24 Anton Khirnovh264: allocate some tables per slice contexts, not...
2016-04-24 Anton Khirnovh264: remove an artificial restriction on the number...
2016-04-24 Anton Khirnovh264: make slice threading work with deblocking_filter=1
2016-04-24 Anton Khirnovh264: remove H264Context.pict_type
2016-04-24 Anton Khirnovh264: remove unused H264SliceContext.rbsp_buffer
2016-04-24 Anton Khirnovh264: merge ff_h264_free_context() into h264_decode_end()
2016-04-24 Anton Khirnovh264: eliminate low_delay
2016-04-24 Anton Khirnovh264: remove a stale comment
2016-04-24 Anton Khirnovh264_parser: remove the remaining dependencies on the...
2016-04-24 Anton Khirnovh264: decouple extradata parsing from the decoder
2016-04-24 Anton Khirnovh264: decouple h264_sei from the h264 decoder
2016-04-24 Anton Khirnovh264: factor out calculating the POC count into a separ...
2016-04-24 Anton Khirnovh264: decouple h264_ps from the h264 decoder
2016-04-24 Anton Khirnovh264: factor out parsing the reference count into a...
2016-04-24 Anton Khirnovh264: stop testing whether the reference count changes...
2016-04-24 Anton Khirnovh264: move reading direct_spatial_mv_pred out of ff_set...
2016-04-24 Anton Khirnovh264_parser: switch to h2645_parse for NAL unescaping
2016-03-30 Diego Biurrunh264: Add missing ff_ prefix to internally visible...
2016-03-28 Anton Khirnovh264: switch to h2645_parse for NAL parsing
2016-03-28 Anton Khirnovh264: reimplement 3aa661ec5 in a more explicit way
2016-03-28 Anton Khirnovh264: move ff_h264_check_intra[4x4]_pred_mode() to...
2016-03-28 Anton Khirnovh264: remove the svq3-specific code
2016-03-28 Anton Khirnovh264: factor out pred weight table parsing into a separ...
2015-12-12 Anton Khirnovlavc: add profiles to AVCodecDescriptor
2015-12-06 Anton Khirnovh264: derive the delay from the level when it's not...
2015-10-14 Derek Buitenhuish264: Run VLC init under pthread_once
2015-10-08 Anton Khirnovcabac: Make CABAC states hardcoded
2015-08-06 Luca Barbatoh264: Do not print an error when the buffer has to...
2015-08-05 Jake Sebastian-Jonesh264: Use AVERROR return codes instead of -1
2015-07-27 John Högbergh264: fix AVDISCARD_NONKEY for some interlaced content
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
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
next