aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* support decoding mpeg4 with buggy dc clippingMichael Niedermayer2004-05-053-2/+14
* mpeg4 dc prediction simplificationMichael Niedermayer2004-05-051-51/+31
* use AVInteger in av_rescale() so it can finally do 64*64/64 instead of just 6...Michael Niedermayer2004-05-042-13/+17
* arbitrary precision integer supportMichael Niedermayer2004-05-043-1/+243
* Add buffer hints, enable DR1Roberto Togni2004-05-021-1/+2
* cleanupMichael Niedermayer2004-05-021-26/+19
* mmx dct optimizationMichael Niedermayer2004-04-301-138/+135
* AMV bug workaroundMichael Niedermayer2004-04-302-0/+4
* simplifyMichael Niedermayer2004-04-301-11/+5
* dont missuse assert()Michael Niedermayer2004-04-301-2/+8
* cleanup & memleak fixMichael Niedermayer2004-04-3012-54/+10
* 10000lMichael Niedermayer2004-04-301-1/+32
* intra_dc_precission>0 encoding supportMichael Niedermayer2004-04-303-3/+33
* 10lMichael Niedermayer2004-04-301-1/+1
* cola testIvan Kalvachev2004-04-291-4/+7
* 10lMichael Niedermayer2004-04-291-5/+5
* remove duplicated find_frame_end() codeMichael Niedermayer2004-04-296-312/+106
* >2 channels decoding fixMichael Niedermayer2004-04-291-3/+6
* simplifyMichael Niedermayer2004-04-272-24/+1
* move the 0x80 vector outside of the function, thus saving the compilerMike Melanson2004-04-271-2/+3
* separate out put_signed_pixels_clamped() into its own function andMike Melanson2004-04-274-20/+46
* H.263 MCBPC fixMichael Niedermayer2004-04-261-9/+11
* avoid macro conflictsAlex Beregszaszi2004-04-261-0/+4
* disable hadamard for gcc below 3.3 - better fix awaitedAlex Beregszaszi2004-04-262-0/+4
* use the AVV macro from gcc_fixes.h instead ifdefsAlex Beregszaszi2004-04-261-55/+13
* 100l, and another one because it boils out with ICE under gcc 3.2.3Alex Beregszaszi2004-04-261-0/+1
* yes, that's nice...Mike Melanson2004-04-261-1/+0
* reorganize and simplify the VP3 IDCT stuffMike Melanson2004-04-267-256/+57
* fix decoding with quant matrixes which contain elements <16Michael Niedermayer2004-04-251-1/+9
* rv10 decoding fixMichael Niedermayer2004-04-251-0/+2
* move __align16 some place where non-MMX machines can see itMike Melanson2004-04-251-2/+3
* hush...Mike Melanson2004-04-251-1/+1
* hook up support for SSE2-optimized VP3 IDCTMike Melanson2004-04-254-7/+23
* add selected SSE2 ASM macrosMike Melanson2004-04-251-0/+24
* SSE2-optimized variant of VP3 IDCTMike Melanson2004-04-251-0/+890
* correct MMX-optimized variant of VP3 IDCT, with comments (thank youMike Melanson2004-04-251-407/+396
* support reusing mb types and field select values of the source file, but use ...Michael Niedermayer2004-04-253-35/+91
* add the minimal documentation to make this decoder usefulMike Melanson2004-04-241-0/+9
* License change and cpu detection patch by (James Morrison <ja2morri at csclub...James Morrison2004-04-241-46/+104
* vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ...James Morrison2004-04-242-4/+8
* cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)Sascha Sommer2004-04-241-1/+1
* sanity checksMichael Niedermayer2004-04-241-0/+3
* minor motion estimation cleanupMichael Niedermayer2004-04-242-55/+55
* libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer)Sascha Sommer2004-04-241-1/+1
* * Enabling UltraSparc stuff wit _SPARC64Roman Shaposhnik2004-04-241-1/+1
* VIS optimized motion compensation code. by (David S. Miller <davem at redhat ...Michael Niedermayer2004-04-235-0/+4391
* sanity checkMichael Niedermayer2004-04-231-1/+7
* h264 nal decoding fix by (Laurent Aimar <fenrir at via dot ecp dot fr>)Michael Niedermayer2004-04-231-0/+1
* h264 hurry up fix and a tiny cabac clean patch by (Laurent Aimar <fenrir at v...Laurent Aimar2004-04-231-26/+24
* reuse motion vectors/mb types/field select values of the source video, if the...Michael Niedermayer2004-04-232-3/+162