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
*
dsputil: Use correct type in me_cmp_func function pointer
Diego Biurrun
2014-03-20
9
-91
/
+95
*
build: Group general components separate from de/encoders in arch Makefiles
Diego Biurrun
2014-03-20
4
-31
/
+39
*
dsputil: Conditionally compile dsputil code on all architectures
Diego Biurrun
2014-03-20
2
-12
/
+12
*
dsputil: Propagate bit depth information to all (sub)init functions
Diego Biurrun
2014-03-20
14
-85
/
+83
*
arm: dsputil: K&R formatting cosmetics
Diego Biurrun
2014-03-20
4
-21
/
+29
*
ppc: dsputil: Drop trailing semicolon from macros
Diego Biurrun
2014-03-20
2
-29
/
+29
*
ppc: dsputil: Merge some declarations and initializations
Diego Biurrun
2014-03-20
6
-270
/
+219
*
ppc: dsputil: Simplify some ifdeffed function definitions
Diego Biurrun
2014-03-20
1
-13
/
+5
*
ppc: dsputil: Drop some unnecessary parentheses
Diego Biurrun
2014-03-20
2
-9
/
+9
*
ppc: dsputil: more K&R formatting cosmetics
Diego Biurrun
2014-03-20
4
-416
/
+437
*
ppc: dsputil: K&R formatting cosmetics
Diego Biurrun
2014-03-20
3
-391
/
+429
*
ppc: dsputil: comment formatting and wording/grammar improvements
Diego Biurrun
2014-03-20
7
-199
/
+180
*
hpeldsp_template: Merge some declarations and initializations
Diego Biurrun
2014-03-20
1
-4
/
+4
*
hpeldsp_template: K&R formatting cosmetics
Diego Biurrun
2014-03-20
1
-213
/
+297
*
hpel_template: Drop some unnecessary parentheses
Diego Biurrun
2014-03-20
1
-3
/
+3
*
hpel_template: K&R formatting cosmetics
Diego Biurrun
2014-03-20
1
-72
/
+117
*
libopenjpeg: Support rgba64 decoding
Vittorio Giovara
2014-03-18
1
-1
/
+1
*
libopenjpeg: Support rgba64 encoding
Carl Eugen Hoyos
2014-03-18
1
-0
/
+3
*
libopenjpeg: K&R formatting cosmetics
Vittorio Giovara
2014-03-18
2
-91
/
+91
*
sbrdsp: move #if to disable all educational code
Janne Grunau
2014-03-18
1
-4
/
+8
*
lavc: er: remove unused variable size
Janne Grunau
2014-03-18
1
-1
/
+0
*
svq3: directly set pix_fmt and color_range
Vittorio Giovara
2014-03-18
1
-1
/
+2
*
libx264: check color_range
Vittorio Giovara
2014-03-16
1
-1
/
+2
*
ljpeg: check color_range
Vittorio Giovara
2014-03-16
1
-1
/
+2
*
mdec: set color_range
Vittorio Giovara
2014-03-16
1
-0
/
+1
*
mjpeg: set color_range
Vittorio Giovara
2014-03-16
1
-1
/
+6
*
fraps: set color_range
Vittorio Giovara
2014-03-16
1
-0
/
+2
*
tiff: Support rgba encoding
Carl Eugen Hoyos
2014-03-16
1
-0
/
+2
*
raw, nut: Support rgba64 encoding
Carl Eugen Hoyos
2014-03-16
1
-0
/
+4
*
png: Support rgb48 and rgba64 encoding
Carl Eugen Hoyos
2014-03-16
1
-1
/
+9
*
png: K&R formatting cosmetics
Vittorio Giovara
2014-03-16
4
-185
/
+209
*
codec_desc: update dvaudio tag
Vittorio Giovara
2014-03-16
1
-1
/
+1
*
h264 does not depend on mpegvideo any more
Vittorio Giovara
2014-03-16
7
-7
/
+2
*
mpegvideo: remove h264-only fields
Vittorio Giovara
2014-03-16
1
-11
/
+0
*
mpegvideo: move ff_draw_horiz_band() to mpegutils.c
Vittorio Giovara
2014-03-16
5
-58
/
+99
*
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Vittorio Giovara
2014-03-16
41
-78
/
+154
*
h264: Remove MotionEstContext and move the relevant fields to H264Context
Vittorio Giovara
2014-03-16
3
-17
/
+14
*
h264: Replace mpegvideo-specific MAX_THREADS by private define
Vittorio Giovara
2014-03-16
2
-5
/
+6
*
h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private define
Vittorio Giovara
2014-03-16
3
-12
/
+14
*
h264: move relevant fields from Picture to H264Picture
Vittorio Giovara
2014-03-16
8
-90
/
+148
*
er: move relevant fields from Picture to ERPicture
Vittorio Giovara
2014-03-16
5
-124
/
+145
*
h264: directly use frames in ff_h264_draw_horiz_band()
Vittorio Giovara
2014-03-16
1
-5
/
+5
*
mpegvideo: directly use frames in ff_draw_horiz_band()
Vittorio Giovara
2014-03-16
3
-11
/
+12
*
codec_desc: group image codecs together
Vittorio Giovara
2014-03-14
1
-170
/
+172
*
codec_desc: add missing .long_name
Vittorio Giovara
2014-03-14
1
-0
/
+4
*
codec_desc: K&R formatting cosmetics
Vittorio Giovara
2014-03-14
1
-4
/
+3
*
arm: dsputil: Drop restrict keyword from add_pixels_clamped_armv6 prototype
Diego Biurrun
2014-03-14
1
-2
/
+1
*
ljpeg: fix duplicated pixel format entry
Vittorio Giovara
2014-03-13
1
-1
/
+1
*
bfin: Use more sensible file names
Diego Biurrun
2014-03-13
8
-10
/
+10
*
bfin: hpeldsp: Split no_rnd pixel operations off into a separate file
Diego Biurrun
2014-03-13
3
-64
/
+82
[next]