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
/
libvpxenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec/libvpxenc.c: Fix linking with codec interface with msvc.
Matt Oliver
2015-01-10
1
-2
/
+2
*
Merge commit '771656bd85416cd6308b11aed6f2c69a8db9c21b'
Michael Niedermayer
2014-11-18
1
-1
/
+1
|
\
|
*
libvpxenc: clean memory on error
Vittorio Giovara
2014-11-18
1
-0
/
+1
*
|
avcodec/libvpxenc: use av_freep(), do not leave stale pointers in memory
Michael Niedermayer
2014-10-19
1
-2
/
+2
*
|
Merge commit '685be3d1aecf965281128f3b631ed965bcfa754d'
Michael Niedermayer
2014-10-18
1
-1
/
+12
|
\
\
|
|
/
|
*
libvpxenc: add static-thresh private option
Anton Khirnov
2014-10-18
1
-1
/
+12
*
|
lavc/libvpxenc: show crf CQ value in error message
Stefano Sabatini
2014-09-05
1
-2
/
+2
*
|
avcodec/libvpxenc: Adds support for constant quality mode in VP9.
Deb Mukherjee
2014-08-28
1
-6
/
+19
*
|
Adds support for setting aq_mode in libvpx encoder
Deb Mukherjee
2014-08-27
1
-0
/
+9
*
|
Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'
Michael Niedermayer
2014-08-15
1
-1
/
+1
|
\
\
|
|
/
|
*
cosmetics: Write NULL pointer inequality checks more compactly
Gabriel Dume
2014-08-15
1
-1
/
+1
*
|
Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'
Michael Niedermayer
2014-08-15
1
-1
/
+1
|
\
\
|
|
/
|
*
vp9 encoder: use a decent default speed setting
Rafaël Carré
2014-06-17
1
-1
/
+1
*
|
avcodec/libvpxenc: update the ranges for "cpu_used" so it matches the "speed"...
Michael Niedermayer
2014-06-06
1
-3
/
+2
*
|
avcodec/libvpxenc: Update the "cpu-used" options default to match the "speed"...
Rafaël Carré
2014-06-06
1
-1
/
+1
*
|
Use correct msvc type specifiers for ptrdiff_t and size_t.
Carl Eugen Hoyos
2014-04-24
1
-4
/
+4
*
|
avcodec/libvpx: set CODEC_CAP_EXPERIMENTAL correctly instead of testing at co...
Michael Niedermayer
2013-12-10
1
-3
/
+1
*
|
Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'
Michael Niedermayer
2013-12-09
1
-4
/
+6
|
\
\
|
|
/
|
*
avcodec: Use av_reallocp where suitable
Alexandra Khirnova
2013-12-09
1
-4
/
+6
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-12-08
1
-1
/
+5
|
\
\
|
|
/
|
*
libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0
Guillaume Martres
2013-12-08
1
-1
/
+5
*
|
libvpxenc: token_parts is VP8 specific
James Almer
2013-12-08
1
-1
/
+2
*
|
libvpxenc: update cpu-used default
James Zern
2013-11-23
1
-1
/
+1
*
|
Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'
Michael Niedermayer
2013-11-16
1
-1
/
+1
|
\
\
|
|
/
|
*
Replace all instances of avcodec_alloc_frame() with av_frame_alloc().
Anton Khirnov
2013-11-16
1
-1
/
+1
*
|
libvpxenc: allow qmax of 0
James Zern
2013-11-03
1
-1
/
+1
*
|
libvpxenc: add VP9 options
James Zern
2013-11-03
1
-0
/
+29
*
|
libvpxenc: split vp8/vp9 options array
James Zern
2013-11-02
1
-36
/
+59
*
|
Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'
Michael Niedermayer
2013-10-04
1
-2
/
+2
|
\
\
|
|
/
|
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-2
/
+2
*
|
Fixing a stride issue in VP8 Alpha encode
Vignesh Venkatasubramanian
2013-07-17
1
-0
/
+3
*
|
avcodec/libvpxenc: make class names unique
Michael Niedermayer
2013-07-09
1
-2
/
+2
*
|
Adding support for encoding VP8 Alpha
Vignesh Venkatasubramanian
2013-05-17
1
-4
/
+95
*
|
libvpxenc: dont redundantly zero fields, the whole context is zeroed on init
Michael Niedermayer
2013-03-01
1
-3
/
+0
*
|
libvpxenc: add psnr support
Pascal Massimino
2013-02-28
1
-5
/
+52
*
|
libvpx: check if CQ level is in correct bounds
slhck
2013-02-25
1
-0
/
+10
*
|
libvpx: allow 0 as min quantizer value
slhck
2013-02-25
1
-1
/
+1
*
|
Merge commit '3f111804eb5c603a344706b84b7164cbf7b4e0df'
Michael Niedermayer
2013-01-15
1
-11
/
+47
|
\
\
|
|
/
|
*
libvpx: make vp8 and vp9 selectable
Luca Barbato
2013-01-14
1
-16
/
+18
|
*
libvpx: support vp9
Luca Barbato
2013-01-14
1
-2
/
+36
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-12-10
1
-2
/
+3
|
\
\
|
|
/
|
*
libvpxenc: Support forcing keyframes
Martin Storsjö
2012-12-09
1
-1
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-11-08
1
-2
/
+2
|
\
\
|
|
/
|
*
libvpxenc: Allow enabling constrained quality (CQ) mode
James Zern
2012-11-08
1
-2
/
+8
*
|
libvpxenc: fix memleak on error path
Michael Niedermayer
2012-10-11
1
-0
/
+1
*
|
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-1
/
+1
|
\
\
|
|
/
|
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-1
/
+1
*
|
libvpcenc: fix flags voption types
Michael Niedermayer
2012-10-07
1
-1
/
+1
*
|
Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'
Michael Niedermayer
2012-09-05
1
-15
/
+15
|
\
\
|
|
/
|
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-7
/
+7
[next]