| Commit message (Expand) | Author | Age | Files | Lines |
* | h264: error out from decode_nal_units() when AV_EF_EXPLODE is set | Vittorio Giovara | 2014-06-23 | 1 | -5/+14 |
* | h264: Refactor decode_nal_units | Luca Barbato | 2014-04-06 | 1 | -59/+122 |
* | h264: Split h264 slice decoding from nal decoding | Luca Barbato | 2014-03-23 | 1 | -2514/+21 |
* | h264: move macroblock decoding into its own file | Vittorio Giovara | 2014-03-23 | 1 | -785/+0 |
* | h264 does not depend on mpegvideo any more | Vittorio Giovara | 2014-03-16 | 1 | -1/+0 |
* | mpegvideo: move mpegvideo formats-related defines to mpegutils.h | Vittorio Giovara | 2014-03-16 | 1 | -0/+1 |
* | h264: Remove MotionEstContext and move the relevant fields to H264Context | Vittorio Giovara | 2014-03-16 | 1 | -10/+3 |
* | h264: Replace mpegvideo-specific MAX_THREADS by private define | Vittorio Giovara | 2014-03-16 | 1 | -4/+4 |
* | h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private define | Vittorio Giovara | 2014-03-16 | 1 | -11/+11 |
* | h264: move relevant fields from Picture to H264Picture | Vittorio Giovara | 2014-03-16 | 1 | -26/+47 |
* | er: move relevant fields from Picture to ERPicture | Vittorio Giovara | 2014-03-16 | 1 | -3/+5 |
* | h264: directly use frames in ff_h264_draw_horiz_band() | Vittorio Giovara | 2014-03-16 | 1 | -5/+5 |
* | Give IDCT matrix transpose macro a more descriptive name | Diego Biurrun | 2014-02-27 | 1 | -10/+10 |
* | h264: Fix a typo from the previous commit | Luca Barbato | 2014-02-22 | 1 | -1/+1 |
* | h264: Lower bound check for slice offsets | Vittorio Giovara | 2014-02-20 | 1 | -8/+10 |
* | h264: informative error reporting in decode_slice_header() | Luca Barbato | 2014-02-18 | 1 | -2/+6 |
* | h264: fix slice_type value reported in decode_slice_header() | Luca Barbato | 2014-02-18 | 1 | -1/+1 |
* | h264: drop outdated comments | Vittorio Giovara | 2014-02-14 | 1 | -1/+1 |
* | h264: store current_sps_id inside the current sps | Vittorio Giovara | 2014-02-14 | 1 | -3/+2 |
* | h264: print values in case of error | Vittorio Giovara | 2014-02-14 | 1 | -12/+12 |
* | h264: make context_count unsigned | Janne Grunau | 2014-02-12 | 1 | -2/+2 |
* | h264: reset data partitioning at the beginning of each decode call | Anton Khirnov | 2014-02-04 | 1 | -1/+10 |
* | avutil: remove timer.h include from internal.h | Janne Grunau | 2014-01-25 | 1 | -0/+1 |
* | h264: skip chroma edges at the picture boundary while deblocking 4:4:4 | Janne Grunau | 2014-01-22 | 1 | -11/+13 |
* | h264: check that an IDR NAL only contains I slices | Anton Khirnov | 2014-01-18 | 1 | -0/+6 |
* | h264: reset ref count if decoding the slice header fails | Anton Khirnov | 2014-01-18 | 1 | -2/+3 |
* | h264: do not call field_end if we do not have a current picture | Anton Khirnov | 2014-01-18 | 1 | -1/+1 |
* | h264: limit allowed pred modes in ff_h264_check_intra_pred_mode() to 3 | Anton Khirnov | 2014-01-18 | 1 | -3/+3 |
* | h264: reset first_field if frame_start() fails for missing refs | Anton Khirnov | 2014-01-18 | 1 | -1/+4 |
* | h264: check that execute_decode_slices() is not called too many times | Anton Khirnov | 2014-01-06 | 1 | -0/+6 |
* | h264: reject mismatching luma/chroma bit depths during sps parsing | Anton Khirnov | 2014-01-06 | 1 | -6/+0 |
* | h264: rebuild the default ref list if the reference count changes | Anton Khirnov | 2014-01-06 | 1 | -11/+23 |
* | h264: reset data_partitioning if decoding the slice header for NAL_DPA fails | Anton Khirnov | 2014-01-03 | 1 | -1/+6 |
* | h264: namespace the decode function | Luca Barbato | 2013-12-27 | 1 | -3/+3 |
* | h264: call av_frame_unref() instead of avcodec_get_frame_defaults(). | Anton Khirnov | 2013-12-11 | 1 | -3/+3 |
* | h264: parse frame packing arrangement SEI messages and save relevant stereo3d... | Vittorio Giovara | 2013-12-09 | 1 | -0/+41 |
* | 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 |