]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.c
h264: Copy h264chroma dsp context to slice thread copies
[ffmpeg] / libavcodec / h264.c
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.
2012-01-02 Janne Grunaumpegenc: use avctx->slices as number of slices
2011-12-23 Alexander Strangeh264: Fix a possible overread in decode_nal_units()
2011-12-19 Janne Grunauh264: clear trailing bits in partially parsed NAL units
2011-12-19 Janne GrunauRevert "h264: skip start code search if the size of...
2011-12-18 Janne Grunauh264: skip start code search if the size of the nal...
2011-12-16 Ronald S. Bultjeh264: don't drop B-frames after next keyframe on POC...
2011-12-13 Luca Barbatolavc: introduce ER_MB_END and ER_MB_ERROR
2011-12-13 Luca Barbatoerror_resilience: use the ER_ namespace
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-12-12 Dustin Brodylavc: convert error_recognition to err_recognition.
2011-12-12 Mans Rullgardh264: remove useless cast
2011-12-11 Mans RullgardRemove extraneous semicolons
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-12-03 Ronald S. Bultjeh264: fix frame reordering code.
2011-12-01 Ronald S. Bultjeh264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT...
2011-11-24 Ronald S. Bultjeh264: add support for decoding planar RGB images.
2011-11-19 Justin Rugglesavcodec: move some AVCodecContext fields to an internal...
2011-11-14 Sebastien Zwickerthwaccel: OS X Video Decoder Acceleration (VDA) support.
2011-11-05 Ronald S. Bultjeh264: improve calculation of codec delay.
2011-10-29 Anton MitrofanovFix decoding of lossless 4:2:2 H.264
2011-10-29 Anton MitrofanovFix decoding of lossless 10-bit 4:4:4 H.264
2011-10-23 Anton Khirnovmpegvideo: remove some unused variables from MpegEncCon...
2011-10-22 Dustin Brodylavc: replace references to deprecated AVCodecContext...
2011-10-21 Ronald S. Bultjeh264: mark some MC functions with av_always_inline...
2011-10-21 Ronald S. BultjeH264: have hl_motion() and its callees take a chroma_id...
next