aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* automatic pixel format selectionMichael Niedermayer2004-05-122-0/+3
* segfault fixMichael Niedermayer2004-05-121-0/+6
* support skiped blocks in SVQ1Michael Niedermayer2004-05-121-6/+13
* motion estimation for SVQ1Michael Niedermayer2004-05-124-85/+200
* UINT64_MAX fixMichael Niedermayer2004-05-111-0/+4
* moving motion estimation specific variables from MpegEncContext -> MotionEstC...Michael Niedermayer2004-05-114-87/+89
* reduce dependancy between motion estimation and MpegEncContextMichael Niedermayer2004-05-112-210/+226
* dummy avcodec_thread_init() to avoid linking issuesMichael Niedermayer2004-05-101-0/+5
* p frame encoding, only with 0,0 motion vectors yet thoughMichael Niedermayer2004-05-092-52/+118
* using pointers so the code could eventually be used for P framesMichael Niedermayer2004-05-081-12/+29
* width height %64 != 0 fixMichael Niedermayer2004-05-082-3/+75
* buffer hints, use reget_buffer, removed copy from previous frameRoberto Togni2004-05-071-29/+9
* color and 10lMichael Niedermayer2004-05-071-1/+3
* rate distorted intra only encodingMichael Niedermayer2004-05-071-0/+140
* 10lMichael Niedermayer2004-05-071-2/+2
* first pass at a Sorenson Video 1 (SVQ1) encoderMike Melanson2004-05-073-14/+740
* 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