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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
57
-60
/
+56
*
Add missing internal.h #include for brktimegm(), fixes the warning:
Diego Biurrun
2010-04-20
1
-0
/
+2
*
Reset RTCP timestamps after seeking, add range start offset to the packets ti...
Martin Storsjö
2010-04-20
3
-1
/
+19
*
Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext
Martin Storsjö
2010-04-20
3
-2
/
+25
*
Set AVFMT_NOTIMESTAMPS flag for mp3 muxer
Baptiste Coudurier
2010-04-20
1
-0
/
+1
*
Make rtp protocol obey rfc3550
Luca Barbato
2010-04-19
2
-15
/
+62
*
Implement librtmp seek support.
Howard Chu
2010-04-18
2
-1
/
+41
*
Prefer AVERROR(ENOSYS) over AVERROR_NOTSUPP.
Stefano Sabatini
2010-04-18
1
-1
/
+1
*
Make url_fsize() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) if
Stefano Sabatini
2010-04-18
1
-1
/
+1
*
Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) in
Stefano Sabatini
2010-04-18
1
-1
/
+1
*
Parse strf mov atoms
Martin Storsjö
2010-04-16
1
-0
/
+29
*
oggdec: Move warning about missing granule to the correct place
David Conrad
2010-04-16
1
-2
/
+4
*
oggdec: Fix duration calculation if the last page in a file has no granule
David Conrad
2010-04-16
1
-10
/
+7
*
oggdec: Remove write-only variable
David Conrad
2010-04-16
2
-2
/
+0
*
AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)
Ramiro Polla
2010-04-16
1
-1
/
+1
*
Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA err...
Ronald S. Bultje
2010-04-15
2
-5
/
+5
*
Remove useless assert(), since this can (in theora) be used for any Xiph
Ronald S. Bultje
2010-04-15
1
-1
/
+0
*
Plug librtmp logging into av_log.
Howard Chu
2010-04-13
1
-0
/
+17
*
whitespace cosmetics
Diego Biurrun
2010-04-13
1
-3
/
+3
*
Do not probe when the format is known.
Jean-Daniel Dupas
2010-04-13
1
-1
/
+1
*
Use a suitable timebase in VQF demuxer
Vitor Sessak
2010-04-13
1
-0
/
+1
*
Do not set pos to an error value.
Howard Chu
2010-04-12
1
-1
/
+6
*
Predicting the size of the hdlr, string data and trkn tags in the MOV muxer
Tomas Härdin
2010-04-12
1
-14
/
+8
*
Move the internal function declarations in avformat.h to internal.h.
Stefano Sabatini
2010-04-11
5
-26
/
+25
*
Set audio bit rate.
Howard Chu
2010-04-11
1
-0
/
+2
*
Raise needed score for codec probing in CODEC_ID_PROBE before the last packet.
Michael Niedermayer
2010-04-11
1
-1
/
+2
*
Dont try to compute AVPacket duration for possibly interlaced video codecs
Michael Niedermayer
2010-04-09
1
-0
/
+5
*
Seeking forward in non-seekable media by discarding data, regardless of how f...
Tomas Härdin
2010-04-08
1
-1
/
+1
*
Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer...
Tomas Härdin
2010-04-08
3
-8
/
+65
*
Don't write an empty spdif header in spdif muxers write_header function befor...
Joakim Plate
2010-04-07
1
-4
/
+0
*
Actually add flag (somehow got lost in my previous patchset?), fixes broken
Ronald S. Bultje
2010-04-05
1
-0
/
+1
*
Add a flag to not overwrite existing tags
Anton Khirnov
2010-04-05
2
-1
/
+3
*
Reindent
Martin Storsjö
2010-04-05
1
-1
/
+1
*
Fix leaks in the AAC RTP depacketizer
Martin Storsjö
2010-04-05
2
-0
/
+7
*
Add void to a function prototype that takes no arguments. Fixes a potential
Ronald S. Bultje
2010-04-05
1
-1
/
+1
*
Fix rounding direction for calculation of AVPacket.duration.
Michael Niedermayer
2010-04-04
1
-1
/
+1
*
Zero-initialize the reply struct
Martin Storsjö
2010-04-04
1
-1
/
+1
*
Implement support to the AVSEEK_SIZE operation in file_seek().
Stefano Sabatini
2010-04-04
1
-2
/
+6
*
Allow AVFormatContext.duration to be set if no individual stream duration is ...
Michael Niedermayer
2010-04-04
1
-2
/
+3
*
Replace all remaining occurrences of AVERROR_NOMEM with
Stefano Sabatini
2010-04-03
12
-21
/
+21
*
Remove a redundant assignment, found by clang
Martin Storsjö
2010-04-03
1
-2
/
+0
*
Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + terminating
Ronald S. Bultje
2010-04-02
1
-1
/
+1
*
ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>.
Sam Gerstein
2010-04-02
1
-1
/
+1
*
Another uninitialized value.
Ronald S. Bultje
2010-04-02
1
-0
/
+1
*
Fix uninitialized value in codepath.
Ronald S. Bultje
2010-04-02
1
-0
/
+1
*
Remove dead initialization.
Ronald S. Bultje
2010-04-02
1
-2
/
+2
*
Remove dead initialization.
Ronald S. Bultje
2010-04-02
1
-1
/
+1
*
Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_
Martin Storsjö
2010-04-02
1
-1
/
+1
*
Merge Vorbis / Theora depayloaders.
Josh Allmann
2010-04-01
6
-268
/
+18
*
Reindent after r22766.
Josh Allmann
2010-04-01
1
-6
/
+6
[next]