]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.c
x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirection
[ffmpeg] / libavcodec / h264.c
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...
2011-10-21 Ronald S. BultjeH264: change weight/biweight functions to take a height...
2011-10-21 Ronald S. BultjeSupport for lossless and inter H264 4:2:2.
2011-10-21 Baptiste Coudurierh264: 4:2:2 intra decoding support
2011-10-16 Steven Waltersw32threads: support for frame multithreading
2011-10-12 Mans Rullgardh264: change unsupported bit depth message to error...
2011-10-10 Laurent Aimarh264: reset h->ref_count in case of errors in ff_h264_d...
2011-10-09 Mans Rullgardh264: fix signed overflows in x*0x01010101 expressions
2011-10-07 Michael NiedermayerH264: Only wait before triggering ff_thread_setup_compl...
2011-10-05 Ronald S. Bultjeh264: correct implicit_weight for field-interlaced...
2011-09-25 Laurent Aimarh264: check for out of bounds reads in ff_h264_decode_e...
2011-09-21 Diego BiurrunFix assert() calls that need updates after FF_COMMON_FR...
2011-08-29 Luca BarbatoRevert "h264: Properly set coded_{width, height} when...
2011-08-19 Jeff Downsh264: fix PCM intra-coded blocks in monochrome case
2011-08-19 Jeff Downsh264: correct implicit weight table computation for...
2011-08-11 Dustin Brodyh264: notice memory allocation failure
2011-08-09 Dustin Brodyh264: propagate error return values for AV_LOG_ERROR...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-21 Mans Rullgarddsputil: create 16/32-bit dctcoef versions of some...
2011-07-20 Diego Biurrunh264: remove some disabled code
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-07-08 Jason Garrett-GlaserH.264: improve qp_thresh check
2011-07-08 Jason Garrett-GlaserH.264: Remove redundant hl_motion_16/8 code
2011-07-08 Jason Garrett-GlaserH.264: av_always_inline some more functions
2011-07-03 Jason Garrett-GlaserH.264: template left MB handling
2011-07-03 Jason Garrett-GlaserH.264: faster write_back_*
2011-07-03 Jason Garrett-GlaserH.264: faster fill_filter_caches
2011-07-03 Mans RullgardRemove return statements following infinite loops witho...
2011-06-26 Jason Garrett-GlaserH.264: disable 2tap qpel with CODEC_FLAG2_FAST and...
2011-06-22 Jason Garrett-GlaserH.264: fix 4:4:4 + deblocking + MBAFF
2011-06-22 Jason Garrett-GlaserH.264: fix bug in lossless 4:4:4 decoding
2011-06-21 Diego Biurrunh264: Fix assert that failed to compile with -DDEBUG.
2011-06-20 Ronald S. Bultjeh264-mt: fix deadlock in packets with multiple slices...
2011-06-19 Alex Converseh264: drop some ugly casts
2011-06-16 Alexander Strangeh264: Complexify frame num gap shortening code
2011-06-16 Mike ScheutzowFix decoding of mpegts streams with h264 video that...
2011-06-14 Jason Garrett-GlaserH.264: fix CODEC_FLAG_GRAY
2011-06-14 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-13 Jason Garrett-GlaserRoll back 4:4:4 H.264 for now
2011-06-13 Jason Garrett-GlaserH.264: fix CODEC_FLAG_GRAY
next