| Commit message (Expand) | Author | Age | Files | Lines |
* | h264: add 3 pixels below for subpixel filter wait position | Ronald S. Bultje | 2013-01-15 | 1 | -3/+4 |
* | h264: fix ff_generate_sliding_window_mmcos() prototype. | Anton Khirnov | 2013-01-14 | 1 | -1/+3 |
* | h264: don't clobber mmco opcode tables for non-first slice headers. | Ronald S. Bultje | 2013-01-14 | 1 | -2/+10 |
* | h264: Fix assignments in if() | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | h264: check SPS entries directly to detect pixel format changes | Janne Grunau | 2013-01-03 | 1 | -14/+19 |
* | Return proper error code after av_log_ask_for_sample() | Diego Biurrun | 2012-12-23 | 1 | -1/+1 |
* | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 1 | -27/+29 |
* | h264: support frame parameter changes during frame-mt | Janne Grunau | 2012-12-18 | 1 | -127/+228 |
* | mpegvideo: allocate scratch buffers after linesize is known | Janne Grunau | 2012-12-18 | 1 | -3/+14 |
* | h264: prevent decoding of slice NALs in extradata | Janne Grunau | 2012-12-18 | 1 | -6/+21 |
* | h264-mt: handle NAL_DPAs before calling ff_thread_finish_setup | Janne Grunau | 2012-12-15 | 1 | -0/+1 |
* | h264: initialize frame-mt context copies properly | Janne Grunau | 2012-12-13 | 1 | -0/+2 |
* | h264: set parameters from SPS whenever it changes | Janne Grunau | 2012-12-13 | 1 | -47/+61 |
* | cosmetics: Fix dropable --> droppable typo | Diego Biurrun | 2012-12-09 | 1 | -18/+18 |
* | h264: add a pointer for weighted prediction temporary buffer | Janne Grunau | 2012-12-07 | 1 | -13/+13 |
* | h264: slice-mt: check master context for valid current_picture_ptr | Janne Grunau | 2012-12-05 | 1 | -1/+1 |
* | h264: slice-mt: get last_pic_dropable from master context | Janne Grunau | 2012-12-05 | 1 | -1/+1 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -5/+5 |
* | h264: error out on unset current_picture_ptr for h->current_slice > 0 | Janne Grunau | 2012-12-02 | 1 | -0/+5 |
* | h264: check context state before decoding slice data partitions | Janne Grunau | 2012-11-29 | 1 | -0/+1 |
* | h264: set Picture.owner2 to the current thread | Janne Grunau | 2012-11-27 | 1 | -0/+2 |
* | h264: check ref_count validity for num_ref_idx_active_override_flag | Janne Grunau | 2012-11-27 | 1 | -1/+6 |
* | h264: add missing new line to log message | Janne Grunau | 2012-11-27 | 1 | -1/+1 |
* | h264: enable low delay only if no delayed frames were seen | Janne Grunau | 2012-11-26 | 1 | -2/+8 |
* | h264: Fix parameters to ff_er_add_slice() call | Janne Grunau | 2012-11-16 | 1 | -1/+1 |
* | h264: always check ref_count for validity | Janne Grunau | 2012-11-16 | 1 | -9/+9 |
* | Restructure av_log_missing_feature message | Diego Biurrun | 2012-10-09 | 1 | -1/+1 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -21/+21 |
* | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -3/+0 |
* | h264: avoid stuck buffer pointer in decode_nal_units | Jindřich Makovička | 2012-09-29 | 1 | -1/+3 |
* | h264: Remove an assert on current_picture_ptr being null | Michael Niedermayer | 2012-09-05 | 1 | -1/+0 |
* | h264: Check that the codec isn't null before accessing it | Martin Storsjö | 2012-08-28 | 1 | -1/+2 |
* | h264: vdpau: fix crash with unsupported colorspace | Uoti Urpala | 2012-08-17 | 1 | -0/+9 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -5/+5 |
* | h264: refactor NAL decode loop | Ronald S. Bultje | 2012-07-23 | 1 | -17/+25 |
* | h264: use templates to avoid excessive inlining | Mans Rullgard | 2012-07-05 | 1 | -533/+10 |
* | misc typo and wording fixes | Diego Biurrun | 2012-07-03 | 1 | -2/+2 |
* | h264: allow cropping to AVCodecContext.width/height | Mans Rullgard | 2012-06-09 | 1 | -0/+6 |
* | h264: additional protection against unsupported size/bitdepth changes. | Ronald S. Bultje | 2012-05-02 | 1 | -2/+2 |
* | h264: Factorize declaration of mb_sizes array. | Diego Biurrun | 2012-04-05 | 1 | -2/+3 |
* | h264: fix 4:2:2 PCM-macroblocks decoding | Anton Mitrofanov | 2012-04-04 | 1 | -5/+10 |
* | cosmetics: Consistently place static, inline and av_cold attributes/keywords. | Diego Biurrun | 2012-04-04 | 1 | -3/+3 |
* | h264: drop ff_h264_ prefix from static function ff_h264_decode_rbsp_trailing() | Diego Biurrun | 2012-03-30 | 1 | -2/+2 |
* | h264: Make ff_h264_decode_end() static, it is not used externally. | Diego Biurrun | 2012-03-30 | 1 | -3/+3 |
* | h264: fix deadlocks on incomplete reference frame decoding. | Ronald S. Bultje | 2012-03-16 | 1 | -18/+112 |
* | h264: K&R formatting cosmetics | Diego Biurrun | 2012-03-16 | 1 | -2106/+2448 |
* | h264: stricter reference limit enforcement. | Ronald S. Bultje | 2012-03-14 | 1 | -5/+8 |
* | h264: improve parsing of broken AVC SPS | Michael Niedermayer | 2012-03-13 | 1 | -1/+8 |
* | Revert "h264: clear trailing bits in partially parsed NAL units" | Janne Grunau | 2012-03-12 | 1 | -4/+1 |
* | Replace computations of remaining bits with calls to get_bits_left(). | Alex Converse | 2012-03-05 | 1 | -3/+3 |