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
*
indeo5: dont run the wavelet transform over partially decoded bands.
Michael Niedermayer
2012-04-17
1
-0
/
+5
*
yadif: Improve pts calculation for is_second.
Robert Nagy
2012-04-17
1
-3
/
+14
*
CrystalHD: Set aspect ratio.
sebist
2012-04-17
1
-0
/
+50
*
CrystalHD: fix pStride value.
sebist
2012-04-17
1
-2
/
+1
*
nuv: check buffer size before checking content.
Michael Niedermayer
2012-04-17
1
-1
/
+1
*
avidec: Dont crash on avi packets that belong to dv streams in dv in avi
Michael Niedermayer
2012-04-17
1
-0
/
+5
*
avidec: document early_exit argument
Michael Niedermayer
2012-04-17
1
-0
/
+4
*
matroskadec: check headerstrip data availability.
Michael Niedermayer
2012-04-17
1
-0
/
+4
*
copy pts and format props between lavfi buffer and frame.
Robert Nagy
2012-04-17
1
-0
/
+3
*
oggdec: Safety check against stream counts being inconsistent in seek()
Michael Niedermayer
2012-04-17
1
-0
/
+2
*
oggdec: Recreate streams only in the 1 stream case.
Michael Niedermayer
2012-04-17
1
-0
/
+3
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-17
11
-241
/
+228
|
\
|
*
indeo3: add parens around some macro arguments
Mans Rullgard
2012-04-16
1
-2
/
+2
|
*
h264: use proper PROLOGUE statement for a function using 8 registers.
Ronald S. Bultje
2012-04-16
1
-4
/
+4
|
*
doc: Update sample Vim config with suitable (function) indentation settings.
Diego Biurrun
2012-04-16
1
-0
/
+2
|
*
dv: Merge dvquant.h into dvdata.c where all other DV tables reside.
Diego Biurrun
2012-04-16
5
-136
/
+112
|
*
dv: Move static tables only used in one place to where they are used.
Diego Biurrun
2012-04-16
3
-32
/
+33
|
*
graphparser: set next to NULL on an entry extracted from inputs list
Anton Khirnov
2012-04-16
1
-2
/
+3
|
*
doc/filters: update documentation.
Anton Khirnov
2012-04-15
1
-10
/
+8
|
*
avconv: flush decoders immediately after an EOF.
Anton Khirnov
2012-04-15
1
-1
/
+8
|
*
avconv: send EOF to vsrc_buffer.
Anton Khirnov
2012-04-15
1
-0
/
+3
|
*
avconv: reindent.
Anton Khirnov
2012-04-15
1
-50
/
+50
*
|
fate: libavutil tests do not require SAMPLES.
Nicolas George
2012-04-17
2
-1
/
+1
*
|
parseutils: include errors in test output.
Nicolas George
2012-04-17
1
-0
/
+2
*
|
ffmpeg: make max frames work again, after merge
Michael Niedermayer
2012-04-17
2
-2
/
+1
*
|
vf_thumbnail: colorspace changed from yv12 to rgb
Michael Niedermayer
2012-04-17
1
-1
/
+1
*
|
fate: fix vp8 size change regression
Michael Niedermayer
2012-04-17
1
-1
/
+1
*
|
vsrc_buffer: fix null ptr segfault
Michael Niedermayer
2012-04-17
1
-1
/
+1
*
|
avfiltergraph: More advanced heuristic to select colorspace.
Michael Niedermayer
2012-04-17
1
-7
/
+31
*
|
fate: gif: change checksum to bgr8 from rgb8 as thats what gets selected now
Michael Niedermayer
2012-04-17
1
-1
/
+1
*
|
imgconvert: fix regression with fate-gif colorspaces.
Michael Niedermayer
2012-04-17
1
-0
/
+1
*
|
ffmpeg: fix regression with jpeg pix fmts
Michael Niedermayer
2012-04-17
1
-2
/
+10
*
|
ffmpeg: fix regression with png
Michael Niedermayer
2012-04-17
1
-1
/
+1
*
|
ffmpeg: choose_pix_fmt: pass target fmt in
Michael Niedermayer
2012-04-17
1
-8
/
+9
*
|
Merge commit '3b266da3d35f3f7a61258b78384dfe920d875d29'
Michael Niedermayer
2012-04-17
11
-415
/
+924
|
\
\
|
|
/
|
*
avconv: add support for complex filtergraphs.
Anton Khirnov
2012-04-15
3
-57
/
+467
|
*
avconv: make filtergraphs global.
Anton Khirnov
2012-04-15
1
-68
/
+169
|
*
avconv: move filtered_frame from InputStream to OutputStream.
Anton Khirnov
2012-04-15
1
-5
/
+5
|
*
avconv: don't set output width/height directly from input value.
Anton Khirnov
2012-04-15
1
-7
/
+1
|
*
avconv: move resample_{width,height,pix_fmt} to InputStream.
Anton Khirnov
2012-04-15
1
-22
/
+25
|
*
avconv: remove a useless variable from OutputStream.
Anton Khirnov
2012-04-15
1
-5
/
+3
|
*
avconv: get output pixel format from lavfi.
Anton Khirnov
2012-04-15
5
-56
/
+40
|
*
graphparser: fix the order in which unlabeled input links are returned.
Anton Khirnov
2012-04-15
1
-1
/
+1
|
*
avconv: change {input,output}_{streams,files} into arrays of pointers.
Anton Khirnov
2012-04-15
1
-126
/
+143
|
*
avconv: don't pass input/output streams to some functions.
Anton Khirnov
2012-04-15
1
-36
/
+25
*
|
matroskadec: use av_grow_packet in merge_packets.
Nicolas George
2012-04-16
1
-6
/
+4
*
|
mem.c: fix wrong comment.
Reimar Döffinger
2012-04-16
1
-3
/
+4
*
|
Respect -copyinkf for subtitles.
Reimar Döffinger
2012-04-16
1
-0
/
+2
*
|
Add skip_to_keyframe stream variable.
Reimar Döffinger
2012-04-16
3
-2
/
+20
*
|
svq3: check the watermark height.
Michael Niedermayer
2012-04-16
1
-1
/
+1
[next]