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
/
ffv1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ffv1: check for malloc failure
Michael Niedermayer
2013-02-05
1
-0
/
+4
*
ffv1: assert that there is at least one slice
Paul B Mahol
2012-10-31
1
-0
/
+1
*
Merge commit '2d09b36c0379fcda8f984bc8ad8816c8326fd7bd'
Michael Niedermayer
2012-10-21
1
-47
/
+49
|
\
|
*
ffv1: update to ffv1 version 3
Luca Barbato
2012-10-20
1
-51
/
+53
*
|
Merge commit '71f7b22dba60524b2285643ae0b49d8f64977129'
Michael Niedermayer
2012-10-21
1
-1
/
+1
|
\
\
|
|
/
|
*
ffv1: split decoder and encoder
Luca Barbato
2012-10-20
1
-1600
/
+12
*
|
ffv1: split decoder and encoder
Michael Niedermayer
2012-10-21
1
-2084
/
+9
*
|
ffv1: fix gray
Michael Niedermayer
2012-10-21
1
-10
/
+2
*
|
Merge commit 'a25d912dca9cd553440167e0476c47581359c0fc'
Michael Niedermayer
2012-10-17
1
-1005
/
+1089
|
\
\
|
|
/
|
*
ffv1: K&R formatting cosmetics
Luca Barbato
2012-10-16
1
-938
/
+1055
*
|
ffv1: fix packed rgb with 1.3
Michael Niedermayer
2012-10-17
1
-2
/
+10
*
|
ffv1: make sure gob_count is not 0
Michael Niedermayer
2012-10-13
1
-1
/
+1
*
|
ffv1: avoid checking a double for equality
Michael Niedermayer
2012-10-13
1
-1
/
+1
*
|
lavc: do not use av_pix_fmt_descriptors directly
Paul B Mahol
2012-10-12
1
-1
/
+2
*
|
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-61
/
+61
|
\
\
|
|
/
|
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-22
/
+22
*
|
ffv1: fix array data types
Michael Niedermayer
2012-10-08
1
-3
/
+3
*
|
ffv1enc: fix assert in put_vlc_symbol() and update to av_assert2()
Michael Niedermayer
2012-10-06
1
-1
/
+1
*
|
ffv1: change w/h asserts to check as the condition can likely happen
Michael Niedermayer
2012-10-06
1
-1
/
+3
*
|
ffv1: remove commented asserts
Michael Niedermayer
2012-10-06
1
-5
/
+0
*
|
ffv1dec: print bps for pict debug too
Michael Niedermayer
2012-10-03
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-01
1
-9
/
+12
|
\
\
|
|
/
|
*
avcodec: Convert some commented-out printf/av_log instances to av_dlog
Diego Biurrun
2012-10-01
1
-5
/
+11
|
*
avcodec: Drop silly and/or broken printf debug output
Diego Biurrun
2012-10-01
1
-6
/
+1
*
|
ffv1enc: fix integer overflow with high resolutions and lots of slices.
Michael Niedermayer
2012-09-29
1
-2
/
+1
*
|
ffv1dec: support decoding older 1.3 bitstream variant
Michael Niedermayer
2012-09-26
1
-1
/
+1
*
|
ffv1:update copyright year
Michael Niedermayer
2012-09-26
1
-1
/
+1
*
|
ffv1dec: change bitstream end check to a exact check instead of a +-1 check
Michael Niedermayer
2012-09-25
1
-2
/
+4
*
|
ffv1: inject sentinels for RC->VLC transitions begining with 1.3
Michael Niedermayer
2012-09-25
1
-1
/
+5
*
|
ffv1enc: fix RC slice sentinel
Michael Niedermayer
2012-09-25
1
-2
/
+5
*
|
Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'
Michael Niedermayer
2012-09-05
1
-1
/
+1
|
\
\
|
|
/
*
|
ffv1: fix 2 uninitialized variable warnings
Michael Niedermayer
2012-09-03
1
-2
/
+3
*
|
ffv1: more than 8 bit per RGB channel
Georg Lippitsch
2012-08-23
1
-17
/
+77
*
|
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-2
/
+2
|
\
\
|
|
/
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-2
/
+2
*
|
ffv1: Fix warnings about incompatible pointer type and discarded qualifiers
jamal
2012-07-27
1
-2
/
+2
*
|
ffv1dec: fix error concealment for gop>1
Michael Niedermayer
2012-07-16
1
-1
/
+2
*
|
ffv1dec: detect errors in bytestream end mismatches for EC
Michael Niedermayer
2012-07-16
1
-0
/
+7
*
|
ffv1dec: set the first slices bytestream end correctly
Michael Niedermayer
2012-07-16
1
-1
/
+2
*
|
ffv1dec: keep track of errors in slice headers for EC
Michael Niedermayer
2012-07-16
1
-1
/
+3
*
|
ffv1dec: add simple error concealment in case of CRC errors on slices.
Michael Niedermayer
2012-07-16
1
-0
/
+23
*
|
ffv1: keep last_frame (to be used for error concealment)
Michael Niedermayer
2012-07-16
1
-1
/
+6
*
|
ffv1enc: use default number of slices if unspecified
Michael Niedermayer
2012-07-13
1
-1
/
+1
*
|
ffv1dec: print timestamp at which a CRC mismatch happened
Michael Niedermayer
2012-07-13
1
-1
/
+9
*
|
Set default ffv1 coder to -1.
Carl Eugen Hoyos
2012-07-10
1
-1
/
+11
*
|
Cosmetics: Return AVERROR_INVALIDDATA from ffv1 encoder initialisation if inv...
Carl Eugen Hoyos
2012-07-10
1
-6
/
+6
*
|
Cosmetics: Move ffv1 encoder initialisation code.
Carl Eugen Hoyos
2012-07-10
1
-4
/
+4
*
|
cosmetics: align more codecs declarations
Paul B Mahol
2012-06-12
1
-1
/
+9
*
|
ffv1enc: add yuva422p to .pix_fmts
Paul B Mahol
2012-06-09
1
-1
/
+1
*
|
ffv1dec: print more information for -debug 1
Michael Niedermayer
2012-06-04
1
-1
/
+2
[next]