summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* use the AVV macro from gcc_fixes.h instead ifdefsAlex Beregszaszi2004-04-26
* 100l, and another one because it boils out with ICE under gcc 3.2.3Alex Beregszaszi2004-04-26
* yes, that's nice...Mike Melanson2004-04-26
* reorganize and simplify the VP3 IDCT stuffMike Melanson2004-04-26
* fix decoding with quant matrixes which contain elements <16Michael Niedermayer2004-04-25
* rv10 decoding fixMichael Niedermayer2004-04-25
* move __align16 some place where non-MMX machines can see itMike Melanson2004-04-25
* hush...Mike Melanson2004-04-25
* hook up support for SSE2-optimized VP3 IDCTMike Melanson2004-04-25
* add selected SSE2 ASM macrosMike Melanson2004-04-25
* SSE2-optimized variant of VP3 IDCTMike Melanson2004-04-25
* correct MMX-optimized variant of VP3 IDCT, with comments (thank youMike Melanson2004-04-25
* support reusing mb types and field select values of the source file, but use ...Michael Niedermayer2004-04-25
* add the minimal documentation to make this decoder usefulMike Melanson2004-04-24
* License change and cpu detection patch by (James Morrison <ja2morri at csclub...James Morrison2004-04-24
* vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ...James Morrison2004-04-24
* cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)Sascha Sommer2004-04-24
* sanity checksMichael Niedermayer2004-04-24
* minor motion estimation cleanupMichael Niedermayer2004-04-24
* libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer)Sascha Sommer2004-04-24
* * Enabling UltraSparc stuff wit _SPARC64Roman Shaposhnik2004-04-24
* VIS optimized motion compensation code. by (David S. Miller <davem at redhat ...Michael Niedermayer2004-04-23
* sanity checkMichael Niedermayer2004-04-23
* h264 nal decoding fix by (Laurent Aimar <fenrir at via dot ecp dot fr>)Michael Niedermayer2004-04-23
* h264 hurry up fix and a tiny cabac clean patch by (Laurent Aimar <fenrir at v...Laurent Aimar2004-04-23
* reuse motion vectors/mb types/field select values of the source video, if the...Michael Niedermayer2004-04-23
* RSHIFT(x,0) fixMichael Niedermayer2004-04-22
* corrupted field pictures segfault fixMichael Niedermayer2004-04-22
* 10l (segfault fix)Michael Niedermayer2004-04-22
* better hadamard8_diff16 in AltiVec, and more patch by (Romain Dolbeau <dolbea...Romain Dolbeau2004-04-22
* motion estimation cleanupMichael Niedermayer2004-04-22
* hadamard8_diff8x8 in AltiVec, the 16bits edition by (Romain Dolbeau <dolbeau ...Michael Niedermayer2004-04-20
* exporting field_select/ref_index valuesMichael Niedermayer2004-04-19
* fix y scale of mv vissualization of interlaced MVsMichael Niedermayer2004-04-18
* fix exported motion vectorsMichael Niedermayer2004-04-18
* passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like mo...Michael Niedermayer2004-04-17
* flv dropable p frame supportMichael Niedermayer2004-04-17
* seems wmv8 doesnt use intra-inter predictionMichael Niedermayer2004-04-16
* forgotten copyright & dct_quantize_altivec disabled patch by (Romain Dolbeau ...Romain Dolbeau2004-04-16
* fixed buffering for low bitrates patch by (Hauke Duden <H.NS.Duden at gmx dot...Hauke Duden2004-04-16
* t/dprintf printf -> av_logMichael Niedermayer2004-04-16
* segfault fixMichael Niedermayer2004-04-16
* unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer2004-04-16
* * removed config.hZdenek Kabelac2004-04-14
* assert(time_incr >= 0) so its clear that this MUST be the caseMichael Niedermayer2004-04-13
* progressive P frame CABAC support patch by (Laurent Aimar <fenrir at via dot ...Laurent Aimar2004-04-11
* verbosity patch by (Allen Day <allenday at ucla dot edu>)Allen Day2004-04-11
* fixing alignment problems -> SSE2 support enabled again in libavcodec (from f...Michael Niedermayer2004-04-09
* writing corrupt files on MinGW patch by (Matthias Fritschi <choi at netlabs d...Matthias Fritschi2004-04-09
* Missing LDFLAGS in libavcodec/Makefile patch by ("Michael T. Dean" <mtdean at...Michael T. Dean2004-04-09