index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
nut.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+1
*
Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing
Evgeniy Stepanov
2008-03-07
1
-0
/
+11
*
Subtitle support. (untested)
Michael Niedermayer
2008-03-05
1
-0
/
+8
*
ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only
Oded Shimon
2008-02-04
1
-1
/
+1
*
Move *malloc() out of tree.c, that way the code can be used with
Michael Niedermayer
2008-01-04
1
-3
/
+6
*
Add some parentheses to clarify operator precedence, fixes the warnings:
Diego Biurrun
2007-11-04
1
-2
/
+2
*
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....
Baptiste Coudurier
2007-10-30
1
-4
/
+0
*
Ensure av_tree_insert() is defined before using it.
Carl Eugen Hoyos
2007-08-11
1
-0
/
+1
*
move syncpoint cache related stuff to common file
Michael Niedermayer
2007-08-09
1
-0
/
+18
*
move lsb2full to common file
Michael Niedermayer
2007-08-09
1
-0
/
+7
*
move crc wrapper to slightly better spot
Michael Niedermayer
2007-08-09
1
-0
/
+4
*
move syncpoint timestamp resetting code to a common file
Michael Niedermayer
2007-08-09
1
-0
/
+33
*
remove old unused nut (de)muxer
Michael Niedermayer
2007-08-09
1
-1455
/
+0
*
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
URL update, move comment to a better place.
Diego Biurrun
2007-07-05
1
-4
/
+2
*
misc spelling fixes
Diego Biurrun
2007-06-12
1
-2
/
+2
*
variable renaming: mp3lame --> libmp3lame
Diego Biurrun
2007-01-07
1
-1
/
+1
*
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
Steve L'Homme
2006-11-01
1
-13
/
+13
*
Fix license header error notice by Steve LHomme.
Diego Biurrun
2006-10-18
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
remove redundant declarations
Måns Rullgård
2006-09-02
1
-2
/
+0
*
fix regression failure after adler simplification
Michael Niedermayer
2006-07-20
1
-2
/
+2
*
move adler32 to libavutil
Måns Rullgård
2006-07-13
1
-2
/
+3
*
move common stuff from avienc.c and wav.c to new file riff.c
Måns Rullgård
2006-07-12
1
-1
/
+1
*
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-10
1
-14
/
+6
*
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-09
1
-4
/
+4
*
Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.
Stefan Huehner
2006-06-20
1
-1
/
+0
*
free codec extradata in av_close_input_file
Måns Rullgård
2006-06-16
1
-3
/
+0
*
Disable lavf NUT until it is synced to spec
Oded Shimon
2006-04-23
1
-0
/
+5
*
add size to AVIndex
Michael Niedermayer
2006-03-01
1
-0
/
+1
*
Properly #ifdef muxer-specific parts.
Gildas Bazin
2006-01-19
1
-6
/
+6
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-73
/
+73
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-78
/
+78
*
use PRIxN, %zd, %td formats where needed
Måns Rullgård
2005-12-12
1
-5
/
+5
*
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
Diego Biurrun
2005-09-23
1
-6
/
+6
*
checksum doesnt cover the forward_ptr anymore
Michael Niedermayer
2005-09-11
1
-5
/
+5
*
forward_ptr doesnt contain its own length anymore
Michael Niedermayer
2005-09-11
1
-5
/
+8
*
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-07-17
1
-27
/
+27
*
nut prefers extradata style global headers
Michael Niedermayer
2005-06-27
1
-0
/
+1
*
some nut.hu hype
Alex Beregszaszi
2005-06-07
1
-2
/
+1
*
fix stream class
Michael Niedermayer
2005-06-03
1
-22
/
+23
*
AVPacket.pos
Michael Niedermayer
2005-05-26
1
-2
/
+1
*
switch to native time bases
Michael Niedermayer
2005-04-30
1
-5
/
+2
*
Ministry of English Composition, reporting for duty (and the word is "skipped...
Mike Melanson
2005-04-24
1
-3
/
+3
*
initalize has_b_frames
Michael Niedermayer
2005-03-17
1
-0
/
+1
*
more fine grained discarding of packets
Michael Niedermayer
2005-03-17
1
-3
/
+7
*
"put_s should store signed values. Spotted on #mplayerdev by someone I
Luca Barbato
2005-03-13
1
-1
/
+1
*
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård
2005-02-24
1
-1
/
+1
*
01-makefile_fix_updated.patch
Nilesh Bansal
2005-02-24
1
-1
/
+1
[next]