1066 Commits (be5db7004f9d7b42b5ae9068b181dff383367e36)

Author SHA1 Message Date
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Dustin Brody 5b22d6e132 lavc: convert error_recognition to err_recognition. 13 years ago
Mans Rullgard 5695ae46f8 h264: remove useless cast 13 years ago
Mans Rullgard 373211d828 Remove extraneous semicolons 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Michael Niedermayer 3dea28cc2e h264: Fix concealment regression introduced by babf4fe01a 13 years ago
Michael Niedermayer 8743400961 h264: reset prev_poc_msb to the same value everywhere. 13 years ago
Michael Niedermayer cc61643123 h264: improve "no picture" debug output. 13 years ago
Michael Niedermayer 5b2873c1d5 h264: switch from qatars has_b_frames calculation back to mine. 13 years ago
Michael Niedermayer d9ced9fec6 h264: init prev_frame_num to -1 on init 13 years ago
Michael Niedermayer 6287a356e3 h264: Fix memleaks on close, reset more fields 13 years ago
Michael Niedermayer fb266f5973 h264: show when has_b_frames is being increased. 13 years ago
Ronald S. Bultje adedd840e2 h264: fix frame reordering code. 13 years ago
Carl Eugen Hoyos 2d6a45c12a Silence warnings when decoding QNAP Systems H264 codec. 13 years ago
Ronald S. Bultje 2574f08d4c h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1. 13 years ago
Ronald S. Bultje db431f7efe h264: add support for decoding planar RGB images. 13 years ago
Justin Ruggles f3a29b750a avcodec: move some AVCodecContext fields to an internal struct. 13 years ago
Joakim Plate babf4fe01a Don't fill in frame gaps with copied refs after flush 13 years ago
Michael Niedermayer 3e971fc6b5 h264: fix cur_chroma_format_idc with slice multithreading. 13 years ago
Michael Niedermayer 4f7ad4c3e4 h264: migrate poc gap based has_b_frames calculation into new has_b_frame calculation code. 13 years ago
Michael Niedermayer ed83f84891 h264: minor simplification 13 years ago
Michael Niedermayer bfca35114a h264: rewrite has_b_frame calculation code, 13 years ago
Michael Niedermayer 18b7f40007 h264: reset last_pocs on IDRs 13 years ago
Sebastien Zwickert ac3dbb4d58 hwaccel: OS X Video Decoder Acceleration (VDA) support. 13 years ago
Michael Niedermayer 545ec935a4 h264: Use mismatching frame numbers in fields to synchronize the 13 years ago
Joakim Plate 29a29226bb Set avctx->coded_width/height to uncropped h264 sizes 13 years ago
Ronald S. Bultje ea2bb12e3e h264: improve calculation of codec delay. 13 years ago
Michael Niedermayer 23acfcd9e5 h264: favor coded_width in resolution chnaged checks 13 years ago
Michael Niedermayer 146f99cfec h264: add nal_length_size and is_avc to the publically readable fields 13 years ago
Sebastien Zwickert d66ee6ac48 HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X. 13 years ago
Carl Eugen Hoyos 0387ad892c Be more verbose about unsupported H.264 bit-depths. 13 years ago
Carl Eugen Hoyos 7afa6b4458 Warn if YCgCo colourspace is detected in H.264. 13 years ago
Anton Mitrofanov 640d5f1c80 Fix decoding of lossless 4:2:2 H.264 13 years ago
Anton Mitrofanov fdb5314ea7 Fix decoding of lossless 10-bit 4:4:4 H.264 13 years ago
Michael Niedermayer 23040e2e3d h264: use long reading for first_mb_in_slice 13 years ago
Michael Niedermayer e403a97aac h264: 10l fix, missing () after replacing % by & 13 years ago
Michael Niedermayer 35075dc650 h264: Calculate a tighter recovery_frame. 13 years ago
Michael Niedermayer 63f0708478 h264: Support invalid output by mplayers TS demuxer. 13 years ago
Anton Khirnov acffe45732 mpegvideo: remove some unused variables from MpegEncContext. 13 years ago
Dustin Brody 9abc98737f lavc: replace references to deprecated AVCodecContext.error_recognition to use AVCodecContext.err_recognition 13 years ago
Ronald S. Bultje 27209bb108 h264: mark some MC functions with av_always_inline instead of inline. 13 years ago
Ronald S. Bultje 05fb63f5a0 H264: have hl_motion() and its callees take a chroma_idc argument. 13 years ago
Ronald S. Bultje c2d337429c H264: change weight/biweight functions to take a height argument. 13 years ago
Ronald S. Bultje 229d263cc9 Support for lossless and inter H264 4:2:2. 13 years ago
Baptiste Coudurier 76741b0e56 h264: 4:2:2 intra decoding support 13 years ago
Steven Walters 27237d524e w32threads: support for frame multithreading 13 years ago
Michael Niedermayer 2ed7e353bd h264: Workaround invalid flag combinations of 8x8 inference. 13 years ago
Mans Rullgard 318efbfc10 h264: change unsupported bit depth message to error level 13 years ago
Laurent Aimar 4c7a232fc8 h264: reset h->ref_count in case of errors in ff_h264_decode_ref_pic_list_reordering() 13 years ago
Mans Rullgard 4d1418cd4f h264: fix signed overflows in x*0x01010101 expressions 13 years ago