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
/
nut.h
Age
Commit message (
Expand
)
Author
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-17
nutenc: mux chapters.
Anton Khirnov
2010-05-23
Define ff_nut_video_tags and make Nut muxer and demuxer set it in
Stefano Sabatini
2010-03-28
Fix NUT (de)muxer warnings:
Vitor Sessak
2010-03-03
Plug memory leak in NUT muxer and demuxer
Vitor Sessak
2010-02-24
Introduce metadata conversion table for NUT muxer and demuxer.
Anton Khirnov
2008-12-13
Remove misleading comment, _t is POSIX-reserved namespace.
Diego Biurrun
2008-12-11
Remove comment suggesting using variables ending in _t as this would break PO...
Michael Niedermayer
2008-12-11
remove _t for POSIX compatibility.
Michael Niedermayer
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-01
Revert r14497
Michael Niedermayer
2008-08-01
Add missing header #includes.
Diego Biurrun
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2008-03-07
Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing
Evgeniy Stepanov
2008-03-05
Subtitle support. (untested)
Michael Niedermayer
2008-02-15
Elision header demuxing support.
Michael Niedermayer
2008-02-13
update flags
Michael Niedermayer
2007-10-30
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....
Baptiste Coudurier
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-08-17
spelling/wording cosmetics
Diego Biurrun
2007-08-10
header repetition
Michael Niedermayer
2007-08-09
move syncpoint cache related stuff to common file
Michael Niedermayer
2007-08-09
move lsb2full to common file
Michael Niedermayer
2007-08-09
move crc wrapper to slightly better spot
Michael Niedermayer
2007-08-09
move syncpoint timestamp resetting code to a common file
Michael Niedermayer
2007-08-09
use a dynamic ByteIOContext instead of using the lavf buffer
Michael Niedermayer
2007-08-09
make StreamContext.time_base a pointer
Michael Niedermayer
2007-08-09
variables needed for muxer
Michael Niedermayer
2007-07-05
license header consistency cosmetics
Diego Biurrun
2007-07-02
Add missing comment markers to #endif directive.
Diego Biurrun
2007-06-17
add a comment to indicate which #endif belong to which #define
Guillaume Poirier
2007-06-17
add multiple inclusion guards to headers
Måns Rullgård
2007-06-12
misc spelling fixes
Diego Biurrun
2006-11-16
10l forgot (skip non keyframes after seeking between syncpoint and the first ...
Michael Niedermayer
2006-11-14
index less seeking in O(log n) time
Michael Niedermayer
2006-11-11
updating nut demuxer to latest spec
Michael Niedermayer