Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-26Remove dead code in theora_decode_tablesJason Garrett-Glaser
2010-10-26Reindent after r25573Jason Garrett-Glaser
2010-10-26Fix Theora decoding bug if loopfilter is completely disabledJason Garrett-Glaser
2010-09-08Only draw the actually visible area in vp3_draw_horiz_band.Reimar Döffinger
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-09-06Fix slice height for y position calculation for vp3_draw_horiz_bandReimar Döffinger
2010-09-06Fix vp3_draw_horiz_band to not produce completely chaotical valuesReimar Döffinger
2010-09-06VP3/Theora: validate aspect and reduce it before exporting itReimar Döffinger
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-08Fix vp3_draw_horiz_band to calculate chroma offsets correctlyReimar Döffinger
2010-05-27vp3: Skip the loop filter when strength is 0 or when requestedDavid Conrad
2010-05-25theora: Don't read an excess bit for maximum length long bit runs if the runDavid Conrad
2010-04-21theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens)David Conrad
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-17vp3: Use avctx pointer directlyDavid Conrad
2010-04-17vp3: Read fps and aspect ratio in the decoderDavid Conrad
2010-04-17vp3: Don't crop if there's a left/top offset, it's wrongDavid Conrad
2010-04-17vp3: DC-only IDCTDavid Conrad
2010-04-16vp3: More buffer length checksDavid Conrad
2010-04-16vp3: Remove internal debug statementDavid Conrad
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-13vp3: Split out motion vectors to their own arrayDavid Conrad
2010-03-13theora: Add support for 4:2:2 and 4:4:4 subsamplingDavid Conrad
2010-03-13vp3: remove unneeded error, this is internal and doesn't happenDavid Conrad
2010-03-13vp3: Make fragment_width _height by planeDavid Conrad
2010-03-13vp3: we only need a temp MV array of size 4David Conrad
2010-03-13vp3: Use memset to clear the fragment arrayDavid Conrad
2010-03-13vp3: Init MVs to 0David Conrad
2010-03-13vp3: Simplify init_block_mappingDavid Conrad
2010-03-10vp3: avoid buffer overread in coeff decodeDavid Conrad
2010-03-09vp3: correctly clip vp3_draw_horiz_band callDavid Conrad
2010-03-09vp3: Set pict_typeDavid Conrad
2010-03-09vp3: Allocate a dummy reference frame if we have no keyframeDavid Conrad
2010-03-09vp3: use FF_BUFFER_TYPE_COPYDavid Conrad
2010-03-09vp3: Don't leak buffers on errorsDavid Conrad
2010-03-09vp3: Simplify buffer managementDavid Conrad
2010-03-09vp3: be less spammy on broken filesDavid Conrad
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-03-04Really fix 2.95David Conrad
2010-03-04Maybe fix gcc 2.95David Conrad
2010-03-04Delay translating DCT tokens into coefficients until immediately before IDCTDavid Conrad
2010-03-04Do MC and IDCT in coding (hilbert) orderDavid Conrad
2010-03-04Explictly separate decoding whether fragments are coded by planeDavid Conrad
2010-02-28Remove declaration of unused variables.Carl Eugen Hoyos
2010-02-21Simplify determing whether fragments are codedDavid Conrad
2010-02-21Handle Theora's continued runs in superblock coding.David Conrad
2010-02-21Decode fully coded superblocks in the same manner as partial superblocks and qpiDavid Conrad
2010-02-21Make the special 4129 case for long-run bit strings a #define and explain itDavid Conrad
2010-02-21Use memset to set the runs partially coded superblocksDavid Conrad