aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* remove broken ctab codeBaptiste Coudurier2007-04-211-38/+0
* use INT64_MAXBaptiste Coudurier2007-04-211-2/+2
* Remove unused variable.Diego Biurrun2007-04-211-1/+1
* spelling/wording/punctuationDiego Biurrun2007-04-211-6/+8
* compile rawvideo decoder on requestAlex Beregszaszi2007-04-211-0/+2
* compile mjpeg parser if requestedAlex Beregszaszi2007-04-211-0/+2
* ac3 parser requires tables from ac3tab.h, which are compiled into ac3.cAlex Beregszaszi2007-04-211-1/+1
* cosmetics: remove my email addressAlex Beregszaszi2007-04-203-3/+3
* remove possibly broken wince cruftAlex Beregszaszi2007-04-204-23/+4
* typoDiego Biurrun2007-04-201-1/+1
* add .type foo, %function directives for the benefit of debuggersMåns Rullgård2007-04-192-0/+14
* Fix parts missed in clip -> av_clip renameReimar Döffinger2007-04-192-4/+4
* Fix an use-after-free bugLuca Abeni2007-04-191-1/+4
* Remove unused callbacks from ffserverLuca Abeni2007-04-191-18/+0
* Deobfuscade decodeTonalComponents calling logic.Benjamin Larsson2007-04-181-11/+6
* Version bump, atrac3 added.Benjamin Larsson2007-04-181-2/+2
* Let maintain things. Added myself as atrac3 maintainer.Benjamin Larsson2007-04-181-0/+1
* Simplify, patch by Ramiro Polla.Ramiro Polla2007-04-181-12/+2
* Remove unused vars, patch by Ramiro Polla.Ramiro Polla2007-04-181-4/+0
* Remove unused vars, patch by Ramiro Polla.Ramiro Polla2007-04-181-2/+0
* Cosmetics, patch by Ramiro Polla.Ramiro Polla2007-04-181-2/+1
* Pullback should be performed on scaled motion vectors in B-framesKostya Shishkov2007-04-181-0/+6
* preserve alpha channel when converting rgb32 to bgr32 in plain CIvo van Poorten2007-04-181-1/+1
* fix red_15mask and green_15mask. the previous values were wrong and causedIvo van Poorten2007-04-181-2/+2
* test widths all down to one. this tests whether the scalers correctly switchIvo van Poorten2007-04-181-1/+1
* Remove the build instructions from the doxygen comments, they are duplicatedDiego Biurrun2007-04-181-10/+1
* Doxygen comment wording/spellingDiego Biurrun2007-04-181-4/+4
* skip MMX code in rgb24tobgr24 if the size of the input is smaller than theIvo van Poorten2007-04-181-0/+3
* skip MMX code in rgb32to16 if the size of the input is smaller than theIvo van Poorten2007-04-181-0/+2
* skip MMX code in rgb32to15 if the size of the input is smaller than theIvo van Poorten2007-04-181-0/+2
* Atrac3 decoder.Benjamin Larsson2007-04-179-3/+1215
* slightly faster rgb32tobgr32; avoid one add and one cmpIvo van Poorten2007-04-171-18/+17
* Fix the most obvious typos in the development policy doc sectionReimar Döffinger2007-04-171-8/+8
* patch submission checklistMichael Niedermayer2007-04-171-0/+47
* add a commit-rule precision when applying patches discussed on the mailing listBenoit Fouet2007-04-171-0/+3
* New implementation of rgb32tobgr32Ivo van Poorten2007-04-161-41/+58
* Mention configure parameters for enabling AMR.Diego Biurrun2007-04-151-1/+3
* add an enum for need_parsingAurelien Jacobs2007-04-1519-34/+40
* Make the declaration of AVInputFormat ac3_demuxer conditionalDiego Biurrun2007-04-151-0/+2
* The AC3 demuxer depends on the AC3 parser.Diego Biurrun2007-04-151-0/+1
* Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun2007-04-156-65/+66
* fix mjpeg.movMichael Niedermayer2007-04-151-2/+4
* improve horizontal chroma resolution with palMichael Niedermayer2007-04-152-6/+7
* convert palette to yuv instead of converting each pixel after pal->rgbMichael Niedermayer2007-04-152-14/+25
* fix playback of angels_480-mjpegcompress.aviMichael Niedermayer2007-04-141-1/+1
* fix playback of odd_height.movMichael Niedermayer2007-04-141-0/+4
* correct another possible buffer overflow where interlaced wouldMichael Niedermayer2007-04-141-2/+1
* fix tiff regression test (bitexact flag was ignoredwhich caused theMichael Niedermayer2007-04-143-2/+4
* remove MpegEncContext, patch by baptisteBaptiste Coudurier2007-04-141-20/+5
* fix overhead and bitrate statisticsMichael Niedermayer2007-04-141-1/+3