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
path:
root
/
libavcodec
Commit message (
Expand
)
Author
Age
Files
Lines
*
hwaccel: Rename priv_data_size to frame_priv_data_size
Anton Khirnov
2014-05-11
10
-17
/
+17
*
lavc: document which parts of AVHWAccel are private.
Anton Khirnov
2014-05-11
1
-0
/
+7
*
lavc: set AVCodecContext.hwaccel in ff_get_format()
Anton Khirnov
2014-05-11
6
-30
/
+33
*
lavc: Add an internal wrapper around get_format()
Anton Khirnov
2014-05-11
7
-10
/
+22
*
pcm-dvd: Fix 20bit decoding
nu774
2014-05-09
1
-4
/
+4
*
libfdk-aac: Relicense the library wrappers to 2-clause BSD
Martin Storsjö
2014-05-05
2
-22
/
+42
*
libfdk-aacenc: Enable 7.1 channel encoding
Jean First
2014-05-05
1
-0
/
+18
*
vp9: Read the frame size as unsigned
Luca Barbato
2014-05-03
1
-2
/
+2
*
aac: K&R formatting cosmetics
Luca Barbato
2014-05-01
1
-5
/
+5
*
flv: K&R formatting cosmetics
Luca Barbato
2014-05-01
1
-21
/
+20
*
lavc: deprecate AVCodecContext.codec_name
Anton Khirnov
2014-05-01
2
-0
/
+9
*
lavc: do not use AVCodecContext.codec_name in avcodec_string()
Anton Khirnov
2014-05-01
1
-2
/
+0
*
lavc: move CODEC_FLAG_MV0 to mpegvideo
Anton Khirnov
2014-05-01
7
-5
/
+27
*
lavc: make the xvid-specific "gmc" flag a private option of libxvid
Anton Khirnov
2014-05-01
4
-2
/
+19
*
lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideo
Anton Khirnov
2014-05-01
6
-4
/
+24
*
lavc: deprecate CODEC_FLAG_INPUT_PRESERVED
Anton Khirnov
2014-05-01
4
-5
/
+10
*
h264: drop commented out cruft
Anton Khirnov
2014-04-29
1
-3
/
+0
*
mpegvideo: remove unused MpegEncContext.b4_stride
Anton Khirnov
2014-04-29
2
-2
/
+0
*
mpegvideo: move the MpegEncContext fields used from arm asm to the beginning
Anton Khirnov
2014-04-29
2
-20
/
+21
*
hwaccel: fix dxva2 & vaapi loop filter parameters
Michael Niedermayer
2014-04-28
2
-4
/
+4
*
dxva2_h264: add a workaround for old Intel GPUs
Hendrik Leppkes
2014-04-28
3
-2
/
+9
*
dxva2_h264: set the correct ref frame index in the long slice struct
Hendrik Leppkes
2014-04-28
1
-4
/
+14
*
vc1: Do not return an error when skipping b frames
Alessandro Ghedini
2014-04-25
1
-1
/
+1
*
lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsets
Janne Grunau
2014-04-24
2
-13
/
+8
*
on2avc: change a comment at #endif to match actual define
Kostya Shishkov
2014-04-23
1
-1
/
+1
*
On2 AVC decoder
Kostya Shishkov
2014-04-23
8
-1
/
+10491
*
fic: Make warning message more accurate
Derek Buitenhuis
2014-04-23
1
-1
/
+3
*
fic: Remove redundant clips
Derek Buitenhuis
2014-04-23
1
-3
/
+3
*
fic: Simplify alpha blending
Derek Buitenhuis
2014-04-22
1
-1
/
+1
*
fic: Support rendering cursors
Derek Buitenhuis
2014-04-22
1
-1
/
+111
*
fic: Use proper quantization matrix index
Derek Buitenhuis
2014-04-22
1
-1
/
+2
*
aarch64: NEON vorbis_inverse_coupling
Janne Grunau
2014-04-22
5
-0
/
+122
*
aarch64: NEON fixed/floating point MPADSP apply_window
Janne Grunau
2014-04-22
5
-0
/
+269
*
aarch64: NEON float (i)MDCT
Janne Grunau
2014-04-22
3
-0
/
+334
*
aarch64: NEON float FFT
Janne Grunau
2014-04-22
5
-0
/
+483
*
lavc: improve AVCodecContext.delay doxy
Anton Khirnov
2014-04-22
1
-6
/
+11
*
mpegvideo: Use the current_picture pts
Michael Niedermayer
2014-04-21
1
-2
/
+2
*
avcodec/fic: Fix return value check
Michael Niedermayer
2014-04-21
1
-2
/
+2
*
avcodec/fic: clear slice_data
Michael Niedermayer
2014-04-21
1
-0
/
+1
*
avcodec/fic: fix slice checks
Michael Niedermayer
2014-04-21
1
-5
/
+5
*
fic: use correct IDCT
Kostya Shishkov
2014-04-21
1
-11
/
+52
*
mvc: Specify the pixel format for the mv-mvc* tests
Martin Storsjö
2014-04-19
1
-1
/
+1
*
Silicon Graphics Motion Video Compressor 1 & 2 decoder
Peter Ross
2014-04-19
6
-1
/
+314
*
Silicon Graphics RLE 8-bit video decoder
Peter Ross
2014-04-19
6
-1
/
+171
*
h264: codec reinit: remove statements without effect
Janne Grunau
2014-04-19
1
-4
/
+1
*
utils: add yvyu422 to avcodec_align_dimensions2
Vittorio Giovara
2014-04-19
1
-0
/
+1
*
vp78: Align the intra4x4_pred_mode_top array within VP8Macroblock
Martin Storsjö
2014-04-14
1
-1
/
+1
*
dcadec: Delete redundant init_get_bits call
Niels Möller
2014-04-14
1
-1
/
+0
*
x86/synth_filter: remove the fma3 version ifdefs
James Almer
2014-04-13
2
-4
/
+0
*
dcadec: Use correct channel count in stereo downmix check
Tim Walker
2014-04-12
1
-5
/
+5
[next]