summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* add crc check to ac3 decoderJustin Ruggles2008-01-03
| | | | Originally committed as revision 11379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix issue #301:Christophe Gisquet2008-01-02
| | | | | | | | | | | | | | summary of changes: - Use MANGLE when loading some constants into MMX registers. - Convert those constants to non-static and thus add ff_ prefix. - Remove last parameter of MSPEL_FILTER13_CORE (was constant). - Use of "+r" instead of stricter but unnecessary "+g". - Use of REG_c and direct loading of some of the above. patch by Christophe GISQUET, christophe.gisquet free fr Subject: [FFmpeg-devel] [PATCH] Roundup issue #301 Date: Fri, 28 Dec 2007 19:22:18 +0100 Originally committed as revision 11376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Direct blocks should use motion vectors from the second reference frameKostya Shishkov2007-12-31
| | | | Originally committed as revision 11361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyJustin Ruggles2007-12-30
| | | | Originally committed as revision 11360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass an AC3DecodeContext to ac3_downmix() instead of multiple argumentsJustin Ruggles2007-12-30
| | | | Originally committed as revision 11359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename sampling_rate to sample_rateJustin Ruggles2007-12-30
| | | | Originally committed as revision 11358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not need to cast a (void *)Justin Ruggles2007-12-30
| | | | Originally committed as revision 11357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical realignment after last commitJustin Ruggles2007-12-30
| | | | Originally committed as revision 11356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename all AC3DecodeContext variables from ctx to sJustin Ruggles2007-12-30
| | | | Originally committed as revision 11355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename GetBitContext gb to gbcJustin Ruggles2007-12-30
| | | | Originally committed as revision 11354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused context variableJustin Ruggles2007-12-30
| | | | Originally committed as revision 11353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)Evgeniy Stepanov2007-12-29
| | | | Originally committed as revision 11352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove forgotten debug statementIvo van Poorten2007-12-28
| | | | Originally committed as revision 11344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sort properlyIvo van Poorten2007-12-28
| | | | Originally committed as revision 11343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sun Rasterfile decoderIvo van Poorten2007-12-28
| | | | Originally committed as revision 11342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use cutoff frequency to adjust bandwidth in ac3 encoderJustin Ruggles2007-12-28
| | | | Originally committed as revision 11338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use bps instead of kbps for bitrateJustin Ruggles2007-12-28
| | | | Originally committed as revision 11337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not give advice for which bitrate to choose.Justin Ruggles2007-12-28
| | | | Originally committed as revision 11334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix typoJustin Ruggles2007-12-28
| | | | Originally committed as revision 11333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove mistakenly added multiple inclusion guards.Diego Biurrun2007-12-28
| | | | Originally committed as revision 11332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix make checkheaders.Diego Biurrun2007-12-27
| | | | Originally committed as revision 11331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add necessary #include, fixes the warnings:Diego Biurrun2007-12-27
| | | | | | | | | | | ppc/h264_altivec.c: In function ‘put_h264_qpel16_mc00_altivec’: ppc/h264_altivec.c:394: warning: implicit declaration of function ‘put_pixels16_altivec’ ppc/h264_altivec.c: In function ‘avg_h264_qpel16_mc00_altivec’: ppc/h264_altivec.c:395: warning: implicit declaration of function ‘avg_pixels16_altivec’ ppc/h264_altivec.c: In function ‘dsputil_h264_init_ppc’: ppc/h264_altivec.c:872: warning: implicit declaration of function ‘has_altivec’ Originally committed as revision 11330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix clicking sound in xa-adpcm.Alexander Strange2007-12-27
| | | | | | | | patch by Alexander Strange, astrange ithinksw com Subject: Re: [FFmpeg-devel] [PATCH] fix clicking sound in xa-adpcm Date: Thu, 27 Dec 2007 03:20:24 -0500 Originally committed as revision 11329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless castIvo van Poorten2007-12-27
| | | | Originally committed as revision 11328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix encoding wmv1 with -mbd 1.Michael Niedermayer2007-12-27
| | | | | | fixes issue262 Originally committed as revision 11327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PC Paintbrush PCX image decoderIvo van Poorten2007-12-26
| | | | Originally committed as revision 11321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless assignmentIvo van Poorten2007-12-26
| | | | Originally committed as revision 11319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless assignmentIvo van Poorten2007-12-26
| | | | Originally committed as revision 11318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless castsIvo van Poorten2007-12-26
| | | | Originally committed as revision 11317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for avcodec_open codec parameter == NULL and return error in that caseReimar Döffinger2007-12-25
| | | | Originally committed as revision 11316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: begining --> beginningDiego Biurrun2007-12-23
| | | | Originally committed as revision 11312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentLuca Barbato2007-12-23
| | | | Originally committed as revision 11311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor fixLuca Barbato2007-12-23
| | | | Originally committed as revision 11310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l do not load after the buffer...Luca Barbato2007-12-23
| | | | Originally committed as revision 11308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add C/B == 0 cases, 2% slower on CELL but should address Issue299 eventuallyLuca Barbato2007-12-22
| | | | Originally committed as revision 11306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentLuca Barbato2007-12-22
| | | | Originally committed as revision 11304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Partially address issue299, no performance change apparentlyLuca Barbato2007-12-22
| | | | Originally committed as revision 11303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid a vec_add, directly start with sumLuca Barbato2007-12-22
| | | | Originally committed as revision 11302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentLuca Barbato2007-12-22
| | | | Originally committed as revision 11301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize common code (almost cosmetic)Luca Barbato2007-12-22
| | | | Originally committed as revision 11300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsLuca Barbato2007-12-22
| | | | Originally committed as revision 11299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding.Christophe Gisquet2007-12-21
| | | | | | | | | patch by Christophe GISQUET %christophe P gisquet A free P fr% original thread: date: Nov 25, 2007 12:35 AM subject: Re: [FFmpeg-devel] MMX version for put_no_rnd_h264_chroma_mc8_c Originally committed as revision 11298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.Diego Biurrun2007-12-21
| | | | Originally committed as revision 11296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment typo fixesDiego Biurrun2007-12-21
| | | | Originally committed as revision 11294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More consistent { placement.Michael Niedermayer2007-12-21
| | | | Originally committed as revision 11292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2007-12-21
| | | | Originally committed as revision 11291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ~15% faster h264_chroma_mc2/4_c() these also prevent some possible outMichael Niedermayer2007-12-21
| | | | | | of array reads. Originally committed as revision 11290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 30% faster h264_chroma_mc8_c(), this also prevents a possible out ofMichael Niedermayer2007-12-21
| | | | | | array read. Originally committed as revision 11288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo ;)Ivo van Poorten2007-12-21
| | | | Originally committed as revision 11287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document a few more structure change rules with relation to ABI/API.Michael Niedermayer2007-12-20
| | | | Originally committed as revision 11283 to svn://svn.ffmpeg.org/ffmpeg/trunk