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
*
wav: keep parsing until EOF if the input is seekable and we know the size of ...
Tomas Härdin
2011-07-13
1
-15
/
+32
*
wav: Refactor the tag checking into a switch statement
Tomas Härdin
2011-07-13
1
-4
/
+9
*
wav: make sure neither data_size nor sample_count is negative.
Tomas Härdin
2011-07-13
1
-0
/
+6
*
wav: refactor the 'fmt ' tag search and parsing.
Tomas Härdin
2011-07-13
1
-18
/
+39
*
wav: add an option for writing BEXT chunk
Benjamin Larsson
2011-07-13
3
-0
/
+83
*
ffmpeg: get rid of a pointless limit on number of streams.
Anton Khirnov
2011-07-13
1
-5
/
+1
*
ffmpeg: remove an unused define.
Anton Khirnov
2011-07-13
1
-2
/
+0
*
Musepack SV7: try to read files without number of frames provided
Kostya Shishkov
2011-07-13
1
-4
/
+12
*
doc: Improve references to external URLs.
Diego Biurrun
2011-07-12
5
-29
/
+39
*
h264: move decode_mb_skip() from h264.h to h.264_mvpred.h
Diego Biurrun
2011-07-12
2
-41
/
+39
*
ffplay: skip return value of avcodec_decode_video2 / avcodec_decode_subtitle2
Diego Biurrun
2011-07-12
1
-8
/
+6
*
dnxhdenc: Replace a forward declaration by the proper #include.
Diego Biurrun
2011-07-12
1
-2
/
+1
*
h264: move h264_mvpred.h include.
Ronald S. Bultje
2011-07-12
1
-3
/
+1
*
pix_fmt: Fix number of bits per component in yuv444p9be
Oskar Arvidsson
2011-07-12
1
-3
/
+3
*
lavf: deprecate AVFormatContext.timestamp
Anton Khirnov
2011-07-12
7
-14
/
+71
*
ffmpeg: merge input_files_ts_scale into InputStream.
Anton Khirnov
2011-07-12
1
-9
/
+13
*
ffmpeg: don't abuse a global for passing sample format from input to output
Anton Khirnov
2011-07-12
1
-3
/
+7
*
ffmpeg: don't abuse a global for passing channel layout from input to output
Anton Khirnov
2011-07-12
1
-3
/
+1
*
ffmpeg: factor common code from new_a/v/s/d_stream to new_output_stream()
Anton Khirnov
2011-07-12
1
-52
/
+28
*
matroskaenc: make SSA default subtitle codec.
Anton Khirnov
2011-07-12
1
-1
/
+1
*
oggdec: prevent heap corruption.
Chris Evans
2011-07-11
1
-2
/
+3
*
changelog: misc typo and wording fixes
Diego Biurrun
2011-07-12
1
-10
/
+10
*
H.264: add filter_mb_fast support for >8-bit decoding
Jason Garrett-Glaser
2011-07-11
2
-49
/
+60
*
doc: Remove outdated comments about gcc 2.95 and gcc 3.3 support.
Diego Biurrun
2011-07-11
1
-4
/
+2
*
lls: use av_lfg instead of rand() in test program
Mans Rullgard
2011-07-11
1
-5
/
+8
*
build: remove unnecessary dependency on libs from 'all' target
Mans Rullgard
2011-07-11
1
-1
/
+1
*
H.264: avoid redundant alpha/beta calculations in loopfilter
Jason Garrett-Glaser
2011-07-11
1
-121
/
+122
*
H.264: optimize intra/inter loopfilter decision
Jason Garrett-Glaser
2011-07-11
1
-116
/
+117
*
mpegts: fix Continuity Counter error detection
Jindrich Makovicka
2011-07-11
1
-2
/
+3
*
build: remove unnecessary FFLDFLAGS variable
Mans Rullgard
2011-07-11
4
-7
/
+6
*
vp8/mt: flush worker thread, not application thread context, on seek.
Ronald S. Bultje
2011-07-10
2
-4
/
+7
*
mt: proper locking around release_buffer calls.
Ronald S. Bultje
2011-07-10
1
-1
/
+6
*
DxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d9bd36db72189e]
Jean-Baptiste Kempf
2011-07-10
4
-18
/
+18
*
hwaccel: unbreak build
Mans Rullgard
2011-07-10
5
-34
/
+34
*
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-07-11
39
-1248
/
+1257
*
swscale: fix crash with dithering due incorrect offset calculation.
Anton Mitrofanov
2011-07-10
1
-2
/
+5
*
matroskadec: fix stupid typo (!= -> ==)
Anton Khirnov
2011-07-10
1
-1
/
+1
*
build: remove duplicates from order-only directory prerequisite list
Diego Biurrun
2011-07-10
1
-3
/
+3
*
build: rework rules for things in the tools dir
Mans Rullgard
2011-07-10
6
-18
/
+19
*
configure: fix --cpu=host with gcc 4.6
Mans Rullgard
2011-07-10
1
-1
/
+1
*
ARM: use const macro to define constant data in asm
Mans Rullgard
2011-07-10
6
-25
/
+20
*
bitdepth: simplify FUNC/FUNCC macros
Mans Rullgard
2011-07-10
1
-10
/
+4
*
dsputil: remove ff_emulated_edge_mc macro used in one place
Mans Rullgard
2011-07-10
2
-3
/
+1
*
9/10-bit: simplify clipping macros
Mans Rullgard
2011-07-10
1
-15
/
+6
*
matroskadec: reindent
Anton Khirnov
2011-07-10
1
-15
/
+15
*
matroskadec: defer parsing of cues element until we seek.
Aaron Colwell
2011-07-10
1
-45
/
+86
*
lavc: add support for codec-specific defaults.
Anton Khirnov
2011-07-10
3
-0
/
+23
*
lavc: make avcodec_alloc_context3 officially public.
Anton Khirnov
2011-07-10
11
-17
/
+41
*
lavc: remove a half-working attempt at different defaults for audio/video cod...
Anton Khirnov
2011-07-10
2
-3
/
+3
*
ac3dec: add a drc_scale private option
Anton Khirnov
2011-07-10
5
-1
/
+28
[next]