| Commit message (Expand) | Author | Age | Files | Lines |
* | h264: add support for decoding planar RGB images. | Ronald S. Bultje | 2011-11-24 | 1 | -7/+16 |
* | avcodec: move some AVCodecContext fields to an internal struct. | Justin Ruggles | 2011-11-19 | 1 | -1/+2 |
* | hwaccel: OS X Video Decoder Acceleration (VDA) support. | Sebastien Zwickert | 2011-11-14 | 1 | -0/+1 |
* | h264: improve calculation of codec delay. | Ronald S. Bultje | 2011-11-05 | 1 | -5/+22 |
* | Fix decoding of lossless 4:2:2 H.264 | Anton Mitrofanov | 2011-10-28 | 1 | -1/+1 |
* | Fix decoding of lossless 10-bit 4:4:4 H.264 | Anton Mitrofanov | 2011-10-28 | 1 | -1/+1 |
* | mpegvideo: remove some unused variables from MpegEncContext. | Anton Khirnov | 2011-10-23 | 1 | -1/+0 |
* | lavc: replace references to deprecated AVCodecContext.error_recognition to us... | Dustin Brody | 2011-10-22 | 1 | -2/+2 |
* | h264: mark some MC functions with av_always_inline instead of inline. | Ronald S. Bultje | 2011-10-21 | 1 | -27/+33 |
* | H264: have hl_motion() and its callees take a chroma_idc argument. | Ronald S. Bultje | 2011-10-21 | 1 | -52/+98 |
* | H264: change weight/biweight functions to take a height argument. | Ronald S. Bultje | 2011-10-21 | 1 | -73/+53 |
* | Support for lossless and inter H264 4:2:2. | Ronald S. Bultje | 2011-10-21 | 1 | -11/+55 |
* | h264: 4:2:2 intra decoding support | Baptiste Coudurier | 2011-10-21 | 1 | -25/+72 |
* | w32threads: support for frame multithreading | Steven Walters | 2011-10-16 | 1 | -1/+1 |
* | h264: change unsupported bit depth message to error level | Mans Rullgard | 2011-10-12 | 1 | -1/+1 |
* | h264: reset h->ref_count in case of errors in ff_h264_decode_ref_pic_list_reo... | Laurent Aimar | 2011-10-10 | 1 | -1/+3 |
* | h264: fix signed overflows in x*0x01010101 expressions | Mans Rullgard | 2011-10-09 | 1 | -1/+1 |
* | H264: Only wait before triggering ff_thread_setup_complete() until the next s... | Michael Niedermayer | 2011-10-07 | 1 | -1/+5 |
* | h264: correct implicit_weight for field-interlaced pictures. | Ronald S. Bultje | 2011-10-05 | 1 | -1/+5 |
* | h264: check for out of bounds reads in ff_h264_decode_extradata(). | Laurent Aimar | 2011-09-25 | 1 | -0/+4 |
* | Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination. | Diego Biurrun | 2011-09-21 | 1 | -1/+1 |
* | 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 |