]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.c
fate: Add dependencies for dct/fft/mdct/rdft tests
[ffmpeg] / libavcodec / h264.c
2014-06-23 Vittorio Giovarah264: error out from decode_nal_units() when AV_EF_EXPL...
2014-04-06 Luca Barbatoh264: Refactor decode_nal_units
2014-03-23 Luca Barbatoh264: Split h264 slice decoding from nal decoding
2014-03-23 Vittorio Giovarah264: move macroblock decoding into its own file
2014-03-16 Vittorio Giovarah264 does not depend on mpegvideo any more
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2014-03-16 Vittorio Giovarah264: Remove MotionEstContext and move the relevant...
2014-03-16 Vittorio Giovarah264: Replace mpegvideo-specific MAX_THREADS by private...
2014-03-16 Vittorio Giovarah264: Replace mpegvideo-specific MAX_PICTURE_COUNT...
2014-03-16 Vittorio Giovarah264: move relevant fields from Picture to H264Picture
2014-03-16 Vittorio Giovaraer: move relevant fields from Picture to ERPicture
2014-03-16 Vittorio Giovarah264: directly use frames in ff_h264_draw_horiz_band()
2014-02-27 Diego BiurrunGive IDCT matrix transpose macro a more descriptive...
2014-02-22 Luca Barbatoh264: Fix a typo from the previous commit
2014-02-20 Vittorio Giovarah264: Lower bound check for slice offsets
2014-02-18 Luca Barbatoh264: informative error reporting in decode_slice_header()
2014-02-18 Luca Barbatoh264: fix slice_type value reported in decode_slice_hea...
2014-02-14 Vittorio Giovarah264: drop outdated comments
2014-02-14 Vittorio Giovarah264: store current_sps_id inside the current sps
2014-02-14 Vittorio Giovarah264: print values in case of error
2014-02-12 Janne Grunauh264: make context_count unsigned
2014-02-04 Anton Khirnovh264: reset data partitioning at the beginning of each...
2014-01-25 Janne Grunauavutil: remove timer.h include from internal.h
2014-01-22 Janne Grunauh264: skip chroma edges at the picture boundary while...
2014-01-18 Anton Khirnovh264: check that an IDR NAL only contains I slices
2014-01-18 Anton Khirnovh264: reset ref count if decoding the slice header...
2014-01-18 Anton Khirnovh264: do not call field_end if we do not have a current...
2014-01-18 Anton Khirnovh264: limit allowed pred modes in ff_h264_check_intra_p...
2014-01-18 Anton Khirnovh264: reset first_field if frame_start() fails for...
2014-01-06 Anton Khirnovh264: check that execute_decode_slices() is not called...
2014-01-06 Anton Khirnovh264: reject mismatching luma/chroma bit depths during...
2014-01-06 Anton Khirnovh264: rebuild the default ref list if the reference...
2014-01-03 Anton Khirnovh264: reset data_partitioning if decoding the slice...
2013-12-27 Luca Barbatoh264: namespace the decode function
2013-12-11 Anton Khirnovh264: call av_frame_unref() instead of avcodec_get_fram...
2013-12-09 Vittorio Giovarah264: parse frame packing arrangement SEI messages...
2013-11-21 Anton Khirnovh264: check buffer size before accessing it
2013-11-18 Anton Khirnovlavc: use buf[0] instead of data[0] in checks whether...
2013-11-15 Ronald S. Bultjelavc: Edge emulation with dst/src linesize
2013-11-14 Anton Khirnovh264: free the tables and uninitialize the context...
2013-11-10 Luca Barbatohwaccel: Simplify ff_find_hwaccel
2013-10-31 John Stebbinsh264: wait for initial complete frame before outputing...
2013-10-29 Derek Buitenhuish264: Check all allocations
2013-10-15 Ronald S. Bultjelavc: Convert some remaining strides to ptrdiff_t
2013-10-15 Yusuke Nakamurah264_parser: Fix POC parsing for the case where MMCO_RE...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-09-24 Anton Khirnovh264: do not reinitialize the global cabac tables at...
2013-09-24 Rainer Hocheckerh264: do not discard NAL_SEI when skipping frames
2013-09-24 Vittorio Giovarah264: log extradata skip only for non-ignored NALs
2013-09-20 Vittorio Giovarah264: remove an unused static constant
2013-08-20 Diego Biurrunh264data: Move some tables to the only place they are...
2013-08-20 Diego Biurrunavcodec: Remove some commented-out debug cruft
2013-08-10 Vittorio Giovarah264: check one context_init() allocation
2013-08-10 Vittorio Giovarah264: use explicit variable names for *_field_flag
2013-08-10 Vittorio Giovarah264: return meaningful values
2013-08-05 Rémi Denis-Courmontvdpau: remove old-style decoders
2013-08-02 Yusuke Nakamuraavcodec: Add output_picture_number to AVCodecParserContext
2013-07-27 Diego Biurrunh264: K&R formatting cosmetics
2013-05-24 Yusuke Nakamurah264_parser: Set field_order and picture_structure.
2013-04-22 Diego Biurrunh264: Drop unused variable
2013-04-19 Ronald S. Bultjedsputil: Remove dct_bits
2013-04-19 Anton Khirnovh264: fully support cropping.
2013-04-10 Ronald S. Bultjeh264: Only initialize dsputil if error resilience is...
2013-04-10 Ronald S. Bultjeh264: Integrate clear_blocks calls with IDCT
2013-04-10 Martin Storsjöh264: Clear the mb members via memset instead of using...
2013-03-26 Janne Grunauhwaccel: fix use with frame based multithreading
2013-03-26 Ronald S. Bultjeh264: Make it possible to compile without error_resilience
2013-03-25 Martin Storsjöh264: Remove an unused variable
2013-03-21 Anton Khirnovh264: remove redundant freeing of DPB in h264_decode_end
2013-03-21 Anton Khirnovh264: add a parameter to the CHROMA444 macro.
2013-03-21 Anton Khirnovh264: add a parameter to the CHROMA422 macro.
2013-03-21 Anton Khirnovh264: add a parameter to the CABAC macro.
2013-03-21 Anton Khirnovh264: add a parameter to the FIELD_OR_MBAFF_PICTURE...
2013-03-21 Anton Khirnovh264: add a parameter to the FIELD_PICTURE macro.
2013-03-21 Anton Khirnovh264: add a parameter to the FRAME_MBAFF macro.
2013-03-21 Anton Khirnovh264: add a parameter to the MB_FIELD macro.
2013-03-21 Anton Khirnovh264: add a parameter to the MB_MBAFF macro.
2013-03-21 Anton Khirnovh264: merge common_init() into ff_h264_decode_init.
2013-03-21 Anton Khirnovh264: make ff_h264_frame_start static.
2013-03-20 Janne Grunauh264: fix bit depth changes with frame threading
2013-03-19 Hendrik Leppkesh264: allocate hwaccel privdata after the frame buffer
2013-03-13 Diego Biurrunavcodec: av_log_missing_feature(1) ---> avpriv_request_...
2013-03-13 Diego Biurrunavcodec: av_log_ask_for_sample() ---> avpriv_request_sa...
2013-03-13 Michael Niedermayercabac: remove unused argument of ff_init_cabac_states()
2013-03-12 Diego BiurrunAdd informative messages to av_log_ask_for_sample calls...
2013-03-11 Anton Khirnovh264: check that DPB is allocated before accessing...
2013-03-11 Anton Khirnovh264: remove a useless svq3 condition
2013-03-08 Anton KhirnovReplace some forgotten instances of PIX_FMT_* with...
2013-03-08 Anton Khirnovlavc: stop setting AVFrame.motion_subsample_log2
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-03-07 Diego BiurrunAdd missing error_resilience includes to files that...
2013-03-07 Ronald S. Bultjeh264: Integrate draw_horiz_band into ff_h264_draw_horiz...
2013-03-07 Martin Storsjöh264: Rename the jpeg_420 pixfmt list to match the...
2013-03-06 Ronald S. Bultjelavc: Split out ff_hwaccel_pixfmt_list_420[] over indiv...
2013-03-05 Luca Barbatoh264: check for luma and chroma bit dept being equal
2013-03-02 Anton Khirnovh264: set ref_count to 0 for intra slices.
2013-03-02 Anton Khirnovh264: on reference overflow, reset the reference count...
2013-03-02 Anton Khirnovh264: do not copy ref count/ref2frm when updating per...
2013-02-19 Ronald S. Bultjeh264/svq3: Stop using draw_edges
2013-02-19 Ronald S. Bultjeh264: Add add_pixels4/8() to h264dsp, and remove add_pi...
next