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
...
*
eatqi: Remove MpegEncContext dependency
Vittorio Giovara
2016-02-09
2
-40
/
+52
*
mpeg1: Make intra-block decoding independent of MpegEncContext
Vittorio Giovara
2016-02-09
4
-98
/
+113
*
mpeg12dec: Refactor mpeg1_decode_block_intra()
Diego Biurrun
2016-02-09
1
-11
/
+18
*
mpeg12dec: Always close reader on error
Vittorio Giovara
2016-02-09
1
-15
/
+48
*
dnxhd: Make the encoder message friendlier
Luca Barbato
2016-02-09
3
-2
/
+27
*
flacenc: Load default prediction_order parameters if none is selected
Michael Niedermayer
2016-02-08
1
-2
/
+4
*
v210: Use separate sample_factors
Luca Barbato
2016-02-01
3
-9
/
+20
*
v210: Add avx2 version of the 10-bit line encoder
James Darnley
2016-02-01
3
-9
/
+32
*
v210: Add avx2 version of the 8-bit line encoder
James Darnley
2016-02-01
4
-23
/
+47
*
flacenc: Restore defaults and range for {min, max}_prediction_order
Derek Buitenhuis
2016-02-01
1
-2
/
+2
*
libx264: Make sure to preserve default option values
Vittorio Giovara
2016-02-01
1
-11
/
+12
*
v210: x86: Add the correct guards around the asm code
Luca Barbato
2016-01-26
1
-0
/
+6
*
qsvenc: Add private option to replace coder_type
Vittorio Giovara
2016-01-25
2
-2
/
+10
*
qsvenc: fix a typo
Anton Khirnov
2016-01-23
1
-1
/
+1
*
x86inc: Add debug symbols indicating sizes of compiled functions
Geza Lore
2016-01-23
1
-1
/
+1
*
libavcodec: Add missing AVClass pointers
Martin Storsjö
2016-01-22
3
-0
/
+3
*
lavc: Move pre_me to codec private options
Vittorio Giovara
2016-01-21
4
-6
/
+12
*
lavc: Move me_penalty_compensation to codec private options
Vittorio Giovara
2016-01-21
4
-5
/
+12
*
lavc: Move prediction_method to codec private options
Vittorio Giovara
2016-01-21
13
-28
/
+200
*
lavc: Move {min,max}_prediction_order to codec private options
Vittorio Giovara
2016-01-21
4
-19
/
+57
*
lavc: Move rtp_payload_size to codec private options
Vittorio Giovara
2016-01-21
5
-11
/
+21
*
lavc: Move timecode_frame_start to codec private options
Vittorio Giovara
2016-01-21
4
-7
/
+18
*
lavc: Move context_model to codec private options
Vittorio Giovara
2016-01-21
5
-15
/
+50
*
lavc: Move mpeg_quant to codec private options
Vittorio Giovara
2016-01-21
5
-6
/
+24
*
lavc: Move noise_reduction to codec private options
Vittorio Giovara
2016-01-21
8
-15
/
+51
*
lavc: Move scenechange_threshold to codec private options
Vittorio Giovara
2016-01-21
6
-11
/
+43
*
lavc: Move chromaoffset to codec private options
Vittorio Giovara
2016-01-21
4
-7
/
+28
*
lavc: Move frame_skip_* to codec private options
Vittorio Giovara
2016-01-21
5
-26
/
+67
*
lavc: Move brd_scale to codec private options
Vittorio Giovara
2016-01-21
4
-8
/
+18
*
lavc: Move b_frame_strategy and b_sensitivity to codec private options
Vittorio Giovara
2016-01-21
12
-19
/
+73
*
riff: add YUYV FourCC (Drastic YUYV)
Piotr Bandurski
2016-01-21
1
-0
/
+1
*
imgconvert: Add the proper API guards to a deprecated function
Vittorio Giovara
2016-01-21
2
-0
/
+5
*
imgconvert: Move AVPicture-related static function to the deprecated section
Vittorio Giovara
2016-01-21
1
-3
/
+2
*
imgconvert: Move the shrink functions only where needed
Vittorio Giovara
2016-01-21
3
-122
/
+90
*
imgconvert: Drop outdated comment block
Vittorio Giovara
2016-01-21
1
-6
/
+0
*
libkvazaar: Set frame rate as a rational number
Arttu Ylä-Outinen
2016-01-19
1
-2
/
+2
*
lavc: Make sure that the effective timebase would not overflow
Arttu Ylä-Outinen
2016-01-19
1
-0
/
+10
*
mathops: mips: Correctly enable loongson-specific assembly
Luca Barbato
2016-01-19
1
-17
/
+20
*
x86: build: Group all encoder objects together
Diego Biurrun
2016-01-18
1
-2
/
+2
*
x86: ac3dsp: Drop forward declaration for nonexisting function
Diego Biurrun
2016-01-18
1
-1
/
+0
*
dca: fix misaligned access in ff_dca_convert_bitstream
Andreas Cadhalpun
2016-01-15
1
-4
/
+5
*
xwddec: prevent overflow of lsize * avctx->height
Andreas Cadhalpun
2016-01-13
1
-1
/
+1
*
on2avc: limit number of bits to 30 in get_egolomb
Andreas Cadhalpun
2016-01-13
1
-2
/
+9
*
nvenc: generate dts properly
Anton Khirnov
2016-01-12
2
-5
/
+49
*
nvenc: fix encoding with B-frames
Anton Khirnov
2016-01-12
1
-8
/
+15
*
nvenc: flush the encoder before closing it, as required by the docs
Anton Khirnov
2016-01-12
1
-0
/
+8
*
nvenc: rename encoders
Anton Khirnov
2016-01-12
4
-2
/
+79
*
nvenc: better error handling
Anton Khirnov
2016-01-12
1
-45
/
+81
*
lavc: Use get_bitsz where needed
Andreas Cadhalpun
2016-01-11
5
-15
/
+11
*
lavc: Add get_bitsz()
Andreas Cadhalpun
2016-01-11
2
-7
/
+8
[prev]
[next]