index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
proresenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
proresenc: Properly account for alpha plane
Christophe Gisquet
2014-08-18
1
-2
/
+8
*
proresenc: Realloc if buffer is too small
Christophe Gisquet
2014-08-18
1
-1
/
+37
*
proresenc: Report buffer overflow
Christophe Gisquet
2014-08-18
1
-3
/
+11
*
proresenc: Remove unneeded parameters from encode_alpha_plane()
Christophe Gisquet
2014-08-18
1
-4
/
+2
*
dsputil: Split off FDCT bits into their own context
Diego Biurrun
2014-07-07
1
-16
/
+15
*
proresenc: Reuse proper dsputil infrastructure for FDCT
Diego Biurrun
2014-02-28
1
-11
/
+15
*
prores: Drop DSP infrastructure for prores encoder bits
Diego Biurrun
2014-02-28
1
-11
/
+24
*
proresenc: Drop unnecessary DCT permutation bits
Diego Biurrun
2014-02-28
1
-6
/
+5
*
Replace all instances of avcodec_alloc_frame() with av_frame_alloc().
Anton Khirnov
2013-11-16
1
-1
/
+1
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
proresenc: alpha coding support
Kostya Shishkov
2013-05-30
1
-21
/
+220
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
1
-8
/
+9
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-4
/
+4
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-4
/
+4
*
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
Martin Storsjö
2012-09-04
1
-10
/
+10
*
proresenc: Don't free a buffer not owned by the codec
Martin Storsjö
2012-09-04
1
-3
/
+0
*
proresenc: Write the full value in one put_bits call
Martin Storsjö
2012-09-04
1
-2
/
+1
*
prores: interlaced ProRes encoding
Maksalov Boris
2012-08-14
1
-68
/
+115
*
proresenc: use the edge emulation buffer
Boris Maksalov
2012-08-13
1
-6
/
+6
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
proresenc: make a variable local to the loop where it is used
Mans Rullgard
2012-07-01
1
-2
/
+1
*
proresenc: multithreaded quantiser search
Kostya Shishkov
2012-04-17
1
-60
/
+101
*
prores: allow user to set fixed quantiser
Kostya Shishkov
2012-03-18
1
-44
/
+70
*
proresenc: give user a possibility to alter some encoding parameters
Kostya Shishkov
2012-03-04
1
-56
/
+122
*
prores: store and retrieve extended colourspace information
Kostya Shishkov
2012-02-29
1
-3
/
+3
*
proresenc: correct edge emulation
Phil Barrett
2012-02-29
1
-7
/
+7
*
prores: handle 444 chroma in right order
Kostya Shishkov
2012-02-29
1
-12
/
+25
*
prores: use natural integer type for the codebook index
Christophe GISQUET
2012-02-22
1
-2
/
+2
*
proresenc: force bitrate not to exceed given limit
Kostya Shishkov
2012-02-18
1
-10
/
+62
*
proresenc: initialise 'sign' variable
Kostya Shishkov
2012-02-16
1
-0
/
+2
*
prores encoder
Kostya Shishkov
2012-02-15
1
-0
/
+836