]> git.sesse.net Git - ffmpeg/history - libavcodec/dvdec.c
pthread_frame: ensure the threads don't run simultaneously with hwaccel
[ffmpeg] / libavcodec / dvdec.c
2016-10-28 Diego BiurrunUse ISO C printf conversion specifiers where appropriate
2016-10-28 Diego BiurrunAdjust printf conversion specifiers to match variable...
2016-09-29 Diego Biurrunidct: Change type of array stride parameters to ptrdiff_t
2015-10-04 Vittorio Giovaradv: Mark internal frame reference as const
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2014-11-15 Luca Barbatodv: Drop a spurious check
2014-10-15 Anton Khirnovlavc: deprecate the use of AVCodecContext.time_base...
2014-09-09 Gabriel Dumedv: K&R formatting cosmetics
2014-09-05 Diego Biurrunget_bits: Add OPEN_READER macro variant w/o size_plus8
2014-08-02 Diego Biurrundv: Update DV-profile-related functions to current...
2014-07-09 Anton Khirnovlavc: export DV profile API used by muxer/demuxer as...
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-06-27 Diego Biurrundv: Properly split decoder and encoder initialization
2014-06-20 Justin RugglesAdd av_image_check_sar() and use it to validate SAR
2014-06-20 Anton Khirnovdv: get rid of global non-const tables
2013-12-09 Anton Khirnovdv: use AVFrame API properly
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.