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
*
avformat/mpegtsenc: Fix multi program so that it supports adding the same str...
Vittorio Gambaletta (VittGam)
2016-01-25
1
-2
/
+13
*
avformat/hls: Check that filename is not "" in probe before checking its exte...
Michael Niedermayer
2016-01-25
1
-1
/
+1
*
avformat: Remove support for libquvi
Kieran Kunhya
2016-01-24
4
-182
/
+1
*
Print the whitelists if entities are not found on them
Michael Niedermayer
2016-01-24
1
-2
/
+2
*
avformat: Document urls a bit
Michael Niedermayer
2016-01-24
1
-0
/
+12
*
avformat/libquvi: Set default demuxer and protocol limitations
Michael Niedermayer
2016-01-23
1
-0
/
+14
*
avformat/concat: Check protocol prefix
Michael Niedermayer
2016-01-23
1
-1
/
+4
*
libavformat/tcp.c : add send_buffer_size and recv_buffer_size options
Perette Barella
2016-01-22
1
-0
/
+13
*
avformat/nutenc: implement deinit()
Michael Niedermayer
2016-01-21
2
-7
/
+17
*
lavf/riff: Support reading vlc's rawvideo fourccs.
Carl Eugen Hoyos
2016-01-21
1
-0
/
+34
*
lavf/nut: Add forgotten fourccs for YUV4xxP9.
Carl Eugen Hoyos
2016-01-21
1
-0
/
+6
*
avformat/avformat: Replace some references to filenames by urls
Michael Niedermayer
2016-01-21
1
-7
/
+7
*
avformat/img2dec: Use AVOpenCallback
Michael Niedermayer
2016-01-20
1
-1
/
+5
*
avformat/avio: Limit url option parsing to the documented cases
Michael Niedermayer
2016-01-20
1
-2
/
+9
*
avformat/img2dec: do not interpret the filename by default if a IO context ha...
Michael Niedermayer
2016-01-20
2
-2
/
+10
*
mov: Add an option to toggle dref opening
Derek Buitenhuis
2016-01-20
3
-7
/
+20
*
avformat/hls: Require the file extension to be m3u / m3u8 for probing to succeed
Michael Niedermayer
2016-01-19
1
-0
/
+4
*
lavf/qtpalette: Fix incorrect palettes
Mats Peterson
2016-01-19
1
-16
/
+18
*
ape: Show more information for loglevel verbose.
Carl Eugen Hoyos
2016-01-19
1
-1
/
+1
*
Merge commit '7570c9e04f010c9b3bfdeb4338d330f2cdd25278'
Hendrik Leppkes
2016-01-19
2
-1
/
+7
|
\
|
*
swfdec: support compressed swf
Clément Bœsch
2016-01-11
2
-4
/
+95
|
*
asfdec: Fix typo in comment
Alexandra Hájková
2016-01-11
1
-1
/
+1
*
|
Merge commit '066281372d90d63ca021b659abcb8faefd6bc4a6'
Hendrik Leppkes
2016-01-19
1
-8
/
+7
|
\
\
|
|
/
|
*
asfdec: Remove unused function parameters
Alexandra Hájková
2016-01-07
1
-10
/
+9
|
*
asfdec: reject size > INT64_MAX in asf_read_unknown
Andreas Cadhalpun
2016-01-07
1
-0
/
+3
|
*
asfdec: only set asf_pkt->data_size after sanity checks
Andreas Cadhalpun
2016-01-07
1
-8
/
+10
*
|
lavf/icodec: Improve autodetection.
Carl Eugen Hoyos
2016-01-18
1
-3
/
+25
*
|
remove all uses of the deprecated avpicture_get_size() function
Eddie Hao
2016-01-17
1
-1
/
+2
*
|
lavf/matroskadec: Get sample size from private data
Mats Peterson
2016-01-16
1
-2
/
+8
*
|
lavf/mov: Don't limit fourcc 0 -> raw/twos to version 0 sample descriptions
Mats Peterson
2016-01-16
1
-1
/
+1
*
|
avformat/riff: add C210 FourCC (Canopus C210)
Piotr Bandurski
2016-01-15
1
-0
/
+1
*
|
avformat/riff: add YUYV FourCC (Drastic YUYV)
Piotr Bandurski
2016-01-15
1
-0
/
+1
*
|
avformat/hls: Even stricter URL checks
Michael Niedermayer
2016-01-15
1
-1
/
+5
*
|
avformat/hls: More strict url checks
Michael Niedermayer
2016-01-15
1
-0
/
+4
*
|
avcodec/rmdec: add missing av_log argument
James Almer
2016-01-15
1
-1
/
+1
*
|
lavf/mov: Confine 0x00000000 to raw/twos fourcc mapping to version 0 sample d...
Mats Peterson
2016-01-15
1
-1
/
+1
*
|
asfdec_o: check for too small size in asf_read_unknown
Andreas Cadhalpun
2016-01-15
1
-1
/
+6
*
|
asfdec_o: break if EOF is reached after asf_read_packet_header
Andreas Cadhalpun
2016-01-15
1
-0
/
+2
*
|
asfdec_o: make sure packet_size is non-zero before seeking
Andreas Cadhalpun
2016-01-15
1
-0
/
+4
*
|
asfdec_o: prevent overflow causing seekback
Andreas Cadhalpun
2016-01-15
1
-1
/
+1
*
|
asfdec_o: check avio_skip in asf_read_simple_index
Andreas Cadhalpun
2016-01-15
1
-2
/
+6
*
|
asfdec_o: reject size > INT64_MAX in asf_read_unknown
Andreas Cadhalpun
2016-01-15
1
-0
/
+3
*
|
asfdec_o: only set asf_pkt->data_size after sanity checks
Andreas Cadhalpun
2016-01-15
1
-8
/
+10
*
|
avformat/rmdec: Fix Packet memleak at close()
Michael Niedermayer
2016-01-14
1
-0
/
+1
*
|
avformat/rmdec: Check size in ivr_read_packet() before use
Michael Niedermayer
2016-01-14
1
-0
/
+5
*
|
avformat/hls: forbid all protocols except http(s) & file
Maxim Andreev
2016-01-14
1
-0
/
+4
*
|
avformat/aviobuf: Fix end check in put_str16()
Michael Niedermayer
2016-01-13
1
-0
/
+2
*
|
lavf/mpjpegdec: Do not call av_log() while probing.
Carl Eugen Hoyos
2016-01-12
1
-0
/
+3
*
|
avformat/asfenc: Check pts
Michael Niedermayer
2016-01-12
1
-0
/
+5
*
|
avformat/asfenc: Flush packet before duration becomes unrepresentable
Michael Niedermayer
2016-01-12
1
-0
/
+5
[next]