summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* cabac: split cabac.h into declarations and function definitionsDiego Biurrun2012-01-12
* h264-test: Initialize AVCodecContext.av_class.Diego Biurrun2012-01-07
* h264: Only use symbols from the SVQ3 decoder under proper conditionals.Diego Biurrun2012-01-06
* h264: return index in buffer on end-of-sequence.Ronald S. Bultje2012-01-03
* Merge some declarations and initializations.Diego Biurrun2012-01-04
* mpegenc: use avctx->slices as number of slicesJanne Grunau2012-01-02
* h264: Fix a possible overread in decode_nal_units()Alexander Strange2011-12-23
* h264: clear trailing bits in partially parsed NAL unitsJanne Grunau2011-12-19
* 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
* h264: don't drop B-frames after next keyframe on POC reset.Ronald S. Bultje2011-12-16
* lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato2011-12-13
* error_resilience: use the ER_ namespaceLuca Barbato2011-12-13
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* lavc: convert error_recognition to err_recognition.Dustin Brody2011-12-12
* h264: remove useless castMans Rullgard2011-12-12
* Remove extraneous semicolonsMans Rullgard2011-12-11
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* h264: fix frame reordering code.Ronald S. Bultje2011-12-03
* h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1.Ronald S. Bultje2011-12-01
* h264: add support for decoding planar RGB images.Ronald S. Bultje2011-11-24
* avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-19
* hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert2011-11-14
* h264: improve calculation of codec delay.Ronald S. Bultje2011-11-05
* Fix decoding of lossless 4:2:2 H.264Anton Mitrofanov2011-10-28
* Fix decoding of lossless 10-bit 4:4:4 H.264Anton Mitrofanov2011-10-28
* mpegvideo: remove some unused variables from MpegEncContext.Anton Khirnov2011-10-23
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-22
* h264: mark some MC functions with av_always_inline instead of inline.Ronald S. Bultje2011-10-21
* H264: have hl_motion() and its callees take a chroma_idc argument.Ronald S. Bultje2011-10-21
* H264: change weight/biweight functions to take a height argument.Ronald S. Bultje2011-10-21
* Support for lossless and inter H264 4:2:2.Ronald S. Bultje2011-10-21
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-21
* w32threads: support for frame multithreadingSteven Walters2011-10-16
* h264: change unsupported bit depth message to error levelMans Rullgard2011-10-12
* h264: reset h->ref_count in case of errors in ff_h264_decode_ref_pic_list_reo...Laurent Aimar2011-10-10
* h264: fix signed overflows in x*0x01010101 expressionsMans Rullgard2011-10-09
* H264: Only wait before triggering ff_thread_setup_complete() until the next s...Michael Niedermayer2011-10-07
* h264: correct implicit_weight for field-interlaced pictures.Ronald S. Bultje2011-10-05
* h264: check for out of bounds reads in ff_h264_decode_extradata().Laurent Aimar2011-09-25
* Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun2011-09-21
* Revert "h264: Properly set coded_{width, height} when parsing H.264."Luca Barbato2011-08-29
* h264: fix PCM intra-coded blocks in monochrome caseJeff Downs2011-08-19
* h264: correct implicit weight table computation for long ref picsJeff Downs2011-08-19
* h264: notice memory allocation failureDustin Brody2011-08-11
* h264: propagate error return values for AV_LOG_ERROR-triggering eventsDustin Brody2011-08-09
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* dsputil: create 16/32-bit dctcoef versions of some functionsMans Rullgard2011-07-21
* h264: remove some disabled codeDiego Biurrun2011-07-20
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11