| Commit message (Expand) | Author | Age | Files | Lines |
* | h264: check buffer size before accessing it | Anton Khirnov | 2013-11-21 | 1 | -1/+1 |
* | lavc: use buf[0] instead of data[0] in checks whether a frame is allocated | Anton Khirnov | 2013-11-18 | 1 | -7/+7 |
* | lavc: Edge emulation with dst/src linesize | Ronald S. Bultje | 2013-11-15 | 1 | -5/+7 |
* | h264: free the tables and uninitialize the context on flush | Anton Khirnov | 2013-11-14 | 1 | -0/+3 |
* | hwaccel: Simplify ff_find_hwaccel | Luca Barbato | 2013-11-10 | 1 | -1/+1 |
* | h264: wait for initial complete frame before outputing frames | John Stebbins | 2013-10-31 | 1 | -4/+40 |
* | h264: Check all allocations | Derek Buitenhuis | 2013-10-29 | 1 | -7/+18 |
* | lavc: Convert some remaining strides to ptrdiff_t | Ronald S. Bultje | 2013-10-15 | 1 | -1/+1 |
* | h264_parser: Fix POC parsing for the case where MMCO_RESET is present. | Yusuke Nakamura | 2013-10-15 | 1 | -39/+50 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | h264: do not reinitialize the global cabac tables at each slice header | Anton Khirnov | 2013-09-24 | 1 | -1/+2 |
* | h264: do not discard NAL_SEI when skipping frames | Rainer Hochecker | 2013-09-24 | 1 | -2/+3 |
* | h264: log extradata skip only for non-ignored NALs | Vittorio Giovara | 2013-09-24 | 1 | -2/+5 |
* | h264: remove an unused static constant | Vittorio Giovara | 2013-09-20 | 1 | -2/+0 |
* | h264data: Move some tables to the only place they are used | Diego Biurrun | 2013-08-20 | 1 | -0/+87 |
* | avcodec: Remove some commented-out debug cruft | Diego Biurrun | 2013-08-20 | 1 | -1/+0 |
* | h264: check one context_init() allocation | Vittorio Giovara | 2013-08-10 | 1 | -1/+5 |
* | h264: use explicit variable names for *_field_flag | Vittorio Giovara | 2013-08-10 | 1 | -2/+5 |
* | h264: return meaningful values | Vittorio Giovara | 2013-08-10 | 1 | -77/+94 |
* | vdpau: remove old-style decoders | Rémi Denis-Courmont | 2013-08-05 | 1 | -47/+1 |
* | avcodec: Add output_picture_number to AVCodecParserContext | Yusuke Nakamura | 2013-08-02 | 1 | -2/+1 |
* | h264: K&R formatting cosmetics | Diego Biurrun | 2013-07-27 | 1 | -144/+154 |
* | h264_parser: Set field_order and picture_structure. | Yusuke Nakamura | 2013-05-24 | 1 | -6/+6 |
* | h264: Drop unused variable | Diego Biurrun | 2013-04-22 | 1 | -1/+1 |
* | dsputil: Remove dct_bits | Ronald S. Bultje | 2013-04-19 | 1 | -1/+0 |
* | h264: fully support cropping. | Anton Khirnov | 2013-04-19 | 1 | -19/+68 |
* | h264: Only initialize dsputil if error resilience is enabled | Ronald S. Bultje | 2013-04-10 | 1 | -2/+4 |
* | h264: Integrate clear_blocks calls with IDCT | Ronald S. Bultje | 2013-04-10 | 1 | -7/+7 |
* | h264: Clear the mb members via memset instead of using dsputil | Martin Storsjö | 2013-04-10 | 1 | -2/+3 |
* | hwaccel: fix use with frame based multithreading | Janne Grunau | 2013-03-26 | 1 | -1/+1 |
* | h264: Make it possible to compile without error_resilience | Ronald S. Bultje | 2013-03-26 | 1 | -35/+40 |
* | h264: Remove an unused variable | Martin Storsjö | 2013-03-25 | 1 | -1/+0 |
* | h264: remove redundant freeing of DPB in h264_decode_end | Anton Khirnov | 2013-03-21 | 1 | -7/+0 |
* | h264: add a parameter to the CHROMA444 macro. | Anton Khirnov | 2013-03-21 | 1 | -8/+8 |
* | h264: add a parameter to the CHROMA422 macro. | Anton Khirnov | 2013-03-21 | 1 | -4/+4 |
* | h264: add a parameter to the CABAC macro. | Anton Khirnov | 2013-03-21 | 1 | -1/+1 |
* | h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro. | Anton Khirnov | 2013-03-21 | 1 | -6/+6 |
* | h264: add a parameter to the FIELD_PICTURE macro. | Anton Khirnov | 2013-03-21 | 1 | -12/+12 |
* | h264: add a parameter to the FRAME_MBAFF macro. | Anton Khirnov | 2013-03-21 | 1 | -19/+19 |
* | h264: add a parameter to the MB_FIELD macro. | Anton Khirnov | 2013-03-21 | 1 | -8/+8 |
* | h264: add a parameter to the MB_MBAFF macro. | Anton Khirnov | 2013-03-21 | 1 | -8/+8 |
* | h264: merge common_init() into ff_h264_decode_init. | Anton Khirnov | 2013-03-21 | 1 | -25/+20 |
* | h264: make ff_h264_frame_start static. | Anton Khirnov | 2013-03-21 | 1 | -4/+4 |
* | h264: fix bit depth changes with frame threading | Janne Grunau | 2013-03-20 | 1 | -0/+5 |
* | h264: allocate hwaccel privdata after the frame buffer | Hendrik Leppkes | 2013-03-19 | 1 | -8/+9 |
* | avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+2 |
* | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+2 |
* | cabac: remove unused argument of ff_init_cabac_states() | Michael Niedermayer | 2013-03-13 | 1 | -1/+1 |
* | Add informative messages to av_log_ask_for_sample calls lacking them | Diego Biurrun | 2013-03-12 | 1 | -3/+2 |
* | h264: check that DPB is allocated before accessing it in flush_dpb() | Anton Khirnov | 2013-03-11 | 1 | -2/+3 |