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
/
ffv1dec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec/ffv1dec: Check chroma shift parameters
Michael Niedermayer
2015-05-04
1
-0
/
+12
*
avcodec/ffv1dec: More completely check micro_version
Michael Niedermayer
2015-05-04
1
-0
/
+2
*
avcodec/ffv1dec: Check quant table symbols more completely
Michael Niedermayer
2015-05-04
1
-1
/
+1
*
ffv1dec: plane_index is 1 in case of version 4 gray+alpha.
Jérôme Martinez
2015-05-03
1
-1
/
+1
*
avcodec: use av_mod_uintp2() where useful
James Almer
2015-04-21
1
-2
/
+1
*
Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'
Michael Niedermayer
2015-04-20
1
-3
/
+3
|
\
|
*
lavc: Replace av_dlog and tprintf with internal macros
Vittorio Giovara
2015-04-19
1
-3
/
+3
*
|
Merge commit 'ca09effb01e126b0ac74ff3de70a475423ddee82'
Michael Niedermayer
2015-01-06
1
-4
/
+4
|
\
\
|
|
/
|
*
ffv1: Drop unnecessary casts and const qualifiers to match function signatures
Diego Biurrun
2015-01-05
1
-4
/
+4
*
|
ffv1dec: Avoid unnecessarily large stack usage and copies.
Reimar Döffinger
2014-11-22
1
-5
/
+10
*
|
Merge commit 'da7d839a0d3ec40423a665dc85e0cfaed3f92eb8'
Michael Niedermayer
2014-08-12
1
-16
/
+16
|
\
\
|
|
/
|
*
ffv1dec: check that global parameters do not change in version 0/1
Michael Niedermayer
2014-08-12
1
-7
/
+25
*
|
Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2'
Michael Niedermayer
2014-06-20
1
-0
/
+10
|
\
\
|
|
/
|
*
Add av_image_check_sar() and use it to validate SAR
Justin Ruggles
2014-06-20
1
-0
/
+8
|
*
avutil: remove timer.h include from internal.h
Janne Grunau
2014-01-25
1
-0
/
+1
*
|
avcodec/ffv1dec: use av_malloc_array()
Michael Niedermayer
2014-05-03
1
-2
/
+2
*
|
ffv1.4: use 2 coefficients for calculating the Y plane in the RCT
Michael Niedermayer
2013-12-10
1
-4
/
+6
*
|
avcodec/ffv1: support adjusting the g vs r + b coefficient in the RCT
Michael Niedermayer
2013-12-09
1
-1
/
+10
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-11-17
1
-6
/
+6
|
\
\
|
|
/
|
*
ffv1: use the AVFrame API properly.
Anton Khirnov
2013-11-16
1
-7
/
+22
|
*
ffv1: Assume bitdepth 0 means 8bit
Luca Barbato
2013-10-15
1
-0
/
+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
|
*
ffv1: fix calculating slice dimensions for version 2
Anton Khirnov
2013-03-08
1
-2
/
+2
*
|
Make decoding alpha optional for some codecs.
Reimar Döffinger
2013-09-22
1
-0
/
+1
*
|
avcodec/ffv1: YUVA(444,422,420) 9, 10 and 16 bit support
Paul B Mahol
2013-09-09
1
-0
/
+20
*
|
avcodec/ffv1dec: fix format detection
Paul B Mahol
2013-09-09
1
-18
/
+7
*
|
avcodec/ffv1dec: Support decoding planes as raw PCM in 1.4
Michael Niedermayer
2013-09-09
1
-9
/
+27
*
|
avcodec/ffv1dec: reorganize thread init/update
Michael Niedermayer
2013-09-01
1
-15
/
+46
*
|
avcodec/ffv1dec: move initial_states init to init_thread_copy()
Michael Niedermayer
2013-09-01
1
-6
/
+9
*
|
ffv1dec: Check bits_per_raw_sample and colorspace for equality in ver 0/1 hea...
Michael Niedermayer
2013-08-30
1
-7
/
+8
*
|
ffv1dec: check that global parameters dont change in version 0/1
Michael Niedermayer
2013-08-30
1
-4
/
+21
*
|
avcodec/ffv1dec: check global header version
Michael Niedermayer
2013-08-30
1
-0
/
+4
*
|
ffv1: rename minor to micro version
Michael Niedermayer
2013-08-20
1
-4
/
+4
*
|
ffv1: update years in header
Michael Niedermayer
2013-08-17
1
-1
/
+1
*
|
ffv1: fix plane_count at version 1.4
Michael Niedermayer
2013-08-15
1
-1
/
+1
*
|
ffv1dec: support printing information about the global header
Michael Niedermayer
2013-08-15
1
-0
/
+14
*
|
Forward interlaced field information from mov to ffv1 decoder.
Tim.Nicholson
2013-08-02
1
-0
/
+7
*
|
lavc: add ONLY_IF_THREADS_ENABLED where it is missing
Paul B Mahol
2013-06-06
1
-2
/
+2
*
|
ffv1dec: defuse membomb
Michael Niedermayer
2013-05-19
1
-1
/
+1
*
|
ffv1dec: Support frame threading with gop > 1
Michael Niedermayer
2013-05-11
1
-10
/
+96
*
|
ffv1: Switch to ThreadFrame
Michael Niedermayer
2013-05-11
1
-12
/
+14
*
|
lavu: add FF_CEIL_RSHIFT and use it in various places.
Clément Bœsch
2013-05-09
1
-2
/
+2
*
|
ffv1dec: remove redundant error message.
Michael Niedermayer
2013-04-27
1
-3
/
+1
*
|
ffv1dec: add code to support frame threading with gop=1 ffv1
Michael Niedermayer
2013-04-27
1
-1
/
+26
*
|
ffv1: Store a flag in the global header that indicates if all frames are keyf...
Michael Niedermayer
2013-04-27
1
-0
/
+2
*
|
lavc: remove unused put_bits.h headers
Paul B Mahol
2013-04-24
1
-1
/
+0
*
|
lavc: factorize ff_{thread_,re,}get_buffer error messages.
Clément Bœsch
2013-03-13
1
-3
/
+1
*
|
Merge commit '759001c534287a96dc96d1e274665feb7059145d'
Michael Niedermayer
2013-03-12
1
-24
/
+21
|
\
\
|
|
/
[next]