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
/
exr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc & lavf: replace deprecated av_log* functions
Paul B Mahol
2013-03-15
1
-1
/
+1
*
lavc: factorize ff_{thread_,re,}get_buffer error messages.
Clément Bœsch
2013-03-13
1
-3
/
+1
*
exr: silence warning "libavcodec/exr.c:351:9: warning: variable ret set but n...
Michael Niedermayer
2013-03-13
1
-1
/
+2
*
Merge commit '759001c534287a96dc96d1e274665feb7059145d'
Michael Niedermayer
2013-03-12
1
-24
/
+8
*
exr: use bytestream functions in pxr24_uncompress()
Paul B Mahol
2013-03-01
1
-3
/
+3
*
exr: pxr24 decompression
Paul B Mahol
2013-02-28
1
-1
/
+65
*
exr: fix error message when pixel type is not set
Paul B Mahol
2013-02-28
1
-1
/
+1
*
exr: s/bits_per_color_id/pixel_type
Paul B Mahol
2013-02-28
1
-18
/
+17
*
exr: track channels properties
Paul B Mahol
2013-02-28
1
-0
/
+25
*
lavc/exr: use size_t instead of int for sizes.
Nicolas George
2013-02-28
1
-1
/
+1
*
exr: simplify decompression path
Paul B Mahol
2013-02-27
1
-20
/
+35
*
exr: make sure that data_size is not bigger than expected
Paul B Mahol
2013-02-24
1
-1
/
+2
*
exr: simplify filling channel_buffer[]
Paul B Mahol
2013-02-24
1
-13
/
+8
*
exr: check color channel subsampling too
Paul B Mahol
2013-02-24
1
-1
/
+9
*
exr: slice threading
Paul B Mahol
2013-02-24
1
-152
/
+201
*
exr: shorter channel buffer names
Paul B Mahol
2013-02-22
1
-21
/
+21
*
exr: remove superfluous check
Paul B Mahol
2013-02-22
1
-2
/
+0
*
exr: cosmetics: reindent
Paul B Mahol
2013-02-22
1
-89
/
+89
*
exr: check if line offset table is complete only once per frame
Paul B Mahol
2013-02-22
1
-2
/
+5
*
exr: support more line orders
Paul B Mahol
2013-02-22
1
-5
/
+11
*
exr: fix overflow check in lineoffset processing
Paul B Mahol
2013-02-22
1
-21
/
+22
*
exr: merge multiple if () blocks
Paul B Mahol
2013-02-22
1
-20
/
+5
*
exr: check version too
Paul B Mahol
2013-02-22
1
-3
/
+9
*
exr: constify s in rle_uncompress()
Paul B Mahol
2013-02-21
1
-1
/
+1
*
exr: reset compression in decode_frame()
Paul B Mahol
2013-02-21
1
-2
/
+1
*
lavc: fix decode_frame() third parameter semantics for rest of video decoders
Paul B Mahol
2012-12-05
1
-2
/
+2
*
exr: fix twin ;
Michael Niedermayer
2012-10-12
1
-1
/
+1
*
lavc: do not use av_pix_fmt_descriptors directly
Paul B Mahol
2012-10-12
1
-4
/
+6
*
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-2
/
+2
*
exr: fix decoding ZIP16 and height not multiple of 16
Paul B Mahol
2012-08-29
1
-0
/
+2
*
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-1
/
+1
*
exr: display warning if multiple compression attributes are found
Paul B Mahol
2012-07-20
1
-1
/
+4
*
exr: merge common code
Paul B Mahol
2012-07-20
1
-12
/
+3
*
exr: compression attribute is mandatory
Paul B Mahol
2012-07-20
1
-0
/
+7
*
exr: check size of uncompressed buffer returned by uncompress()
Paul B Mahol
2012-07-16
1
-1
/
+4
*
exr: make channel_offsets int instead of int8_t
Paul B Mahol
2012-07-15
1
-1
/
+1
*
exr: fix scan_line_size calculation
Paul B Mahol
2012-07-13
1
-1
/
+1
*
exr: print channel names not yet supported
Paul B Mahol
2012-07-13
1
-3
/
+5
*
exr: remove double ;;
Paul B Mahol
2012-07-13
1
-1
/
+1
*
exr: frame multithreading support
Paul B Mahol
2012-07-13
1
-3
/
+4
*
exr: rle decompression
Paul B Mahol
2012-07-12
1
-1
/
+46
*
exr: cache some values
Paul B Mahol
2012-07-12
1
-5
/
+10
*
exr: zip decompression
Paul B Mahol
2012-07-11
1
-38
/
+148
*
exr: remove dead assigment
Paul B Mahol
2012-07-11
1
-2
/
+0
*
exr: return proper error code instead of -1
Paul B Mahol
2012-07-10
1
-25
/
+25
*
exr: use buf_size instead of recalculating same value
Paul B Mahol
2012-07-10
1
-1
/
+1
*
exr: support for reading pixelAspectRatio
Paul B Mahol
2012-07-09
1
-0
/
+11
*
exr: add CODEC_CAP_DR1
Paul B Mahol
2012-07-08
1
-0
/
+1
*
exr: make message about missing feature more useful
Paul B Mahol
2012-05-30
1
-3
/
+3
*
exr: alpha support
Paul B Mahol
2012-05-30
1
-9
/
+23
[next]