]> git.sesse.net Git - ffmpeg/history - libavcodec/dnxhdenc.c
Use enum CodecID where appropriate.
[ffmpeg] / libavcodec / dnxhdenc.c
2009-11-20 Baptiste Coudurieravoid integer overflow in dnxhd encoder, fixes #1557
2009-11-19 Baptiste Coudurierclarify why the encoder is failing
2009-10-12 Reimar DöffingerReindent after removing the outer for loops in the...
2009-10-12 Reimar DöffingerMove dnxhdenc to execute2 multithreading API.
2009-10-06 Reimar DöffingerRemove casts that are useless since the argument is...
2009-09-21 Reimar DöffingerUse a custom radix sort implementation instead of qsort...
2009-09-18 Baptiste Coudurierfix uninitialized memory in dnxhd encoder
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-09-06 Ramiro PollaRename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and...
2009-05-08 Daniel Verkampdata parameter of dnxhd_encode_picture() should not...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-12 Baptiste Coudurierdnxhd get_pixels_8x4_sym sse2
2008-12-12 Baptiste CoudurierMove get_pixels_8x4 before init func to avoid useless...
2008-12-12 Baptiste Coudurierrename 4x8 to 8x4 to match widthxheight consistently
2008-12-11 Baptiste Couduriermove structure definitions in their own header
2008-12-11 Baptiste Couduriercosmetics
2008-12-11 Baptiste Coudurieruse dsp clear_block
2008-11-12 Roman ShaposhnikMaking it easier to send arbitrary structures as work...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-06-02 Baptiste Couduriercosmetics, remove table_ prefix
2008-06-02 Baptiste Coudurieroptimize, merge offset bits in vlc code
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes
2008-05-12 Carl Eugen HoyosReplace one more occurrence of -1 with PIX_FMT_NONE.
2008-05-06 Baptiste Coudurierexport dnxhd encoded picture quality
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-02-01 Michael Niedermayerconsts
2007-12-18 Baptiste Coudurieradd bitrate helper to choose all dnxhd variants
2007-12-02 Baptiste Coudurierindentation
2007-12-02 Baptiste Coudurierdnxhd 720p encoding and decoding support
2007-12-02 Baptiste Couduriercosmetics, encode_variance -> encode_fast
2007-12-02 Baptiste Coudurierfix corner case when qscale 1 bits < frame bits but...
2007-10-09 Baptiste Coudurierbetter lambda search method
2007-10-08 Baptiste Coudurierdnxhd 36mbit support
2007-10-08 Baptiste Couduriertypo weigth->weight
2007-10-08 Baptiste CoudurierDNxHD (SMPTE VC-3) encoder