summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it.Janne Grunau2010-05-26
* Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...Alex Converse2010-05-26
* Fix declaration after statementAlex Converse2010-05-25
* Do not invert samples when encoding Vorbis.Frank Barchard2010-05-25
* Check for VUI overeading and reset num_reoder_frames.Michael Niedermayer2010-05-25
* Cosmetics: reindent after the previous commitMartin Storsjö2010-05-25
* api-example: Try to avoid decoding incomplete framesMartin Storsjö2010-05-25
* aacenc: Split find_max_val() from find_min_book() to eliminate duplicate sear...Alex Converse2010-05-25
* Remove useless costly inf checks from the trellis scalefactor search.Alex Converse2010-05-25
* aacenc: Trellis over scalefactors using an estimated codebook rather than eve...Alex Converse2010-05-25
* aacenc: Only trellis over a column of 61 scalefactors (reduced from 256).Alex Converse2010-05-25
* aacenc: Factor out find_min_book so it can be used by multiple coefficient co...Alex Converse2010-05-25
* Correct golomb vlc decoding tables.Michael Niedermayer2010-05-25
* Headers for libvpx are installed into vpx subdirectory.Carl Eugen Hoyos2010-05-25
* theora: Don't read an excess bit for maximum length long bit runs if the runDavid Conrad2010-05-25
* VP8 decoding via libvpx.James Zern2010-05-25
* Fix documentation of av_audio_convert.Cyril Russo2010-05-24
* Document CODEC_FLAG_EMU_EDGE and avcodec_align_dimensions interaction.Reimar Döffinger2010-05-23
* Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatBpsMOV toStefano Sabatini2010-05-21
* Rename findPixelFormat() to find_pix_fmt().Stefano Sabatini2010-05-21
* Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags.Stefano Sabatini2010-05-20
* Fix doxy reference to unexisting function.Stefano Sabatini2010-05-20
* Change eval API to take parent log context and log level offset.Michael Niedermayer2010-05-19
* fix x264 encoding when delay is > number of input framesBaptiste Coudurier2010-05-19
* Add a chomp BSF to consume zero padding at the end of a packet.Alex Converse2010-05-19
* Make aac_decode_frame() consume zero padding at the end of a packet.Alex Converse2010-05-19
* Bump minor version for CODEC_ID_VP8David Conrad2010-05-19
* Add VP8 CODEC_IDGoogle2010-05-19
* Fix signedness of q_delta field of the IVIMbInfo.Maxim Poliakovski2010-05-19
* Factorize some code into the new function ff_toupper4().Francesco Lavra2010-05-18