summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* h264: support frame parameter changes during frame-mtJanne Grunau2012-12-181-127/+228
* mpegvideo: allocate scratch buffers after linesize is knownJanne Grunau2012-12-181-3/+14
* h264: prevent decoding of slice NALs in extradataJanne Grunau2012-12-181-6/+21
* h264-mt: handle NAL_DPAs before calling ff_thread_finish_setupJanne Grunau2012-12-151-0/+1
* h264: initialize frame-mt context copies properlyJanne Grunau2012-12-131-0/+2
* h264: set parameters from SPS whenever it changesJanne Grunau2012-12-131-47/+61
* cosmetics: Fix dropable --> droppable typoDiego Biurrun2012-12-091-18/+18
* h264: add a pointer for weighted prediction temporary bufferJanne Grunau2012-12-071-13/+13
* h264: slice-mt: check master context for valid current_picture_ptrJanne Grunau2012-12-051-1/+1
* h264: slice-mt: get last_pic_dropable from master contextJanne Grunau2012-12-051-1/+1
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-5/+5
* h264: error out on unset current_picture_ptr for h->current_slice > 0Janne Grunau2012-12-021-0/+5
* h264: check context state before decoding slice data partitionsJanne Grunau2012-11-291-0/+1
* h264: set Picture.owner2 to the current threadJanne Grunau2012-11-271-0/+2
* h264: check ref_count validity for num_ref_idx_active_override_flagJanne Grunau2012-11-271-1/+6
* h264: add missing new line to log messageJanne Grunau2012-11-271-1/+1
* h264: enable low delay only if no delayed frames were seenJanne Grunau2012-11-261-2/+8
* h264: Fix parameters to ff_er_add_slice() callJanne Grunau2012-11-161-1/+1
* h264: always check ref_count for validityJanne Grunau2012-11-161-9/+9
* Restructure av_log_missing_feature messageDiego Biurrun2012-10-091-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-21/+21
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-011-3/+0
* h264: avoid stuck buffer pointer in decode_nal_unitsJindřich Makovička2012-09-291-1/+3
* h264: Remove an assert on current_picture_ptr being nullMichael Niedermayer2012-09-051-1/+0
* h264: Check that the codec isn't null before accessing itMartin Storsjö2012-08-281-1/+2
* h264: vdpau: fix crash with unsupported colorspaceUoti Urpala2012-08-171-0/+9
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-5/+5
* h264: refactor NAL decode loopRonald S. Bultje2012-07-231-17/+25
* h264: use templates to avoid excessive inliningMans Rullgard2012-07-051-533/+10
* misc typo and wording fixesDiego Biurrun2012-07-031-2/+2
* h264: allow cropping to AVCodecContext.width/heightMans Rullgard2012-06-091-0/+6
* h264: additional protection against unsupported size/bitdepth changes.Ronald S. Bultje2012-05-021-2/+2
* h264: Factorize declaration of mb_sizes array.Diego Biurrun2012-04-051-2/+3
* h264: fix 4:2:2 PCM-macroblocks decodingAnton Mitrofanov2012-04-041-5/+10
* cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-041-3/+3
* h264: drop ff_h264_ prefix from static function ff_h264_decode_rbsp_trailing()Diego Biurrun2012-03-301-2/+2
* h264: Make ff_h264_decode_end() static, it is not used externally.Diego Biurrun2012-03-301-3/+3
* h264: fix deadlocks on incomplete reference frame decoding.Ronald S. Bultje2012-03-161-18/+112
* h264: K&R formatting cosmeticsDiego Biurrun2012-03-161-2106/+2448
* h264: stricter reference limit enforcement.Ronald S. Bultje2012-03-141-5/+8
* h264: improve parsing of broken AVC SPSMichael Niedermayer2012-03-131-1/+8
* Revert "h264: clear trailing bits in partially parsed NAL units"Janne Grunau2012-03-121-4/+1
* Replace computations of remaining bits with calls to get_bits_left().Alex Converse2012-03-051-3/+3
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-011-19/+7
* Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun2012-03-011-11/+24
* h264: error out on invalid bitdepth.Ronald S. Bultje2012-03-011-6/+11
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-10/+10
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-2/+2
* h264: disallow constrained intra prediction modes for luma.Ronald S. Bultje2012-02-091-2/+2
* h264: Split h264-test off into a separate file - golomb-test.c.Diego Biurrun2012-01-311-49/+0
OpenPOWER on IntegriCloud