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-11Remove final semicolon from some macrosMans Rullgard
2011-02-11dvbsubenc: Fix placement of the object versionRonen Mizrahi
2011-02-10dvbsubdec: check against buffer overreadsJanne Grunau
2011-02-10Do not fail DVB sub decoding because of a few padding bytesReimar Döffinger
2011-02-10Add x86-optimized versions of exponent_min().Justin Ruggles
2011-02-10Remove incorrect return statement from avcodec_thread_free()Mans Rullgard
2011-02-10ivi_dsp: remove semicolons after function definitionsMans Rullgard
2011-02-09Fix build with threading disabledMans Rullgard
2011-02-09w32thread: add missing #include thread.hMans Rullgard
2011-02-09check sample_fmt in avcodec_openReimar Döffinger
2011-02-09vp3: Frame-based multithreading supportAlexander Strange
2011-02-09Deprecate avcodec_thread_init()Alexander Strange
2011-02-09Frame-based multithreading framework using pthreadsAlexander Strange
2011-02-09Update qmin/qmax values for libx264 presetsJason Garrett-Glaser
2011-02-09Fix broken vbv_buffer_init handling in libx264.cJason Garrett-Glaser
2011-02-09VP8: idct_mb optimizationsJason Garrett-Glaser
2011-02-09Fix ff_emu_edge_core_sse() on Win64.Ronald S. Bultje
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