]> git.sesse.net Git - ffmpeg/history - libavcodec/dvdec.c
mpegvideo: do not update last_non_b_pict_type in update_thread_context()
[ffmpeg] / libavcodec / dvdec.c
2013-11-15 Diego Biurrundv: Split DV data table declarations into their own...
2013-10-31 Anton Khirnovdvdec: stop using deprecated avcodec_set_dimensions
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-08 Diego Biurrundsputil: Move LOCAL_ALIGNED macros to libavutil
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-05-06 Diego Biurrundvdec: drop const qualifier from variable to eliminate...
2012-04-21 Mans RullgardRemove lowres video decoding
2012-04-16 Diego Biurrundv: Merge dvquant.h into dvdata.c where all other DV...
2012-04-16 Diego Biurrundv: Move static tables only used in one place to where...
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-28 Diego Biurrundvdec: drop unnecessary dv_tablegen.h #include
2012-03-27 Diego Biurrundv: Split off DV video decoder into its own file.