summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* H.264: template left MB handlingJason Garrett-Glaser2011-07-031-33/+33
* H.264: faster write_back_*Jason Garrett-Glaser2011-07-031-9/+0
* H.264: faster fill_filter_cachesJason Garrett-Glaser2011-07-031-118/+110
* Remove return statements following infinite loops without breakMans Rullgard2011-07-031-1/+0
* H.264: disable 2tap qpel with CODEC_FLAG2_FAST and >8-bitJason Garrett-Glaser2011-06-261-1/+2
* H.264: fix 4:4:4 + deblocking + MBAFFJason Garrett-Glaser2011-06-221-2/+2
* H.264: fix bug in lossless 4:4:4 decodingJason Garrett-Glaser2011-06-221-1/+1
* h264: Fix assert that failed to compile with -DDEBUG.Diego Biurrun2011-06-211-1/+1
* h264-mt: fix deadlock in packets with multiple slices (e.g. MP4).Ronald S. Bultje2011-06-201-0/+2
* h264: drop some ugly castsAlex Converse2011-06-181-2/+2
* h264: Complexify frame num gap shortening codeAlexander Strange2011-06-161-3/+14
* Fix decoding of mpegts streams with h264 video that does *NOT* have b framesMike Scheutzow2011-06-161-1/+2
* H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser2011-06-131-23/+28
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-264/+498
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-131-519/+280
* H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser2011-06-131-23/+28
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-264/+498
* h264: don't be so picky on decoding pps in extradata.Michael Niedermayer2011-06-131-1/+1
* h264: change a few comments into error messagesMichael Niedermayer2011-06-131-7/+17
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-021-174/+562
* h264: Properly set coded_{width, height} when parsing H.264.Felipe Contreras2011-05-231-0/+3
* h264: correct border check.Ronald S. Bultje2011-05-191-8/+8
* h264: fix loopfilter with threading at slice boundaries.Ronald S. Bultje2011-05-191-7/+10
* h264: copy pixel_shift between slice threading contexts.Ronald S. Bultje2011-05-181-0/+1
* Enable decoding of high bit depth h264.Oskar Arvidsson2011-05-101-0/+11
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-4/+18
* Add support for higher QP values in h264.Oskar Arvidsson2011-05-101-8/+11
* Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-05-101-103/+220
* Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson2011-05-101-25/+4
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-30/+30
* Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-021-1/+1
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-291-10/+0
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-261-16/+2
* Introduce slice threads flag.Ronald S. Bultje2011-04-211-1/+2
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-021-4/+18
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* h264: define FF_PROFILE_H264_HIGH_444 to the correct valueJanne Grunau2011-02-081-0/+1
* h264: add profile names for the existing definesAnssi Hannula2011-02-011-0/+17
* h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau2011-02-011-1/+28
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-281-3/+3
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* Make ff_h264_find_frame_end static to h264.c; delete h264_parser.hDiego Elio Pettenò2011-01-251-1/+0
* Make ff_h264_decode_rbsp_trailing static to h264.cDiego Elio Pettenò2011-01-251-1/+5
* Reindent.Ronald S. Bultje2011-01-221-4/+4
* Fix crash on resolution change (issue 2393).Ronald S. Bultje2011-01-221-4/+6
* Remove H.264 encoder fragmentsAlex Converse2011-01-221-1/+1
* Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-201-6/+91
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-151-91/+6
* Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients.Jason Garrett-Glaser2011-01-151-1/+1
OpenPOWER on IntegriCloud