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
*
Move misplaced file author information where it belongs
Diego Biurrun
2013-04-11
9
-32
/
+31
*
lavc: don't overwrite display dimensions with coded dimensions.
Anton Khirnov
2013-04-10
1
-1
/
+1
*
lavc: extend / update the [coded_]{width,height} doxy
Anton Khirnov
2013-04-10
1
-5
/
+9
*
h261: Move encoder/decoder shared table init to common code
Diego Biurrun
2013-04-10
4
-7
/
+14
*
h261: Move shared data tables from a header to a proper C file
Diego Biurrun
2013-04-10
5
-38
/
+47
*
dsputil: Make dsputil selectable
Ronald S. Bultje
2013-04-10
11
-85
/
+134
*
h264: Only initialize dsputil if error resilience is enabled
Ronald S. Bultje
2013-04-10
1
-2
/
+4
*
h264: Integrate clear_blocks calls with IDCT
Ronald S. Bultje
2013-04-10
13
-77
/
+209
*
h264: Clear the mb members via memset instead of using dsputil
Martin Storsjö
2013-04-10
1
-2
/
+3
*
dsputil: Make square put/avg_pixels functions local to h264qpel
Ronald S. Bultje
2013-04-10
4
-49
/
+24
*
x86inc: Fix number of operands for cmp* instructions
Christophe Gisquet
2013-04-09
1
-4
/
+4
*
af_channelmap: fix uninitialized variable use introduced in ba8efac977f4276f0...
Anton Khirnov
2013-04-09
1
-1
/
+1
*
lavfi: add a bump and docs entries for the AVOptions switch
Anton Khirnov
2013-04-09
3
-1
/
+8
*
lavfi: add avfilter_get_class().
Anton Khirnov
2013-04-09
2
-0
/
+12
*
lavfi: make AVFilterContext export filter options.
Anton Khirnov
2013-04-09
1
-0
/
+25
*
lavfi: error out when options are provided to a filter that does not take any
Anton Khirnov
2013-04-09
1
-1
/
+7
*
lavfi: remove now unused args parameter from AVFilter.init
Anton Khirnov
2013-04-09
34
-41
/
+41
*
vsrc_testsrc: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
2
-20
/
+13
*
vsrc_movie: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
2
-29
/
+15
*
vsrc_nullsrc: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-21
/
+20
*
vsrc_color: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
2
-16
/
+29
*
split: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-11
/
+37
*
af_volume: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-11
/
+2
*
af_join: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
2
-10
/
+13
*
af_channelsplit: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-7
/
+1
*
af_channelmap: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
3
-27
/
+22
*
af_asyncts: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-10
/
+1
*
af_amix: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-10
/
+2
*
vf_yadif: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
3
-26
/
+35
*
vf_unsharp: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
2
-24
/
+32
*
vf_transpose: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
2
-28
/
+44
*
vf_settb: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
2
-16
/
+29
*
vf_setpts: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
2
-6
/
+33
*
vf_select: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
2
-8
/
+34
*
vf_pad: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
2
-51
/
+63
*
vf_overlay: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
2
-22
/
+36
*
vf_lut: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
2
-59
/
+50
*
vf_libopencv: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
3
-23
/
+44
*
vf_hqdn3d: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
3
-49
/
+40
*
vf_gradfun: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
3
-21
/
+38
*
vf_scale: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
3
-32
/
+84
*
vf_frei0r: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
3
-53
/
+108
*
vf_fps: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-10
/
+1
*
vf_fieldorder: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
2
-36
/
+26
*
vf_fade: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
2
-34
/
+53
*
vf_drawtext: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
2
-54
/
+37
*
vf_drawbox: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
2
-13
/
+25
*
vf_delogo: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
2
-35
/
+11
*
vf_cropdetect: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
2
-10
/
+21
*
vf_crop: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
2
-26
/
+50
[next]