summaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhdenc.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | dnxhdenc: fix declarations in for loopsMans Rullgard2011-07-271-3/+5
| |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-221-56/+184
|\ \ | |/
| * dnxhd: 10-bit supportJoseph Artsimovich2011-07-211-56/+184
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-211-31/+33
|\ \ | |/
| * dnxhdenc: remove inline from function only called through pointerMans Rullgard2011-07-211-1/+1
| * dnxhdenc: whitespace cosmeticsMans Rullgard2011-07-211-30/+32
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-131-2/+1
|\ \ | |/
| * dnxhdenc: Replace a forward declaration by the proper #include.Diego Biurrun2011-07-121-2/+1
| * dnxhdenc: add AVClass in private context.Baptiste Coudurier2011-05-121-2/+2
| * AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-101-1/+1
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-1/+1
* | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-011-1/+1
|\ \
| * | AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-04-301-1/+1
| |/
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-221-0/+1
|\ \ | |/
| * Introduce slice threads flag.Ronald S. Bultje2011-04-211-0/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * dnxhd: allow encoding with Avid Nitris compatibility.Baptiste Coudurier2011-03-011-1/+15
| * Replace dprintf with av_dlogLuca Barbato2011-01-291-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Fix dnxhd custom options, add AVClass in private contextBaptiste Coudurier2011-03-301-2/+2
* | dnxhd: allow encoding with Avid Nitris compatibility.Baptiste Coudurier2011-03-031-1/+15
* | Replace dprintf with av_dlogLuca Barbato2011-01-301-4/+4
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Make DNxHD encoder produce files that are strictly VC-3 compatibleBaptiste Coudurier2010-11-161-3/+3
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* 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
OpenPOWER on IntegriCloud