summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-03
| | | | | | CONFIG_FOO_ENCODER conditionals where appropriate. Originally committed as revision 15174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gain codebook (first stage), 8k mode for G.729Vladimir Voroshilov2008-09-03
| | | | Originally committed as revision 15171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another set of approved G.729 chunks (from decoder core)Vladimir Voroshilov2008-09-03
| | | | Originally committed as revision 15168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* theoradec: cosmetics: indentationAurelien Jacobs2008-09-03
| | | | Originally committed as revision 15167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* theoradec: skip decoding of uncoded MV in 4MV codeAurelien Jacobs2008-09-03
| | | | | | | | Thusnelda, the new experimental Theora encoder is using this Theora feature that was previously not exploited. fixes issue579 Originally committed as revision 15166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* theoradec: small 4MV code reorganization to ease future improvementsAurelien Jacobs2008-09-03
| | | | | | no functional changes Originally committed as revision 15165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace generic CONFIG_DECODERS preprocessor conditionals by more specificDiego Biurrun2008-09-02
| | | | | | CONFIG_FOO_DECODER conditionals where appropriate. Originally committed as revision 15162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence a couple of 'defined but not used' warnings by adding an av_unusedDiego Biurrun2008-09-02
| | | | | | attribute to the relevant function declarations. Originally committed as revision 15161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent a division by 0 in the g726 decoder when the configured samplerate is 0.Laurent Aimar2008-09-02
| | | | | | patch by Laurent Aimar, fenrir via.ecp fr Originally committed as revision 15160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parity bit calculation routine for G.729Vladimir Voroshilov2008-09-02
| | | | Originally committed as revision 15154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to support invalid h264 that does not mark IDR with POC=0.Michael Niedermayer2008-09-02
| | | | | | Fixes issue576. Originally committed as revision 15153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a separate line in Makefile for E-AC-3 decoder and only compile it whenJustin Ruggles2008-09-02
| | | | | | GPL is enabled. fixes building without GPL or with liba52. Originally committed as revision 15151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make pcm encoder setting bits_per_sample fieldBaptiste Coudurier2008-09-01
| | | | Originally committed as revision 15150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-01
| | | | Originally committed as revision 15143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remaining parts of Nellymoser encoderBartlomiej Wolowiec2008-09-01
| | | | Originally committed as revision 15138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check ff_init_me()s return value.Michael Niedermayer2008-09-01
| | | | Originally committed as revision 15137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l Fix snow regression test that i broke in r15135.Michael Niedermayer2008-09-01
| | | | Originally committed as revision 15136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warn the user about me_method values that are not supported.Michael Niedermayer2008-08-31
| | | | | | Fixes issue503 Originally committed as revision 15135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimize vorbis_residue_decode() so that vr->type is a constant.Michael Niedermayer2008-08-31
| | | | | | Based on a patch by Siarhei Siamashka. Originally committed as revision 15134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove debuging junk that probably hasnt been used by anyone since years.Michael Niedermayer2008-08-31
| | | | Originally committed as revision 15133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Okayed parts of nellymoserenc.cBartlomiej Wolowiec2008-08-31
| | | | Originally committed as revision 15126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reduce code duplication by moving common header parsingStefan Gehrer2008-08-31
| | | | | | from the bpp-specific parts to the frame decode Originally committed as revision 15121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating itDavid Conrad2008-08-31
| | | | Originally committed as revision 15118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare ff_vp3_idct_data to be uint16_tDavid Conrad2008-08-31
| | | | Originally committed as revision 15117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't declare SSE vp3 idct data static, so it can be used in the mmx versionDavid Conrad2008-08-31
| | | | Originally committed as revision 15116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* turn on E-AC-3 decoding support and update the ChangelogJustin Ruggles2008-08-31
| | | | Originally committed as revision 15103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify code and comment regarding determination whether or not AHT is used.Justin Ruggles2008-08-31
| | | | Originally committed as revision 15101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct table nameJustin Ruggles2008-08-31
| | | | Originally committed as revision 15099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Misc cosmetics in compute_lpc_coefs(): braces removal and empty linesVitor Sessak2008-08-31
| | | | Originally committed as revision 15093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip converter exponent strategy for all channels at onceJustin Ruggles2008-08-31
| | | | Originally committed as revision 15092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless var in compute_lpc_coefs()Vitor Sessak2008-08-31
| | | | Originally committed as revision 15091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge declaration and init. variable is not used outside the loop.Justin Ruggles2008-08-31
| | | | Originally committed as revision 15090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2008-08-31
| | | | Originally committed as revision 15089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge declaration and initialization of a few vars in compute_lpc_coefs()Vitor Sessak2008-08-31
| | | | Originally committed as revision 15088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-31
| | | | Originally committed as revision 15087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-30
| | | | Originally committed as revision 15068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-30
| | | | Originally committed as revision 15067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix lossless jpeg encoder to comply to spec and store full redundantMichael Niedermayer2008-08-30
| | | | | | | residuals, Note this does not change RGB32 as we need to check this against some decoder that supports it. Originally committed as revision 15055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused dequantization code from SSE VP3 IDCTDavid Conrad2008-08-30
| | | | Originally committed as revision 15054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ff_pw_8 in MMX/SSE VP3 IDCTDavid Conrad2008-08-30
| | | | Originally committed as revision 15053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Let ff_pw_8 be used as an SSE constantDavid Conrad2008-08-30
| | | | Originally committed as revision 15052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: update comment about ditheringJustin Ruggles2008-08-30
| | | | Originally committed as revision 15051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the cos_mod table that has become unused after replacing the imdctMichael Niedermayer2008-08-30
| | | | | | by ff_imdct_half(). Originally committed as revision 15050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half().Michael Niedermayer2008-08-30
| | | | Originally committed as revision 15049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of the 512 sample memmove().Michael Niedermayer2008-08-30
| | | | Originally committed as revision 15048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove 'currently unused' warning about SAMPLE_FMT_xxx.Peter Ross2008-08-30
| | | | Originally committed as revision 15046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Okayed parts of nellymoserenc.cBartlomiej Wolowiec2008-08-29
| | | | Originally committed as revision 15039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless zeroing of a bufferVitor Sessak2008-08-29
| | | | Originally committed as revision 15038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in element typeRobert Swain2008-08-29
| | | | Originally committed as revision 15037 to svn://svn.ffmpeg.org/ffmpeg/trunk