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
2011-02-08logging: downgrade recoverable errors to warningsStefan Kost
2011-02-08h264: define FF_PROFILE_H264_HIGH_444 to the correct valueJanne Grunau
2011-02-07VP8: ARM NEON optimisations for dsp functionsMans Rullgard
2011-02-07dvbsubdec: pass correct input buffer sizeJindrich Makovicka
2011-02-07Remove Xan WC4 cruft from xan.cKostya
2011-02-07Xan4 decoderKostya Shishkov
2011-02-07pass QDMC extradata to the decoderSascha Sommer
2011-02-06Make inter_rvlc and intra_rvlc static tables.Diego Elio Pettenò
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov
2011-02-06Set channel_layout for mpegaudioKieran Kunhya
2011-02-06vp3: Move table allocation code into a new functionAlexander Strange
2011-02-06vp3: Factor out expressionAlexander Strange
2011-02-04VP8: slightly faster loopfilter sharpness logicJason Garrett-Glaser
2011-02-04VP8: faster deblock strength calculationJason Garrett-Glaser
2011-02-04Remove a few if (p) av_freep(&p) formsClément Bœsch
2011-02-04VP8: faster filter_level clipJason Garrett-Glaser
2011-02-04VP8: simplify lf_delta mb mode logicJason Garrett-Glaser
2011-02-03Rename remaining occurrences of SAMPLE_FMT_* to AV_SAMPLE_FMT_*Anton Khirnov
2011-02-03Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov
2011-02-03Add CODEC_ID_PRORES and bump lavc minor versionTomas Härdin
2011-02-03Remove a few if (p) av_free(p) formsClément Bœsch
2011-02-03Set pkt_pts in avcodec_default_reget_buffer()Nicolas George
2011-02-02ac3enc: Change EXP_DIFF_THRESHOLD to 500.Justin Ruggles
2011-02-02ARM: add helper macro for declaring constant dataMans Rullgard
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-02-02Fix ff_imdct_calc_sse() on gcc-4.6Alex Converse
2011-02-01h264: add profile names for the existing definesAnssi Hannula
2011-02-01h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau
2011-02-01dca: avoid C99 declaration in for() expressionGianluigi Tiesi
2011-02-01VP8: merge chroma MC callsJason Garrett-Glaser
2011-02-01Implement a SIMD version of emulated_edge_mc() for x86.Ronald S. Bultje
2011-01-31cosmetics: indentationJustin Ruggles
2011-01-31Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-30Slightly simplify VP8 inter_predictJason Garrett-Glaser
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-29Flush final frames in libfaac encoder.Justin Ruggles
2011-01-29Fix memory leak in ALS decoder in big endian systemsVitor Sessak
2011-01-29Rearrange MpegEncContext to simplify access from asmMans Rullgard
2011-01-29Fix overread in altivec DSP function sad16Vitor Sessak
2011-01-29ARM: update MpegEncContext offsetsMans Rullgard
2011-01-29Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje
2011-01-29Optimize C version of ff_emulated_edge_mc().Ronald S. Bultje
2011-01-28aacdec: Convert some loop copies into memcpy()s.Alex Converse
2011-01-28In the rawvideo decoder, set pkt_pts in the output frame.Stefano Sabatini
2011-01-28Fix VP8 aliasing problems.Ronald S. Bultje
2011-01-28Make ff_float_to_int16*_c() static.Alex Converse
2011-01-28Hide the now-prefixed decoders, encoders, parsers, bsf, hwaccel objects.Diego Elio Pettenò
2011-01-28cosmetics: indentation and spacingJustin Ruggles
2011-01-28Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles
2011-01-28Add special case for 2nd-order IIR filter.Justin Ruggles