summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* 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
* H.264: improve qp_thresh checkJason Garrett-Glaser2011-07-08
* H.264: Remove redundant hl_motion_16/8 codeJason 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 write_back_*Jason Garrett-Glaser2011-07-03
* H.264: faster fill_filter_cachesJason Garrett-Glaser2011-07-03
* Remove return statements following infinite loops without breakMans Rullgard2011-07-03
* H.264: disable 2tap qpel with CODEC_FLAG2_FAST and >8-bitJason Garrett-Glaser2011-06-26
* H.264: fix 4:4:4 + deblocking + MBAFFJason Garrett-Glaser2011-06-22
* H.264: fix bug in lossless 4:4:4 decodingJason Garrett-Glaser2011-06-22
* h264: Fix assert that failed to compile with -DDEBUG.Diego Biurrun2011-06-21
* h264-mt: fix deadlock in packets with multiple slices (e.g. MP4).Ronald S. Bultje2011-06-20
* h264: drop some ugly castsAlex Converse2011-06-18
* h264: Complexify frame num gap shortening codeAlexander Strange2011-06-16
* Fix decoding of mpegts streams with h264 video that does *NOT* have b framesMike Scheutzow2011-06-16
* H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser2011-06-13
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-13
* H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser2011-06-13
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* h264: don't be so picky on decoding pps in extradata.Michael Niedermayer2011-06-13
* h264: change a few comments into error messagesMichael Niedermayer2011-06-13
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-02
* h264: Properly set coded_{width, height} when parsing H.264.Felipe Contreras2011-05-23
* h264: correct border check.Ronald S. Bultje2011-05-19
* h264: fix loopfilter with threading at slice boundaries.Ronald S. Bultje2011-05-19
* h264: copy pixel_shift between slice threading contexts.Ronald S. Bultje2011-05-18
* Enable decoding of high bit depth h264.Oskar Arvidsson2011-05-10
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
* 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
* Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson2011-05-10
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02