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
/
bytestream.h
Age
Commit message (
Expand
)
Author
2009-01-25
Directly #include some required headers.
Diego Biurrun
2009-01-11
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2008-02-01
consts
Michael Niedermayer
2007-07-07
whitespace cosmetics
Måns Rullgård
2007-07-07
add 64-bit bytestream read/write functions
Måns Rullgård
2007-06-16
include all prerequisites in header files
Måns Rullgård
2007-06-15
Remove unneeded semicolon.
Panagiotis Issaris
2007-03-06
add little endian 24bit read/write
Alex Beregszaszi
2007-03-04
add bytestream_get/put_be24 functions
Baptiste Coudurier
2007-02-06
simplify and remove useless index in AV_W*
Michael Niedermayer
2007-01-19
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2006-12-08
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-12-01
add bytestream big endian 16/32 writing functions
Baptiste Coudurier
2006-11-02
change gif muxer to simple gif encoder
Baptiste Coudurier
2006-10-22
change gif demuxer to gif decoder
Baptiste Coudurier