summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Collapse)AuthorAgeFilesLines
...
* check for request_channels at codec initJustin Ruggles2008-01-051-0/+7
| | | | Originally committed as revision 11415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not set channels before checking request_channelsJustin Ruggles2008-01-051-1/+2
| | | | Originally committed as revision 11414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adjust output channels based on AVCodecContext.request_channels in AC3 parserJustin Ruggles2008-01-051-0/+7
| | | | Originally committed as revision 11412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop non key frames before the first key frame.Michael Niedermayer2008-01-051-1/+3
| | | | Originally committed as revision 11411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve CRC APIAurelien Jacobs2008-01-045-18/+12
| | | | | | | - don't export any global var - provide either generated or hardcoded tables Originally committed as revision 11409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable proper output from the LFE channel, based on patch from Mathias Rauen ↵Benjamin Larsson2008-01-041-1/+1
| | | | | | dear dot madshi at net Originally committed as revision 11407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV30 thirdpel motion compensation supportKostya Shishkov2008-01-042-16/+267
| | | | Originally committed as revision 11398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change some files to only include the necessary headers.Diego Biurrun2008-01-044-5/+3
| | | | Originally committed as revision 11394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initialize "saved" buffer to zero.Benoit Fouet2008-01-041-1/+1
| | | | | | Patch by Vincent Penné vpenne wyplay com and Denes Balatoni Originally committed as revision 11393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation and add a TODO commentJustin Ruggles2008-01-041-4/+5
| | | | Originally committed as revision 11389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only check ac3 crc if AVCodecContext.error_resilience > 0Justin Ruggles2008-01-031-0/+2
| | | | Originally committed as revision 11388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation after last commitJustin Ruggles2008-01-031-1/+1
| | | | Originally committed as revision 11387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove workaround which is no longer needed due toJustin Ruggles2008-01-031-7/+0
| | | | | | AVCodecContext.request_channels Originally committed as revision 11386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make decode210() common function.Kostya Shishkov2008-01-033-14/+7
| | | | Originally committed as revision 11382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add crc check to ac3 decoderJustin Ruggles2008-01-031-3/+10
| | | | Originally committed as revision 11379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix issue #301:Christophe Gisquet2008-01-021-69/+65
| | | | | | | | | | | | | | 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-311-1/+20
| | | | Originally committed as revision 11361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyJustin Ruggles2007-12-301-2/+2
| | | | Originally committed as revision 11360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass an AC3DecodeContext to ac3_downmix() instead of multiple argumentsJustin Ruggles2007-12-301-14/+12
| | | | Originally committed as revision 11359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename sampling_rate to sample_rateJustin Ruggles2007-12-301-3/+3
| | | | Originally committed as revision 11358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not need to cast a (void *)Justin Ruggles2007-12-301-2/+2
| | | | Originally committed as revision 11357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical realignment after last commitJustin Ruggles2007-12-301-7/+6
| | | | Originally committed as revision 11356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename all AC3DecodeContext variables from ctx to sJustin Ruggles2007-12-301-251/+251
| | | | Originally committed as revision 11355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename GetBitContext gb to gbcJustin Ruggles2007-12-301-83/+83
| | | | Originally committed as revision 11354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused context variableJustin Ruggles2007-12-301-2/+0
| | | | 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-291-0/+1
| | | | Originally committed as revision 11352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove forgotten debug statementIvo van Poorten2007-12-281-2/+0
| | | | Originally committed as revision 11344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sort properlyIvo van Poorten2007-12-282-2/+2
| | | | Originally committed as revision 11343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sun Rasterfile decoderIvo van Poorten2007-12-284-0/+199
| | | | Originally committed as revision 11342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use cutoff frequency to adjust bandwidth in ac3 encoderJustin Ruggles2007-12-282-5/+15
| | | | Originally committed as revision 11338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use bps instead of kbps for bitrateJustin Ruggles2007-12-281-5/+4
| | | | Originally committed as revision 11337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not give advice for which bitrate to choose.Justin Ruggles2007-12-281-1/+1
| | | | Originally committed as revision 11334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix typoJustin Ruggles2007-12-281-1/+1
| | | | Originally committed as revision 11333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove mistakenly added multiple inclusion guards.Diego Biurrun2007-12-281-4/+3
| | | | Originally committed as revision 11332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix make checkheaders.Diego Biurrun2007-12-274-0/+14
| | | | Originally committed as revision 11331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add necessary #include, fixes the warnings:Diego Biurrun2007-12-271-0/+1
| | | | | | | | | | | 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-271-2/+0
| | | | | | | | 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-272-2/+2
| | | | Originally committed as revision 11328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix encoding wmv1 with -mbd 1.Michael Niedermayer2007-12-271-0/+4
| | | | | | fixes issue262 Originally committed as revision 11327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PC Paintbrush PCX image decoderIvo van Poorten2007-12-264-0/+249
| | | | Originally committed as revision 11321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless assignmentIvo van Poorten2007-12-261-1/+0
| | | | Originally committed as revision 11319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless assignmentIvo van Poorten2007-12-261-1/+0
| | | | Originally committed as revision 11318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless castsIvo van Poorten2007-12-261-3/+3
| | | | 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-251-1/+1
| | | | Originally committed as revision 11316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: begining --> beginningDiego Biurrun2007-12-231-1/+1
| | | | Originally committed as revision 11312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentLuca Barbato2007-12-231-39/+39
| | | | Originally committed as revision 11311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor fixLuca Barbato2007-12-231-3/+6
| | | | Originally committed as revision 11310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l do not load after the buffer...Luca Barbato2007-12-231-6/+6
| | | | 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-221-11/+34
| | | | Originally committed as revision 11306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentLuca Barbato2007-12-221-39/+39
| | | | Originally committed as revision 11304 to svn://svn.ffmpeg.org/ffmpeg/trunk