252 Commits (9446b4bbbc60c2b1241911efb65401b3ab83810a)

Author SHA1 Message Date
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 14 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
David Conrad e72d2d1221 vp3: Don't leak buffers on errors 15 years ago
David Conrad 739b5090af vp3: Simplify buffer management 15 years ago
David Conrad 01f9640b21 vp3: be less spammy on broken files 15 years ago
Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
David Conrad e2720b6b1e Really fix 2.95 15 years ago
David Conrad 0448ef7788 Maybe fix gcc 2.95 15 years ago
David Conrad c72625f299 Delay translating DCT tokens into coefficients until immediately before IDCT 15 years ago
David Conrad 7a095ea6fb Do MC and IDCT in coding (hilbert) order 15 years ago
David Conrad 35c28d23cb Explictly separate decoding whether fragments are coded by plane 15 years ago
Carl Eugen Hoyos 770128c448 Remove declaration of unused variables. 15 years ago
David Conrad 6cb35b45e6 Simplify determing whether fragments are coded 15 years ago
David Conrad a89264761f Handle Theora's continued runs in superblock coding. 15 years ago
David Conrad 855c720c86 Decode fully coded superblocks in the same manner as partial superblocks and qpi 15 years ago
David Conrad ecb51b25bb Make the special 4129 case for long-run bit strings a #define and explain it 15 years ago
David Conrad 33dbc1b7ca Use memset to set the runs partially coded superblocks 15 years ago
Måns Rullgård 40d1122752 Use LOCAL_ALIGNED macro for local arrays 15 years ago
David Conrad 161e8cf42c Move CODEC_FLAG_GRAY check to outer loop 15 years ago
David Conrad 7c2e31d1f0 Move branch based on custom mode outside the loop 15 years ago