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
/
dnxhdenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark read-only tables as static
Diego Biurrun
2016-05-05
1
-1
/
+1
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-1
/
+1
*
Move const qualifier before type name
Diego Biurrun
2016-03-23
1
-2
/
+2
*
dnxhd: Make the encoder message friendlier
Luca Barbato
2016-02-09
1
-2
/
+3
*
lavc: Simplify checking quant bias option
Vittorio Giovara
2015-09-29
1
-2
/
+1
*
lavc: AV-prefix all codec capabilities
Vittorio Giovara
2015-07-27
1
-1
/
+1
*
lavc: AV-prefix all codec flags
Vittorio Giovara
2015-07-27
1
-1
/
+1
*
Deprecate avctx.coded_frame
Vittorio Giovara
2015-07-20
1
-0
/
+12
*
Add a quality factor packet side data
Vittorio Giovara
2015-07-20
1
-1
/
+6
*
Gather all coded_frame allocations and free functions to a single place
Vittorio Giovara
2015-07-20
1
-6
/
+0
*
lavc: Deprecate avctx.{inter,intra}_quant_bias
Vittorio Giovara
2015-07-02
1
-5
/
+13
*
lavc: Replace av_dlog and tprintf with internal macros
Vittorio Giovara
2015-04-19
1
-4
/
+4
*
lavc: fix bitshifts amount bigger than the type
Vittorio Giovara
2014-11-18
1
-1
/
+1
*
dnxhdenc: check negative index
Vittorio Giovara
2014-11-13
1
-0
/
+2
*
idct: remove call to ff_idctdsp_init from ff_MPV_common_init
John Stebbins
2014-08-14
1
-2
/
+1
*
dsputil: Split off pixel block routines into their own context
Diego Biurrun
2014-07-09
1
-15
/
+15
*
dsputil: Split off FDCT bits into their own context
Diego Biurrun
2014-07-07
1
-1
/
+3
*
dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc
Diego Biurrun
2014-07-06
1
-2
/
+3
*
dsputil: Split off IDCT bits into their own context
Diego Biurrun
2014-06-30
1
-4
/
+5
*
mpeg: Change ff_convert_matrix() to take an MpegEncContext parameter
Diego Biurrun
2014-06-27
1
-2
/
+2
*
dsputil: Split clear_block*/fill_block* off into a separate context
Diego Biurrun
2014-06-18
1
-4
/
+6
*
DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as stride
Timothy Gu
2014-04-11
1
-2
/
+2
*
DNxHD: K&R formatting cosmetics
Vittorio Giovara
2014-04-11
1
-182
/
+282
*
dnxhdenc: return meaningful return codes
Timothy Gu
2014-03-30
1
-19
/
+19
*
avutil: remove timer.h include from internal.h
Janne Grunau
2014-01-25
1
-0
/
+1
*
dnxhdenc: use the AVFrame API properly.
Anton Khirnov
2013-11-16
1
-14
/
+14
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
Remove commented-out debug #define cruft
Diego Biurrun
2013-05-16
1
-1
/
+0
*
avcodec: Add av_cold attributes to end functions missing them
Diego Biurrun
2013-05-05
1
-1
/
+1
*
avcodec: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-04
1
-4
/
+5
*
dsputil: Move LOCAL_ALIGNED macros to libavutil
Diego Biurrun
2013-02-08
1
-0
/
+1
*
dnxhdenc: fix invalid reads in dnxhd_mb_var_thread().
Anton Khirnov
2013-01-26
1
-3
/
+24
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
1
-10
/
+10
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-5
/
+5
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-1
/
+1
*
dnxhdenc: x86: more sensible names for optimization file and init function
Diego Biurrun
2012-08-24
1
-3
/
+2
*
mpegvideo: convert mpegvideo_common.h to a .c file
Mans Rullgard
2012-08-09
1
-1
/
+0
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-4
/
+6
*
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-15
1
-1
/
+1
*
libavcodec: Add ff_ prefix to some nonstatic symbols
Martin Storsjö
2012-02-15
1
-1
/
+1
*
dnxhdenc: switch to encode2.
Anton Khirnov
2012-02-12
1
-7
/
+12
*
Merge some declarations and initializations.
Diego Biurrun
2012-01-04
1
-3
/
+3
*
dnxhdenc: fix signed overflows
Mans Rullgard
2011-11-26
1
-2
/
+3
*
dnxhdenc: fixed signed multiplication overflow
Mans Rullgard
2011-10-14
1
-1
/
+1
*
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
1
-1
/
+1
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-7
/
+7
*
dnxhdenc: fix declarations in for loops
Mans Rullgard
2011-07-27
1
-3
/
+5
*
dnxhd: 10-bit support
Joseph Artsimovich
2011-07-21
1
-56
/
+184
*
dnxhdenc: remove inline from function only called through pointer
Mans Rullgard
2011-07-21
1
-1
/
+1
[next]