index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
nutenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify condition.
Reimar Döffinger
2011-05-07
1
-1
/
+1
*
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-05
1
-0
/
+6
|
\
|
*
nutenc: check malloc return values.
Ronald S. Bultje
2011-05-03
1
-0
/
+6
|
*
nutenc: don't av_malloc(0).
Ronald S. Bultje
2011-05-03
1
-1
/
+2
*
|
Revert "Eliminate pointless '#if 1' statements without matching '#else'."
Michael Niedermayer
2011-04-27
1
-0
/
+2
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-27
1
-2
/
+0
|
\
\
|
|
/
|
*
Eliminate pointless '#if 1' statements without matching '#else'.
Diego Biurrun
2011-04-26
1
-2
/
+0
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-04
1
-15
/
+15
|
\
\
|
|
/
|
*
avio: avio_ prefix for url_close_dyn_buf
Anton Khirnov
2011-04-03
1
-6
/
+6
|
*
avio: avio_ prefix for url_open_dyn_buf
Anton Khirnov
2011-04-03
1
-9
/
+9
*
|
Merge remote-tracking branch 'newdev/master'
Michael Niedermayer
2011-03-31
1
-7
/
+8
|
\
\
|
|
/
|
*
avio: make get_checksum() internal.
Anton Khirnov
2011-03-30
1
-4
/
+4
|
*
avio: make init_checksum() internal.
Anton Khirnov
2011-03-30
1
-3
/
+4
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
/
*
nutenc: fix a memleak
Anton Khirnov
2011-03-17
1
-0
/
+1
*
avio: rename put_flush_packet -> avio_flush
Anton Khirnov
2011-03-16
1
-2
/
+2
*
nutenc: mux chapters.
Anton Khirnov
2011-03-17
1
-4
/
+62
*
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
1
-3
/
+3
*
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-21
1
-16
/
+16
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-18
/
+18
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Export metadata in the generic format. Deprecate old conversion API.
Anton Khirnov
2010-10-15
1
-1
/
+2
*
nutenc: fix unstable floating-point calculations
Måns Rullgård
2010-09-10
1
-2
/
+2
*
move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.c
Michael Chinen
2010-07-09
1
-21
/
+0
*
rename get_length to ff_get_v_length and put_v to ff_put_v
Michael Chinen
2010-07-09
1
-68
/
+68
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-2
/
+2
*
Make write_streamheader() log a message if there is no codec tag
Stefano Sabatini
2010-06-02
1
-1
/
+3
*
Make write_streamheader() return a meaningful error code if no codec
Stefano Sabatini
2010-06-02
1
-1
/
+1
*
Make write_header() and write_headers() return an error code in case of
Stefano Sabatini
2010-06-02
1
-3
/
+5
*
Make write_streamheader() and write_headers() accept an
Stefano Sabatini
2010-06-02
1
-6
/
+8
*
Define ff_nut_video_tags and make Nut muxer and demuxer set it in
Stefano Sabatini
2010-05-23
1
-1
/
+1
*
Move AVCodecTag from riff.h into internal.h.
Francesco Lavra
2010-05-22
1
-0
/
+1
*
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-31
1
-2
/
+2
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-6
/
+6
*
Fix NUT (de)muxer warnings:
Vitor Sessak
2010-03-28
1
-1
/
+2
*
Plug memory leak in NUT muxer and demuxer
Vitor Sessak
2010-03-03
1
-0
/
+1
*
Revert r22119 and partially revert 22120.
Vitor Sessak
2010-03-01
1
-1
/
+0
*
Plug some memory leaks in NUT muxer and demuxer
Vitor Sessak
2010-02-28
1
-0
/
+3
*
Introduce metadata conversion table for NUT muxer and demuxer.
Anton Khirnov
2010-02-24
1
-10
/
+4
*
Add ff_ prefixes to exported symbols in libavformat/riff.h.
Daniel Verkamp
2009-06-22
1
-1
/
+1
*
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
[next]