270 Commits (cb668476ab1343d27e03edc0b32f57ca7a187471)

Author SHA1 Message Date
Diego Biurrun 0249478756 doxygen: fix wrong comment syntax, //< vs. ///< 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Ronald S. Bultje 8dcf518430 vp3/theora: flush after seek. 13 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Ronald S. Bultje 8cf9a09d40 vp3-mt: fix deadlock when first frame is not a keyframe. 14 years ago
David Conrad a89f4ca005 Fix VP3 edge emulation 14 years ago
Jason Garrett-Glaser 902685b8ab VP3: fix decoding of videos with stride > 2048 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Alexander Strange d23845f311 vp3: Frame-based multithreading support 14 years ago
Alexander Strange edbb0c0708 vp3: Move table allocation code into a new function 14 years ago
Alexander Strange e8dcd73058 vp3: Factor out expression 14 years ago
Ronald S. Bultje 2e27959879 Move ff_emulated_edge_mc() into DSPContext. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Alexander Strange 6ee99a7e13 VP3: remove an unnecessary static variable 14 years ago
Jason Garrett-Glaser 9d777508fa Remove dead code in theora_decode_tables 14 years ago
Jason Garrett-Glaser 10f6915814 Reindent after r25573 14 years ago
Jason Garrett-Glaser 1a48a57071 Fix Theora decoding bug if loopfilter is completely disabled 14 years ago
Reimar Döffinger 83f72f138e Only draw the actually visible area in vp3_draw_horiz_band. 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Reimar Döffinger 3d487db153 Fix slice height for y position calculation for vp3_draw_horiz_band 14 years ago
Reimar Döffinger 3b9ee20f70 Fix vp3_draw_horiz_band to not produce completely chaotical values 14 years ago
Reimar Döffinger 6974952d24 VP3/Theora: validate aspect and reduce it before exporting it 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Reimar Döffinger 8764389d47 Fix vp3_draw_horiz_band to calculate chroma offsets correctly 15 years ago
David Conrad a4501a45db vp3: Skip the loop filter when strength is 0 or when requested 15 years ago
David Conrad cc46005f50 theora: Don't read an excess bit for maximum length long bit runs if the run 15 years ago
David Conrad 8e6daa4a95 theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens) 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
David Conrad 33e623831b vp3: Use avctx pointer directly 15 years ago
David Conrad 8099d6c985 vp3: Read fps and aspect ratio in the decoder 15 years ago
David Conrad ddc7e438e0 vp3: Don't crop if there's a left/top offset, it's wrong 15 years ago
David Conrad eb6a6cd788 vp3: DC-only IDCT 15 years ago
David Conrad 6086731299 vp3: More buffer length checks 15 years ago
David Conrad d7097c2d88 vp3: Remove internal debug statement 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
David Conrad 14268254c8 vp3: Split out motion vectors to their own array 15 years ago
David Conrad 1e76a1da05 theora: Add support for 4:2:2 and 4:4:4 subsampling 15 years ago
David Conrad 1a8560423e vp3: remove unneeded error, this is internal and doesn't happen 15 years ago
David Conrad 577838842d vp3: Make fragment_width _height by plane 15 years ago
David Conrad 1c183aa418 vp3: we only need a temp MV array of size 4 15 years ago
David Conrad 703acd540e vp3: Use memset to clear the fragment array 15 years ago
David Conrad cd9c03f57f vp3: Init MVs to 0 15 years ago
David Conrad a16389c18f vp3: Simplify init_block_mapping 15 years ago
David Conrad f50dafa8fc vp3: avoid buffer overread in coeff decode 15 years ago
David Conrad d63a718764 vp3: correctly clip vp3_draw_horiz_band call 15 years ago
David Conrad ff65969fd8 vp3: Set pict_type 15 years ago
David Conrad 7a4e8b5913 vp3: Allocate a dummy reference frame if we have no keyframe 15 years ago
David Conrad 0c9afacbf5 vp3: use FF_BUFFER_TYPE_COPY 15 years ago