| Commit message (Expand) | Author | Age | Files | Lines |
* | dnxhdenc: add AVClass in private context. | Baptiste Coudurier | 2011-05-12 | 1 | -2/+2 |
* | AVOptions: make default_val a union, as proposed in AVOption2. | Anton Khirnov | 2011-05-10 | 1 | -1/+1 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | Introduce slice threads flag. | Ronald S. Bultje | 2011-04-21 | 1 | -0/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | dnxhd: allow encoding with Avid Nitris compatibility. | Baptiste Coudurier | 2011-03-01 | 1 | -1/+15 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -4/+4 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Make DNxHD encoder produce files that are strictly VC-3 compatible | Baptiste Coudurier | 2010-11-16 | 1 | -3/+3 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Use LOCAL_ALIGNED macro for local arrays | Måns Rullgård | 2010-02-17 | 1 | -2/+2 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -1/+1 |
* | avoid integer overflow in dnxhd encoder, fixes #1557 | Baptiste Coudurier | 2009-11-20 | 1 | -1/+3 |
* | clarify why the encoder is failing | Baptiste Coudurier | 2009-11-19 | 1 | -1/+2 |
* | Reindent after removing the outer for loops in the execute2 patch | Reimar Döffinger | 2009-10-12 | 1 | -68/+68 |
* | Move dnxhdenc to execute2 multithreading API. | Reimar Döffinger | 2009-10-12 | 1 | -35/+28 |
* | Remove casts that are useless since the argument is void *. | Reimar Döffinger | 2009-10-06 | 1 | -4/+4 |
* | Use a custom radix sort implementation instead of qsort in dnxhd encoder. | Reimar Döffinger | 2009-09-21 | 1 | -3/+54 |
* | fix uninitialized memory in dnxhd encoder | Baptiste Coudurier | 2009-09-18 | 1 | -0/+5 |
* | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label | Ramiro Polla | 2009-09-06 | 1 | -14/+14 |
* | data parameter of dnxhd_encode_picture() should not be const. | Daniel Verkamp | 2009-05-08 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -1/+1 |
* | dnxhd get_pixels_8x4_sym sse2 | Baptiste Coudurier | 2008-12-12 | 1 | -4/+9 |
* | Move get_pixels_8x4 before init func to avoid useless forward declaration. | Baptiste Coudurier | 2008-12-12 | 1 | -17/+17 |
* | rename 4x8 to 8x4 to match widthxheight consistently | Baptiste Coudurier | 2008-12-12 | 1 | -5/+5 |
* | move structure definitions in their own header | Baptiste Coudurier | 2008-12-11 | 1 | -56/+1 |
* | cosmetics | Baptiste Coudurier | 2008-12-11 | 1 | -8/+4 |
* | use dsp clear_block | Baptiste Coudurier | 2008-12-11 | 1 | -2/+4 |
* | Making it easier to send arbitrary structures as work orders to MT workers | Roman Shaposhnik | 2008-11-12 | 1 | -7/+7 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | cosmetics, remove table_ prefix | Baptiste Coudurier | 2008-06-02 | 1 | -28/+28 |
* | optimize, merge offset bits in vlc code | Baptiste Coudurier | 2008-06-02 | 1 | -39/+50 |
* | consistency cosmetics: indices --> indexes | Diego Biurrun | 2008-05-26 | 1 | -1/+1 |
* | Replace one more occurrence of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos | 2008-05-12 | 1 | -1/+1 |
* | export dnxhd encoded picture quality | Baptiste Coudurier | 2008-05-06 | 1 | -0/+2 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | consts | Michael Niedermayer | 2008-02-01 | 1 | -3/+3 |
* | add bitrate helper to choose all dnxhd variants | Baptiste Coudurier | 2007-12-18 | 1 | -21/+2 |
* | indentation | Baptiste Coudurier | 2007-12-02 | 1 | -13/+13 |
* | dnxhd 720p encoding and decoding support | Baptiste Coudurier | 2007-12-02 | 1 | -2/+10 |
* | cosmetics, encode_variance -> encode_fast | Baptiste Coudurier | 2007-12-02 | 1 | -2/+2 |
* | fix corner case when qscale 1 bits < frame bits but max bits with worst paddi... | Baptiste Coudurier | 2007-12-02 | 1 | -4/+4 |
* | better lambda search method | Baptiste Coudurier | 2007-10-09 | 1 | -14/+25 |
* | dnxhd 36mbit support | Baptiste Coudurier | 2007-10-08 | 1 | -0/+2 |
* | typo weigth->weight | Baptiste Coudurier | 2007-10-08 | 1 | -8/+8 |
* | DNxHD (SMPTE VC-3) encoder | Baptiste Coudurier | 2007-10-08 | 1 | -0/+845 |