summaryrefslogtreecommitdiff
path: root/libavcodec/dnxhdenc.c
Commit message (Expand)AuthorAge
...
* dnxhdenc: whitespace cosmeticsMans Rullgard2011-07-21
* dnxhdenc: Replace a forward declaration by the proper #include.Diego Biurrun2011-07-12
* dnxhdenc: add AVClass in private context.Baptiste Coudurier2011-05-12
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-10
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Introduce slice threads flag.Ronald S. Bultje2011-04-21
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* dnxhd: allow encoding with Avid Nitris compatibility.Baptiste Coudurier2011-03-01
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Make DNxHD encoder produce files that are strictly VC-3 compatibleBaptiste Coudurier2010-11-16
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Use LOCAL_ALIGNED macro for local arraysMåns Rullgård2010-02-17
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* avoid integer overflow in dnxhd encoder, fixes #1557Baptiste Coudurier2009-11-20
* clarify why the encoder is failingBaptiste Coudurier2009-11-19
* Reindent after removing the outer for loops in the execute2 patchReimar Döffinger2009-10-12
* Move dnxhdenc to execute2 multithreading API.Reimar Döffinger2009-10-12
* Remove casts that are useless since the argument is void *.Reimar Döffinger2009-10-06
* Use a custom radix sort implementation instead of qsort in dnxhd encoder.Reimar Döffinger2009-09-21
* fix uninitialized memory in dnxhd encoderBaptiste Coudurier2009-09-18
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla2009-09-06
* data parameter of dnxhd_encode_picture() should not be const.Daniel Verkamp2009-05-08
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* dnxhd get_pixels_8x4_sym sse2Baptiste Coudurier2008-12-12
* Move get_pixels_8x4 before init func to avoid useless forward declaration.Baptiste Coudurier2008-12-12
* rename 4x8 to 8x4 to match widthxheight consistentlyBaptiste Coudurier2008-12-12
* move structure definitions in their own headerBaptiste Coudurier2008-12-11
* cosmeticsBaptiste Coudurier2008-12-11
* use dsp clear_blockBaptiste Coudurier2008-12-11
* Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik2008-11-12
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* cosmetics, remove table_ prefixBaptiste Coudurier2008-06-02
* optimize, merge offset bits in vlc codeBaptiste Coudurier2008-06-02
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-26
* Replace one more occurrence of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-12
* export dnxhd encoded picture qualityBaptiste Coudurier2008-05-06
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* constsMichael Niedermayer2008-02-01
* add bitrate helper to choose all dnxhd variantsBaptiste Coudurier2007-12-18
* indentationBaptiste Coudurier2007-12-02
* dnxhd 720p encoding and decoding supportBaptiste Coudurier2007-12-02
* cosmetics, encode_variance -> encode_fastBaptiste Coudurier2007-12-02
* fix corner case when qscale 1 bits < frame bits but max bits with worst paddi...Baptiste Coudurier2007-12-02
* better lambda search methodBaptiste Coudurier2007-10-09
* dnxhd 36mbit supportBaptiste Coudurier2007-10-08
* typo weigth->weightBaptiste Coudurier2007-10-08
* DNxHD (SMPTE VC-3) encoderBaptiste Coudurier2007-10-08