| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "h264: Properly set coded_{width, height} when parsing H.264." | Luca Barbato | 2011-08-29 | 1 | -3/+0 |
* | h264: fix PCM intra-coded blocks in monochrome case | Jeff Downs | 2011-08-19 | 1 | -12/+34 |
* | h264: correct implicit weight table computation for long ref pics | Jeff Downs | 2011-08-19 | 1 | -9/+11 |
* | h264: notice memory allocation failure | Dustin Brody | 2011-08-11 | 1 | -2/+8 |
* | h264: propagate error return values for AV_LOG_ERROR-triggering events | Dustin Brody | 2011-08-09 | 1 | -13/+19 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -19/+17 |
* | dsputil: create 16/32-bit dctcoef versions of some functions | Mans Rullgard | 2011-07-21 | 1 | -0/+1 |
* | h264: remove some disabled code | Diego Biurrun | 2011-07-20 | 1 | -149/+0 |
* | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -92/+92 |
* | H.264: improve qp_thresh check | Jason Garrett-Glaser | 2011-07-08 | 1 | -1/+3 |
* | H.264: Remove redundant hl_motion_16/8 code | Jason Garrett-Glaser | 2011-07-08 | 1 | -42/+10 |
* | H.264: av_always_inline some more functions | Jason Garrett-Glaser | 2011-07-08 | 1 | -2/+2 |
* | H.264: template left MB handling | Jason Garrett-Glaser | 2011-07-03 | 1 | -33/+33 |
* | H.264: faster write_back_* | Jason Garrett-Glaser | 2011-07-03 | 1 | -9/+0 |
* | H.264: faster fill_filter_caches | Jason Garrett-Glaser | 2011-07-03 | 1 | -118/+110 |
* | Remove return statements following infinite loops without break | Mans Rullgard | 2011-07-03 | 1 | -1/+0 |
* | H.264: disable 2tap qpel with CODEC_FLAG2_FAST and >8-bit | Jason Garrett-Glaser | 2011-06-26 | 1 | -1/+2 |
* | H.264: fix 4:4:4 + deblocking + MBAFF | Jason Garrett-Glaser | 2011-06-22 | 1 | -2/+2 |
* | H.264: fix bug in lossless 4:4:4 decoding | Jason Garrett-Glaser | 2011-06-22 | 1 | -1/+1 |
* | h264: Fix assert that failed to compile with -DDEBUG. | Diego Biurrun | 2011-06-21 | 1 | -1/+1 |
* | h264-mt: fix deadlock in packets with multiple slices (e.g. MP4). | Ronald S. Bultje | 2011-06-20 | 1 | -0/+2 |
* | h264: drop some ugly casts | Alex Converse | 2011-06-18 | 1 | -2/+2 |
* | h264: Complexify frame num gap shortening code | Alexander Strange | 2011-06-16 | 1 | -3/+14 |
* | Fix decoding of mpegts streams with h264 video that does *NOT* have b frames | Mike Scheutzow | 2011-06-16 | 1 | -1/+2 |
* | H.264: fix CODEC_FLAG_GRAY | Jason Garrett-Glaser | 2011-06-13 | 1 | -23/+28 |
* | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -264/+498 |
* | Roll back 4:4:4 H.264 for now | Jason Garrett-Glaser | 2011-06-13 | 1 | -519/+280 |
* | H.264: fix CODEC_FLAG_GRAY | Jason Garrett-Glaser | 2011-06-13 | 1 | -23/+28 |
* | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -264/+498 |
* | h264: don't be so picky on decoding pps in extradata. | Michael Niedermayer | 2011-06-13 | 1 | -1/+1 |
* | h264: change a few comments into error messages | Michael Niedermayer | 2011-06-13 | 1 | -7/+17 |
* | H264/MPEG frame-level multi-threading. | Alexander Strange | 2011-06-02 | 1 | -174/+562 |
* | h264: Properly set coded_{width, height} when parsing H.264. | Felipe Contreras | 2011-05-23 | 1 | -0/+3 |
* | h264: correct border check. | Ronald S. Bultje | 2011-05-19 | 1 | -8/+8 |
* | h264: fix loopfilter with threading at slice boundaries. | Ronald S. Bultje | 2011-05-19 | 1 | -7/+10 |
* | h264: copy pixel_shift between slice threading contexts. | Ronald S. Bultje | 2011-05-18 | 1 | -0/+1 |
* | Enable decoding of high bit depth h264. | Oskar Arvidsson | 2011-05-10 | 1 | -0/+11 |
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-05-10 | 1 | -4/+18 |
* | Add support for higher QP values in h264. | Oskar Arvidsson | 2011-05-10 | 1 | -8/+11 |
* | Add the notion of pixel size in h264 related functions. | Oskar Arvidsson | 2011-05-10 | 1 | -103/+220 |
* | Choose h264 chroma dc dequant function dynamically. | Oskar Arvidsson | 2011-05-10 | 1 | -25/+4 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -30/+30 |
* | Replace deprecated av_get_pict_type_char() with av_get_picture_type_char(). | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | Remove some disabled printf debug cruft. | Diego Biurrun | 2011-04-29 | 1 | -10/+0 |
* | lavc: remove FF_API_HURRY_UP cruft | Anton Khirnov | 2011-04-26 | 1 | -16/+2 |
* | Introduce slice threads flag. | Ronald S. Bultje | 2011-04-21 | 1 | -1/+2 |
* | lavc: mark hurry_up for removal on next major bump | Anton Khirnov | 2011-04-02 | 1 | -4/+18 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | h264: define FF_PROFILE_H264_HIGH_444 to the correct value | Janne Grunau | 2011-02-08 | 1 | -0/+1 |