936 Commits (3cac47565507dba4eb5c21ab70e4950521fa6e71)

Author SHA1 Message Date
Ronald S. Bultje 45b7bd7c53 h264: disallow constrained intra prediction modes for luma. 13 years ago
Diego Biurrun 631f96f959 h264: Split h264-test off into a separate file - golomb-test.c. 13 years ago
Diego Biurrun 4ff46af039 h264-test: cleanup: drop timer invocations, commented out code and other cruft 13 years ago
Diego Biurrun 3856a2aaa6 h264-test: Remove unused DSP and AVCodec contexts and related init calls. 13 years ago
Diego Biurrun 55b9ef18e4 cabac: split cabac.h into declarations and function definitions 13 years ago
Diego Biurrun a7e3cb9d32 h264-test: Initialize AVCodecContext.av_class. 13 years ago
Diego Biurrun 301fb92131 h264: Only use symbols from the SVQ3 decoder under proper conditionals. 13 years ago
Ronald S. Bultje 400ba1d735 h264: return index in buffer on end-of-sequence. 13 years ago
Diego Biurrun 54e68fb3b8 Merge some declarations and initializations. 13 years ago
Janne Grunau 881a5e047d mpegenc: use avctx->slices as number of slices 13 years ago
Alexander Strange bc6a3bd4a5 h264: Fix a possible overread in decode_nal_units() 13 years ago
Janne Grunau 729ebb2f18 h264: clear trailing bits in partially parsed NAL units 13 years ago
Janne Grunau 358ea75e9e Revert "h264: skip start code search if the size of the nal unit is known" 13 years ago
Janne Grunau 87eebb3454 h264: skip start code search if the size of the nal unit is known 13 years ago
Ronald S. Bultje 0b4c323213 h264: don't drop B-frames after next keyframe on POC reset. 13 years ago
Luca Barbato 63ccd46687 lavc: introduce ER_MB_END and ER_MB_ERROR 13 years ago
Luca Barbato 5bf2ac2b37 error_resilience: use the ER_ namespace 13 years ago
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
Ronald S. Bultje adedd840e2 h264: fix frame reordering code. 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
Sebastien Zwickert ac3dbb4d58 hwaccel: OS X Video Decoder Acceleration (VDA) support. 13 years ago
Ronald S. Bultje ea2bb12e3e h264: improve calculation of codec delay. 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
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
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
Michael Niedermayer 14c21c1ff5 H264: Only wait before triggering ff_thread_setup_complete() until the next slice that contains a start-of-field/frame macroblock 13 years ago
Ronald S. Bultje 4418aa9cb3 h264: correct implicit_weight for field-interlaced pictures. 13 years ago
Laurent Aimar d1186ff72d h264: check for out of bounds reads in ff_h264_decode_extradata(). 13 years ago
Diego Biurrun 95a06eb4d5 Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination. 13 years ago
Luca Barbato 22141917a9 Revert "h264: Properly set coded_{width, height} when parsing H.264." 13 years ago
Jeff Downs 6581e161c5 h264: fix PCM intra-coded blocks in monochrome case 13 years ago
Jeff Downs 87cf70eb23 h264: correct implicit weight table computation for long ref pics 13 years ago
Dustin Brody bac3ab13ea h264: notice memory allocation failure 13 years ago
Dustin Brody 12fe759423 h264: propagate error return values for AV_LOG_ERROR-triggering events 13 years ago