]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_cabac.c
dds: add missing newline to log messages
[ffmpeg] / libavcodec / h264_cabac.c
2015-10-04 Vittorio Giovarah264: Use the correct argument context in debug log
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2015-03-21 Anton Khirnovh264_cabac: remove now unnecessary H264Context function...
2015-03-21 Anton Khirnovh264_cabac: constify all uses of H264Context
2015-03-21 Anton Khirnovh264: move mb_mbaff into the per-slice context
2015-03-21 Anton Khirnovh264: move mb_field_decoding_flag into the per-slice...
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 cabac_init_idc into the per-slice context
2015-03-21 Anton Khirnovh264: move direct_cache into the per-slice context
2015-03-21 Anton Khirnovh264: move mvd_cache into the per-slice context
2015-03-21 Anton Khirnovh264: move last_qscale_diff into the per-slice context
2015-03-21 Anton Khirnovh264: move [{top,left}_]cbp into the per-slice context
2015-03-21 Anton Khirnovh264: move cabac[_state] into the per-slice context
2015-03-21 Anton Khirnovh264: move mb[_{padding,luma_dc}] into the per-slice...
2015-03-21 Anton Khirnovh264: move intra_pcm_ptr 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 sub_mb_type into the per-slice context
2015-03-21 Anton Khirnovh264: move the slice type variables into the per-slice...
2015-03-21 Anton Khirnovh264: move neighbor_transform_size 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: move some neighbour information into the per...
2015-03-21 Anton Khirnovh264: move {chroma,intra16x16}_pred_mode into the per...
2015-03-21 Anton Khirnovh264: move {prev,next}_mb_skipped into the per-slice...
2015-03-21 Anton Khirnovh264: move the quantizers into the per-slice context
2015-01-15 Michael Niedermayerh264_cabac: Break infinite loops
2014-11-24 Vittorio Giovaralavu: move internal define to the only places where...
2014-11-11 Michael Niedermayerh264_cabac: fix one fill_rectangle() indentation level
2014-09-05 Diego BiurrunDrop unnecessary av_unused attributes.
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2014-01-25 Janne Grunauavutil: remove timer.h include from internal.h
2013-08-24 Diego Biurrunh264_cabac: Mark functions calling decode_cabac_residua...
2013-08-20 Diego Biurrunavcodec: Remove some commented-out debug cruft
2013-03-21 Anton Khirnovh264: add a parameter to the CHROMA444 macro.
2013-03-21 Anton Khirnovh264: add a parameter to the CHROMA422 macro.
2013-03-21 Anton Khirnovh264: add a parameter to the CABAC macro.
2013-03-21 Anton Khirnovh264: add a parameter to the FIELD_PICTURE macro.
2013-03-21 Anton Khirnovh264: add a parameter to the FRAME_MBAFF macro.
2013-03-21 Anton Khirnovh264: add a parameter to the MB_FIELD macro.
2013-03-21 Anton Khirnovh264: add a parameter to the MB_MBAFF macro.
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-19 Ronald S. Bultjeh264: Don't store intra pcm samples in h->mb
2013-02-15 Anton Khirnovh264: deMpegEncContextize
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-10-05 Ronald S. Bultjeh264: don't touch H264Context->ref_count[] during MB...
2012-10-01 Diego Biurrunavcodec: Convert some commented-out printf/av_log insta...
2012-10-01 Diego Biurrunavcodec: Drop some silly commented-out av_log() invocations
2012-06-23 Mans Rullgardh264: use asm cabac reader under a generic condition
2012-04-28 Roland Scheideggerh264: new assembly version of get_cabac for x86_64...
2012-04-28 Roland Scheideggerh264: use one table instead of several for cabac functions
2012-04-05 Diego Biurrunh264: Factorize declaration of mb_sizes array.
2012-03-28 Ronald S. Bultjeh264: fix cabac-on-stack after safe cabac reader.
2012-02-29 Ronald S. Bultjeh264: prevent overreads in intra PCM decoding.
2012-02-10 Ronald S. Bultjeh264: disallow constrained intra prediction modes for...
2012-01-12 Diego Biurruncabac: split cabac.h into declarations and function...
2011-12-27 Martin Storsjöx86: Fix constraints for decode_significance*_x86
2011-12-21 Diego Biurrunx86: Tighten register constraints for decode_significan...
2011-12-21 Diego Biurrunh264_cabac: synchronize decode_significance_*_x86 condi...
2011-12-13 Luca Barbatoerror_resilience: use the ER_ namespace
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-10-21 Baptiste Coudurierh264: 4:2:2 intra decoding support
2011-07-28 Jason Garrett-GlaserH.264: optimize CABAC x86 asm for Atom
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-07-08 Jason Garrett-GlaserH.264: use fill_rectangle in CABAC decoding
2011-07-03 Jason Garrett-GlaserH.264: template left MB handling
2011-07-03 Jason Garrett-GlaserH.264: faster write_back_*
2011-06-14 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-13 Jason Garrett-GlaserRoll back 4:4:4 H.264 for now
2011-06-13 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-05-10 Oskar ArvidssonAdd support for higher QP values in h264.
2011-05-10 Oskar ArvidssonAdd the notion of pixel size in h264 related functions.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-20 Ronald S. BultjeRevert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it...
2011-01-20 Ronald S. BultjeSet gray (128) U/V planes for chroma-less samples....
2011-01-15 Jason Garrett-GlaserRemove evil timers that snuck their way into r26375.
2011-01-15 Jason Garrett-GlaserFix r26375 on non-x86.
2011-01-15 Jason Garrett-GlaserH.264: Partially inline CABAC residual decoding
2011-01-15 Jason Garrett-GlaserH.264/SVQ3: make chroma DC work the same way as luma DC
2011-01-14 Jason Garrett-GlaserH.264: switch to x264-style tracking of luma/chroma...
2011-01-14 Jason Garrett-GlaserH.264: split luma dc idct out and implement MMX/SSE2...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Benoit FouetReplace @returns by @return.
2010-03-26 Alexander Strangeh264: Use + instead of | in some places
2010-03-26 Alexander Strangeh264: Remove unused function argument
2010-03-26 Alexander Strangeh264: Simplify decode_cabac_residual() specialization
2010-02-28 Michael NiedermayerRemove some unneeded fill_rectangle() for 16x16 blocks.
2010-02-26 Zhou ZongyiOptimize (amvd>2)+(amvd>32), about 1 cpu cycles faster.
2010-02-24 Michael NiedermayerChange mvd_cache & mvd_table to 8bit, this is overall...
2010-02-24 Michael NiedermayerCalculate mvd without abs()
2010-02-24 Michael Niedermayerswitch back to (amvd>2)+(amvd>32), its 5 cpu cycles...
2010-02-24 Michael NiedermayerFactorize common code from the top of decode_cabac_mb_mvd()
2010-02-24 Michael NiedermayerReplace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2)
2010-02-24 Michael NiedermayerReplace ad-hoc fill rectangle by fill_rectangle().
2010-02-19 Michael Niedermayerget rid of an if() 1 cpu cycle faster.
2010-02-19 Michael NiedermayerGet rid of a local variable, 10 cpu cycles faster.
next