Age | Commit message (Expand) | Author |
2013-02-08 | dsputil: Move LOCAL_ALIGNED macros to libavutil | Diego Biurrun |
2013-01-22 | Drop DCTELEM typedef | Diego Biurrun |
2012-10-08 | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov |
2012-08-07 | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov |
2012-05-01 | dvenc: do not call dsputil functions with stride not a multiple of 16 | Mans Rullgard |
2012-04-21 | Remove lowres video decoding | Mans Rullgard |
2012-04-19 | dv: Initialize encoder tables during encoder init. | Diego Biurrun |
2012-04-16 | dv: Merge dvquant.h into dvdata.c where all other DV tables reside. | Diego Biurrun |
2012-04-16 | dv: Move static tables only used in one place to where they are used. | Diego Biurrun |
2012-04-06 | cosmetics: Align codec declarations | Martin Storsjö |
2012-03-28 | dvenc: print allowed profiles if the video doesn't conform to any of them. | Anton Khirnov |
2012-03-27 | dv: Split off DV video decoder into its own file. | Diego Biurrun |
2012-02-17 | dvenc: switch to encode2(). | Anton Khirnov |
2012-02-15 | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö |
2012-02-15 | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö |
2012-02-09 | dv: Move functions used only by the encoder out of a shared header. | Alex Converse |
2012-02-09 | dv: Split dvdata.h into dvdata.h and dvquant.h | Alex Converse |
2011-12-30 | cosmetics: Drop unnecessary parentheses around return values. | Diego Biurrun |
2011-12-16 | get_bits: remove A32 variant | Mans Rullgard |
2011-11-26 | dv: simplify bitstream splicing in dv_decode_ac() | Mans Rullgard |
2011-10-20 | lavc: use avpriv_ prefix for some dv symbols used in lavf. | Anton Khirnov |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
2011-07-05 | dv: fix comment wording mistake | Clément Bœsch |
2011-07-05 | dv: fix valgrind use of uninitialised value warnings. | Reimar Döffinger |
2011-07-05 | dv: fix comment spelling | Clément Bœsch |
2011-06-07 | Replace some av_log/printf + #ifdef combinations by av_dlog. | Diego Biurrun |
2011-06-03 | Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name(). | Stefano Sabatini |
2011-05-02 | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini |
2011-04-21 | Introduce slice threads flag. | Ronald S. Bultje |
2011-04-17 | Replace more FFmpeg references by Libav. | Diego Biurrun |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2010-09-27 | In dv decoder, set sample aspect aspect ratio, fix issue #1612 | Baptiste Coudurier |
2010-08-20 | dv: fix alignment of scratch buffer | Måns Rullgård |
2010-07-07 | Add new decoder property max_lowres and do not init decoder if requested valu... | Carl Eugen Hoyos |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-03-29 | Fix indentation. | Reimar Döffinger |
2010-03-21 | Add support for hard-coding the 256kB large dv_vlc_map table. | Reimar Döffinger |
2010-03-21 | Split VLC-related tables out of dvdata.h to make it easier to add support | Reimar Döffinger |
2010-02-17 | Use LOCAL_ALIGNED macro for local arrays | Måns Rullgård |
2010-01-22 | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård |
2010-01-12 | Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert(). | Michael Niedermayer |
2009-12-11 | Fail earlier for unsupported resolutions or pixel formats when encoding | Tomas Härdin |
2009-11-09 | Make get_bits_left() available for use in libavcodec (was previously held | Ronald S. Bultje |
2009-10-16 | Split parts of dvdata.h into dvdata.c, this ensures that things like | Reimar Döffinger |
2009-09-29 | Use context instead of NULL for logging. | Reimar Döffinger |
2009-09-29 | Make sure that dv encoder initializes all encoded packet data. | Reimar Döffinger |
2009-09-06 | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger |
2009-08-26 | Remove some unnecessary alignment specifiers | Måns Rullgård |