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
/
ffv1enc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ffv1enc: use 64bit in maxsize calculation
Michael Niedermayer
2013-10-19
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
|
*
pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
Anton Khirnov
2013-05-15
1
-1
/
+1
*
|
avcodec/ffv1: YUVA(444,422,420) 9, 10 and 16 bit support
Paul B Mahol
2013-09-09
1
-5
/
+14
*
|
avcodec/ffv1enc: encode slice as raw PCM in 1.4 when the buffer is too small.
Michael Niedermayer
2013-09-09
1
-12
/
+52
*
|
avcodec/ffv1enc: check encode_line()s return code
Michael Niedermayer
2013-09-09
1
-7
/
+14
*
|
avcodec/ffv1enc: update buffer check for 16bps
Michael Niedermayer
2013-09-09
1
-1
/
+1
*
|
avcodec/ffv1enc: fix size used for ff_alloc_packet2()
Michael Niedermayer
2013-09-09
1
-2
/
+3
*
|
ffv1enc: Make ffv1.3 non experimental
Michael Niedermayer
2013-08-26
1
-2
/
+2
*
|
ffv1: rename minor to micro version
Michael Niedermayer
2013-08-20
1
-2
/
+2
*
|
ffv1: update years in header
Michael Niedermayer
2013-08-17
1
-1
/
+1
*
|
ffv1enc: propagate error code from write_extradata()
Michael Niedermayer
2013-08-17
1
-1
/
+2
*
|
ffv1enc: check for malloc failure
Michael Niedermayer
2013-08-17
1
-0
/
+2
*
|
avcodec/ffv1enc: bump minor_version for the chroma_plane fix
Michael Niedermayer
2013-08-15
1
-1
/
+1
*
|
avcodec/ffv1enc: fix chroma_plane for rgb/rgba
Michael Niedermayer
2013-08-15
1
-0
/
+2
*
|
ffv1: fix plane_count at version 1.4
Michael Niedermayer
2013-08-15
1
-0
/
+3
*
|
Rename "AVClass class" as "AVClass component_class".
Carl Eugen Hoyos
2013-06-30
1
-2
/
+2
*
|
ffv1enc: Check return value of av_frame_ref()
Michael Niedermayer
2013-06-03
1
-1
/
+2
*
|
ffv1enc: fix 1000l typo
Michael Niedermayer
2013-05-11
1
-1
/
+1
*
|
ffv1enc: Fix memleak
Michael Niedermayer
2013-05-11
1
-0
/
+1
*
|
ffv1enc: dont set coded_frame
Michael Niedermayer
2013-05-11
1
-1
/
+0
*
|
ffv1enc: Check the return value of ffv1_common_init()
Michael Niedermayer
2013-05-11
1
-1
/
+2
*
|
ffv1: Switch to ThreadFrame
Michael Niedermayer
2013-05-11
1
-8
/
+8
*
|
lavu: add FF_CEIL_RSHIFT and use it in various places.
Clément Bœsch
2013-05-09
1
-2
/
+2
*
|
Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'
Michael Niedermayer
2013-05-05
1
-0
/
+1
|
\
\
|
|
/
|
*
avcodec: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-04
1
-1
/
+2
*
|
ffv1enc: favor version 3 over 2 unless -strict -2 is set
Michael Niedermayer
2013-04-27
1
-1
/
+1
*
|
ffv1: Store a flag in the global header that indicates if all frames are keyf...
Michael Niedermayer
2013-04-27
1
-1
/
+2
*
|
Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'
Michael Niedermayer
2013-02-26
1
-1
/
+0
|
\
\
|
|
/
|
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+0
|
*
pixdesc: add av_pix_fmt_get_chroma_sub_sample
Luca Barbato
2012-11-13
1
-2
/
+2
*
|
ffv1enc: better heuristic to calculate initial states
Michael Niedermayer
2013-02-11
1
-8
/
+19
*
|
ffv1enc: check for malloc failure
Michael Niedermayer
2013-02-05
1
-0
/
+2
*
|
ffv1enc: fix gbrp>8bit
Michael Niedermayer
2013-01-25
1
-2
/
+2
*
|
ffv1enc: include correct header
Paul B Mahol
2013-01-23
1
-1
/
+1
*
|
ffv1enc: allow encoding with 1 slice for CIF and smaller in version 3
Michael Niedermayer
2012-12-05
1
-1
/
+2
*
|
ffv1enc: consider 2pass float rounding, fix loop
Michael Niedermayer
2012-11-16
1
-1
/
+1
*
|
Merge commit '2d09b36c0379fcda8f984bc8ad8816c8326fd7bd'
Michael Niedermayer
2012-10-21
1
-34
/
+48
|
\
\
|
|
/
|
*
ffv1: update to ffv1 version 3
Luca Barbato
2012-10-20
1
-100
/
+331
*
|
Merge commit '4a2a4524a3f50ed302820ba971ddd48e78c7436f'
Michael Niedermayer
2012-10-21
1
-10
/
+10
|
\
\
|
|
/
|
*
ffv1: propagate errors
Luca Barbato
2012-10-20
1
-13
/
+13
*
|
Merge commit '71f7b22dba60524b2285643ae0b49d8f64977129'
Michael Niedermayer
2012-10-21
1
-1
/
+1
|
\
\
|
|
/
|
*
ffv1: split decoder and encoder
Luca Barbato
2012-10-20
1
-0
/
+871
*
ffv1: split decoder and encoder
Michael Niedermayer
2012-10-21
1
-0
/
+1142