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
/
libavformat
/
avc.c
Age
Commit message (
Expand
)
Author
2012-03-25
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-24
avc: Add a function for converting mp4 style extradata to annex b
Martin Storsjö
2011-11-11
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-09
avc: fix memory errors when encoding invalid h264 codecdata
John Brooks
2011-04-04
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-03
avio: avio_ prefix for url_close_dyn_buf
Anton Khirnov
2011-04-03
avio: avio_ prefix for url_open_dyn_buf
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-22
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-21
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2010-02-28
Include avc.h from avc.c: It contains several prototypes.
Carl Eugen Hoyos
2010-02-22
Attempt to fix the completely random values returned by ff_avc_find_startcode().
Michael Niedermayer
2009-07-30
cosmetics, remove spaces after '(' and before ')'
Baptiste Coudurier
2009-03-26
Use intptr_t when casting pointers to int.
Ramiro Polla
2009-01-16
support h264 extradata with 0x000001 startcode
Baptiste Coudurier
2009-01-16
export ff_avc_parse_nal_units_buf
Baptiste Coudurier
2009-01-16
return size written in ff_avc_parse_nal_units
Baptiste Coudurier
2009-01-15
Do not reallocate AVPacket's data when muxing a packet
Luca Abeni
2009-01-11
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2008-02-19
Fix misplaced const, avoids a cast-discards-qualifiers warning
Reimar Döffinger
2008-02-19
const
Michael Niedermayer
2008-01-15
Make avc_find_startcode non-static, so that it can be used from other
Luca Abeni
2008-01-11
add a ff_ prefix to newly exported functions from avc.c
Aurelien Jacobs
2008-01-11
Move isom_write_avcc() and related functions into a separate file.
Aurelien Jacobs