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
/
internal.h
Age
Commit message (
Expand
)
Author
2012-02-01
ff_alloc_packet: modify the size of the packet to match the requested size
Justin Ruggles
2012-01-15
avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()
Justin Ruggles
2012-01-12
utils: Check for extradata size overflows.
Alex Converse
2011-12-18
avcodec: deprecate AVFrame.age
Mans Rullgard
2011-12-02
Add avcodec_decode_audio4().
Justin Ruggles
2011-11-19
avcodec: move some AVCodecContext fields to an internal struct.
Justin Ruggles
2011-11-05
avcodec: Allow locking and unlocking an avformat specific mutex
Martin Storsjö
2011-10-20
lavc: use avpriv_ prefix for ff_toupper4.
Anton Khirnov
2011-07-10
lavc: add support for codec-specific defaults.
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-05-18
Factorize some code into the new function ff_toupper4().
Francesco Lavra
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-01-10
Doxy for ff_match_2uint16().
Michael Niedermayer
2010-01-10
Fix implicit declaration warning.
Michael Niedermayer
2009-06-29
Move av_log_missing_feature() from the internal.h to the public avcodec.h
Ronald S. Bultje
2009-06-29
Rename ff_log_missing_feature() to av_log_missing_feature().
Ronald S. Bultje
2009-06-06
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should
Stefano Sabatini
2009-02-25
Add missing prototype for ff_is_hwaccel_pix_fmt().
Gwenole Beauchesne
2009-02-24
add ff_find_hwaccel() by Gwenole Beauchesne
Michael Niedermayer
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-16
Split ff_log_missing_feature into ff_log_missing_feature
Kenan Gillet
2008-12-08
Make av_log_missing_feature an internal function, and change its name
Stefano Sabatini
2006-10-12
Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h.
Diego Biurrun
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-10
Add official LGPL license headers to the files that were missing them.
Diego Biurrun
2006-03-30
- Add new file internal.h for common internal-use-only functions.
Corey Hickey