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
*
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
*
dnxhdenc: whitespace cosmetics
Mans Rullgard
2011-07-21
1
-30
/
+32
*
dnxhdenc: Replace a forward declaration by the proper #include.
Diego Biurrun
2011-07-12
1
-2
/
+1
*
dnxhdenc: add AVClass in private context.
Baptiste Coudurier
2011-05-12
1
-2
/
+2
*
AVOptions: make default_val a union, as proposed in AVOption2.
Anton Khirnov
2011-05-10
1
-1
/
+1
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-1
/
+1
*
Introduce slice threads flag.
Ronald S. Bultje
2011-04-21
1
-0
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
dnxhd: allow encoding with Avid Nitris compatibility.
Baptiste Coudurier
2011-03-01
1
-1
/
+15
*
Replace dprintf with av_dlog
Luca Barbato
2011-01-29
1
-4
/
+4
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Make DNxHD encoder produce files that are strictly VC-3 compatible
Baptiste Coudurier
2010-11-16
1
-3
/
+3
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Use LOCAL_ALIGNED macro for local arrays
Måns Rullgård
2010-02-17
1
-2
/
+2
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-1
/
+1
*
avoid integer overflow in dnxhd encoder, fixes #1557
Baptiste Coudurier
2009-11-20
1
-1
/
+3
*
clarify why the encoder is failing
Baptiste Coudurier
2009-11-19
1
-1
/
+2
*
Reindent after removing the outer for loops in the execute2 patch
Reimar Döffinger
2009-10-12
1
-68
/
+68
*
Move dnxhdenc to execute2 multithreading API.
Reimar Döffinger
2009-10-12
1
-35
/
+28
*
Remove casts that are useless since the argument is void *.
Reimar Döffinger
2009-10-06
1
-4
/
+4
*
Use a custom radix sort implementation instead of qsort in dnxhd encoder.
Reimar Döffinger
2009-09-21
1
-3
/
+54
*
fix uninitialized memory in dnxhd encoder
Baptiste Coudurier
2009-09-18
1
-0
/
+5
*
Mark all pix_fmts and supported_framerates compound literals as const.
Reimar Döffinger
2009-09-06
1
-1
/
+1
*
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label
Ramiro Polla
2009-09-06
1
-14
/
+14
*
data parameter of dnxhd_encode_picture() should not be const.
Daniel Verkamp
2009-05-08
1
-1
/
+1
[next]