summaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhdenc.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use LOCAL_ALIGNED macro for local arraysMåns Rullgård2010-02-171-2/+2
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-1/+1
* avoid integer overflow in dnxhd encoder, fixes #1557Baptiste Coudurier2009-11-201-1/+3
* clarify why the encoder is failingBaptiste Coudurier2009-11-191-1/+2
* Reindent after removing the outer for loops in the execute2 patchReimar Döffinger2009-10-121-68/+68
* Move dnxhdenc to execute2 multithreading API.Reimar Döffinger2009-10-121-35/+28
* Remove casts that are useless since the argument is void *.Reimar Döffinger2009-10-061-4/+4
* Use a custom radix sort implementation instead of qsort in dnxhd encoder.Reimar Döffinger2009-09-211-3/+54
* fix uninitialized memory in dnxhd encoderBaptiste Coudurier2009-09-181-0/+5
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-061-1/+1
* Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla2009-09-061-14/+14
* data parameter of dnxhd_encode_picture() should not be const.Daniel Verkamp2009-05-081-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* dnxhd get_pixels_8x4_sym sse2Baptiste Coudurier2008-12-121-4/+9
* Move get_pixels_8x4 before init func to avoid useless forward declaration.Baptiste Coudurier2008-12-121-17/+17
* rename 4x8 to 8x4 to match widthxheight consistentlyBaptiste Coudurier2008-12-121-5/+5
* move structure definitions in their own headerBaptiste Coudurier2008-12-111-56/+1
* cosmeticsBaptiste Coudurier2008-12-111-8/+4
* use dsp clear_blockBaptiste Coudurier2008-12-111-2/+4
* Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik2008-11-121-7/+7
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* cosmetics, remove table_ prefixBaptiste Coudurier2008-06-021-28/+28
* optimize, merge offset bits in vlc codeBaptiste Coudurier2008-06-021-39/+50
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-261-1/+1
* Replace one more occurrence of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-121-1/+1
* export dnxhd encoded picture qualityBaptiste Coudurier2008-05-061-0/+2
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* constsMichael Niedermayer2008-02-011-3/+3
* add bitrate helper to choose all dnxhd variantsBaptiste Coudurier2007-12-181-21/+2
* indentationBaptiste Coudurier2007-12-021-13/+13
* dnxhd 720p encoding and decoding supportBaptiste Coudurier2007-12-021-2/+10
* cosmetics, encode_variance -> encode_fastBaptiste Coudurier2007-12-021-2/+2
* fix corner case when qscale 1 bits < frame bits but max bits with worst paddi...Baptiste Coudurier2007-12-021-4/+4
* better lambda search methodBaptiste Coudurier2007-10-091-14/+25
* dnxhd 36mbit supportBaptiste Coudurier2007-10-081-0/+2
* typo weigth->weightBaptiste Coudurier2007-10-081-8/+8
* DNxHD (SMPTE VC-3) encoderBaptiste Coudurier2007-10-081-0/+845
OpenPOWER on IntegriCloud