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
/
dpxenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec/dpxenc: Fix "libavcodec/dpxenc.c:250:44: warning: passing argument 3 ...
Michael Niedermayer
2015-10-24
1
-1
/
+1
*
Merge commit '48c06386831604921bdaf4fb77ea02766cd615f4'
Hendrik Leppkes
2015-10-22
1
-9
/
+11
|
\
|
*
dpx: Replace avpicture functions with imgutils
Vittorio Giovara
2015-10-21
1
-6
/
+9
*
|
Replace all remaining occurances of step/depth_minus1 and offset_plus1
Hendrik Leppkes
2015-09-08
1
-1
/
+1
*
|
Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'
Michael Niedermayer
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
/
+4
|
*
Gather all coded_frame allocations and free functions to a single place
Vittorio Giovara
2015-07-20
1
-11
/
+0
|
*
dpx: always write the image offset
Zoltan Kovacs
2014-12-08
1
-0
/
+1
|
*
dpxenc: mention missing break
Vittorio Giovara
2014-11-13
1
-0
/
+1
|
*
dpxenc: use the AVFrame API properly.
Anton Khirnov
2013-11-16
1
-2
/
+11
*
|
avcodec: Add a min size parameter to ff_alloc_packet2()
Michael Niedermayer
2015-07-27
1
-1
/
+1
*
|
avcodec/dpxenc: implement write16/32 as functions
Michael Niedermayer
2015-06-19
1
-10
/
+13
*
|
dpxenc: fix padding in encode_gbrp12
Christophe Gisquet
2014-08-21
1
-2
/
+2
*
|
dpxenc: enforce alignment requirement
Christophe Gisquet
2014-08-14
1
-7
/
+37
*
|
dpx: abgr support
Paul B Mahol
2013-10-08
1
-1
/
+4
*
|
avcodec/dpx: support for 8 and 16 bit luma only files
Paul B Mahol
2013-10-07
1
-0
/
+7
*
|
avcodec/dpx: make .long_name more descriptive
Paul B Mahol
2013-10-06
1
-1
/
+1
*
|
Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'
Michael Niedermayer
2013-10-04
1
-1
/
+1
|
\
\
|
|
/
|
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
|
dpxenc: cosmetics: reindent
Paul B Mahol
2013-07-27
1
-17
/
+12
*
|
dpxenc: dont shift into the sign bit.
Michael Niedermayer
2013-05-15
1
-2
/
+2
*
|
replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*
Michael Niedermayer
2013-05-15
1
-3
/
+3
*
|
dpxenc: simplifiy code using AVPixFmtDescriptor
Paul B Mahol
2013-05-12
1
-26
/
+13
*
|
dpxenc: do not set coded_frame
Paul B Mahol
2013-05-12
1
-5
/
+0
*
|
dpxenc: fix data offset
ArnoB
2013-03-15
1
-0
/
+1
*
|
dpxenc: fix signed c99 overflows
Michael Niedermayer
2012-10-14
1
-6
/
+6
*
|
Fix writing 12 bit DPX
Georg Lippitsch
2012-10-13
1
-3
/
+14
*
|
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-22
/
+22
|
\
\
|
|
/
|
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-10
/
+10
*
|
dpx: 10 and 12 bit encoding
Georg Lippitsch
2012-08-25
1
-2
/
+69
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-16
1
-0
/
+1
|
\
\
|
|
/
|
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+1
*
|
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-1
/
+1
|
\
\
|
|
/
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
|
cosmetics: remove superfluous curly brackets
Paul B Mahol
2012-03-23
1
-2
/
+1
*
|
dpxenc: switch to ff_alloc_packet2()
Michael Niedermayer
2012-03-22
1
-2
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-01
1
-2
/
+1
|
\
\
|
|
/
|
*
dpxenc: Don't include the libavcodec ident if bitexact mode is enabled
Martin Storsjö
2012-02-29
1
-1
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-18
1
-12
/
+23
|
\
\
|
|
/
|
*
dpxenc: switch to encode2().
Anton Khirnov
2012-02-17
1
-13
/
+23
|
*
lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*
Anton Khirnov
2011-09-21
1
-1
/
+1
|
*
dpx: Do not use DPX encoder for decoding.
Kostya Shishkov
2011-05-02
1
-1
/
+1
*
|
dpxenc: Dont store lavc indent when bitexact is set.
Michael Niedermayer
2012-01-17
1
-1
/
+3
*
|
Support rgb64 dpx encoding.
Carl Eugen Hoyos
2012-01-16
1
-0
/
+8
*
|
replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
Stefano Sabatini
2011-05-02
1
-1
/
+1
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-02
1
-9
/
+9
|
\
\
|
|
/
|
*
DPX image encoder
Peter Ross
2011-05-01
1
-0
/
+178
*
dpx:fix typo
Michael Niedermayer
2011-04-02
1
-1
/
+1
*
cosmetics: indentation
Peter Ross
2011-04-02
1
-5
/
+5
[next]