aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* RSHIFT(x,0) fixMichael Niedermayer2004-04-221-1/+1
* corrupted field pictures segfault fixMichael Niedermayer2004-04-221-2/+2
* 10l (segfault fix)Michael Niedermayer2004-04-221-0/+1
* better hadamard8_diff16 in AltiVec, and more patch by (Romain Dolbeau <dolbea...Romain Dolbeau2004-04-224-74/+318
* motion estimation cleanupMichael Niedermayer2004-04-224-669/+476
* hadamard8_diff8x8 in AltiVec, the 16bits edition by (Romain Dolbeau <dolbeau ...Michael Niedermayer2004-04-204-3/+146
* exporting field_select/ref_index valuesMichael Niedermayer2004-04-193-10/+16
* fix y scale of mv vissualization of interlaced MVsMichael Niedermayer2004-04-181-3/+7
* fix exported motion vectorsMichael Niedermayer2004-04-181-1/+1
* passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like mo...Michael Niedermayer2004-04-173-9/+37
* flv dropable p frame supportMichael Niedermayer2004-04-173-6/+15
* seems wmv8 doesnt use intra-inter predictionMichael Niedermayer2004-04-161-2/+2
* forgotten copyright & dct_quantize_altivec disabled patch by (Romain Dolbeau ...Romain Dolbeau2004-04-162-0/+5