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
*
mp3enc: move mp3_update_xing() down
Michael Niedermayer
2012-09-16
1
-26
/
+26
*
Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'
Michael Niedermayer
2012-09-16
23
-114
/
+85
|
\
|
*
avformat: fix typo in avformat_close_input
Luca Barbato
2012-09-15
1
-1
/
+1
|
*
mp3enc: write Xing TOC
Anton Khirnov
2012-09-15
1
-20
/
+120
|
*
mp3enc: support MPEG-2 and MPEG-2.5 in Xing header.
Clément Bœsch
2012-09-15
1
-7
/
+17
|
*
mp3enc: downgrade some errors in writing Xing frame to warnings
Reimar Döffinger
2012-09-15
1
-2
/
+5
|
*
lavf: flush the output AVIOContext in av_write_trailer().
Anton Khirnov
2012-09-15
19
-30
/
+16
|
*
lavf: cosmetics, reformat av_write_trailer().
Anton Khirnov
2012-09-15
1
-8
/
+8
|
*
avio: flush the internal buffer in avio_close()
Stefano Sabatini
2012-09-15
4
-3
/
+5
|
*
Enhance doc on asyncts audiofilter
Andrey Utkin
2012-09-15
1
-3
/
+6
|
*
cmdutils: avoid setting data pointers to invalid values in alloc_buffer()
Anton Khirnov
2012-09-15
1
-1
/
+1
|
*
libavcodec: remove av_destruct_packet_nofree()
Mans Rullgard
2012-09-15
2
-15
/
+1
*
|
lavc/ass_split: add ff_ prefix to ass_style_get().
Clément Bœsch
2012-09-16
3
-3
/
+3
*
|
lavfi/ass: mark ass_libavfilter_log_level_map as static const.
Clément Bœsch
2012-09-16
1
-1
/
+1
*
|
lavf/mkv: prefix video stereo arrays with ff_.
Clément Bœsch
2012-09-16
4
-7
/
+7
*
|
lavu/error: make error_entries static const.
Clément Bœsch
2012-09-16
1
-3
/
+3
*
|
af_pan: Fix sscanf formats to work with buggy sscanf implementations
Hendrik Leppkes
2012-09-15
1
-4
/
+5
*
|
bprint: Remove custom vsnprintf
Derek Buitenhuis
2012-09-15
1
-19
/
+0
*
|
compat/vsnprintf: return number of bytes required on truncation.
Ronald S. Bultje
2012-09-15
1
-3
/
+6
*
|
msvc: Add a va_copy compatability macro for msvc
Derek Buitenhuis
2012-09-15
3
-0
/
+28
*
|
msvc: Disable stripping
Derek Buitenhuis
2012-09-15
1
-0
/
+1
*
|
lavf/segment: Use distinct IDs for list type ext & csv
Alexander Strasser
2012-09-15
1
-2
/
+2
*
|
lavf/segment: Rename variable in print_csv_escaped_str()
Alexander Strasser
2012-09-15
1
-3
/
+3
*
|
lavf/segment: Simplify CSV field quoting code
Alexander Strasser
2012-09-15
1
-12
/
+4
*
|
udp: pick params from AVOptions also
Andrey Utkin
2012-09-15
1
-10
/
+42
*
|
pngdec: av_log() zlib errors
Michael Niedermayer
2012-09-15
1
-1
/
+7
*
|
Remove mt-work directory
Derek Buitenhuis
2012-09-15
7
-142
/
+0
*
|
lavc/vp56: Re-indent functions affected by threading refactor
Ben Jackson
2012-09-15
1
-88
/
+89
*
|
lavc/vp6: Implement "slice" threading for VP6A decode
Ben Jackson
2012-09-15
4
-133
/
+168
*
|
lavc/vp56: Simplify get/release_buffer code
Ben Jackson
2012-09-15
1
-21
/
+28
*
|
lavc/vp56: Move golden_frame into VP56Context
Ben Jackson
2012-09-15
4
-9
/
+9
*
|
lavc/vp6: Refactor vp6_decode_init into vp6_decode_init/vp6_decode_init_context
Ben Jackson
2012-09-15
1
-4
/
+17
*
|
lavc/vp56: Refactor ff_vp56_init into ff_vp56_init/ff_vp56_init_context
Ben Jackson
2012-09-15
2
-0
/
+15
*
|
x86/v210: fix xmm clobbers
Michael Niedermayer
2012-09-15
1
-1
/
+1
*
|
Document tcp proto 'timeout' parameter behavior
Andrey Utkin
2012-09-15
1
-0
/
+5
*
|
ffmpeg: use PTS from the AVSubtitle structure for sub2video.
Nicolas George
2012-09-15
1
-2
/
+3
*
|
ffplay: use PTS from the AVSubtitle structure.
Nicolas George
2012-09-15
1
-1
/
+2
*
|
ffmpeg: use PTS from the AVSubtitle structure.
Nicolas George
2012-09-15
2
-11
/
+7
*
|
lavc/pgssubdec: use the PTS from the presentation segment.
Nicolas George
2012-09-15
1
-0
/
+8
*
|
lavc: set AVSubtitle.pts if possible.
Nicolas George
2012-09-15
1
-0
/
+3
*
|
ffmpeg: call sub2video_update for end packets.
Nicolas George
2012-09-15
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-15
3
-7
/
+37
|
\
\
|
|
/
|
*
riff: Add SVQ3 fourcc
Derek Buitenhuis
2012-09-14
1
-0
/
+1
|
*
fate: ac3: add 4.0 and downmix tests
Mans Rullgard
2012-09-14
1
-0
/
+25
|
*
configure: x86: improve ebp availability check
Mans Rullgard
2012-09-14
1
-1
/
+4
|
*
vorbisdec: ensure FASTDIV denominator is never 1
Luca Barbato
2012-09-14
1
-3
/
+2
|
*
avformat: refactor avformat_close_input
Luca Barbato
2012-09-14
1
-4
/
+13
|
*
avformat: simplify avformat_close_input
Luca Barbato
2012-09-14
1
-2
/
+2
*
|
bintext: mark hscroll() as unused
Michael Niedermayer
2012-09-15
1
-1
/
+1
*
|
aacdec: add support for dual mono in Japanese DTV
Akihiro Tsukada
2012-09-15
4
-1
/
+68
[next]