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
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/avidec: remove warning about deprecated declarations
James Almer
2016-09-25
1
-0
/
+4
*
doc/libav-merge: change gmane link to a ffmpeg.org one
Clément Bœsch
2016-09-25
1
-1
/
+1
*
doc: move out merge script to tools
Clément Bœsch
2016-09-25
2
-31
/
+27
*
doc: remove codecpar mention in libav-merge.txt
Clément Bœsch
2016-09-25
1
-1
/
+0
*
Merge commit '1e93c1e30ff0e8bf6094a426ca60f005e9cdaed3'
Clément Bœsch
2016-09-25
0
-0
/
+0
|
\
|
*
avconv: do not set encoder options when streamcopy is used
Anton Khirnov
2016-06-21
1
-4
/
+0
*
|
lavd/sdl2: add sdl alias
Josh de Kock
2016-09-25
2
-1
/
+3
*
|
lavd/sdl2: remove unused code
Josh de Kock
2016-09-25
1
-22
/
+5
*
|
avformat/avidec: Fix memleak with dv in avi
Michael Niedermayer
2016-09-25
1
-0
/
+4
*
|
ffmpeg: Fix bistream typos
Michael Niedermayer
2016-09-25
2
-2
/
+2
*
|
avcodec: fix vc1dsp dependencies
Xiaolei Yu
2016-09-25
3
-3
/
+3
*
|
lavf/utils: Avoid an overflow for huge negative durations.
Carl Eugen Hoyos
2016-09-24
1
-1
/
+1
*
|
avcodec/nvenc: use AVERROR_BUFFER_TOO_SMALL instead of ENOBUFS
James Almer
2016-09-24
1
-1
/
+1
*
|
avfilter/tests/integral: Remove unused variables
Michael Niedermayer
2016-09-24
1
-2
/
+0
*
|
ffmpeg: switch to the new BSF API
Clément Bœsch
2016-09-24
8
-119
/
+237
*
|
lavd/sdl2: Fix 32bit rgb formats on little-endian hardware.
Carl Eugen Hoyos
2016-09-24
1
-8
/
+13
*
|
lavd/sdl2: Move unsupported formats SDL_PIXELFORMAT_xxx888 updwards.
Carl Eugen Hoyos
2016-09-24
1
-2
/
+2
*
|
lavf/aacdec: Do not autodetect a single frame inside the file.
Carl Eugen Hoyos
2016-09-24
1
-1
/
+1
*
|
lavd: drop SDL1 device and SDL1 support
Josh de Kock
2016-09-24
5
-411
/
+2
*
|
ffplay: add SDL2 support
Marton Balint
2016-09-24
3
-351
/
+250
*
|
lavd/opengl: use SDL2
Lukasz Marek
2016-09-24
1
-60
/
+49
*
|
MAINTAINERS: update my entries
Josh de Kock
2016-09-24
1
-0
/
+1
*
|
lavd: Add SDL2 output device
Josh de Kock
2016-09-24
5
-1
/
+407
*
|
lavfi: add nlmeans filter
Clément Bœsch
2016-09-24
7
-2
/
+683
*
|
avformat/hls: Fix handling of EXT-X-BYTERANGE streams over 2GB
Anssi Hannula
2016-09-24
1
-5
/
+5
*
|
avformat/hlsenc: refine EXT-X-BYTERANGE support for segments
Steven Liu
2016-09-24
1
-3
/
+46
*
|
ffprobe.c: Indicate decode-but-discard packets when doing -show_packets.
Sasi Inguva
2016-09-23
13
-441
/
+442
*
|
fate: add Test for h264_mp4toannexb (ticket2991)
Michael Niedermayer
2016-09-23
2
-0
/
+132
*
|
avcodec/cavsdsp: use av_clip_uint8() for idct
Michael Niedermayer
2016-09-23
1
-9
/
+8
*
|
avcodec/remove_extradata_bsf: Fix AVoption parameter max value
James Almer
2016-09-23
2
-29
/
+28
*
|
tests/fate/ffmpeg: Remove dead automatic remove extradata test update the key...
Michael Niedermayer
2016-09-23
2
-38
/
+2
*
|
x86/h264_weight: use appropriate register size for weight parameters
Hendrik Leppkes
2016-09-23
1
-6
/
+6
*
|
tests/fate: Add fate-ffmpeg-bsf-remove-* tests
Michael Niedermayer
2016-09-23
5
-0
/
+145
*
|
compat/cuda: convert to unix line endings
Timo Rothenpieler
2016-09-23
2
-1148
/
+1148
*
|
avcodec/cuvid: mark as avoid for probing
Timo Rothenpieler
2016-09-23
1
-1
/
+1
*
|
avformat/utils: avoid using marked decoders for probing
Timo Rothenpieler
2016-09-23
1
-1
/
+18
*
|
avcodec: add new AVOID_PROBING capability
Timo Rothenpieler
2016-09-23
3
-2
/
+15
*
|
fate: update fate-source reference file
James Almer
2016-09-22
1
-0
/
+2
*
|
avcodec/h264: Use ptrdiff_t for (bi)weight functions
Michael Niedermayer
2016-09-23
5
-27
/
+28
*
|
cuvid: Pass bit depth information to decoder
Philip Langdale
2016-09-22
1
-0
/
+2
*
|
cuvid: Use bundled headers
Philip Langdale
2016-09-22
4
-88
/
+52
*
|
cuvid: Add MIT licenced nvcuid headers from Video SDK 7.0
Philip Langdale
2016-09-22
2
-0
/
+1177
*
|
avformat/movenc: write pasp atom even if sar.num == sar.den
Paul B Mahol
2016-09-22
1
-2
/
+1
*
|
avformat/utils: force native h264 decoder for probing
Timo Rothenpieler
2016-09-22
1
-3
/
+15
*
|
lavc/avpacket: Fix undefined behaviour, do not pass a null pointer to memcpy().
Carl Eugen Hoyos
2016-09-22
1
-1
/
+2
*
|
crystalhd: Use up-to-date bsf API
Philip Langdale
2016-09-21
1
-22
/
+65
*
|
avcodec/cuvid: add support for hardware deinterlacing
Timo Rothenpieler
2016-09-21
1
-21
/
+82
*
|
avcodec/cuvid: implement new send_packet/receive_frame api
Timo Rothenpieler
2016-09-21
1
-11
/
+83
*
|
avcodec/mlz: Check output chars before using it
Michael Niedermayer
2016-09-21
1
-3
/
+18
*
|
avcodec/mlz: Remove 'l' postfixes from numbers
Michael Niedermayer
2016-09-21
1
-3
/
+3
[next]