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
/
svq3.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
h264: use properly allocated AVFrames
Anton Khirnov
2015-04-29
1
-38
/
+46
*
svq3: initialize some required H264Context fields.
Anton Khirnov
2015-04-05
1
-0
/
+12
*
h264: move [uv]linesize to the per-slice context
Anton Khirnov
2015-03-21
1
-16
/
+16
*
h264: move the scratch buffers into the per-slice context
Anton Khirnov
2015-03-21
1
-7
/
+9
*
h264: move mb_{x,y} into the per-slice context
Anton Khirnov
2015-03-21
1
-31
/
+31
*
h264: move mb_xy into the per-slice context
Anton Khirnov
2015-03-21
1
-4
/
+4
*
h264: move is_complex into the per-slice context
Anton Khirnov
2015-03-21
1
-1
/
+4
*
h264: move mb_skip_run into the per-slice context
Anton Khirnov
2015-03-21
1
-2
/
+2
*
h264: move [{top,left}_]cbp into the per-slice context
Anton Khirnov
2015-03-21
1
-1
/
+1
*
h264: move mb[_{padding,luma_dc}] into the per-slice context
Anton Khirnov
2015-03-21
1
-6
/
+6
*
h264: move the slice type variables into the per-slice context
Anton Khirnov
2015-03-21
1
-7
/
+7
*
h264: move {mv,ref}_cache into the per-slice context
Anton Khirnov
2015-03-21
1
-17
/
+18
*
h264: move non_zero_count_cache into the per-slice context
Anton Khirnov
2015-03-21
1
-3
/
+3
*
h264: move *_samples_available into the per-slice context
Anton Khirnov
2015-03-21
1
-11
/
+11
*
h264: move intra4x4_pred_mode[_cache] into the per-slice context
Anton Khirnov
2015-03-21
1
-24
/
+24
*
h264: move some neighbour information into the per-slice context
Anton Khirnov
2015-03-21
1
-1
/
+2
*
h264: move {chroma,intra16x16}_pred_mode into the per-slice context
Anton Khirnov
2015-03-21
1
-3
/
+3
*
h264: move the quantizers into the per-slice context
Anton Khirnov
2015-03-21
1
-7
/
+9
*
h264: split weighted pred-related vars into per-slice context
Anton Khirnov
2015-03-21
1
-1
/
+1
*
avcodec: Don't anonymously typedef structs
Diego Biurrun
2015-02-14
1
-1
/
+1
*
dsputil: Move thirdpel-related bits into their own context
Diego Biurrun
2014-03-22
1
-7
/
+11
*
avcodec: more correct printf specifiers
Diego Biurrun
2014-03-22
1
-5
/
+8
*
svq3: directly set pix_fmt and color_range
Vittorio Giovara
2014-03-18
1
-1
/
+2
*
h264 does not depend on mpegvideo any more
Vittorio Giovara
2014-03-16
1
-1
/
+0
*
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Vittorio Giovara
2014-03-16
1
-0
/
+1
*
h264: move relevant fields from Picture to H264Picture
Vittorio Giovara
2014-03-16
1
-9
/
+9
*
mpegvideo: directly use frames in ff_draw_horiz_band()
Vittorio Giovara
2014-03-16
1
-2
/
+2
*
mpeg: Drop unused parameters from ff_draw_horiz_band()
Diego Biurrun
2014-01-29
1
-2
/
+3
*
mpegvideo: drop support for real (non-emulated) edges
Anton Khirnov
2014-01-09
1
-1
/
+1
*
lavc: Edge emulation with dst/src linesize
Ronald S. Bultje
2013-11-15
1
-2
/
+4
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
svq3: Avoid a division by zero
Martin Storsjö
2013-09-19
1
-1
/
+2
*
svq3: Check for any negative return value from ff_h264_check_intra_pred_mode
Martin Storsjö
2013-09-17
1
-3
/
+3
*
h264data: Move some tables to the only place they are used
Diego Biurrun
2013-08-20
1
-0
/
+7
*
vdpau: remove old-style decoders
Rémi Denis-Courmont
2013-08-05
1
-1
/
+0
*
avcodec: Add av_cold attributes to end functions missing them
Diego Biurrun
2013-05-05
1
-1
/
+3
*
svq3: Use hpeldsp instead of dsputil for half-pel functions
Ronald S. Bultje
2013-04-19
1
-7
/
+10
*
h264: Integrate clear_blocks calls with IDCT
Ronald S. Bultje
2013-04-10
1
-2
/
+2
*
lavc: stop setting AVFrame.motion_subsample_log2
Anton Khirnov
2013-03-08
1
-1
/
+0
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-46
/
+68
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+0
*
h264/svq3: Stop using draw_edges
Ronald S. Bultje
2013-02-19
1
-5
/
+8
*
svq3: unbreak decoding
Matti Hamalainen
2013-02-18
1
-4
/
+6
*
h264: deMpegEncContextize
Anton Khirnov
2013-02-15
1
-233
/
+349
*
mpegvideo: split ff_draw_horiz_band().
Anton Khirnov
2013-02-15
1
-1
/
+1
*
svq3: remove a pointless if()
Anton Khirnov
2013-02-15
1
-122
/
+120
*
dsputil: Move ff_svq3 function declarations to a separate header
Diego Biurrun
2013-02-07
1
-0
/
+1
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
1
-3
/
+3
*
lavc: introduce VideoDSPContext
Ronald S. Bultje
2012-12-20
1
-7
/
+7
*
svq3: make slice type value unsigned to match svq3_get_ue_golomb return type
Janne Grunau
2012-12-09
1
-3
/
+4
[next]