summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Make sure rtjpeg quality is a valid valueReimar Döffinger2007-09-09
* Fix extreme stupidity: buffer size check must of course be before buffer use!Reimar Döffinger2007-09-09
* 10l, add check forgotten in last commitReimar Döffinger2007-09-09
* First ugly and slow attempt to fix nuv files with extra frameheaderReimar Döffinger2007-09-09
* Simplify nuv: factor out LZO decompressionReimar Döffinger2007-09-09
* rename HTAPS -> HTAPS_MAX (later is correct after the previous change)Michael Niedermayer2007-09-08
* store halfpel filter coefficients in the header as well as theMichael Niedermayer2007-09-08
* remove outcommented codeMichael Niedermayer2007-09-08
* indentionMichael Niedermayer2007-09-08
* cleanup mc_block()Michael Niedermayer2007-09-08
* IndentationAndreas Öman2007-09-07
* Let H.264 decoder skip deblocking across slicesAndreas Öman2007-09-07
* Set data_size to zero when DCA header parse failedLimin Wang2007-09-06
* Add a bitstream filter for H.264.Benoit Fouet2007-09-06
* Avoid a crash when H264 MMC operation causes the short term referenceJeff Downs2007-09-05
* Add slice-based parallel H.264 decodingAndreas Öman2007-09-05
* Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm.Tao Huang2007-09-05
* Sort one more list alphabetically.Diego Biurrun2007-09-05
* Fix links to ARM documentationGuillaume Poirier2007-09-05
* Move H.264 intra prediction functions into their own contextKostya Shishkov2007-09-05
* add a 8 taps filter for testingMichael Niedermayer2007-09-05
* fix decoding of dracula.4xm before diego complainsMichael Niedermayer2007-09-05
* fix segfault with dracula.4xmMichael Niedermayer2007-09-05
* Replace constants by HTAPS (half pel interpolation filter taps) where appropr...Michael Niedermayer2007-09-05
* code to do halfpel interpolation per frame (unfinished and under ifdef but itMichael Niedermayer2007-09-05
* Fix issue 123 (Support Magic-carpet fli version,Mike Melanson2007-09-04
* Silence warnings about NAL_SVC_NON_IDR in H.264.Carl Eugen Hoyos2007-09-04
* add a close function to bitstream filterBenoit Fouet2007-09-04
* Remove error raising when explicitely skipping frameCarl Eugen Hoyos2007-09-03
* Remove reimplementation of get_unary.Vitor Sessak2007-09-01
* CosmeticsLuca Barbato2007-09-01
* add a warning message for unsupported kind of encodingAurelien Jacobs2007-09-01
* Cosmetical: Empty line removalVitor Sessak2007-08-31
* Comment about unsupported sample sizeVitor Sessak2007-08-31
* renaming ARCH_BFIN to HAVE_BFINMarc Hoffman2007-08-31
* cosmetics: Add some whitespace for better readability.Diego Biurrun2007-08-30
* cosmetics: Sort bitstream filters.Diego Biurrun2007-08-30
* cosmetics: Sort some lines, whitespace changes.Diego Biurrun2007-08-30
* Use a consistent multiple inclusion guard.Diego Biurrun2007-08-30
* add simple_idct implemented in Sparc VISDenes Balatoni2007-08-30
* Rename functionVitor Sessak2007-08-30
* Replace two #define's by inline functionsVitor Sessak2007-08-30
* Hooking bfin/mathops.hMarc Hoffman2007-08-30
* Blackfin 32bit multiplication primitives MULH MUL16Marc Hoffman2007-08-30
* Replace complicated and currently broken manual alignment code byReimar Döffinger2007-08-30
* snow altivec is brokenLuca Barbato2007-08-28
* Change 4xm demuxer and video decoder to pass the video format version inRoberto Togni2007-08-27
* typoMichael Niedermayer2007-08-27
* Simplify preprocessor directives.Diego Biurrun2007-08-27
* Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun2007-08-27