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
2009-09-21Use a custom radix sort implementation instead of qsort in dnxhd encoder.Reimar Döffinger
2009-09-18fix uninitialized memory in dnxhd encoderBaptiste Coudurier
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-09-06Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla
2009-05-08data parameter of dnxhd_encode_picture() should not be const.Daniel Verkamp
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-12dnxhd get_pixels_8x4_sym sse2Baptiste Coudurier
2008-12-12Move get_pixels_8x4 before init func to avoid useless forward declaration.Baptiste Coudurier
2008-12-12rename 4x8 to 8x4 to match widthxheight consistentlyBaptiste Coudurier
2008-12-11move structure definitions in their own headerBaptiste Coudurier
2008-12-11cosmeticsBaptiste Coudurier
2008-12-11use dsp clear_blockBaptiste Coudurier
2008-11-12Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-06-02cosmetics, remove table_ prefixBaptiste Coudurier
2008-06-02optimize, merge offset bits in vlc codeBaptiste Coudurier
2008-05-27consistency cosmetics: indices --> indexesDiego Biurrun
2008-05-12Replace one more occurrence of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-05-06export dnxhd encoded picture qualityBaptiste Coudurier
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-02-01constsMichael Niedermayer
2007-12-18add bitrate helper to choose all dnxhd variantsBaptiste Coudurier
2007-12-02indentationBaptiste Coudurier
2007-12-02dnxhd 720p encoding and decoding supportBaptiste Coudurier
2007-12-02cosmetics, encode_variance -> encode_fastBaptiste Coudurier
2007-12-02fix corner case when qscale 1 bits < frame bits but max bits with worst paddi...Baptiste Coudurier
2007-10-09better lambda search methodBaptiste Coudurier
2007-10-08dnxhd 36mbit supportBaptiste Coudurier
2007-10-08typo weigth->weightBaptiste Coudurier
2007-10-08DNxHD (SMPTE VC-3) encoderBaptiste Coudurier