aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* infinite loop fixMichael Niedermayer2004-06-031-1/+1
* remove stupid YV12-huffyuv warningMichael Niedermayer2004-06-011-4/+0
* 10l fix by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)Michael Niedermayer2004-05-311-2/+2
* Add support for qtrle4 (16 colors/gray levels)Roberto Togni2004-05-311-0/+92
* h261 dequant fixMichael Niedermayer2004-05-311-9/+9
* removing h263 specific codeMichael Niedermayer2004-05-301-32/+5
* simplifyMichael Niedermayer2004-05-301-32/+17
* rewrite h261 loop filterMichael Niedermayer2004-05-303-66/+30
* h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d...Michael Niedermayer2004-05-309-1/+1124
* Another (final?) patch for libpostproc.Romain Dolbeau2004-05-303-161/+327
* export low_delay for encoding tooMichael Niedermayer2004-05-291-0/+2
* Newer version, using a vectorized version of theRomain Dolbeau2004-05-283-83/+421
* per line lowpass filter in mmxMichael Niedermayer2004-05-282-37/+183
* mmx optimized version of the per line/accurate deblock filterMichael Niedermayer2004-05-272-5/+397
* faster c lowpass filterMichael Niedermayer2004-05-272-39/+40
* accurate/slow (per line instead of per block) deblock filter spport which is ...Michael Niedermayer2004-05-273-9/+130
* altivec optimizations and horizontal filter fix by (Romain Dolbeau <dolbeau a...Michael Niedermayer2004-05-264-21/+785
* 10l fixes by ("Debabrata Banerjee" <davatar at comcast dot net>)Michael Niedermayer2004-05-261-2/+2
* 10l (interlaced b frame decoding fix)Michael Niedermayer2004-05-261-4/+6
* rpza resolution fix, courtesy of Todd Kirby (doubleshot at pacbell.net)Mike Melanson2004-05-261-1/+1
* avcodec_find is in no header file, and appearently not used or very usefull s...Michael Niedermayer2004-05-251-1/+1
* warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)Michael Niedermayer2004-05-257-29/+6
* mpeg audio timestamp fixMichael Niedermayer2004-05-232-2/+13
* more data_size=0 cleanupMichael Niedermayer2004-05-212-3/+0
* data_size = 0 cleanupMichael Niedermayer2004-05-2130-57/+2
* oops, forgot to commit that change from the warning fixes by (Michael Roitzsc...Michael Niedermayer2004-05-211-1/+5
* forgotten prototypesMichael Niedermayer2004-05-211-0/+4
* rtp callback context patch by ("Chris Flerackers" <cflerackers at androme dot...Chris Flerackers2004-05-182-4/+4
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-1822-38/+47
* * reimplementation using mutexes and condition variables.Roman Shaposhnik2004-05-181-155/+122
* mention avcodec_align_dimensions()Michael Niedermayer2004-05-131-1/+2
* removing unused encoding codeMichael Niedermayer2004-05-121-560/+4
* 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