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
*
idctdsp: Add global function pointers for {add|put}_pixels_clamped functions
Diego Biurrun
2014-09-02
6
-23
/
+32
*
get_bits: Rename HAVE_BITS_REMAINING --> BITS_AVAILABLE
Diego Biurrun
2014-09-02
2
-4
/
+4
*
flv: K&R formatting cosmetics
Gabriel Dume
2014-09-02
3
-49
/
+56
*
asv: K&R formatting cosmetics
Gabriel Dume
2014-09-02
4
-173
/
+210
*
8svx: Return proper error codes
Gabriel Dume
2014-09-02
1
-5
/
+5
*
mpeg4videodec: Fix low_delay error message
Gabriel Dume
2014-09-01
1
-1
/
+1
*
aac_adtstoasc_bsf: Return proper error code
Gabriel Dume
2014-09-01
1
-1
/
+1
*
dxva2: Clean up definition of _WIN32_WINNT
Diego Biurrun
2014-09-01
2
-1
/
+4
*
dxva2: Pass variable of correct type to IDirectXVideoDecoder_GetBuffer()
Diego Biurrun
2014-09-01
3
-4
/
+12
*
avcodec: fix missing doxygen comment marker
Michael Niedermayer
2014-09-01
1
-1
/
+1
*
avcodec: add stream-level stereo3d side data
Vittorio Giovara
2014-08-28
3
-1
/
+16
*
x86: xvid: K&R formatting cosmetics
Diego Biurrun
2014-08-27
2
-489
/
+489
*
cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTs
Diego Biurrun
2014-08-27
9
-52
/
+56
*
x86: xvid_idct: Drop unused definitions
Diego Biurrun
2014-08-27
2
-20
/
+0
*
vc1: Initialize start_code_found to 0
Luca Barbato
2014-08-27
1
-1
/
+1
*
h264: fully check cropping amount from sps
Vittorio Giovara
2014-08-26
1
-1
/
+3
*
libxvid: K&R formatting cosmetics
Gabriel Dume
2014-08-26
3
-309
/
+329
*
vc1: Fix the skip condition
Luca Barbato
2014-08-26
1
-2
/
+3
*
rv34: use ff_mpeg_update_thread_context only when decoder is fully initialized
Janne Grunau
2014-08-22
1
-4
/
+6
*
mpeg12enc: Add missing #include for PICT_FRAME
Diego Biurrun
2014-08-21
1
-0
/
+1
*
error_resilience: Drop asserts from guess_mv()
Diego Biurrun
2014-08-21
1
-2
/
+0
*
pcm: Drop av_unused attribute from variable that is always used
Diego Biurrun
2014-08-19
1
-1
/
+1
*
pcm: Drop unused variable from DECODE_PLANAR macro
Diego Biurrun
2014-08-19
1
-1
/
+0
*
vc1: Add missing parentheses to conditions in vc1_decode_b_mb_intfr()
Diego Biurrun
2014-08-19
1
-2
/
+2
*
proresenc: Properly account for alpha plane
Christophe Gisquet
2014-08-18
1
-2
/
+8
*
proresenc: Realloc if buffer is too small
Christophe Gisquet
2014-08-18
1
-1
/
+37
*
proresenc: Report buffer overflow
Christophe Gisquet
2014-08-18
1
-3
/
+11
*
proresenc: Remove unneeded parameters from encode_alpha_plane()
Christophe Gisquet
2014-08-18
1
-4
/
+2
*
tiff: Return proper error for missing LZMA compression
Diego Elio Pettenò
2014-08-18
2
-1
/
+5
*
cosmetics: Write NULL pointer inequality checks more compactly
Gabriel Dume
2014-08-15
11
-20
/
+20
*
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2014-08-15
35
-59
/
+57
*
build: Add explanatory comments to (optimization) blocks in the Makefiles
Diego Biurrun
2014-08-15
4
-1
/
+31
*
mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes
Diego Biurrun
2014-08-15
30
-182
/
+190
*
h261dec: Fix order of initialization
John Stebbins
2014-08-14
1
-4
/
+6
*
h263dec: Fix order of initialization
John Stebbins
2014-08-14
1
-13
/
+12
*
idct: remove call to ff_idctdsp_init from ff_MPV_common_init
John Stebbins
2014-08-14
9
-17
/
+31
*
mpeg4video: Fix doxygen comment syntax to document correct struct member
Nidhi Makhijani
2014-08-14
1
-10
/
+10
*
vaapi: set the scaling list correctly.
Edgar Hucek
2014-08-14
1
-1
/
+2
*
ffv1dec: check that global parameters do not change in version 0/1
Michael Niedermayer
2014-08-12
1
-7
/
+25
*
hevc_mvs: avoid deriving tmvp in amvp
Christophe Gisquet
2014-08-12
1
-1
/
+2
*
hevc: wait proper position for tmvp
Christophe Gisquet
2014-08-12
1
-1
/
+2
*
hevc: use intreadwrite
Christophe Gisquet
2014-08-12
3
-18
/
+13
*
hevc: derive partial merge list
Christophe Gisquet
2014-08-12
1
-9
/
+33
*
hevc: derive partially amvp list
Christophe Gisquet
2014-08-12
1
-0
/
+5
*
hevc: simplify rounding
Christophe Gisquet
2014-08-12
1
-4
/
+4
*
hevc: reorder loops
Christophe Gisquet
2014-08-12
1
-6
/
+6
*
avcodec: Postpone FF_IDCT_XVIDMMX removal until the next version bump
Diego Biurrun
2014-08-10
1
-1
/
+1
*
lavc: drop the av_fast_{re,m}alloc compatibility wrappers
Anton Khirnov
2014-08-10
1
-12
/
+0
*
tiff: Improve grayscale support
Diego Elio Pettenò
2014-08-10
1
-11
/
+3
*
lavc: remove obsolete and disabled avpriv functions
Anton Khirnov
2014-08-09
6
-45
/
+0
[next]