aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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