]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.c
vc1dsp: K&R formatting cosmetics
[ffmpeg] / libavcodec / h264.c
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...
2013-02-15 Anton Khirnovh264: deMpegEncContextize
2013-02-15 Anton Khirnovmpegvideo: split ff_draw_horiz_band().
2013-02-15 Anton Khirnoverror_resilience: decouple ER from MpegEncContext
2013-02-15 Anton Khirnovh264: remove a pointless if()
2013-02-15 Anton Khirnovh264: simplify calls to ff_er_add_slice().
2013-02-11 Martin Storsjöh264: Copy h264chroma dsp context to slice thread copies
2013-02-07 Diego Biurrundsputil: Move ff_svq3 function declarations to a separa...
2013-02-06 Diego Biurrundsputil: Separate h264chroma
2013-01-29 Anton Khirnovh264: remove obsolete comment.
2013-01-27 Rémi Denis-Courmonthwaccel: do not offer unsupported pixel formats
2013-01-27 Rémi Denis-Courmontvdpau: add missing pixel format for H.264
2013-01-24 Janne Grunauh264: copy h264qpel dsp context to slice thread copies
2013-01-24 Mans Rullgarddsputil: Separate h264 qpel
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2013-01-20 Mans Rullgarddsputil: drop non-compliant "fast" qpel mc functions
2013-01-18 Anton Khirnovh264: avoid pointless copying of ref lists
2013-01-15 Ronald S. Bultjeh264: add 3 pixels below for subpixel filter wait position
2013-01-14 Anton Khirnovh264: fix ff_generate_sliding_window_mmcos() prototype.
2013-01-14 Ronald S. Bultjeh264: don't clobber mmco opcode tables for non-first...
2013-01-14 Michael Niedermayerh264: Fix assignments in if()
2013-01-03 Janne Grunauh264: check SPS entries directly to detect pixel format...
2012-12-23 Diego BiurrunReturn proper error code after av_log_ask_for_sample()
2012-12-20 Ronald S. Bultjelavc: introduce VideoDSPContext
2012-12-18 Janne Grunauh264: support frame parameter changes during frame-mt
2012-12-18 Janne Grunaumpegvideo: allocate scratch buffers after linesize...
2012-12-18 Janne Grunauh264: prevent decoding of slice NALs in extradata
2012-12-15 Janne Grunauh264-mt: handle NAL_DPAs before calling ff_thread_finis...
2012-12-13 Janne Grunauh264: initialize frame-mt context copies properly
2012-12-13 Janne Grunauh264: set parameters from SPS whenever it changes
next