]> git.sesse.net Git - ffmpeg/history - libavcodec/vp3.c
Fix misspelled parameter names in Doxygen documentation.
[ffmpeg] / libavcodec / vp3.c
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-08 Reimar DöffingerFix vp3_draw_horiz_band to calculate chroma offsets...
2010-05-27 David Conradvp3: Skip the loop filter when strength is 0 or when...
2010-05-25 David Conradtheora: Don't read an excess bit for maximum length...
2010-04-21 David Conradtheora: coeff huffman codes are allowed to be up to...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-17 David Conradvp3: Use avctx pointer directly
2010-04-17 David Conradvp3: Read fps and aspect ratio in the decoder
2010-04-17 David Conradvp3: Don't crop if there's a left/top offset, it's...
2010-04-17 David Conradvp3: DC-only IDCT
2010-04-16 David Conradvp3: More buffer length checks
2010-04-16 David Conradvp3: Remove internal debug statement
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-13 David Conradvp3: Split out motion vectors to their own array
2010-03-13 David Conradtheora: Add support for 4:2:2 and 4:4:4 subsampling
2010-03-13 David Conradvp3: remove unneeded error, this is internal and doesn...
2010-03-13 David Conradvp3: Make fragment_width _height by plane
2010-03-13 David Conradvp3: we only need a temp MV array of size 4
2010-03-13 David Conradvp3: Use memset to clear the fragment array
2010-03-13 David Conradvp3: Init MVs to 0
2010-03-13 David Conradvp3: Simplify init_block_mapping
2010-03-10 David Conradvp3: avoid buffer overread in coeff decode
2010-03-09 David Conradvp3: correctly clip vp3_draw_horiz_band call
2010-03-09 David Conradvp3: Set pict_type
2010-03-09 David Conradvp3: Allocate a dummy reference frame if we have no...
2010-03-09 David Conradvp3: use FF_BUFFER_TYPE_COPY
2010-03-09 David Conradvp3: Don't leak buffers on errors
2010-03-09 David Conradvp3: Simplify buffer management
2010-03-09 David Conradvp3: be less spammy on broken files
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-03-04 David ConradReally fix 2.95
2010-03-04 David ConradMaybe fix gcc 2.95
2010-03-03 David ConradDelay translating DCT tokens into coefficients until...
2010-03-03 David ConradDo MC and IDCT in coding (hilbert) order
2010-03-03 David ConradExplictly separate decoding whether fragments are coded...
2010-02-28 Carl Eugen HoyosRemove declaration of unused variables.
2010-02-21 David ConradSimplify determing whether fragments are coded
2010-02-21 David ConradHandle Theora's continued runs in superblock coding.
2010-02-21 David ConradDecode fully coded superblocks in the same manner as...
2010-02-21 David ConradMake the special 4129 case for long-run bit strings...
2010-02-21 David ConradUse memset to set the runs partially coded superblocks
2010-02-17 Måns RullgårdUse LOCAL_ALIGNED macro for local arrays
2010-02-13 David ConradMove CODEC_FLAG_GRAY check to outer loop
2010-02-13 David ConradMove branch based on custom mode outside the loop
2010-02-13 David ConradDirectly check whether a fragment is coded for 4MV...
2010-02-13 David ConradEliminate fragment -> macroblock mapping array
2010-02-13 David ConradEliminate macroblock -> fragment mapping array
2010-02-13 David ConradEliminate superblock <-> macroblock mapping array
2010-02-12 David ConradDon't pre-calculate first_pixel
2010-02-12 David ConradImplement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoder
2010-02-12 David ConradCosmetics: reindent
2010-02-12 David ConradDo loop filter per-row rather than per-frame
2010-02-12 David ConradMove apply_loop_filter above render_slice, it'll be...
2010-02-12 David ConradExport Theora colorspace info if present
2010-02-12 David ConradTheora 3.4 doesn't exist; these fields were misundersta...
2010-02-12 David ConradRemove unused code that's moved elsewhere
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-12-19 Mike MelansonCosmetic: indent after last change.
2009-12-19 Mike MelansonOptimize unpack_vectors() by not shuffling around redun...
2009-12-06 Carl Eugen HoyosCosmetics: Fix indentation after r20751.
2009-12-06 Jason Garrett-GlaserSimplified deblocking checks.
2009-12-06 Jason Garrett-GlaserFaster checks in reverse_dc_prediction.
2009-12-06 Jason Garrett-GlaserCheck transform==15 first, since it's more common than 13.
2009-12-06 Carl Eugen HoyosRevert r20747: It mixed functional and cosmetical changes.
2009-12-06 Jason Garrett-GlaserVarious VP3 optimizations.
2009-12-02 Mike MelansonSmall refactoring: Instead of 4 loops for decoding...
2009-12-02 Mike MelansonUse a list to track which fragments coded in this frame...
2009-09-24 Mike MelansonMake sure that all memory allocations succeed.
2009-09-23 Google ChromeFix >= vs > check of coded_fragment_list_index.
2009-09-23 Google ChromeFix init_get_bits() buffer size.
2009-09-23 Mike MelansonAnother micro-optimization for unpack_vlcs(): Eliminate...
2009-09-22 Mike MelansonPerform the DC prediction reversal immediately after...
2009-09-21 Mike MelansonModify unpack_vlcs() so that there are fewer dereferenc...
2009-09-06 Reimar Döffingercompatible_frame array can be static const, too.
2009-09-05 Reimar DöffingerMake vp3 arrays static const where possible.
2009-07-22 Måns RullgårdRemove useless #include <unistd.h> from many files
2009-07-06 Reimar DöffingerRemove useless ret variable added in last revision...
2009-07-06 Reimar Döffinger100l, theora_decode_init must pass on errors from vp3_d...
2009-07-06 Reimar DöffingerMake decode_init fail if the huffman tables are invalid...
2009-07-05 Reimar DöffingerEnsure that the filter limit values do not exceed the...
2009-07-05 Reimar DöffingerExtend init_loop_filter to work for filter limit values...
2009-06-05 Baptiste Couduriervp3 and theora decoders use get_buffer, set CODEC_CAP_DR1
2009-05-29 David ConradSupport block-level quantization in Theora
2009-05-22 David ConradMove ALIGN macro to libavutil/common.h and use it in...
2009-05-14 David ConradUse skip_bits_long() for large skips
2009-05-11 David ConradAdd a chroma_sample_location field to define positionin...
2009-05-02 Benjamin LarssonRemove dead assignments found by CSA
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2009-02-09 Alex ConverseVP3: Do not ignore error from read_huffman_tree().
2009-02-03 Alex ConverseVP3: Prevent stack corruption from an unset custom...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-10 Loren Merrittclear_block mmx
2008-10-17 David ConradMMX VP3 Loop Filter
2008-10-12 David ConradRemove unused variables
2008-10-04 David ConradMove VP3 loop filter to DSPContext
2008-10-01 David ConradCosmetics: reindent
2008-10-01 David ConradUnneeded else
next