summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* VP8 encoding via libvpx.James Zern2010-06-03
* Fix misc typos.Stefano Sabatini2010-06-03
* aacdec: Work around illegal files with all elem_id tags set to the same value.Alex Converse2010-06-03
* ARM: struct offsets for Apple ABIMåns Rullgård2010-06-02
* ARM: remove some unnecessary ifdefs, fix implicit declaration warningsMåns Rullgård2010-06-02
* ARM: check struct offsets only when they are usedMåns Rullgård2010-06-02
* Remove weird empty line and perform vertical align.Stefano Sabatini2010-06-02
* Properly initialize x264_picture_t in libx264.Jason Garrett-Glaser2010-06-02
* ARM: fail build if hardcoded struct offsets are wrongMåns Rullgård2010-06-02
* Avoid division by zero that caused noise, typically at the beginning orFrank Barchard2010-06-02
* bink: correctly align local arraysMåns Rullgård2010-06-02
* Make avcodec_string() use av_get_codec_tag_string().Stefano Sabatini2010-06-02
* Implement av_get_codec_tag_string() and use it in ffprobe.Stefano Sabatini2010-06-02
* arm neon: Add missing mangle to external symbolDavid Conrad2010-06-01
* ARM: NEON clear_block[s]Måns Rullgård2010-06-01
* Move get_buffer() calls from decode_init() to decode_frame(). Anything else isSebastian Vater2010-06-01
* Fix eval-test compilation.Stefano Sabatini2010-06-01
* Cosmetics: reindent and break some overly long line.Stefano Sabatini2010-06-01
* Cosmetics: consistently apply K&R style.Stefano Sabatini2010-06-01
* Cosmetics: rename ff_parse_expr() and ff_parse_and_eval_expr() parameters:Stefano Sabatini2010-06-01
* Make ff_parse_expr() and ff_parse_and_eval_expr() return an intStefano Sabatini2010-06-01
* Pass codec pixel format list to get_format, if present, fix vdpau decodingBaptiste Coudurier2010-05-31
* Make dequantization equation use less registers on some CPUs.Maxim Poliakovski2010-05-30
* Remove unused variables.Maxim Poliakovski2010-05-30
* ARM: NEON optimised dct_unquantize_h263_{intra,inter}Måns Rullgård2010-05-29
* 321l: do not use shifted s->linesize instead of correct s->uvlinesize.Kostya Shishkov2010-05-29
* In h264 decoder, use jpeg yuv pixel format when full range is set in vuiBaptiste Coudurier2010-05-28
* aacenc: Remove an unnecessary division from the TLS.Alex Converse2010-05-28
* Cosmetics: whitespaceAlex Converse2010-05-28
* aacenc: Remove unnecessary variables and scopes in the TLS.Alex Converse2010-05-28
* Cleanup prev commit, flag variable should start with 0Howard Chu2010-05-28
* Parse avctx->extradata if available.Howard Chu2010-05-28
* vp3: 10l Fix DC-only IDCT for C and ARM tooDavid Conrad2010-05-28
* vp3: The DC-only IDCT is surprisingly not supposed to be bitexact to theDavid Conrad2010-05-28
* aacdec: Clarify a channel mapping comment.Cyril Russo2010-05-27
* Mark AAC encoder as experimental.Alex Converse2010-05-27
* VP8 parserDavid Conrad2010-05-27
* Add const to ff_emulated_edge_mcDavid Conrad2010-05-27
* Add more const to _l4 pixel functionsDavid Conrad2010-05-27
* vp3: Skip the loop filter when strength is 0 or when requestedDavid Conrad2010-05-27
* Cosmetics : Fix typo.Jai Menon2010-05-27
* Some fields were incorrectly reset (to NULL) when calling avcodec_copy_contex...Jean-Daniel Dupas2010-05-27
* Add support for the newly added Nut codec tags (added in Nut r669):Stefano Sabatini2010-05-26
* Add the forgotten ff_ prefix to the shareable scan patterns.Maxim Poliakovski2010-05-26
* Factorize ff_h264_decode_extradata().Howard Chu2010-05-26
* Mark vorbis encoder as experimental.Carl Eugen Hoyos2010-05-26
* Bump minor version bump and add an APIchanges entry after addition ofStefano Sabatini2010-05-26
* Bump minor version and add Changelog entry after r23334.Carl Eugen Hoyos2010-05-26
* Treat SIPP like xvid, fixed issue1966Michael Niedermayer2010-05-26
* move indeo5 scan patterns into ivi_common.cMaxim Poliakovski2010-05-26