]> git.sesse.net Git - ffmpeg/history - libavcodec/vp3.c
x86: h264qpel: Move stray comment to the right spot and clarify it
[ffmpeg] / libavcodec / vp3.c
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2013-01-22 Ronald S. Bultjevp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSP...
2013-01-20 Ronald S. BultjeRemove put_no_rnd_pixels_l2 function pointer for w...
2013-01-20 Ronald S. Bultjevp3: integrate clear_blocks with idct of previous block.
2013-01-17 Martin Storsjötheora: Skip zero-sized headers
2013-01-10 Ronald Bultjevp3: Fix double free in vp3_decode_end()
2012-12-20 Ronald S. Bultjelavc: introduce VideoDSPContext
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-11-13 Luca Barbatopixdesc: add av_pix_fmt_get_chroma_sub_sample
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-01 Diego Biurrunavcodec: Convert some commented-out printf/av_log insta...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-18 Mans Rullgardvp3: move idct and loop filter pointers to new vp3dsp...
2012-04-13 Dale Curtisvp3: Assert on invalid filter_limit values.
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2012-01-05 Janne Grunauvp3: fix streams with non-zero last coefficient
2011-12-23 Reinhard Tartlervp3dec: Check coefficient index in vp3_dequant()
2011-12-20 Diego Biurrunvp3: Reorder some functions to fix VP3 build with Theor...
2011-12-02 Justin Rugglesavcodec: change number of plane pointers from 4 to...
2011-11-19 Justin Rugglesavcodec: move some AVCodecContext fields to an internal...
2011-11-02 Diego Biurrunvp3: remove some pointless comments
2011-10-29 Ronald S. Bultjevp3: fix oob read for negative tokens and memleaks...
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_split_xiph_headers.
2011-10-16 Steven Waltersw32threads: support for frame multithreading
2011-08-26 Diego Biurrundoxygen: fix wrong comment syntax, //< vs. ///<
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-28 Ronald S. Bultjevp3/theora: flush after seek.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-02 Ronald S. Bultjevp3-mt: fix deadlock when first frame is not a keyframe.
2011-02-19 David ConradFix VP3 edge emulation
2011-02-18 Jason Garrett-GlaserVP3: fix decoding of videos with stride > 2048
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-09 Alexander Strangevp3: Frame-based multithreading support
2011-02-06 Alexander Strangevp3: Move table allocation code into a new function
2011-02-06 Alexander Strangevp3: Factor out expression
2011-01-29 Ronald S. BultjeMove ff_emulated_edge_mc() into DSPContext.
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-17 Alexander StrangeVP3: remove an unnecessary static variable
2010-10-26 Jason Garrett-GlaserRemove dead code in theora_decode_tables
2010-10-26 Jason Garrett-GlaserReindent after r25573
2010-10-26 Jason Garrett-GlaserFix Theora decoding bug if loopfilter is completely...
2010-09-08 Reimar DöffingerOnly draw the actually visible area in vp3_draw_horiz_band.
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-09-06 Reimar DöffingerFix slice height for y position calculation for vp3_dra...
2010-09-06 Reimar DöffingerFix vp3_draw_horiz_band to not produce completely chaot...
2010-09-06 Reimar DöffingerVP3/Theora: validate aspect and reduce it before export...
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
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
next