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
*
regtests/sws: update checksums for recent changes
Michael Niedermayer
2011-07-11
8
-68
/
+68
*
sws: dont mess with XInc when the code needing it isnt used
Michael Niedermayer
2011-07-11
1
-1
/
+1
*
sws: Fix chroma init for 32bit buffers.
Michael Niedermayer
2011-07-11
1
-2
/
+8
*
swscale: error dithering for 16/9/10-bit to 8-bit.
Ronald S. Bultje
2011-07-11
3
-49
/
+160
*
swscale: fix overflow in 16-bit vertical scaling.
Ronald S. Bultje
2011-07-11
1
-9
/
+9
*
swscale: fix crash in 8-bpc bilinear output without alpha.
Ronald S. Bultje
2011-07-11
1
-1
/
+2
*
swscale: fix 16-bit scaling when output is 8-bits.
Ronald S. Bultje
2011-07-11
2
-13
/
+13
*
sws: fix non native endian 9-15 bit input with 16bit out
Michael Niedermayer
2011-07-11
1
-0
/
+4
*
sws: disable scale16 when int32 is used
Michael Niedermayer
2011-07-11
2
-3
/
+6
*
sws: fix rgb -> 16bit
Michael Niedermayer
2011-07-11
2
-5
/
+8
*
sws: fix uv overwrite in 32bt
Michael Niedermayer
2011-07-11
1
-3
/
+3
*
sws: fix gray16_1
Michael Niedermayer
2011-07-11
1
-2
/
+2
*
sws:ix yuv2rgb48_1_c_template()
Michael Niedermayer
2011-07-11
1
-2
/
+2
*
sws: fix 16/32 bug from merge
Michael Niedermayer
2011-07-11
1
-11
/
+12
*
swscale: for >8bit scaling, read in native bit-depth.
Ronald S. Bultje
2011-07-11
5
-63
/
+11
*
Merge branch 'ronalds_buggy_gt8bit_sws'
Michael Niedermayer
2011-07-11
5
-288
/
+478
|
\
|
*
swscale: fix another yuv range conversion overflow in 16bit scaling.
Ronald S. Bultje
2011-07-01
1
-1
/
+1
|
*
swscale: fix yuv range correction when using 16-bit scaling.
Ronald S. Bultje
2011-07-01
1
-6
/
+6
|
*
swscale: implement >8bit scaling support.
Ronald S. Bultje
2011-06-30
12
-373
/
+545
*
|
Fix mpeg4 padding bug detection with more than 128bit trash and slices.
Michael Niedermayer
2011-07-01
2
-2
/
+2
*
|
Fix possible double free when encoding using xvid.
Carl Eugen Hoyos
2011-07-01
1
-0
/
+1
*
|
Fix internal buffer size for 2bpp and 4bpp raw video.
Carl Eugen Hoyos
2011-07-01
1
-1
/
+3
*
|
Make all option parsing functions match the function pointer type through whi...
Jeff Downs
2011-06-30
7
-38
/
+61
*
|
lavu: bump minor and add APIchanges entry for AV_PICTURE_TYPE_NONE
Stefano Sabatini
2011-06-30
2
-1
/
+4
*
|
Fix linesize for some rawvideo samples with odd width.
Carl Eugen Hoyos
2011-06-30
1
-1
/
+7
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-30
20
-202
/
+272
|
\
\
|
*
|
rational-test: Add proper main() declaration to fix gcc warnings.
Diego Biurrun
2011-06-30
1
-1
/
+3
|
*
|
configure: Add vdpau and dxva2 to configure results output.
Diego Biurrun
2011-06-30
1
-1
/
+3
|
*
|
Remove unused, never built libavutil/pca.[ch]
Mans Rullgard
2011-06-29
3
-281
/
+1
|
*
|
matroskadec: forward parsing errors to caller.
Ami Fischman
2011-06-29
1
-5
/
+6
|
*
|
av_find_stream_info: simplify EAGAIN handling.
Ami Fischman
2011-06-29
1
-4
/
+4
|
*
|
aacenc: Fix determination of Mid/Side Mode.
Nathan Caldwell
2011-06-29
1
-1
/
+1
|
*
|
psymodel: Remove the single channel analysis function
Nathan Caldwell
2011-06-29
3
-17
/
+6
|
*
|
aacenc: Implement dummy channel group analysis that just calls the single cha...
Nathan Caldwell
2011-06-29
2
-2
/
+15
|
*
|
psymodel: Add channels and channel groups to the psymodel.
Nathan Caldwell
2011-06-29
5
-25
/
+91
|
*
|
ARM: remove check for PLD instruction
Mans Rullgard
2011-06-29
2
-9
/
+2
|
*
|
fate: move amr[nw]b test rules into separate files
Mans Rullgard
2011-06-29
4
-108
/
+108
|
*
|
ogg: fix double free when finding length of small chained oggs.
Ronald S. Bultje
2011-06-29
1
-1
/
+2
|
*
|
swscale: implement >8bit scaling support.
Ronald S. Bultje
2011-06-29
12
-373
/
+545
|
|
/
|
*
build: fix creation of tools dir with make 3.81
Mans Rullgard
2011-06-29
1
-2
/
+5
|
*
build: Mark all-yes Makefile target as phony.
Diego Biurrun
2011-06-29
1
-1
/
+1
|
*
pixfmt: fix YUV422/444 wrong endian comment
Can Wu
2011-06-29
1
-6
/
+6
|
*
build: create output directories as needed
Mans Rullgard
2011-06-29
4
-27
/
+20
|
*
Add new yuv444 pixfmts to avcodec_align_dimensions2
Jason Garrett-Glaser
2011-06-29
1
-0
/
+4
*
|
avcodec: increase padding, fixes ticket313
Michael Niedermayer
2011-06-30
1
-1
/
+1
*
|
Move SRC_PATH hack around to allow compilation from subdir again.
Reimar Döffinger
2011-06-30
3
-7
/
+4
*
|
Set channel_layout if channels is set when transcoding.
Carl Eugen Hoyos
2011-06-29
1
-1
/
+3
*
|
Remove gcc 2.95.3 remnants.
Carl Eugen Hoyos
2011-06-29
3
-3
/
+3
*
|
swscale: Fix yuv422p10
Michael Niedermayer
2011-06-29
6
-2
/
+9
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-29
39
-823
/
+1073
|
\
\
|
|
/
[next]