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
*
WMAVoice decoder.
Ronald S. Bultje
2010-02-12
8
-1
/
+4599
*
Make DeluxePaint Animation demuxer actually return the find_record() error co...
Peter Ross
2010-02-12
1
-2
/
+2
*
Add GEOV fourcc (issue971).
Michael Niedermayer
2010-02-12
1
-0
/
+1
*
Add "tomi" architecture
Måns Rullgård
2010-02-11
1
-0
/
+1
*
configure: require --arch and --target-os when cross-compiling
Måns Rullgård
2010-02-11
1
-3
/
+10
*
ffplay depends on rdft
Måns Rullgård
2010-02-11
1
-0
/
+1
*
Fix build with --disable-mdct
Måns Rullgård
2010-02-11
1
-0
/
+2
*
configure: add missing mdct deps
Måns Rullgård
2010-02-11
1
-0
/
+3
*
configure: make mdct and rdft select fft and update other deps
Måns Rullgård
2010-02-11
1
-17
/
+21
*
Fix timestamps.
Michael Niedermayer
2010-02-11
1
-4
/
+9
*
Remove recording_time check which is no longer necessary after r21687.
Wolfram Gloger
2010-02-11
1
-4
/
+0
*
Simplify expression as suggested by Måns Rullgård
Kostya Shishkov
2010-02-11
1
-1
/
+1
*
Make SHA digest function write digest value with AV_WN32 instead of assuming
Kostya Shishkov
2010-02-11
1
-1
/
+2
*
Move 'chksum' declaration to the only block where that variable is used
Kostya Shishkov
2010-02-11
1
-2
/
+1
*
Move band checksum verifying into preprocessor condition, so compiler won't
Kostya Shishkov
2010-02-11
1
-1
/
+3
*
Extend show_pix_fmts(), make it show input/output support for
Stefano Sabatini
2010-02-10
1
-1
/
+25
*
Stricter check for math.h functions
Måns Rullgård
2010-02-10
1
-1
/
+2
*
configure: fix cosmetic typo in check_mathfunc
Måns Rullgård
2010-02-10
1
-1
/
+1
*
Reindent
Daniel Verkamp
2010-02-10
1
-1
/
+1
*
Fix demuxing of wav files with broken data header
Daniel Verkamp
2010-02-10
1
-0
/
+3
*
Use av_compare_ts to compare against the -t end time instead of using
Reimar Döffinger
2010-02-10
1
-1
/
+1
*
Use av_compare_ts from libavutil instead of the locale compare_ts, the
Reimar Döffinger
2010-02-10
1
-39
/
+7
*
Fix syncronisation for streams with a high encoding delay.
Timo Teräs
2010-02-10
1
-2
/
+1
*
Reindent after r21741.
Ronald S. Bultje
2010-02-10
1
-29
/
+29
*
Don't forget to set known audio parameters (samplerate, etc.) if the codec is
Ronald S. Bultje
2010-02-10
1
-5
/
+1
*
RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>.
Ronald S. Bultje
2010-02-10
6
-1
/
+213
*
Output the first AAC frame. This is needed for SBR conformance.
Alex Converse
2010-02-10
1
-6
/
+0
*
Dont give up after 100kb of zero bytes but returnd EAGAIN
Michael Niedermayer
2010-02-10
1
-2
/
+7
*
mp3: ftell() file offset for VBR tags before ID3v1 parser messes it up.
Andreas Öman
2010-02-10
1
-1
/
+2
*
Enable SSE2 (put|avg)_pixels_16_sse2
David Conrad
2010-02-10
1
-2
/
+0
*
Define missing llrint() as macro instead of inline function
Måns Rullgård
2010-02-09
1
-4
/
+2
*
Special check for math.h functions
Måns Rullgård
2010-02-09
1
-10
/
+21
*
Check for setrlimit()
Måns Rullgård
2010-02-09
2
-1
/
+3
*
configure: allow 'none' as target OS
Måns Rullgård
2010-02-09
1
-1
/
+2
*
Doxument url_fopen().
Stefano Sabatini
2010-02-09
1
-2
/
+14
*
Add an entry for the recently added av_compare_ts() function.
Stefano Sabatini
2010-02-09
1
-0
/
+3
*
ARMv6 optimised pix_sum
Måns Rullgård
2010-02-09
2
-0
/
+27
*
ARMv6 optimised pix_norm1
Måns Rullgård
2010-02-09
2
-0
/
+34
*
ARMv6 optimised sse16
Måns Rullgård
2010-02-09
2
-0
/
+56
*
ARMv6 optimised diff_pixels
Måns Rullgård
2010-02-09
2
-0
/
+36
*
ARMv6 optimised get_pixels
Måns Rullgård
2010-02-09
2
-0
/
+25
*
ARMv6 optimised pix_abs8
Måns Rullgård
2010-02-09
2
-0
/
+36
*
ARMv6 optimised pix_abs16_y2
Måns Rullgård
2010-02-09
2
-0
/
+61
*
ARMv6 optimised pix_abs16_x2
Måns Rullgård
2010-02-09
2
-0
/
+58
*
ARMv6 optimised pix_abs16
Måns Rullgård
2010-02-09
2
-0
/
+36
*
ARMv6 optimised put_pixels functions except xy2 variants
Måns Rullgård
2010-02-09
2
-0
/
+280
*
Indeo 5 decoder
Kostya Shishkov
2010-02-09
8
-1
/
+1082
*
Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler.
Michael Niedermayer
2010-02-09
1
-9
/
+8
*
Make sure the header value used to avoid repeating headers on seeking to the
Reimar Döffinger
2010-02-08
1
-2
/
+2
*
Implement gai_strerror() for systems lacking such functionality. Patch
Ronald S. Bultje
2010-02-08
2
-0
/
+13
[next]