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: 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
*
|
ffv1: fix log level of FF_DEBUG_PICT_INFO
Michael Niedermayer
2012-06-04
1
-1
/
+1
*
|
ffv1: fix integer overflow in quant table initialization
Michael Niedermayer
2012-06-02
1
-2
/
+2
*
|
ffv1: fix crash caused by version becoming inconsistent
Michael Niedermayer
2012-06-02
1
-1
/
+6
*
|
ffv1: fix reading global header with CRC
Michael Niedermayer
2012-05-31
1
-1
/
+3
*
|
ffv1: fix decoder state_transition table
Michael Niedermayer
2012-05-23
1
-1
/
+1
*
|
Support yuva422p in ffv1.
Carl Eugen Hoyos
2012-05-08
1
-0
/
+2
*
|
Remove unused variable from ffv1 decoder.
Carl Eugen Hoyos
2012-05-05
1
-1
/
+1
*
|
ffv1: 10l add forgotten avclass
Michael Niedermayer
2012-04-30
1
-0
/
+1
*
|
ffv1: add slicecrc option
Michael Niedermayer
2012-04-30
1
-1
/
+21
*
|
ffv1: add examples of supported slices counts
Michael Niedermayer
2012-04-26
1
-1
/
+1
*
|
ffv1: remove clear_state(), it has become unused
Michael Niedermayer
2012-04-25
1
-9
/
+0
*
|
ffv1: move clear_state() to clear_slice_state() in encoding threads
Michael Niedermayer
2012-04-25
1
-1
/
+2
*
|
ffv1: indent
Michael Niedermayer
2012-04-25
1
-5
/
+5
*
|
ffv1: move init_slice_state() into the decoder threads.
Michael Niedermayer
2012-04-25
1
-12
/
+4
*
|
ffv1: Remove slice count field with 1.3 and just count slices.
Michael Niedermayer
2012-04-25
1
-6
/
+15
*
|
ffv1: store slice size with all slices in 1.3
Michael Niedermayer
2012-04-25
1
-3
/
+3
*
|
ffv1: add 1 status byte to slices in in case crcs are stored too.
Michael Niedermayer
2012-04-25
1
-2
/
+4
*
|
ffv1: Always store slice size when error reobustness is enabled.
Michael Niedermayer
2012-04-25
1
-3
/
+3
[prev]
[next]