summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avg_pixels8_xy2_altivec in AltiVec, enabling avg_pixels8_altivec, hadamard fi...Michael Niedermayer2004-06-05
* hadamard/AltiVec: fix to compiler fix by (Romain Dolbeau <dolbeau at irisa do...Michael Niedermayer2004-06-05
* remove AltiVec.linux warning patch by (Romain Dolbeau <dolbeau at irisa dot fr>)Romain Dolbeau2004-06-05
* qscale + qprd fixMichael Niedermayer2004-06-05
* change qscale -> lambda for the motion estimationMichael Niedermayer2004-06-03
* infinite loop fixMichael Niedermayer2004-06-03
* remove stupid YV12-huffyuv warningMichael Niedermayer2004-06-01
* 10l fix by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)Michael Niedermayer2004-05-31
* Add support for qtrle4 (16 colors/gray levels)Roberto Togni2004-05-31
* h261 dequant fixMichael Niedermayer2004-05-31
* removing h263 specific codeMichael Niedermayer2004-05-30
* simplifyMichael Niedermayer2004-05-30
* rewrite h261 loop filterMichael Niedermayer2004-05-30
* h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d...Michael Niedermayer2004-05-30
* Another (final?) patch for libpostproc.Romain Dolbeau2004-05-30
* export low_delay for encoding tooMichael Niedermayer2004-05-29
* Newer version, using a vectorized version of theRomain Dolbeau2004-05-28
* per line lowpass filter in mmxMichael Niedermayer2004-05-28
* mmx optimized version of the per line/accurate deblock filterMichael Niedermayer2004-05-27
* faster c lowpass filterMichael Niedermayer2004-05-27
* accurate/slow (per line instead of per block) deblock filter spport which is ...Michael Niedermayer2004-05-27
* altivec optimizations and horizontal filter fix by (Romain Dolbeau <dolbeau a...Michael Niedermayer2004-05-26
* 10l fixes by ("Debabrata Banerjee" <davatar at comcast dot net>)Michael Niedermayer2004-05-26
* 10l (interlaced b frame decoding fix)Michael Niedermayer2004-05-26
* rpza resolution fix, courtesy of Todd Kirby (doubleshot at pacbell.net)Mike Melanson2004-05-26
* avcodec_find is in no header file, and appearently not used or very usefull s...Michael Niedermayer2004-05-25
* warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)Michael Niedermayer2004-05-25
* mpeg audio timestamp fixMichael Niedermayer2004-05-23
* more data_size=0 cleanupMichael Niedermayer2004-05-21
* data_size = 0 cleanupMichael Niedermayer2004-05-21
* oops, forgot to commit that change from the warning fixes by (Michael Roitzsc...Michael Niedermayer2004-05-21
* forgotten prototypesMichael Niedermayer2004-05-21
* rtp callback context patch by ("Chris Flerackers" <cflerackers at androme dot...Chris Flerackers2004-05-18
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-18
* * reimplementation using mutexes and condition variables.Roman Shaposhnik2004-05-18
* mention avcodec_align_dimensions()Michael Niedermayer2004-05-13
* removing unused encoding codeMichael Niedermayer2004-05-12
* automatic pixel format selectionMichael Niedermayer2004-05-12
* segfault fixMichael Niedermayer2004-05-12
* support skiped blocks in SVQ1Michael Niedermayer2004-05-12
* motion estimation for SVQ1Michael Niedermayer2004-05-12
* UINT64_MAX fixMichael Niedermayer2004-05-11
* moving motion estimation specific variables from MpegEncContext -> MotionEstC...Michael Niedermayer2004-05-11
* reduce dependancy between motion estimation and MpegEncContextMichael Niedermayer2004-05-11
* dummy avcodec_thread_init() to avoid linking issuesMichael Niedermayer2004-05-10
* p frame encoding, only with 0,0 motion vectors yet thoughMichael Niedermayer2004-05-09
* using pointers so the code could eventually be used for P framesMichael Niedermayer2004-05-08
* width height %64 != 0 fixMichael Niedermayer2004-05-08
* buffer hints, use reget_buffer, removed copy from previous frameRoberto Togni2004-05-07
* color and 10lMichael Niedermayer2004-05-07