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
2013-10-31lavc: replace avcodec_set_dimensions with ff_set_dimensionsAnton Khirnov
2013-10-31h264: wait for initial complete frame before outputing framesJohn Stebbins
2013-10-31HNM4/HNM4A demuxer & video decoderDavid Kment
2013-10-31gradfun: x86: Factor out common code for some gradfun_filter_line() variantsDiego Biurrun
2013-10-31avfilter: x86: K&R formatting cosmeticsDiego Biurrun
2013-10-31build: Ensure that strip commands are run silentlyDiego Biurrun
2013-10-30lavf: Remove a now useless parameter to ffurl_register_protocolMartin Storsjö
2013-10-30oggparsetheora: check av_mallocz resultAnton Khirnov
2013-10-30oggparsetheora: return meaningful error codesAnton Khirnov
2013-10-30oggparsetheora: K&R cosmetics, reformatAnton Khirnov
2013-10-30lavc: add error checking to apply_param_change.Anton Khirnov
2013-10-30libopenjpegdec: return meaningful error codesAnton Khirnov
2013-10-29build: remove pointless conditionIngo Brückl
2013-10-29h264: Check all allocationsDerek Buitenhuis
2013-10-29fate.sh: Allow non-fast-forwards when updating sourcesDiego Biurrun
2013-10-29avconv: stop accessing AVStream.parserAnton Khirnov
2013-10-29lavc: add a dummy field to AVStream to preserve ABI compatibility for avconvAnton Khirnov
2013-10-29avio: Check for memory allocation failure of private dataDerek Buitenhuis
2013-10-29timefilter: Handle memory allocation failureDerek Buitenhuis
2013-10-29configure: Provide an hardened toolchain optionLuca Barbato
2013-10-29configure: Move gcc-only -W option where it belongsLuca Barbato
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-10-28lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from share...Anton Khirnov
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-28lavf: remove unreliable timestamp guessing heuristicAnton Khirnov
2013-10-28g722dec: Change bits_per_codeword to the right option typeMartin Storsjö
2013-10-28avfilter: fix const use of avfilter_nextVittorio Giovara
2013-10-28avfilter: have avfilter_get_by_name return const for next bumpVittorio Giovara
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-28avio: K&R formatting cosmeticsLuca Barbato
2013-10-28h263: Check init_get_bits return valueMichael Niedermayer
2013-10-28h263: Return meaningful errorsLuca Barbato
2013-10-28configure: Disable -Wmaybe-uninitialized by defaultLuca Barbato
2013-10-28AVOptions: do not range check flag options.Anton Khirnov
2013-10-28h264_ps: when parsing a VUI fails, only abort when explode is setAnton Khirnov
2013-10-28FATE: add bitexact sws flags to the fieldorder testPaul B Mahol
2013-10-28avconv: drop a now useless variableAnton Khirnov
2013-10-28avframe: mark source frame const in _ref and _cloneVittorio Giovara
2013-10-28mmvideo: fix uninitialized variable use in mm_decode_intraVittorio Giovara
2013-10-27lavr: check that current_buffer is not NULL before using itJustin Ruggles
2013-10-26fft-test: add a missing #includeAnton Khirnov
2013-10-26mem: do not check for negative sizeVittorio Giovara
2013-10-25fate: aac: Add test for AAC-ELDAlex Converse
2013-10-25aacdec: Fix calls to avpriv_report_missing_feature().Alex Converse
2013-10-25libavutil: x86: Add AVX2 capable CPU detection.Kieran Kunhya
2013-10-25fft-test: Remove possibility of returning restricted exit codeDerek Buitenhuis