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.c
Age
Commit message (
Expand
)
Author
2007-01-07
variable renaming: mp3lame --> libmp3lame
Diego Biurrun
2006-11-01
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
Steve L'Homme
2006-10-18
Fix license header error notice by Steve LHomme.
Diego Biurrun
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-02
remove redundant declarations
Måns Rullgård
2006-07-20
fix regression failure after adler simplification
Michael Niedermayer
2006-07-13
move adler32 to libavutil
Måns Rullgård
2006-07-12
move common stuff from avienc.c and wav.c to new file riff.c
Måns Rullgård
2006-07-10
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-09
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-06-20
Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.
Stefan Huehner
2006-06-16
free codec extradata in av_close_input_file
Måns Rullgård
2006-04-23
Disable lavf NUT until it is synced to spec
Oded Shimon
2006-03-01
add size to AVIndex
Michael Niedermayer
2006-01-19
Properly #ifdef muxer-specific parts.
Gildas Bazin
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-22
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-12
use PRIxN, %zd, %td formats where needed
Måns Rullgård
2005-09-23
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
Diego Biurrun
2005-09-11
checksum doesnt cover the forward_ptr anymore
Michael Niedermayer
2005-09-11
forward_ptr doesnt contain its own length anymore
Michael Niedermayer
2005-07-17
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-06-27
nut prefers extradata style global headers
Michael Niedermayer
2005-06-07
some nut.hu hype
Alex Beregszaszi
2005-06-03
fix stream class
Michael Niedermayer
2005-05-26
AVPacket.pos
Michael Niedermayer
2005-04-30
switch to native time bases
Michael Niedermayer
2005-04-24
Ministry of English Composition, reporting for duty (and the word is "skipped...
Mike Melanson
2005-03-17
initalize has_b_frames
Michael Niedermayer
2005-03-17
more fine grained discarding of packets
Michael Niedermayer
2005-03-13
"put_s should store signed values. Spotted on #mplayerdev by someone I
Luca Barbato
2005-02-24
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård
2005-02-24
01-makefile_fix_updated.patch
Nilesh Bansal
2005-01-22
support discarding uninterresting packets
Michael Niedermayer
2005-01-08
integer overflows, heap corruption
Michael Niedermayer
2004-11-13
allocate a few bytes more for extradata so the bitstream reader if its used b...
Michael Niedermayer
2004-10-10
use native timebase for seeking
Michael Niedermayer
2004-06-14
file id string
Michael Niedermayer
2004-05-29
pass AVPacket into av_write_frame()
Michael Niedermayer
2004-05-23
store index for seeking in the native timebase of each stream
Michael Niedermayer
2004-05-21
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream
Michael Niedermayer
2004-05-20
bytestream tracing support
Michael Niedermayer
2004-05-02
match latest spec
Michael Niedermayer
2004-04-12
store correct pts
Michael Niedermayer
2004-04-12
bit-exact
Michael Niedermayer
2004-04-12
moving nearly identical binary search code from nut/mpeg/asf to utils.c
Michael Niedermayer
2004-04-10
set codec_tag
Michael Niedermayer
2004-04-09
removing keyframe prediction and checksum threshold
Michael Niedermayer
2004-04-09
gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2bsd dot com>)
Steven M. Schultz
[next]