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
/
dirac.c
Age
Commit message (
Expand
)
Author
2014-10-15
lavc: deprecate the use of AVCodecContext.time_base for decoding
Anton Khirnov
2014-09-09
dirac: K&R formatting cosmetics
Gabriel Dume
2014-06-20
Add av_image_check_sar() and use it to validate SAR
Justin Ruggles
2013-10-31
dirac: stop using deprecated avcodec_set_dimensions
Anton Khirnov
2012-10-18
avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tab
Martin Storsjö
2012-10-08
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-08-24
dirac: add Comments and references to the standard
Jordi Ortiz
2012-08-21
dirac: use meaningful return values
Jordi Ortiz
2012-06-18
dirac: replace compound literal with normal initialiser
Ronald S. Bultje
2011-10-20
lavc: use avpriv_ prefix for ff_frame_rate_tab.
Anton Khirnov
2011-10-20
lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header.
Anton Khirnov
2011-06-02
Remove unused variables
Mans Rullgard
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-15
Merge libavcore into libavutil
Reinhard Tartler
2010-09-07
Use new imgutils.h API names, fix deprecation warnings.
Stefano Sabatini
2010-08-06
Remove use of the deprecated function avcodec_check_dimensions(), use
Stefano Sabatini
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-01-11
Add a function to parse Dirac's sequence header
David Conrad