]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.c
rl2: Avoid a division by zero
[ffmpeg] / libavcodec / h264.c
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
2012-12-09 Diego Biurruncosmetics: Fix dropable --> droppable typo
2012-12-07 Janne Grunauh264: add a pointer for weighted prediction temporary...
2012-12-05 Janne Grunauh264: slice-mt: check master context for valid current_...
2012-12-05 Janne Grunauh264: slice-mt: get last_pic_dropable from master context
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-02 Janne Grunauh264: error out on unset current_picture_ptr for h...
2012-11-29 Janne Grunauh264: check context state before decoding slice data...
2012-11-27 Janne Grunauh264: set Picture.owner2 to the current thread
2012-11-27 Janne Grunauh264: check ref_count validity for num_ref_idx_active_o...
2012-11-27 Janne Grunauh264: add missing new line to log message
2012-11-26 Janne Grunauh264: enable low delay only if no delayed frames were...
2012-11-16 Janne Grunauh264: Fix parameters to ff_er_add_slice() call
2012-11-16 Janne Grunauh264: always check ref_count for validity
2012-10-09 Diego BiurrunRestructure av_log_missing_feature message
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-01 Diego Biurrunavcodec: Drop silly and/or broken printf debug output
2012-09-29 Jindřich Makovičkah264: avoid stuck buffer pointer in decode_nal_units
2012-09-05 Michael Niedermayerh264: Remove an assert on current_picture_ptr being...
2012-08-28 Martin Storsjöh264: Check that the codec isn't null before accessing it
2012-08-17 Uoti Urpalah264: vdpau: fix crash with unsupported colorspace
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
next