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
*
tree: fix type used for testing the tree
Michael Niedermayer
2012-10-29
1
-1
/
+1
*
qt-faststart: fix signedness of variable used to hold return code
Michael Niedermayer
2012-10-29
1
-1
/
+1
*
mp3dec: remove unused variable
Michael Niedermayer
2012-10-29
1
-1
/
+0
*
truemotion2: remove unused variable
Michael Niedermayer
2012-10-29
1
-3
/
+0
*
pictordec: decode 1bpp / 4bpp images when extra header marker is missing
Piotr Bandurski
2012-10-29
1
-1
/
+1
*
avuidec: correct long_name
Piotr Bandurski
2012-10-29
2
-2
/
+2
*
lavc: remove duplicated .capabilities
Paul B Mahol
2012-10-29
3
-3
/
+0
*
lavfi/frei0r: allow for Windows style paths
rogerdpack
2012-10-29
3
-6
/
+12
*
lavfi/frei0r: update link to spec
Stefano Sabatini
2012-10-29
1
-1
/
+1
*
lavfi/scale: implement clever/insane parsing heuristic, and add a size option
Stefano Sabatini
2012-10-29
3
-8
/
+65
*
lavu/parseutils: add trailing characters check in av_parse_video_size()
Stefano Sabatini
2012-10-29
1
-0
/
+4
*
doc/filters: itemize scale examples, and create a dedicated subsection for them
Stefano Sabatini
2012-10-29
1
-12
/
+48
*
lavfi/scale: return error code in case of failed reconfiguration in start_fra...
Stefano Sabatini
2012-10-29
1
-2
/
+1
*
lavfi/scale: accept named options, make parsing more robust
Stefano Sabatini
2012-10-29
4
-43
/
+88
*
movenc: Add required 'prof' atom to 'tapt' atom set.
Tim Nicholson
2012-10-29
1
-0
/
+6
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-29
10
-55
/
+60
|
\
|
*
lavc: add CODEC_CAP_DR1 to all video decoders missing them
Anton Khirnov
2012-10-29
9
-0
/
+9
|
*
rtpdec: Cosmetic cleanup
Martin Storsjö
2012-10-28
1
-55
/
+51
*
|
doc/syntax: add a "Quoting and escaping" section
Stefano Sabatini
2012-10-29
1
-3
/
+75
*
|
dcadec: skip QMF on unused channels
Michael Niedermayer
2012-10-29
1
-0
/
+1
*
|
smoothstreamingenc: check return value of mkdir()
Michael Niedermayer
2012-10-29
1
-2
/
+10
*
|
smoothstreamingenc: fix integer overflow
Michael Niedermayer
2012-10-29
1
-1
/
+1
*
|
ismindex: check return value of avio_open_dyn_buf()
Michael Niedermayer
2012-10-29
1
-1
/
+4
*
|
cmdutils: avoid using cpp directives within printf macro arguments
Leon van Stuivenberg
2012-10-29
1
-7
/
+10
*
|
cafdec: fix parsing of chunks which may have unused data
Paul B Mahol
2012-10-28
1
-2
/
+8
*
|
lavf/srtenc: add AVFMT_TS_NONSTRICT flag.
Clément Bœsch
2012-10-28
1
-1
/
+1
*
|
fate/scalenorm: unbreak fate
Michael Niedermayer
2012-10-28
1
-1
/
+1
*
|
tests: do not set bogus scale sws_flags option in the scalenorm test
Stefano Sabatini
2012-10-28
1
-1
/
+1
*
|
frame_thread_encode: fix context memleak
Michael Niedermayer
2012-10-28
1
-5
/
+3
*
|
frame_thread_encoder: fix packet memleak
Michael Niedermayer
2012-10-28
1
-1
/
+1
*
|
vc1dec: mark by assert that the default path cannot occur
Michael Niedermayer
2012-10-28
1
-0
/
+2
*
|
parse ID3v2 chapters
Paul B Mahol
2012-10-28
1
-0
/
+31
*
|
Synchronize libmpcodecs: Support 16bit yuv in telecine filter.
Carl Eugen Hoyos
2012-10-28
1
-12
/
+14
*
|
Add an additional AAC TwoCC.
Carl Eugen Hoyos
2012-10-28
1
-0
/
+1
*
|
movenc: add more metadata types
bbraun
2012-10-28
1
-0
/
+23
*
|
lavu: keep context size variables
Michael Niedermayer
2012-10-28
9
-21
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-28
6
-379
/
+417
|
\
\
|
|
/
|
*
yuv4mpeg: reject unsupported codecs
Luca Barbato
2012-10-28
1
-0
/
+5
|
*
nutenc: K&R formatting cosmetics
Luca Barbato
2012-10-28
1
-341
/
+412
|
*
assdec: fix qsort() callback signature
Mans Rullgard
2012-10-27
1
-2
/
+3
|
*
configure: detect sparc64 automatically
Mans Rullgard
2012-10-27
1
-3
/
+6
|
*
vp8: fix memset() crossing array boundary
Mans Rullgard
2012-10-27
1
-1
/
+2
|
*
h264: fix invalid pointer arithmetic
Mans Rullgard
2012-10-27
1
-5
/
+5
|
*
amrwbdec: fix invalid pointer arithmetic
Mans Rullgard
2012-10-27
1
-11
/
+10
*
|
Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26'
Michael Niedermayer
2012-10-28
5
-19
/
+19
|
\
\
|
|
/
|
*
avio: fix pointer type mismatches in avio_enum_protocols()
Mans Rullgard
2012-10-27
1
-5
/
+5
|
*
avserver: use socklen_t where appropriate
Mans Rullgard
2012-10-27
1
-3
/
+6
|
*
udp: use socklen_t where appropriate
Mans Rullgard
2012-10-27
1
-2
/
+2
|
*
network: use HAVE_THREADS instead of local hack
Mans Rullgard
2012-10-27
1
-8
/
+6
|
*
af_channelmap: remove stray enum declaration
Mans Rullgard
2012-10-27
1
-1
/
+0
[next]