]> git.sesse.net Git - ffmpeg/history - libavcodec/vp3.c
Move branch based on custom mode outside the loop
[ffmpeg] / libavcodec / vp3.c
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
2008-10-01 David ConradUnneeded braces
2008-10-01 David ConradReturn if unpacking motion vectors for a keyframe
2008-10-01 David ConradCosmetics: indentation
2008-10-01 David ConradVisible width/height fields were added in Theora 3.2
2008-10-01 David Conradfilter_limit_values only needs 7 bits, make its tables...
2008-09-30 David ConradCosmetics: indentation
2008-09-30 David ConradMerge (vp3|theora)_calculate_pixel_addresses
2008-09-30 David ConradMissed hunks of last commit
2008-09-30 David ConradRemove unused vp3 debugging info
2008-09-30 David ConradDowngrade severity of leftover bits in header packets...
2008-09-29 David ConradUse skip_frame for keyframe-only decoding rather than...
2008-09-17 David ConradTake idct permutation into account when initializing...
2008-09-03 Aurelien Jacobstheoradec: cosmetics: indentation
2008-09-03 Aurelien Jacobstheoradec: skip decoding of uncoded MV in 4MV code
2008-09-03 Aurelien Jacobstheoradec: small 4MV code reorganization to ease future...
2008-06-25 Stefan Gehrermake ModeAlphabet read-only and use a custom mode alphabet
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-06-09 Reimar DöffingerRemove the START_TIMER/STOP_TIMER from vp3.c, they...
2008-06-09 Reimar DöffingerAlmost-cosmetics: split out coeff_count from all_fragme...
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes
2008-05-04 Sisir KoppakaAdd complete multimedia Wiki URL, patch by Sisir Koppaka.
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-05 Aurelien Jacobsremove #include "mpegvideo.h" where it is not needed
2008-02-24 Måns Rullgårdfix memory leaks in vp3 decoder
2008-02-19 Michael NiedermayerFix ;;
2008-02-13 Diego Biurruntypo fix: inited --> initialized
2008-02-13 Diego BiurrunPrint Theora bitstream version at DEBUG, not at VERBOSE...
2008-02-01 Michael Niedermayerconst
2007-08-09 Alex Beregszasziuse get_bits1(..) instead get_bits(.., 1)
2007-08-03 Diego BiurrunReduce Theora decoder verbosity.
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-05-07 Aurelien Jacobscosmetics: fix inconsistent indentation
2007-05-07 Aurelien Jacobsfix display of theora videos with visible size smaller...
2007-04-08 Diego BiurrunOnly compile in Theora-specific functions if the Theora...
2007-04-08 Diego Biurruncosmetics: Move one code block to save an #ifdef in...
2007-04-08 Diego BiurrunRemove #if 0 code.
2007-04-08 Diego BiurrunFix compilation when Theora decoder is disabled, but...
2007-04-07 Nicholas TungRemove superfluous setting of has_b_frames in codecs...
2007-03-25 Aurelien Jacobsuse generic xiph header spliting func to split theora...
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-22 Diego Biurruncosmetics: aswell --> as well typo fix
next