summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
Commit message (Expand)AuthorAge
* h264/svq3: Stop using draw_edgesRonald S. Bultje2013-02-19
* h264: Don't store intra pcm samples in h->mbRonald S. Bultje2013-02-19
* h264: deMpegEncContextizeAnton Khirnov2013-02-15
* h264: remove silly macrosAnton Khirnov2013-02-06
* dsputil: Separate h264chromaDiego Biurrun2013-02-06
* dsputil: Separate h264 qpelMans Rullgard2013-01-24
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* h264: avoid pointless copying of ref listsAnton Khirnov2013-01-18
* h264: fix ff_generate_sliding_window_mmcos() prototype.Anton Khirnov2013-01-14
* h264: don't clobber mmco opcode tables for non-first slice headers.Ronald S. Bultje2013-01-14
* h264: support frame parameter changes during frame-mtJanne Grunau2012-12-18
* h264: increase dist_scale_factor for up to 32 referencesJanne Grunau2012-12-18
* h264: prevent decoding of slice NALs in extradataJanne Grunau2012-12-18
* mpegvideo: treat delayed pictures as usedJanne Grunau2012-12-13
* h264: set parameters from SPS whenever it changesJanne Grunau2012-12-13
* h264: add a pointer for weighted prediction temporary bufferJanne Grunau2012-12-07
* h264: K&R formatting cosmetics for header files (part I/II)Diego Biurrun2012-05-10
* h264: Factorize declaration of mb_sizes array.Diego Biurrun2012-04-05
* h264: Make ff_h264_decode_end() static, it is not used externally.Diego Biurrun2012-03-30
* h264: disallow constrained intra prediction modes for luma.Ronald S. Bultje2012-02-09
* Revert "h264: skip start code search if the size of the nal unit is known"Janne Grunau2011-12-19
* h264: skip start code search if the size of the nal unit is knownJanne Grunau2011-12-18
* error_resilience: use the ER_ namespaceLuca Barbato2011-12-13
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* h264: fix frame reordering code.Ronald S. Bultje2011-12-03
* h264: improve calculation of codec delay.Ronald S. Bultje2011-11-05
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-21
* h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.hDiego Biurrun2011-07-14
* h264: move decode_mb_skip() from h264.h to h.264_mvpred.hDiego Biurrun2011-07-12
* h264: move h264_mvpred.h include.Ronald S. Bultje2011-07-12
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* H.264: merge fill_rectangle into P-SKIP MV prediction, to match B-SKIPJason Garrett-Glaser2011-07-08
* H.264: faster P-SKIP decodingJason Garrett-Glaser2011-07-08
* H.264: av_always_inline some more functionsJason Garrett-Glaser2011-07-08
* H.264: template left MB handlingJason Garrett-Glaser2011-07-03
* H.264: faster fill_decode_cachesJason Garrett-Glaser2011-07-03
* H.264: faster write_back_*Jason Garrett-Glaser2011-07-03
* doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-02
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-13
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* svq3: Move svq3-specific fields to their own context.Baptiste Coudurier2011-06-03
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-02
* Add support for higher QP values in h264.Oskar Arvidsson2011-05-10
* Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-05-10
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-26
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau2011-02-01
* Make ff_h264_decode_rbsp_trailing static to h264.cDiego Elio Pettenò2011-01-25