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
*
build: Generate pkg-config files from Make and not from configure
Diego Biurrun
2016-12-22
12
-49
/
+86
*
build: Store library version numbers in .version files
Diego Biurrun
2016-12-22
5
-15
/
+22
*
build: Move build-system-related helper files to a separate subdirectory
Diego Biurrun
2016-12-22
9
-25
/
+32
*
ratecontrol: Drop xvid-rc-related struct members unused after a6901b9c6
Diego Biurrun
2016-12-21
1
-4
/
+0
*
nvenc: Update check for lookahead
Ruta Gadkari
2016-12-21
1
-1
/
+1
*
aarch64: vp9itxfm: Use the offset parameter to movrel
Martin Storsjö
2016-12-19
1
-1
/
+1
*
tta: Convert to the new bitstream reader
Alexandra Hájková
2016-12-19
1
-23
/
+23
*
mlp: Convert to the new bitstream reader
Alexandra Hájková
2016-12-19
3
-132
/
+136
*
unary: Convert to the new bitstream reader
Alexandra Hájková
2016-12-19
17
-24
/
+83
*
h264dec: make sure to only end a field if it has been started
Anton Khirnov
2016-12-19
4
-3
/
+10
*
mpeg12dec: move setting first_field to mpeg_field_start()
Anton Khirnov
2016-12-19
1
-2
/
+5
*
mpeg12dec: avoid signed overflow in bitrate calculation
Anton Khirnov
2016-12-19
1
-2
/
+11
*
mpegvideo_parser: avoid signed overflow in bitrate calculation
Anton Khirnov
2016-12-19
1
-1
/
+8
*
mov: fix a possible invalid read in mov_read_mac_string()
Anton Khirnov
2016-12-19
1
-1
/
+5
*
vaapi_decode: use the correct logging context
Anton Khirnov
2016-12-19
1
-3
/
+3
*
hevcdec: add a VAAPI hwaccel
Anton Khirnov
2016-12-19
8
-3
/
+452
*
Changelog: add some missing entries
Anton Khirnov
2016-12-19
1
-0
/
+3
*
pthread_frame: do not run hwaccel decoding asynchronously unless it's safe
Anton Khirnov
2016-12-19
14
-7
/
+100
*
pthread_frame: ensure the threads don't run simultaneously with hwaccel
Anton Khirnov
2016-12-19
3
-2
/
+37
*
hevcdec: do not set decoder-global SPS prematurely
Anton Khirnov
2016-12-19
1
-4
/
+3
*
v4l2: use codec descriptors for mapping a codec name to id
Anton Khirnov
2016-12-19
1
-4
/
+4
*
build: Add name parameter to check_lib() helper function
Diego Biurrun
2016-12-16
1
-46
/
+44
*
configure: Disentangle vfw32 and user32 lib handling
Diego Biurrun
2016-12-16
1
-3
/
+2
*
configure: fix linking with MSVC when using --disable-optimizations
Steve Lhomme
2016-12-16
1
-0
/
+1
*
configure: put d3d11 check in alphabetical order
Steve Lhomme
2016-12-16
1
-2
/
+2
*
rtmppkt: Check for packet size mismatches
Michael Niedermayer
2016-12-15
1
-0
/
+8
*
libavformat: Fix a faulty api deprecation guard in prepare_input_packet
Martin Storsjö
2016-12-15
1
-1
/
+1
*
arm64: replace 'bic' with immediate with 'and' with inverted immediate
Janne Grunau
2016-12-14
1
-1
/
+1
*
ppc: Merge types_altivec.h into util_altivec.h
Diego Biurrun
2016-12-14
2
-48
/
+22
*
ppc: Centralize compiler-specific altivec.h #include handling in one place
Diego Biurrun
2016-12-14
23
-67
/
+45
*
ppc: hevcdsp: Use shorthands for vector types
Diego Biurrun
2016-12-14
2
-12
/
+12
*
decode.h: Add missing headers to fix standalone compilation
Diego Biurrun
2016-12-14
1
-0
/
+2
*
pthread_frame: use better memory orders for frame progress
Wan-Teh Chang
2016-12-14
1
-4
/
+4
*
fate: Add h264 test for frame num gaps
Derek Buitenhuis
2016-12-14
2
-0
/
+33
*
h264_slice: Wait for refs to be available before we use them in error conceal...
Derek Buitenhuis
2016-12-14
1
-0
/
+3
*
hevc: decouple calling get_format() from exporting the SPS parameters
Anton Khirnov
2016-12-14
1
-19
/
+30
*
binkaudio: switch to the new send/receive API
Anton Khirnov
2016-12-14
1
-26
/
+32
*
vp9: split superframes in the filtering stage before actual decoding
Anton Khirnov
2016-12-14
2
-62
/
+14
*
lavc: add a bitstream filter for splitting VP9 superframes
Anton Khirnov
2016-12-14
4
-0
/
+152
*
qsvdec_h2645: switch to the new generic filtering mechanism
Anton Khirnov
2016-12-14
1
-63
/
+11
*
lavc: add support for filtering packets before decoding
Anton Khirnov
2016-12-14
6
-12
/
+169
*
decode: restructure the core decoding code
Anton Khirnov
2016-12-14
5
-189
/
+294
*
decode: be more explicit about storing the last packet properties
Anton Khirnov
2016-12-14
4
-17
/
+32
*
lavc: add a null bitstream filter
Anton Khirnov
2016-12-14
4
-0
/
+48
*
lavc: handle MP3 in get_audio_frame_duration()
Anton Khirnov
2016-12-14
1
-0
/
+3
*
dxva2: Keep code shared between dxva2 and d3d11va under the correct #if
Diego Biurrun
2016-12-12
1
-3
/
+5
*
hevc: ppc: Add HEVC 4x4 IDCT for PowerPC
Alexandra Hajkova
2016-12-12
5
-0
/
+160
*
configure: Add missing dxva2 dependency for dxva2_lib
Diego Biurrun
2016-12-12
1
-0
/
+1
*
configure: Handle dxva2 optional components in the standard way
Diego Biurrun
2016-12-11
1
-5
/
+4
*
Drop libxvid rate control support for mpegvideo encoding
Diego Biurrun
2016-12-11
6
-255
/
+30
[next]