index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
dvdec.c
Age
Commit message (
Expand
)
Author
2015-04-19
lavc: Replace av_dlog and tprintf with internal macros
Vittorio Giovara
2014-11-15
dv: Drop a spurious check
Luca Barbato
2014-10-15
lavc: deprecate the use of AVCodecContext.time_base for decoding
Anton Khirnov
2014-09-09
dv: K&R formatting cosmetics
Gabriel Dume
2014-09-05
get_bits: Add OPEN_READER macro variant w/o size_plus8
Diego Biurrun
2014-08-02
dv: Update DV-profile-related functions to current public API
Diego Biurrun
2014-07-09
lavc: export DV profile API used by muxer/demuxer as public
Anton Khirnov
2014-06-30
dsputil: Split off IDCT bits into their own context
Diego Biurrun
2014-06-27
dv: Properly split decoder and encoder initialization
Diego Biurrun
2014-06-20
Add av_image_check_sar() and use it to validate SAR
Justin Ruggles
2014-06-20
dv: get rid of global non-const tables
Anton Khirnov
2013-12-09
dv: use AVFrame API properly
Anton Khirnov
2013-11-15
dv: Split DV data table declarations into their own header
Diego Biurrun
2013-10-31
dvdec: stop using deprecated avcodec_set_dimensions
Anton Khirnov
2013-10-03
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-03-08
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-02-08
dsputil: Move LOCAL_ALIGNED macros to libavutil
Diego Biurrun
2013-01-22
Drop DCTELEM typedef
Diego Biurrun
2012-12-04
lavc: fix decode_frame() third parameter semantics for video decoders
Anton Khirnov
2012-12-04
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
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-06
dvdec: drop const qualifier from variable to eliminate a warning
Diego Biurrun
2012-04-21
Remove lowres video decoding
Mans Rullgard
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
dvdec: drop unnecessary dv_tablegen.h #include
Diego Biurrun
2012-03-27
dv: Split off DV video decoder into its own file.
Diego Biurrun