Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-01Pass codec pixel format list to get_format, if present, fix vdpau decodingBaptiste Coudurier
2010-05-31Make dequantization equation use less registers on some CPUs.Maxim Poliakovski
2010-05-30Remove unused variables.Maxim Poliakovski
2010-05-29ARM: NEON optimised dct_unquantize_h263_{intra,inter}Måns Rullgård
2010-05-29321l: do not use shifted s->linesize instead of correct s->uvlinesize.Kostya Shishkov
2010-05-29In h264 decoder, use jpeg yuv pixel format when full range is set in vuiBaptiste Coudurier
2010-05-29aacenc: Remove an unnecessary division from the TLS.Alex Converse
2010-05-29Cosmetics: whitespaceAlex Converse
2010-05-29aacenc: Remove unnecessary variables and scopes in the TLS.Alex Converse
2010-05-29Cleanup prev commit, flag variable should start with 0Howard Chu
2010-05-28Parse avctx->extradata if available.Howard Chu
2010-05-28vp3: 10l Fix DC-only IDCT for C and ARM tooDavid Conrad
2010-05-28vp3: The DC-only IDCT is surprisingly not supposed to be bitexact to theDavid Conrad
2010-05-27aacdec: Clarify a channel mapping comment.Cyril Russo
2010-05-27Mark AAC encoder as experimental.Alex Converse
2010-05-27VP8 parserDavid Conrad
2010-05-27Add const to ff_emulated_edge_mcDavid Conrad
2010-05-27Add more const to _l4 pixel functionsDavid Conrad
2010-05-27vp3: Skip the loop filter when strength is 0 or when requestedDavid Conrad
2010-05-27Cosmetics : Fix typo.Jai Menon
2010-05-27Some fields were incorrectly reset (to NULL) when calling avcodec_copy_contex...Jean-Daniel Dupas
2010-05-27Add support for the newly added Nut codec tags (added in Nut r669):Stefano Sabatini
2010-05-27Add the forgotten ff_ prefix to the shareable scan patterns.Maxim Poliakovski
2010-05-26Factorize ff_h264_decode_extradata().Howard Chu
2010-05-26Mark vorbis encoder as experimental.Carl Eugen Hoyos
2010-05-26Bump minor version bump and add an APIchanges entry after addition ofStefano Sabatini
2010-05-26Bump minor version and add Changelog entry after r23334.Carl Eugen Hoyos
2010-05-26Treat SIPP like xvid, fixed issue1966Michael Niedermayer
2010-05-26move indeo5 scan patterns into ivi_common.cMaxim Poliakovski
2010-05-26Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it.Janne Grunau
2010-05-26Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...Alex Converse
2010-05-26Fix declaration after statementAlex Converse
2010-05-26Do not invert samples when encoding Vorbis.Frank Barchard
2010-05-26Check for VUI overeading and reset num_reoder_frames.Michael Niedermayer
2010-05-25Cosmetics: reindent after the previous commitMartin Storsjö
2010-05-25api-example: Try to avoid decoding incomplete framesMartin Storsjö
2010-05-25aacenc: Split find_max_val() from find_min_book() to eliminate duplicate sear...Alex Converse
2010-05-25Remove useless costly inf checks from the trellis scalefactor search.Alex Converse
2010-05-25aacenc: Trellis over scalefactors using an estimated codebook rather than eve...Alex Converse
2010-05-25aacenc: Only trellis over a column of 61 scalefactors (reduced from 256).Alex Converse
2010-05-25aacenc: Factor out find_min_book so it can be used by multiple coefficient co...Alex Converse
2010-05-25Correct golomb vlc decoding tables.Michael Niedermayer
2010-05-25Headers for libvpx are installed into vpx subdirectory.Carl Eugen Hoyos
2010-05-25theora: Don't read an excess bit for maximum length long bit runs if the runDavid Conrad
2010-05-25VP8 decoding via libvpx.James Zern
2010-05-24Fix documentation of av_audio_convert.Cyril Russo
2010-05-23Document CODEC_FLAG_EMU_EDGE and avcodec_align_dimensions interaction.Reimar Döffinger
2010-05-22Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatBpsMOV toStefano Sabatini
2010-05-22Rename findPixelFormat() to find_pix_fmt().Stefano Sabatini
2010-05-21Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags.Stefano Sabatini