]> git.sesse.net Git - ffmpeg/history - libavcodec/cavs.c
mpegvideo: Add ff_ prefix to nonstatic functions
[ffmpeg] / libavcodec / cavs.c
2012-02-15 Martin Storsjömpegvideo: Add ff_ prefix to nonstatic functions
2012-01-07 Diego Biurruncosmetics: drop some pointless parentheses
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-29 Ronald S. BultjeMove ff_emulated_edge_mc() into DSPContext.
2010-08-03 Måns RullgårdMove cavs dsp functions to their own struct
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Benoit FouetReplace @returns by @return.
2010-02-15 Stefan Gehreravoid using DECLARE_ALIGNED on stack variable as sugges...
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-02-10 Stefan Gehrerintroduce a macroblock index to avoid a few x*width...
2009-02-10 Stefan Gehrerfix multiple slices per frame
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2009-01-16 Stefan Gehrerrename XXX_t enums to cavs_XXX to fix POSIX namespace...
2009-01-16 Stefan Gehrerrename vector_t to cavs_vector
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2007-08-09 Roman Shaposhnik * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
2007-07-30 Roman Shaposhnik replacing the use of deprecated unaligned*() routines...
2007-07-25 Stefan Gehrerhave less functions as inline
2007-07-08 Stefan Gehrersplit decoder-specific parts into their own file
2007-07-08 Stefan Gehrerprepare splitting decoder-only parts into own file:
2007-07-07 Stefan Gehrerprepare splitting decoder-only parts into own file:
2007-07-07 Stefan Gehrermove dequantization into its own inline function
2007-07-07 Stefan Gehrercosmetic: rename VLC tables to make clear they
2007-07-07 Stefan Gehrersetting special motion vectors in intra macroblocks
2007-07-07 Stefan Gehrersetting intra prediction modes to default values
2007-07-07 Stefan Gehrermove modification of intra prediction modes into
2007-07-07 Stefan Gehrermove preparation of chroma intra prediction into its
2007-07-07 Stefan Gehrermove existing inline functions from cavs.c to cavs.h
2007-07-07 Stefan Gehrermove context structure definition from cavs.c to cavs.h
2007-07-07 Stefan Gehrermake vector constants global
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-05-09 Aurelien Jacobsmove cavs parser in it's own file
2007-05-08 Aurelien Jacobsmove defines and enums out of cavsdata.h
2007-05-07 Aurelien Jacobsmake some parser parameters const to avoid casting...
2007-05-05 Aurelien Jacobsff_frame_rate_tab is now declared in mpegvideo.h
2007-05-05 Aurelien Jacobsavoid a clash between two definitions of SEQ_START_CODE
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2006-11-12 Stefan Gehrerrename ff_cavs_flush to cavs_flush and make it static
2006-11-12 Stefan Gehrermove all cavs-parsing to cavs.c
2006-11-12 Måns Rullgårdrename cropTbl -> ff_cropTbl
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-29 Stefan Gehrersome MMX optimizations for the CAVS decoder
2006-07-14 Stefan Gehreravoid double copying of left border in luma prediction
2006-07-14 Stefan Gehrerreplace run by run+1 in VLC tables
2006-07-14 Stefan Gehrerchange partition flags SYM -> FWD|SYM
2006-07-14 Stefan Gehrerset mvP2 also in PSKIP macroblock
2006-07-14 Stefan Gehreravoid overflows of qp and pic_type
2006-07-09 Michael Niedermayersimplify
2006-07-09 Michael Niedermayeravoid redundant local variables
2006-07-09 Michael Niedermayersimplify
2006-07-06 Stefan Gehrerhopefully better for platforms not supporting misaligne...
2006-07-06 Stefan Gehrermake use of 16x16 motion comp functions, 16x8 and 8x16...
2006-07-05 Stefan Gehrereven more cbp safety
2006-07-05 Stefan Gehrermissed removing this line in my last commit
2006-07-04 Michael Niedermayerreturn -1 on bitstream errors instead of continuing...
2006-07-04 Michael Niedermayersimplify intra prediction mode decoding
2006-07-04 Michael Niedermayercheck cbp for validity, avoids possible out of array...
2006-07-04 Michael Niedermayerminor simplificationn
2006-07-03 Stefan Gehrercleanup macroblock layer: merged decode of skipped MBs
2006-07-03 Stefan Gehrercosmetic patch:
2006-07-03 Michael NiedermayerCAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
2006-07-02 Måns Rullgårdremove unneeded casts
2006-07-02 Måns Rullgårdget rid of veccpy(), replace with simple assignment
2006-07-01 Michael Niedermayernew files for the CAVS decoder by (Stefan Gehrer <stefa...