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
/
proresdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec: Don't anonymously typedef structs
Diego Biurrun
2015-02-14
1
-2
/
+2
*
dsputil: Split off IDCT bits into their own context
Diego Biurrun
2014-06-30
1
-1
/
+1
*
prores: Reject negative run and level values
Luca Barbato
2013-10-10
1
-0
/
+4
*
prores: Error out only on surely incomplete ac_coeffs
Luca Barbato
2013-10-10
1
-1
/
+1
*
prores: Add a codepath for decoding errors
Luca Barbato
2013-10-10
1
-29
/
+42
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
proresdec: Properly make sure an index doesn't run past the limit
Martin Storsjö
2013-09-16
1
-1
/
+1
*
proresdec: simplify slice component offsets handling
Kostya Shishkov
2013-05-21
1
-26
/
+28
*
prores: decode alpha plane when it's present
Kostya Shishkov
2013-05-18
1
-9
/
+103
*
av_log_missing_feature() ---> avpriv_report_missing_feature()
Diego Biurrun
2013-03-13
1
-1
/
+1
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-24
/
+15
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
1
-5
/
+6
*
proresdec: support mixed interlaced/non-interlaced content
Michael Smith
2013-01-22
1
-0
/
+2
*
lavc: fix decode_frame() third parameter semantics for video decoders
Anton Khirnov
2012-12-04
1
-2
/
+2
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-1
/
+2
*
Improve wording and spelling of av_log_missing_feature messages.
Diego Biurrun
2012-10-23
1
-1
/
+1
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-2
/
+2
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
prores: store and retrieve extended colourspace information
Kostya Shishkov
2012-02-29
1
-0
/
+4
*
prores: handle 444 chroma in right order
Kostya Shishkov
2012-02-29
1
-13
/
+28
*
prores: use natural integer type for the codebook index
Christophe GISQUET
2012-02-22
1
-1
/
+1
*
prores: move data shared between decoder and encoder to common file
Kostya Shishkov
2012-02-15
1
-61
/
+8
*
prores: fix multithreaded decoding case when slice quantisers are not the same
Kostya Shishkov
2012-02-15
1
-11
/
+12
*
prores: specify array size outside DECLARE_ALIGNED brackets.
Ronald S. Bultje
2012-02-09
1
-3
/
+3
*
get_bits: remove A32 variant
Mans Rullgard
2011-12-16
1
-1
/
+1
*
proresdec: fix decode_slice() prototype
Mans Rullgard
2011-12-12
1
-2
/
+3
*
Fix a bunch of common typos.
Diego Biurrun
2011-12-11
1
-1
/
+1
*
prores: get correct size for coded V plane if alpha is present
Mans Rullgard
2011-10-15
1
-2
/
+4
*
prores: do not set pixel format on codec init
Mans Rullgard
2011-10-15
1
-2
/
+0
*
prores: add missing feature warning for alpha
Janne Grunau
2011-10-14
1
-0
/
+5
*
prores: implement multithreading.
Ronald S. Bultje
2011-10-11
1
-27
/
+44
*
prores: idct sse2/sse4 optimizations.
Ronald S. Bultje
2011-10-11
1
-2
/
+2
*
prores: extract idct into its own dspcontext and merge with put_pixels.
Ronald S. Bultje
2011-10-11
1
-66
/
+18
*
prores: Handle 0 or fewer bits left
Alex Converse
2011-09-29
1
-2
/
+2
*
prores: return more meaningful error values
Diego Biurrun
2011-09-23
1
-16
/
+16
*
prores: improve error message wording
Diego Biurrun
2011-09-23
1
-14
/
+14
*
prores: cosmetics: prettyprinting, drop useless parentheses
Diego Biurrun
2011-09-23
1
-9
/
+7
*
prores: lowercase AVCodec name entry
Diego Biurrun
2011-09-23
1
-1
/
+1
*
Apple ProRes decoder
Maxim Poliakovski
2011-09-22
1
-0
/
+733