]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.c
h264: allocate hwaccel privdata after the frame buffer
[ffmpeg] / libavcodec / h264.c
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_*
2012-07-23 Ronald S. Bultjeh264: refactor NAL decode loop
2012-07-05 Mans Rullgardh264: use templates to avoid excessive inlining
2012-07-03 Diego Biurrunmisc typo and wording fixes
2012-06-09 Mans Rullgardh264: allow cropping to AVCodecContext.width/height
2012-05-02 Ronald S. Bultjeh264: additional protection against unsupported size...
2012-04-05 Diego Biurrunh264: Factorize declaration of mb_sizes array.
2012-04-04 Anton Mitrofanovh264: fix 4:2:2 PCM-macroblocks decoding
2012-04-04 Diego Biurruncosmetics: Consistently place static, inline and av_col...
2012-03-30 Diego Biurrunh264: drop ff_h264_ prefix from static function ff_h264...
2012-03-30 Diego Biurrunh264: Make ff_h264_decode_end() static, it is not used...
2012-03-16 Ronald S. Bultjeh264: fix deadlocks on incomplete reference frame decoding.
2012-03-16 Diego Biurrunh264: K&R formatting cosmetics
2012-03-14 Ronald S. Bultjeh264: stricter reference limit enforcement.
2012-03-12 Michael Niedermayerh264: improve parsing of broken AVC SPS
2012-03-12 Janne GrunauRevert "h264: clear trailing bits in partially parsed...
2012-03-05 Alex ConverseReplace computations of remaining bits with calls to...
2012-03-01 Diego BiurrunReplace AVFrame pointer type punning by proper struct...
2012-03-01 Diego BiurrunReplace AVFrame pointer casts by proper struct member...
2012-03-01 Ronald S. Bultjeh264: error out on invalid bitdepth.
2012-02-15 Martin Storsjömpegvideo: Add ff_ prefix to nonstatic functions
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-10 Ronald S. Bultjeh264: disallow constrained intra prediction modes for...
2012-01-31 Diego Biurrunh264: Split h264-test off into a separate file - golomb...
2012-01-31 Diego Biurrunh264-test: cleanup: drop timer invocations, commented...
2012-01-31 Diego Biurrunh264-test: Remove unused DSP and AVCodec contexts and...
2012-01-12 Diego Biurruncabac: split cabac.h into declarations and function...
2012-01-07 Diego Biurrunh264-test: Initialize AVCodecContext.av_class.
2012-01-06 Diego Biurrunh264: Only use symbols from the SVQ3 decoder under...
2012-01-04 Ronald S. Bultjeh264: return index in buffer on end-of-sequence.
2012-01-04 Diego BiurrunMerge some declarations and initializations.
next