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
2011-11-03lavc: Init AVFrame->opaque to AVCodecContext.opaque in avcodec_default_get_bu...Michael Niedermayer
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-03replacement Indeo 3 decoderMaxim Poliakovski
2011-11-03ac3enc: doxygen update.Justin Ruggles
2011-11-03imc: return error codes instead of 0 for error conditions.Justin Ruggles
2011-11-03imc: return meaningful error codes instead of -1Justin Ruggles
2011-11-03imc: do not set channel layout for stereoJustin Ruggles
2011-11-03imc: validate channel countJustin Ruggles
2011-11-03imc: check for ff_fft_init() failureJustin Ruggles
2011-11-03imc: check output buffer size before decodingJustin Ruggles
2011-11-03imc: use DSPContext.bswap16_buf() to byte-swap packet dataJustin Ruggles
2011-11-02vc1dec: Fix CODEC_FLAG_LOW_DELAYMean
2011-11-02mpeg4videodec: export quarter_sample & divx_packedMichael Niedermayer
2011-11-02libgsm: add flush function to reset the decoder state when seekingJustin Ruggles
2011-11-02libgsm: simplify decoding by using a loopJustin Ruggles
2011-11-02gsm: log error message when packet is too smallJustin Ruggles
2011-11-02libgsmdec: do not needlessly set *data_size to 0Justin Ruggles
2011-11-02gsmdec: do not needlessly set *data_size to 0Justin Ruggles
2011-11-02gsmdec: add flush function to reset the decoder state when seekingJustin Ruggles
2011-11-02libgsmdec: check output buffer size before decodingJustin Ruggles
2011-11-02gsmdec: log error message when output buffer is too small.Justin Ruggles
2011-11-02gsm: use av_get_bytes_per_sample() in frame_bytes calculationJustin Ruggles
2011-11-02h264: add nal_length_size and is_avc to the publically readable fieldsMichael Niedermayer
2011-11-02lavc: fix avcodec_get_type()Michael Niedermayer
2011-11-02HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X.Sebastien Zwickert
2011-11-02Replace some forgotten FFmpeg references by Libav.Diego Biurrun
2011-11-02Replace ffmpeg references with more accurate libav* references.Diego Biurrun
2011-11-02Replace outdated references to ffmpeg tool with avconv.Diego Biurrun
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun
2011-11-02vp3: remove some pointless commentsDiego Biurrun
2011-11-02lavc: use designated initialisers for parsers.Anton Khirnov
2011-11-02dsputil: fix typo (referece -> reference).Clément Bœsch
2011-11-02jpeg: rgb supportMichael Niedermayer
2011-11-02g726dec: add flush() function to reset state when seekingJustin Ruggles
2011-11-02g726: don't pass index to g726_reset()Justin Ruggles
2011-11-02g726enc: add private option for setting code size directly.Justin Ruggles
2011-11-02g726: wrap the decoder functions with a CONFIG_ADPCM_G726_DECODER checkJustin Ruggles
2011-11-02g726: group the g726_encoder AVCodec with the other encoding functionsJustin Ruggles
2011-11-02g726: return AVERROR(EINVAL) instead of -1 for invalid channel countJustin Ruggles
2011-11-02g726enc: use av_assert0() for sample_rate validationJustin Ruggles
2011-11-02g726: treat sample rates other than 8kHz as unofficial.Justin Ruggles
2011-11-02g726dec: remove the sample_rate validationJustin Ruggles
2011-11-02g726: use bits_per_coded_sample instead of bitrate to determine modeJustin Ruggles
2011-11-02g726: split the init function for the encoder and decoderJustin Ruggles
2011-11-02g726: pre-calculate the number of output samples.Justin Ruggles
2011-11-02g726: use int16_t instead of shortJustin Ruggles
2011-11-02dirac: drop unused END_HORIZONTALMichael Niedermayer
2011-11-02dirac: fix horizontal_compose_dd97i_ssse3Michael Niedermayer
2011-11-02dirac: Fix mmx/sse haar wavelet composeMichael Niedermayer
2011-11-01Fix compilation of dct-test on ia32.Carl Eugen Hoyos