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
/
pngenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc/pngenc: Support encoding ya16be.
Carl Eugen Hoyos
2015-01-22
1
-1
/
+5
*
Merge commit '5735552f1f17ea01dcbc99b08f54b5bf52176a8f'
Michael Niedermayer
2014-08-01
1
-1
/
+1
|
\
|
*
pngenc: Drop pointless pointer cast in png_write_row()
Diego Biurrun
2014-08-01
1
-1
/
+1
*
|
Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c'
Michael Niedermayer
2014-05-28
1
-10
/
+10
|
\
\
|
|
/
|
*
dsputil: Split off HuffYUV encoding bits into their own context
Diego Biurrun
2014-05-27
1
-8
/
+8
*
|
Merge commit 'cccac7654f3f6b82967bc6ae08b35ae8b4fbe1a9'
Michael Niedermayer
2014-03-17
1
-2
/
+2
|
\
\
|
|
/
|
*
png: Support rgb48 and rgba64 encoding
Carl Eugen Hoyos
2014-03-16
1
-1
/
+9
*
|
Merge commit 'c598b569fb3d1f4b6c4868fe64f6989254df5186'
Michael Niedermayer
2014-03-17
1
-71
/
+81
|
\
\
|
|
/
|
*
png: K&R formatting cosmetics
Vittorio Giovara
2014-03-16
1
-74
/
+84
*
|
avcodec/pngenc: fix invalid read in sub filter.
Clément Bœsch
2014-02-23
1
-2
/
+17
*
|
Merge commit '45bde93eefa78c1bdb0936109fbd2e2fb27fbfe7'
Michael Niedermayer
2013-11-17
1
-8
/
+15
|
\
\
|
|
/
|
*
pngenc: use the AVFrame API properly.
Anton Khirnov
2013-11-16
1
-8
/
+15
*
|
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
|
*
png: allow encoding 16-bit grayscale
Ian Taylor
2013-08-13
1
-0
/
+5
*
|
avcodec/png: remove obsolete comments
Paul B Mahol
2013-09-08
1
-4
/
+0
*
|
Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'
Michael Niedermayer
2013-05-16
1
-2
/
+0
|
\
\
|
|
/
|
*
Remove commented-out debug #define cruft
Diego Biurrun
2013-05-16
1
-2
/
+0
*
|
pngenc: Add 'dpi', 'dpm' options
Andrey Utkin
2013-05-13
1
-3
/
+36
*
|
Remove two anonymous arrays.
Carl Eugen Hoyos
2013-04-17
1
-1
/
+2
*
|
Fix bits_per_coded_sample when encoding png with frame-level multithreading.
Carl Eugen Hoyos
2013-02-20
1
-5
/
+17
*
|
Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'
Michael Niedermayer
2012-12-21
1
-1
/
+1
|
\
\
|
|
/
|
*
miscellaneous typo fixes
Diego Biurrun
2012-12-21
1
-1
/
+1
*
|
pngenc: write sample aspect ratio
Paul B Mahol
2012-10-13
1
-0
/
+5
*
|
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-17
/
+17
|
\
\
|
|
/
|
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-9
/
+9
*
|
lavc/pngenc: Enable frame threading for PNG encodes
Ben Jackson
2012-09-10
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
*
|
Remove duplicated png and mng signatures.
Paul B Mahol
2012-06-15
1
-1
/
+1
*
|
pngenc: use av_assert
Michael Niedermayer
2012-06-11
1
-1
/
+3
*
|
Make png-in-mov QuickTime-compatible for more colour-spaces.
Carl Eugen Hoyos
2012-06-11
1
-0
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-07
1
-7
/
+9
|
\
\
|
|
/
|
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-2
/
+5
*
|
cosmetics: remove superfluous curly brackets
Paul B Mahol
2012-03-23
1
-2
/
+1
*
|
pngenc: make max_packet_size 64bit check check it.
Michael Niedermayer
2012-03-22
1
-2
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-22
1
-10
/
+14
|
\
\
|
|
/
|
*
pngenc: better upper bound for encoded frame size.
Anton Khirnov
2012-03-22
1
-13
/
+17
*
|
pngenc: switch to ff_alloc_packet2().
Michael Niedermayer
2012-03-22
1
-4
/
+2
*
|
pngenc: Fix incorrect mask used for interlaced mode.
Michael Niedermayer
2012-03-20
1
-1
/
+1
*
|
pngenc: allocate packets that have some chance of being large enough.
Michael Niedermayer
2012-03-20
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-22
1
-1
/
+1
|
\
\
|
|
/
|
*
png: make .long_name more descriptive
Paul B Mahol
2012-02-21
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-18
1
-8
/
+21
|
\
\
|
|
/
|
*
pngenc: switch to encode2().
Anton Khirnov
2012-02-17
1
-8
/
+21
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-16
1
-1
/
+1
|
\
\
|
|
/
|
*
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-15
1
-1
/
+1
*
|
Support rgb48 and rgba64 png encoding.
Carl Eugen Hoyos
2012-01-15
1
-1
/
+14
*
|
Simplify RGB32 png encoding.
Carl Eugen Hoyos
2012-01-15
1
-36
/
+3
*
|
Support gray16 png encoding.
Carl Eugen Hoyos
2012-01-15
1
-1
/
+5
[next]