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
*
Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'
Michael Niedermayer
2015-07-27
1
-2
/
+2
|
\
|
*
lavc: AV-prefix all codec capabilities
Vittorio Giovara
2015-07-27
1
-2
/
+2
*
|
avcodec/exr: fix crash caused by merge
Paul B Mahol
2015-06-06
1
-15
/
+16
*
|
Revert "avcodec/exr: fix memset first arg in reverse_lut()"
Michael Niedermayer
2015-04-01
1
-1
/
+1
*
|
avcodec/exr: fix memset first arg in reverse_lut()
Paul B Mahol
2015-02-22
1
-1
/
+1
*
|
Merge commit 'e0bb74a1403ed77ef369b9d62866f8a4afaf3f1d'
Michael Niedermayer
2014-12-05
1
-23
/
+20
|
\
\
|
|
/
|
*
exr: Add a gamma flag to exr loader to avoid banding
Gonzalo Garramuno
2014-12-03
1
-7
/
+110
*
|
Merge commit '3a6ddfb8745e4b306a5637927fb057f630345e2f'
Michael Niedermayer
2014-11-15
1
-2
/
+3
|
\
\
|
|
/
|
*
exr: check return value
Vittorio Giovara
2014-11-14
1
-2
/
+3
*
|
Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2'
Michael Niedermayer
2014-06-20
1
-2
/
+2
|
\
\
|
|
/
|
*
Add av_image_check_sar() and use it to validate SAR
Justin Ruggles
2014-06-20
1
-2
/
+2
*
|
avcodec/exr: mark gama option as experimental / unsupported
Michael Niedermayer
2014-05-08
1
-1
/
+1
*
|
avcodec/exr: Add a gamma flag to exr loader to avoid banding
Gonzalo Garramuno
2014-05-08
1
-7
/
+113
*
|
avcodec/exr: use av_freep() for saftey
Michael Niedermayer
2014-04-01
1
-2
/
+2
*
|
Merge commit '38389058c3308758c6365abd0f6b45c5e62bb90b'
Michael Niedermayer
2014-04-01
1
-376
/
+415
|
\
\
|
|
/
|
*
OpenEXR decoder
Jimmy Christensen
2014-04-01
1
-0
/
+1348
*
avcodec/exr: read layers
Gonzalo Garramuno
2014-02-18
1
-4
/
+35
*
avcodec/exr: stop using deprecated avcodec_set_dimensions()
Paul B Mahol
2013-11-01
1
-6
/
+3
*
avcodec/exr: fix null pointer dereference
Michael Niedermayer
2013-10-19
1
-1
/
+1
*
avcodec/exr: favor av_freep() over av_free() for saftey
Michael Niedermayer
2013-10-19
1
-5
/
+5
*
avcodec/exr: piz decompression
Paul B Mahol
2013-10-16
1
-0
/
+467
*
avcodec/exr: remove pointless initialization
Paul B Mahol
2013-10-10
1
-1
/
+1
*
avcodec/exr: use avpriv_report_missing_feature()
Paul B Mahol
2013-10-09
1
-4
/
+4
*
cosmetics: group remaining .name and .long_name.
Clément Bœsch
2013-10-04
1
-1
/
+1
*
exr: set pict_type
Paul B Mahol
2013-07-27
1
-0
/
+1
*
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
[next]