aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* AASC can contain raw data in addition to MS-RLEKostya Shishkov2008-12-061-1/+19
* Check that cpb_count is within the allowed range.Michael Niedermayer2008-12-051-3/+12
* Fix FF_OPT_TYPE_INT64 support of defaults.Michael Niedermayer2008-12-051-0/+5
* Fix an overflow in the predictor.Jai Menon2008-12-051-1/+2
* Silence some ICC warnings. Patch by Vitor Sessak.Vitor Sessak2008-12-041-2/+2
* Add expected const qualifier on 'buf' to match AVCodec.decode's declaration.Reynaldo H. Verdejo Pinochet2008-12-041-2/+2
* COSMETICS, add missing remarks crediting Ben and KenanReynaldo H. Verdejo Pinochet2008-12-043-0/+4
* Fraps version 3 seems to be the same as Fraps v5Kostya Shishkov2008-12-041-2/+3
* partial WRAW fourcc support, might need image flippingBaptiste Coudurier2008-12-041-0/+1
* silence gcc warning: ‘n_bands’ may be used uninitializedJustin Ruggles2008-12-041-1/+1
* ac3dec: use uint8_t for band sizesJustin Ruggles2008-12-041-3/+4
* Removes misleading const qualifier, gets rid of two compiler warningsReynaldo H. Verdejo Pinochet2008-12-041-1/+1
* ARM: convert VFP code to UAL syntaxMåns Rullgård2008-12-031-79/+80
* Implement complexity estimation parsing and try to detect an incorrectly setMichael Niedermayer2008-12-032-3/+63
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-0323-112/+106
* ac3dec: skip decoding and use error concealment for remaining blocks inJustin Ruggles2008-12-031-0/+1
* mlp: initialize all CRC tables in a common function.Laurent Aimar2008-12-033-16/+8
* Trivial rephrasing, avoids too long lineReynaldo H. Verdejo Pinochet2008-12-021-1/+1
* Trivial, Cosmetics, mostly brace placement changesReynaldo H. Verdejo Pinochet2008-12-021-113/+147
* Fix reading out of buffer during RV30/40 deblock mask calculationKostya Shishkov2008-12-021-1/+1
* 34l: forgot to change one case of chroma MC for RV40Kostya Shishkov2008-12-021-1/+2
* Check RV30/40 slice offsets to be inside buffer.Kostya Shishkov2008-12-021-0/+5
* Update ff_rv34_decode_frame() arguments definitionKostya Shishkov2008-12-022-2/+2
* Remove unused RV40 spatial intra prediction functionKostya Shishkov2008-12-021-22/+0
* Commit last ok'ed parts of QCELP decoder and enable it.Kenan Gillet2008-12-025-6/+160
* Fix regression test failure with pthreads on multiprocessor systems.Michael Niedermayer2008-12-023-2/+5
* More OKed parts of the QCELP decoderKenan Gillet2008-12-011-1/+60
* Remove hack added to make "make checkheaders" pass, it is unneeded nowVitor Sessak2008-12-011-3/+0
* More OKed parts of the QCELP decoderKenan Gillet2008-12-011-0/+4
* Get rid of now unneeded pps/sps correctness code as pps/sps will notMichael Niedermayer2008-12-011-28/+19
* Allocate parameter sets sanely instead of using alloc_parameter_set().Michael Niedermayer2008-12-011-28/+26
* enable RV40 decoderKostya Shishkov2008-12-014-1/+7
* RV40 MC functionsKostya Shishkov2008-12-013-0/+383
* Fix segfault due to deallocated entries in delayed_pic after size change.Michael Niedermayer2008-11-301-0/+1
* More OKed parts of the QCELP decoderKenan Gillet2008-11-302-13/+236
* Handle AltiVec objects in a more elegant fashion, similar to MMX.Diego Biurrun2008-11-301-9/+8
* Remove ineffectual hack that attempts to build ppc/check_altivec.o withoutDiego Biurrun2008-11-301-4/+0
* Implement the fields rc_max_available_vbv_use andBaptiste Coudurier2008-11-294-4/+20
* Add support for parsing and decoding DCA-HD streams.Kostya Shishkov2008-11-293-4/+15
* RV40 loop filterKostya Shishkov2008-11-291-0/+238
* Invoke future RV30/40 loop filter for already decoded rows instead ofKostya Shishkov2008-11-292-2/+5
* Do not duplicate AAN DCT tables in dct-test.c.Diego Biurrun2008-11-282-13/+3
* Add missing '-test' in name of imgresample test.Diego Biurrun2008-11-281-1/+1
* Fix RV40 chroma MCKostya Shishkov2008-11-271-13/+23
* Only build the imgresample test if the old scaler was enabled.Diego Biurrun2008-11-261-1/+2
* Automatically check the dependencies for the AAN DCT tables.Diego Biurrun2008-11-261-18/+19
* Move aanscales tables to their own file; fixes compilation without encoders.Diego Biurrun2008-11-265-42/+99
* cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible.Diego Biurrun2008-11-261-9/+9
* Move encoder-specific quantize_c and related tables to the H.264 encoder.Diego Biurrun2008-11-263-136/+138
* Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq (x86_64),Reimar Döffinger2008-11-251-3/+10