| Commit message (Expand) | Author | Age | Files | Lines |
* | dv: Update DV-profile-related functions to current public API | Diego Biurrun | 2014-08-02 | 1 | -1/+1 |
* | lavc: export DV profile API used by muxer/demuxer as public | Anton Khirnov | 2014-07-09 | 1 | -1/+1 |
* | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -4/+5 |
* | dv: Properly split decoder and encoder initialization | Diego Biurrun | 2014-06-27 | 1 | -1/+20 |
* | Add av_image_check_sar() and use it to validate SAR | Justin Ruggles | 2014-06-20 | 1 | -8/+9 |
* | dv: get rid of global non-const tables | Anton Khirnov | 2014-06-20 | 1 | -5/+15 |
* | dv: use AVFrame API properly | Anton Khirnov | 2013-12-09 | 1 | -25/+15 |
* | dv: Split DV data table declarations into their own header | Diego Biurrun | 2013-11-15 | 1 | -0/+1 |
* | dvdec: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -2/+6 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -8/+3 |
* | dsputil: Move LOCAL_ALIGNED macros to libavutil | Diego Biurrun | 2013-02-08 | 1 | -1/+1 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -4/+4 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -5/+5 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | dvdec: drop const qualifier from variable to eliminate a warning | Diego Biurrun | 2012-05-06 | 1 | -1/+1 |
* | Remove lowres video decoding | Mans Rullgard | 2012-04-21 | 1 | -2/+1 |
* | dv: Merge dvquant.h into dvdata.c where all other DV tables reside. | Diego Biurrun | 2012-04-16 | 1 | -2/+1 |
* | dv: Move static tables only used in one place to where they are used. | Diego Biurrun | 2012-04-16 | 1 | -0/+2 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | dvdec: drop unnecessary dv_tablegen.h #include | Diego Biurrun | 2012-03-28 | 1 | -1/+0 |
* | dv: Split off DV video decoder into its own file. | Diego Biurrun | 2012-03-27 | 1 | -0/+386 |