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
/
libavutil
Age
Commit message (
Expand
)
Author
2009-11-26
Make av_pix_fmt_descriptors use the same pixel format names as defined
Stefano Sabatini
2009-11-24
Make the pixdesc API public.
Stefano Sabatini
2009-11-23
Clarify PIX_FMT_BE flag doxy. Increase consistency / pickiness.
Stefano Sabatini
2009-11-18
Clarify relations between log2_chroma_w, log2_chroma_h and comp.
Stefano Sabatini
2009-11-18
Add functions to return library license and library configuration.
Diego Biurrun
2009-11-18
Rename AVPixFmtDescriptor.nb_channels to nb_components, the new name
Stefano Sabatini
2009-11-14
Fix indention after last commit.
Michael Niedermayer
2009-11-14
Fix crash with av_tree_enumerate(NULL).
Michael Niedermayer
2009-11-14
Make sure av_tree_enumerate() enumerates left->right.
Michael Niedermayer
2009-11-11
Add PIX_FMT_VDPAU_MPEG4 to pixdesc.c.
Carl Eugen Hoyos
2009-11-10
Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used
NVIDIA Corporation
2009-11-10
Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/in...
Reimar Döffinger
2009-11-09
Move ff_reverse in libavcodec to av_reverse in libavutil.
Francesco Lavra
2009-11-05
Add pixel format descriptors for the HW-accelerated formats.
Stefano Sabatini
2009-11-02
Add PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and RGB4_BYTE formats.
Stefano Sabatini
2009-10-27
Move pixdesc.{h,c} from libavcodec to libavutil.
Stefano Sabatini
2009-09-23
id3v2: Add support for UTF-16 encoding.
Anton Khirnov
2009-09-21
extend ff_inverse[], and fix its documentation
Loren Merritt
2009-09-09
Add warnings to av_strlcat and av_strlcpy doxygen that the input strings
Reimar Döffinger
2009-09-06
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label
Ramiro Polla
2009-09-05
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
Lars Täuber
2009-09-04
Add a newline in error message in CHECKED_ALLOC(Z).
Ramiro Polla
2009-09-01
whitespace cosmetics, prettyprinting
Diego Biurrun
2009-08-30
Add function to compute ceil(log2(x)).
Thilo Borgmann
2009-08-29
Add CHECKED_ALLOC macro.
Ramiro Polla
2009-08-17
AVR32: optimisations for intreadwrite.h
Måns Rullgård
2009-08-17
AVR32: inline asm for bswap.h
Måns Rullgård
2009-08-16
MIPS: 100L: fix AV_[RW]N64 on MIPS64
Måns Rullgård
2009-08-16
cosmetics: reformat intreadwrite.h
Måns Rullgård
2009-08-16
intreadwrite: ensure arch-specific versions are always used if defined
Måns Rullgård
2009-08-16
intreadwrite: allow arch-specific 24-bit access macros
Måns Rullgård
2009-08-16
ARM: first value loaded in AV_RN64 needs to be early-clobber
Måns Rullgård
2009-08-13
Introduce av_clip_uint16().
Ramiro Polla
2009-08-10
Remove disabled code cruft.
Diego Biurrun
2009-08-10
Define INFINITIY and NAN in mathematics.h if missing
Måns Rullgård
2009-07-30
Revert addition of '#undef av_always_inline' to config.h in the small case.
Diego Biurrun
2009-07-30
Mark conditionally used variable T2 as av_unused; avoids the warning:
Diego Biurrun
2009-07-29
PPC: fix asm operand constraints in AV_RL64
Måns Rullgård
2009-07-26
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Måns Rullgård
2009-07-17
Check for __attribute__((packed)) support
Måns Rullgård
2009-07-17
cosmetics: reindent after last commit
Kostya Shishkov
2009-07-17
Add SHA-2 hashing
Kostya Shishkov
2009-07-12
Remove useless definition of struct AVCLASS.
Stefano Sabatini
2009-07-10
Add a log2 replacement for systems that haven't quite caught up with the C99
Alex Converse
2009-07-10
Prepare SHA code to handle SHA-2 as well. For now rename files and functions
Kostya Shishkov
2009-07-09
Rename function to sha1_transform so it won't be confused with SHA-2 transform
Kostya Shishkov
2009-07-09
Use pointer to hash transform function to make adding SHA-2 support easier.
Kostya Shishkov
2009-07-09
cosmetics: vertical align AVSHA1 members
Kostya Shishkov
2009-07-09
Extend AVSHA1 so it can be used in future SHA-2 code as well
Kostya Shishkov
2009-07-09
Document SHA-1 functions and structures
Kostya Shishkov
[next]