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
/
nutenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
use new metadata API in nut muxer
Aurelien Jacobs
2009-02-27
1
-3
/
+8
*
Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.
Michael Niedermayer
2009-02-24
1
-1
/
+1
*
cosmetics: 'const static' --> 'static const' to avoid warnings of the type
Diego Biurrun
2009-02-17
1
-1
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-2
/
+2
*
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2009-01-11
1
-0
/
+1
*
remove _t for POSIX compatibility.
Michael Niedermayer
2008-12-11
1
-3
/
+3
*
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...
Reimar Döffinger
2008-08-24
1
-1
/
+1
*
convert every muxer/demuxer to write/read sample_aspect_ratio from/to
Aurelien Jacobs
2008-08-23
1
-7
/
+6
*
remove a comment which is no longer true
Justin Ruggles
2008-08-03
1
-1
/
+1
*
Prevent invalid timestamps from being stored.
Michael Niedermayer
2008-06-25
1
-0
/
+3
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-1
/
+1
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-2
/
+2
*
misc spelling fixes
Diego Biurrun
2008-03-10
1
-3
/
+3
*
Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing
Evgeniy Stepanov
2008-03-07
1
-0
/
+47
*
Subtitle support. (untested)
Michael Niedermayer
2008-03-05
1
-1
/
+1
*
subtitles (codec tag tables still missing ...)
Michael Niedermayer
2008-03-02
1
-1
/
+1
*
It appears last_pts was not set ...
Michael Niedermayer
2008-02-15
1
-0
/
+1
*
Header elision muxing support.
Michael Niedermayer
2008-02-15
1
-3
/
+162
*
back_ptr calculation used wrong timebase when searching for back syncpoint
Oded Shimon
2008-02-04
1
-1
/
+5
*
Fix intented algo in syncpoint writing before keyframes in NUT muxer
Oded Shimon
2008-02-04
1
-1
/
+1
*
nut->max_distance was not set at all anywhere in the NUT muxer
Oded Shimon
2008-02-04
1
-1
/
+2
*
Missing const found by -Wwrite-strings.
Michael Niedermayer
2008-02-04
1
-1
/
+1
*
Consider initial EOR in the back_ptr calculation.
Michael Niedermayer
2008-01-17
1
-2
/
+3
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-28
/
+40
*
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....
Baptiste Coudurier
2007-10-30
1
-3
/
+3
*
spelling/wording cosmetics
Diego Biurrun
2007-08-17
1
-2
/
+2
*
simplify
Michael Niedermayer
2007-08-11
1
-1
/
+1
*
do not remove FLAG_CODED
Michael Niedermayer
2007-08-11
1
-1
/
+1
*
remove useless code, found by oded
Michael Niedermayer
2007-08-11
1
-1
/
+0
*
ensure that the aspect ratio is spec compliant
Michael Niedermayer
2007-08-10
1
-2
/
+8
*
disable TRACE
Michael Niedermayer
2007-08-10
1
-2
/
+0
*
muxer should now be spec compliant (though it likely still contains bugs!)
Michael Niedermayer
2007-08-10
1
-5
/
+1
*
header repetition
Michael Niedermayer
2007-08-10
1
-2
/
+9
*
info packet
Michael Niedermayer
2007-08-10
1
-1
/
+38
*
more FIXME
Michael Niedermayer
2007-08-10
1
-1
/
+1
*
muxer is not yet fully compliant so prevent people from mistakenly using it
Michael Niedermayer
2007-08-10
1
-0
/
+4
*
set back ptr properly
Michael Niedermayer
2007-08-09
1
-1
/
+24
*
fix header_checksum
Michael Niedermayer
2007-08-09
1
-8
/
+6
*
store headers twice (getting closer to spec compliance ...)
Michael Niedermayer
2007-08-09
1
-1
/
+11
*
move header writing into its own function
Michael Niedermayer
2007-08-09
1
-16
/
+21
*
get rid of printf
Michael Niedermayer
2007-08-09
1
-2
/
+2
*
write frames and syncpoints
Michael Niedermayer
2007-08-09
1
-1
/
+113
*
put_t()
Michael Niedermayer
2007-08-09
1
-0
/
+6
*
100l
Michael Niedermayer
2007-08-09
1
-1
/
+1
*
2 FIXME comments
Michael Niedermayer
2007-08-09
1
-1
/
+2
*
add a universal fallback frame code for the case that no other applies
Michael Niedermayer
2007-08-09
1
-0
/
+7
*
forw_ptr CRC
Michael Niedermayer
2007-08-09
1
-2
/
+8
*
use a dynamic ByteIOContext instead of using the lavf buffer
Michael Niedermayer
2007-08-09
1
-46
/
+14
*
move stream header writing into its own function
Michael Niedermayer
2007-08-09
1
-38
/
+43
*
move main header writing into its own function
Michael Niedermayer
2007-08-09
1
-45
/
+49
[next]