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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-28lavc: remove old unused audio conversion functions.Anton Khirnov
2013-10-28ac3dec: fix outptr increment.Michael Niedermayer
2013-10-28lavc: don't set AVFrame.pts to random numbers in decoders.Anton Khirnov
2013-10-28g722dec: Change bits_per_codeword to the right option typeMartin Storsjö
2013-10-28lavc: disable CRC checking by defaultAnton Khirnov
2013-10-28lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov
2013-10-28error resilience: check error_concealment, not err_recognition.Anton Khirnov
2013-10-28h263: Check init_get_bits return valueMichael Niedermayer
2013-10-28h263: Return meaningful errorsLuca Barbato
2013-10-28h264_ps: when parsing a VUI fails, only abort when explode is setAnton Khirnov
2013-10-28mmvideo: fix uninitialized variable use in mm_decode_intraVittorio Giovara
2013-10-26fft-test: add a missing #includeAnton Khirnov
2013-10-25aacdec: Fix calls to avpriv_report_missing_feature().Alex Converse
2013-10-25fft-test: Remove possibility of returning restricted exit codeDerek Buitenhuis
2013-10-25dct-test: Remove possibility of returning a restricted exit codeDerek Buitenhuis
2013-10-24golomb: reduce scope of a few variablesVittorio Giovara
2013-10-23golomb: K&R formatting cosmeticsVittorio Giovara
2013-10-23h263: K&R formatting cosmeticsLuca Barbato
2013-10-23mpegvideo: Drop a faulty assertLuca Barbato
2013-10-23aac: Add support for Enhanced AAC Low Delay (ER AAC ELD).Alex Converse
2013-10-23aacdec: Use avpriv_report_missing_feature() instead of custom logging.Alex Converse
2013-10-22h264_parser: Use ff_h264_reset_sei()Yusuke Nakamura
2013-10-22h264_parser: Fix order of operationsMichael Niedermayer
2013-10-21pthread: Avoid spurious wakeupsBen Jackson
2013-10-16mpegvideo: Move 8x8 in a separate functionLuca Barbato
2013-10-16mpegvideo: Move obmc in a separate functionLuca Barbato
2013-10-16ffv1: Assume bitdepth 0 means 8bitLuca Barbato
2013-10-16mpegvideo: K&R formatting cosmeticsLuca Barbato
2013-10-16lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje
2013-10-15h264_parser: Fix POC parsing for the case where MMCO_RESET is present.Yusuke Nakamura
2013-10-15h264_parser: Fix POC parsing for the case where MMCO_RESET is absent.Yusuke Nakamura
2013-10-15bitstream: Check the result of av_malloc()Diego Biurrun
2013-10-15cavs: more K&R formatting cosmeticsDiego Biurrun
2013-10-15mpegaudio_tablegen: Don't use llrintDerek Buitenhuis
2013-10-15cos_tablegen: Don't use lrintDerek Buitenhuis
2013-10-15tablegen: Don't use cbrtf in host toolsDerek Buitenhuis
2013-10-15tableprint: Fix use of a size_t print with MSVCDerek Buitenhuis
2013-10-13cavs: Check for negative cbpLuca Barbato
2013-10-13cavs: Return meaningful error valuesLuca Barbato
2013-10-13cavs: K&R formatting cosmeticsLuca Barbato
2013-10-13pthread: Fix deadlock during thread initializationDerek Buitenhuis
2013-10-13indeo4: Check the inherited quant_matLuca Barbato
2013-10-13indeo4: Check the block size if reusing the band configurationLuca Barbato
2013-10-12lavc doxy: extend/clarify avcodec_decode_audio4() doxyAnton Khirnov
2013-10-12lavc doxy: remove false statements about alignment requirements.Anton Khirnov
2013-10-10prores: Reject negative run and level valuesLuca Barbato
2013-10-10shorten: Fix out-of-array readTim Walker
2013-10-10atrac3: Better name for IMDCT window initializationMaxim Poliakovski
2013-10-10atrac3: Remove unused gain compensation tablesMaxim Poliakovski
2013-10-10prores: Error out only on surely incomplete ac_coeffsLuca Barbato