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
*
Release frame after decoding is done
Kostya Shishkov
2009-10-14
7
-6
/
+78
*
Print a warning message when avcodec_default_free_buffers finds unreleased
Reimar Döffinger
2009-10-13
1
-0
/
+2
*
Remove unnecessary calls to avcodec_check_dimensions, the check is already
Reimar Döffinger
2009-10-13
18
-64
/
+0
*
Call release_buffer on close for v210dec and v210x
Reimar Döffinger
2009-10-13
2
-1
/
+14
*
Add missing release_buffer on close
Reimar Döffinger
2009-10-13
1
-0
/
+4
*
Add decoder for "forward uncompressed".
Reimar Döffinger
2009-10-13
5
-0
/
+127
*
Implement execute2 for w32thread
Reimar Döffinger
2009-10-13
1
-0
/
+15
*
Fix w32thread implementation to handle job count > thread_count.
Reimar Döffinger
2009-10-13
1
-21
/
+35
*
fft_dispatch array should be const
Reimar Döffinger
2009-10-13
1
-1
/
+1
*
Simplify: use FFSWAP
Reimar Döffinger
2009-10-13
1
-6
/
+1
*
MXF: simply ignore tracks that are invalid due to not having a valid Sequence
Reimar Döffinger
2009-10-13
1
-1
/
+1
*
Add Speex support to the Ogg muxer.
Justin Ruggles
2009-10-13
2
-10
/
+65
*
Do not read data past the end of the SSND chunk in the AIFF demuxer.
Justin Ruggles
2009-10-13
1
-2
/
+16
*
Support Midvid JPEG Video Codec (still flipped).
Carl Eugen Hoyos
2009-10-12
1
-0
/
+1
*
Support Intel JPEG Library Video Codec (still flipped).
Carl Eugen Hoyos
2009-10-12
1
-0
/
+1
*
Calculate correct packet durations when demuxing Ogg/Speex. This involves
Justin Ruggles
2009-10-12
3
-1
/
+52
*
extend description of avcodec_decode_audio3:
Sascha Sommer
2009-10-12
1
-3
/
+5
*
Merge declaration and initialization
Reimar Döffinger
2009-10-12
1
-3
/
+1
*
Simplify: use FFMIN
Reimar Döffinger
2009-10-12
1
-3
/
+1
*
Reindent after removing the outer for loops in the execute2 patch
Reimar Döffinger
2009-10-12
1
-68
/
+68
*
Move dnxhdenc to execute2 multithreading API.
Reimar Döffinger
2009-10-12
2
-35
/
+29
*
Add an execute2 function that is more flexible and allows to use parallel
Reimar Döffinger
2009-10-12
4
-2
/
+45
*
Detect Windows Media DRM protected files and display warning if no key
Daniel G. Taylor
2009-10-11
3
-0
/
+24
*
ARM: align stack in NEON h264 mc functions
Måns Rullgård
2009-10-11
1
-15
/
+18
*
ARM: force PIC for shared libs only with ARMv6T2 and later
Måns Rullgård
2009-10-11
1
-3
/
+7
*
Allow autodetection of E-AC3.
Carl Eugen Hoyos
2009-10-11
1
-0
/
+3
*
Do the dnxhd_720p_rd test with -threads 4 in order to also test the threading...
Reimar Döffinger
2009-10-11
1
-1
/
+1
*
ARM: simplify movrel definition as CONFIG_PIC is now set for shared libs
Måns Rullgård
2009-10-11
1
-1
/
+1
*
ARM: enable PIC for shared libs
Måns Rullgård
2009-10-11
1
-0
/
+1
*
100l in avpicture_layout: width of chroma planes depends on format depth, too.
Reimar Döffinger
2009-10-11
1
-1
/
+1
*
Warn when WVC1 cannot be decoded
Kostya Shishkov
2009-10-11
1
-0
/
+2
*
Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS.
Carl Eugen Hoyos
2009-10-10
1
-0
/
+1
*
Hack: set the coded frame PTS to the incoming PTS.
Reimar Döffinger
2009-10-10
1
-0
/
+3
*
Document the additon of the w and h fields to AVFilterPic.
Stefano Sabatini
2009-10-10
1
-0
/
+3
*
Fix 100l incorrect bitmask check.
Reimar Döffinger
2009-10-10
1
-1
/
+1
*
Print error message when true interlaced VC-1 frames are encountered
Kostya Shishkov
2009-10-10
2
-1
/
+7
*
Do not allow 0 sample rate in TMV demuxer
Daniel Verkamp
2009-10-09
1
-0
/
+5
*
Stricter TMV probe
Daniel Verkamp
2009-10-09
1
-2
/
+11
*
AAC: Fix regression introduced in r20067 where ADTS files would always be
Robert Swain
2009-10-09
1
-1
/
+1
*
dca and aac decoders use float_to_int16_interleave, so check for
David Conrad
2009-10-08
2
-2
/
+2
*
ARM: whitespace cosmetics
Måns Rullgård
2009-10-07
1
-3
/
+3
*
ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00
Måns Rullgård
2009-10-07
2
-1
/
+24
*
Add w and h fields to AVFilterPic.
Stefano Sabatini
2009-10-07
2
-3
/
+5
*
Add ALAC encoding and decoding regression tests.
Justin Ruggles
2009-10-06
4
-0
/
+14
*
Implement trace messages logging in the filterchain processing.
Stefano Sabatini
2009-10-06
1
-0
/
+35
*
ARM: make function names all-lowercase
Måns Rullgård
2009-10-06
4
-25
/
+25
*
ARM: enable ARMv4 add_pixels_clamped
Måns Rullgård
2009-10-06
1
-2
/
+4
*
ARM: ARMv6 optimised add_pixels_clamped()
Måns Rullgård
2009-10-06
3
-0
/
+57
*
ARM: whitespace cosmetics
Måns Rullgård
2009-10-06
1
-22
/
+8
*
Reindent
Daniel Verkamp
2009-10-06
1
-7
/
+7
[next]