Age | Commit message (Expand) | Author |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-03-02 | vp3-mt: fix deadlock when first frame is not a keyframe. | Ronald S. Bultje |
2011-02-19 | Fix VP3 edge emulation | David Conrad |
2011-02-18 | VP3: fix decoding of videos with stride > 2048 | Jason Garrett-Glaser |
2011-02-15 | Merge libavcore into libavutil | Reinhard Tartler |
2011-02-09 | vp3: Frame-based multithreading support | Alexander Strange |
2011-02-05 | vp3: Move table allocation code into a new function | Alexander Strange |
2011-02-05 | vp3: Factor out expression | Alexander Strange |
2011-01-28 | Move ff_emulated_edge_mc() into DSPContext. | Ronald S. Bultje |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2011-01-17 | VP3: remove an unnecessary static variable | Alexander Strange |
2010-10-26 | Remove dead code in theora_decode_tables | Jason Garrett-Glaser |
2010-10-26 | Reindent after r25573 | Jason Garrett-Glaser |
2010-10-26 | Fix Theora decoding bug if loopfilter is completely disabled | Jason Garrett-Glaser |
2010-09-08 | Only draw the actually visible area in vp3_draw_horiz_band. | Reimar Döffinger |
2010-09-07 | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini |
2010-09-06 | Fix slice height for y position calculation for vp3_draw_horiz_band | Reimar Döffinger |
2010-09-06 | Fix vp3_draw_horiz_band to not produce completely chaotical values | Reimar Döffinger |
2010-09-06 | VP3/Theora: validate aspect and reduce it before exporting it | Reimar Döffinger |
2010-08-06 | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini |
2010-06-30 | Fix grammar errors in documentation | Måns Rullgård |
2010-06-08 | Fix vp3_draw_horiz_band to calculate chroma offsets correctly | Reimar Döffinger |
2010-05-27 | vp3: Skip the loop filter when strength is 0 or when requested | David Conrad |
2010-05-25 | theora: Don't read an excess bit for maximum length long bit runs if the run | David Conrad |
2010-04-21 | theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens) | David Conrad |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
2010-04-17 | vp3: Use avctx pointer directly | David Conrad |
2010-04-17 | vp3: Read fps and aspect ratio in the decoder | David Conrad |
2010-04-17 | vp3: Don't crop if there's a left/top offset, it's wrong | David Conrad |
2010-04-17 | vp3: DC-only IDCT | David Conrad |
2010-04-16 | vp3: More buffer length checks | David Conrad |
2010-04-16 | vp3: Remove internal debug statement | David Conrad |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-03-13 | vp3: Split out motion vectors to their own array | David Conrad |
2010-03-13 | theora: Add support for 4:2:2 and 4:4:4 subsampling | David Conrad |
2010-03-13 | vp3: remove unneeded error, this is internal and doesn't happen | David Conrad |
2010-03-13 | vp3: Make fragment_width _height by plane | David Conrad |
2010-03-13 | vp3: we only need a temp MV array of size 4 | David Conrad |
2010-03-13 | vp3: Use memset to clear the fragment array | David Conrad |
2010-03-13 | vp3: Init MVs to 0 | David Conrad |
2010-03-13 | vp3: Simplify init_block_mapping | David Conrad |
2010-03-10 | vp3: avoid buffer overread in coeff decode | David Conrad |
2010-03-09 | vp3: correctly clip vp3_draw_horiz_band call | David Conrad |
2010-03-09 | vp3: Set pict_type | David Conrad |
2010-03-09 | vp3: Allocate a dummy reference frame if we have no keyframe | David Conrad |
2010-03-09 | vp3: use FF_BUFFER_TYPE_COPY | David Conrad |
2010-03-09 | vp3: Don't leak buffers on errors | David Conrad |
2010-03-09 | vp3: Simplify buffer management | David Conrad |
2010-03-09 | vp3: be less spammy on broken files | David Conrad |
2010-03-06 | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård |