]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/vp3.c
Implement ff_scale_vector_to_given_sum_of_squares()
[frescor/ffmpeg.git] / libavcodec / vp3.c
2009-09-24 melansonMake sure that all memory allocations succeed.
2009-09-23 michaelFix >= vs > check of coded_fragment_list_index.
2009-09-23 michaelFix init_get_bits() buffer size.
2009-09-23 melansonAnother micro-optimization for unpack_vlcs(): Eliminate...
2009-09-22 melansonPerform the DC prediction reversal immediately after...
2009-09-21 melansonModify unpack_vlcs() so that there are fewer dereferenc...
2009-09-06 reimarcompatible_frame array can be static const, too.
2009-09-05 reimarMake vp3 arrays static const where possible.
2009-07-22 mruRemove useless #include <unistd.h> from many files
2009-07-06 reimarRemove useless ret variable added in last revision...
2009-07-06 reimar100l, theora_decode_init must pass on errors from vp3_d...
2009-07-06 reimarMake decode_init fail if the huffman tables are invalid...
2009-07-05 reimarEnsure that the filter limit values do not exceed the...
2009-07-05 reimarExtend init_loop_filter to work for filter limit values...
2009-06-05 bcouduriervp3 and theora decoders use get_buffer, set CODEC_CAP_DR1
2009-05-29 conradSupport block-level quantization in Theora
2009-05-22 conradMove ALIGN macro to libavutil/common.h and use it in...
2009-05-14 conradUse skip_bits_long() for large skips
2009-05-11 conradAdd a chroma_sample_location field to define positionin...
2009-05-02 bananRemove dead assignments found by CSA
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-22 stefanoAdd missing av_cold in static init/close functions.
2009-02-09 alexcVP3: Do not ignore error from read_huffman_tree().
2009-02-03 alexcVP3: Prevent stack corruption from an unset custom...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-10 lorenmclear_block mmx
2008-10-17 conradMMX VP3 Loop Filter
2008-10-12 conradRemove unused variables
2008-10-04 conradMove VP3 loop filter to DSPContext
2008-10-01 conradCosmetics: reindent
2008-10-01 conradUnneeded else
2008-10-01 conradUnneeded braces
2008-10-01 conradReturn if unpacking motion vectors for a keyframe
2008-10-01 conradCosmetics: indentation
2008-10-01 conradVisible width/height fields were added in Theora 3.2
2008-10-01 conradfilter_limit_values only needs 7 bits, make its tables...
2008-09-30 conradCosmetics: indentation
2008-09-30 conradMerge (vp3|theora)_calculate_pixel_addresses
2008-09-30 conradMissed hunks of last commit
2008-09-30 conradRemove unused vp3 debugging info
2008-09-30 conradDowngrade severity of leftover bits in header packets...
2008-09-29 conradUse skip_frame for keyframe-only decoding rather than...
2008-09-17 conradTake idct permutation into account when initializing...
2008-09-03 aureltheoradec: cosmetics: indentation
2008-09-03 aureltheoradec: skip decoding of uncoded MV in 4MV code
2008-09-03 aureltheoradec: small 4MV code reorganization to ease future...
2008-06-25 stefangmake ModeAlphabet read-only and use a custom mode alphabet
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-06-09 reimarRemove the START_TIMER/STOP_TIMER from vp3.c, they...
2008-06-09 reimarAlmost-cosmetics: split out coeff_count from all_fragme...
2008-05-26 diegoconsistency cosmetics: indices --> indexes
2008-05-04 diegoAdd complete multimedia Wiki URL, patch by Sisir Koppaka.
2008-04-27 diegoAdd long names to many AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-05 aurelremove #include "mpegvideo.h" where it is not needed
2008-02-24 mrufix memory leaks in vp3 decoder
2008-02-19 michaelFix ;;
2008-02-13 diegotypo fix: inited --> initialized
2008-02-13 diegoPrint Theora bitstream version at DEBUG, not at VERBOSE...
2008-02-01 michaelconst
2007-08-09 alexuse get_bits1(..) instead get_bits(.., 1)
2007-08-03 diegoReduce Theora decoder verbosity.
2007-07-05 diegolicense header consistency cosmetics
2007-05-10 diegoRemove redundant #inclusion of common.h, avcodec.h...
2007-05-07 aurelcosmetics: fix inconsistent indentation
2007-05-07 aurelfix display of theora videos with visible size smaller...
2007-04-08 diegoOnly compile in Theora-specific functions if the Theora...
2007-04-08 diegocosmetics: Move one code block to save an #ifdef in...
2007-04-08 diegoRemove #if 0 code.
2007-04-08 diegoFix compilation when Theora decoder is disabled, but...
2007-04-07 diegoRemove superfluous setting of has_b_frames in codecs...
2007-03-25 aureluse generic xiph header spliting func to split theora...
2007-02-25 reimarAdd av_ prefix to clip functions
2007-02-22 diegocosmetics: aswell --> as well typo fix
2007-01-10 diegoUnconditionally enable Theora decoder. It works fine...
2006-10-11 diegoRename ABS macro to FFABS.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-10-06 michaelfix decoding of ED-small-sample-file.ogg
2006-10-03 diegoRemove unused variables and the corresponding warnings...
2006-09-27 mrufix some signedness warnings
2006-08-17 michaelcleanup
2006-07-23 reimarDo not crash when the first frame is not a keyframe...
2006-07-19 michaelsimplify
2006-07-19 michaelmore simplifications
2006-07-19 michaelsimplification
2006-07-19 michaeliabs -> ABS
2006-07-19 michaelsimplify
2006-07-19 michaelfix loop filter
2006-07-17 michaelparse all QIS values (we still ignore them though ...)
2006-07-17 michael100l for me
2006-07-17 michaelfix playback of theora.ogg on mphq patch by (matthieu...
2006-07-17 michaelattempt to implement xiphs useless and stupid quantizat...
2006-07-17 michaelreplace *_dequant (2 intra, 1 inter) by qmat (3 intra...
2006-07-16 michaeluse RSHIFT
2006-07-16 michaeluseless memcpy
2006-07-16 michaelsome fixmes if someone ever wants to implement theora...
2006-07-16 michaelcheck how many bits are left after decoding extradata
2006-07-16 michaelcleanup
next