summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* 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
* Remove unnecessary portion of a condition. This fixes issue607 and avoidsRobert Swain2008-08-29
| | | | | | another unintended bug where channel coupling could have been run on an SCE. Originally committed as revision 15036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo.Stefano Sabatini2008-08-29
| | | | Originally committed as revision 15034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Half the size of subband_fir_noidea and get rid of memmove & memset of it.Michael Niedermayer2008-08-29
| | | | Originally committed as revision 15033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make X264_init() no longer assign avctx->rc_eq to libx264's context.Stefano Sabatini2008-08-29
| | | | | | | | | | | Fix a crash due to X264_init() setting the libx264 rc_eq field to NULL when rc_eq was not defined. As a consequence rc_eq can no longer be manually specified and passed to libx264, but this option is going to be removed from the libx264 public API anyway. See the thread: "Fix crash in libx264 when rc_eq is not set". Originally committed as revision 15029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move t1 and t2 declaration from the QMF code closer to where they are used.Michael Niedermayer2008-08-29
| | | | Originally committed as revision 15024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify (drop useless intermediate sum and diff arrays).Michael Niedermayer2008-08-29
| | | | Originally committed as revision 15023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 5,1l: samples_chanptr[] should be (const float *)Andreas Öman2008-08-29
| | | | Originally committed as revision 15022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dca: Set data_size outside block loop.Andreas Öman2008-08-29
| | | | Originally committed as revision 15021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dca: Do float -> int16 interleaving in-place using ↵Andreas Öman2008-08-29
| | | | | | s->dsp.float_to_int16_interleave() Originally committed as revision 15020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* While APE changed container format in 3.98, frequency tables for range codingKostya Shishkov2008-08-29
| | | | | | | | | were changed only in 3.99. This fixes decoding of v3.98 APE file I have. Eternal curses to the creator of such unstable format. Originally committed as revision 15019 to svn://svn.ffmpeg.org/ffmpeg/trunk