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
*
doc/texi2pod.pl: skip printing chapter names if they are disabled
Stefano Sabatini
2013-03-30
1
-1
/
+1
*
lavc/libtheoraenc: clarify comment about global_quality to quality conversion
Stefano Sabatini
2013-03-30
1
-5
/
+5
*
Write broken aac frames to mov files instead of skipping them.
Carl Eugen Hoyos
2013-03-30
1
-7
/
+8
*
Merge remote-tracking branch 'cehoyos/master'
Michael Niedermayer
2013-03-30
2
-2
/
+6
|
\
|
*
Fix compilation with --enable-decoder=webp --disable-decoder=vp8
Carl Eugen Hoyos
2013-03-30
1
-0
/
+2
|
*
Do not show "Estimating duration from bitrate" warning if no duration was est...
Carl Eugen Hoyos
2013-03-30
1
-2
/
+4
*
|
ffplay: use av_guess_frame_rate()
Michael Niedermayer
2013-03-30
1
-0
/
+3
*
|
fate: Print correct error message for reference generation too
Michael Niedermayer
2013-03-30
1
-1
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-03-30
3
-1
/
+10
|
\
\
|
|
/
|
/
|
|
*
fate: add an option to generate the references
Luca Barbato
2013-03-29
3
-1
/
+10
*
|
Fix pthread_cond and pthread_mutex leaks in vp8
Matt Wolenetz
2013-03-29
1
-0
/
+4
*
|
paf_video: make code independent of sizeof(AVFrame)
Paul B Mahol
2013-03-29
1
-27
/
+32
*
|
aacps: correct opdipd code to match spec
Michael Niedermayer
2013-03-29
1
-1
/
+2
*
|
vmdav: use more unchecked bytestream2 variants where it makes sense
Paul B Mahol
2013-03-29
1
-4
/
+4
*
|
noise_bsf: check if allocation failed
Paul B Mahol
2013-03-29
1
-0
/
+2
*
|
lavc: fix typo
Paul B Mahol
2013-03-29
1
-1
/
+1
*
|
vda_h264_dec: fit the new API
Xidorn Quan
2013-03-29
1
-14
/
+27
*
|
ffmpeg/avformat: factor av_guess_frame_rate() out
Michael Niedermayer
2013-03-29
5
-11
/
+33
*
|
avutil/buffer: add get_opaque
Xidorn Quan
2013-03-29
3
-3
/
+13
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-03-29
1
-1
/
+8
|
\
\
|
|
/
|
*
flvdec: read audio sample size and channels metadata
Justin Ruggles
2013-03-28
1
-1
/
+8
*
|
Merge commit 'c3d015775388882b8a122afc337ea35108f652be'
Michael Niedermayer
2013-03-29
1
-1
/
+2
|
\
\
|
|
/
|
*
flvdec: use the correct audio codec id when parsing metadata
Justin Ruggles
2013-03-28
1
-1
/
+2
*
|
id3v2: allocate large enough buffer
Michael Niedermayer
2013-03-29
1
-1
/
+2
*
|
mjpegdec: check buffer before using it
Michael Niedermayer
2013-03-29
1
-2
/
+4
*
|
yop: Do not keep a copy of parts of the returned packet
Michael Niedermayer
2013-03-29
1
-2
/
+1
*
|
mpegvideo: Make the table reallocation more robust.
Michael Niedermayer
2013-03-29
2
-2
/
+14
*
|
LICENSE: add libutvideo in the GPL libraries list.
Clément Bœsch
2013-03-29
1
-2
/
+7
*
|
gmc: Always use edge emu
Michael Niedermayer
2013-03-28
1
-4
/
+0
*
|
wmv2: drop non emu edge mode
Michael Niedermayer
2013-03-28
2
-1
/
+2
*
|
wmv2: Use emu edge mode when the edge is too small
Michael Niedermayer
2013-03-28
1
-2
/
+1
*
|
h264_refs: Check for attempts to assign pictures to short & long.
Michael Niedermayer
2013-03-28
1
-0
/
+3
*
|
fate/filter: make overlay test bitexact.
Clément Bœsch
2013-03-28
2
-50
/
+51
*
|
fate/filter: move gradfun filtergraph to a dedicated script.
Clément Bœsch
2013-03-28
2
-1
/
+3
*
|
fate/filter: move concat filtergraph to a dedicated script.
Clément Bœsch
2013-03-28
2
-1
/
+9
*
|
fate/filter: move some CMD below deps for consistency.
Clément Bœsch
2013-03-28
1
-4
/
+4
*
|
fate/filter: remove pointless indirections for gradfun and hqdn3d.
Clément Bœsch
2013-03-28
1
-4
/
+2
*
|
fate/filter: rename 'ubitux' rules to 'sample'.
Clément Bœsch
2013-03-28
3
-4
/
+4
*
|
fate/filter: stick delogo test with its deps (cosmetics).
Clément Bœsch
2013-03-28
1
-2
/
+1
*
|
avidec: Fix demuxing of non seekable avis with multiple RIFFs
Michael Niedermayer
2013-03-28
1
-1
/
+1
*
|
lavd/v4l2: fix printing of list_formats table
Giorgio Vazzana
2013-03-28
1
-4
/
+2
*
|
lavd/v4l2: replace ioctl() with v4l2_ioctl()
Giorgio Vazzana
2013-03-28
1
-2
/
+2
*
|
fate: Disable af_join test, as its output is not deterministic currently
Michael Niedermayer
2013-03-28
1
-1
/
+1
*
|
af_join: fix channel count and format
Michael Niedermayer
2013-03-28
1
-0
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-03-28
2
-91
/
+81
|
\
\
|
|
/
|
*
vmdav: convert to bytestream2
Alexandra Khirnova
2013-03-28
1
-93
/
+59
|
*
FATE: add a test for the join filter
Anton Khirnov
2013-03-28
1
-0
/
+8
|
*
FATE: add a test for the volume filter
Anton Khirnov
2013-03-28
1
-0
/
+7
*
|
af_channelsplit: set output channels, fix assertion failure
Michael Niedermayer
2013-03-28
1
-0
/
+1
*
|
Merge commit '43a8333a16c796b3d855fb3aaa742103cb62731f'
Michael Niedermayer
2013-03-28
5
-0
/
+125
|
\
\
|
|
/
[next]