index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
img2dec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Autodetect big-endian tiff files.
Carl Eugen Hoyos
2014-07-22
1
-1
/
+2
*
libavformat/img2dec.c: Add a long_name to the piped image demuxers
Andreas Cadhalpun
2014-07-22
1
-0
/
+1
*
avformat/img2dec: remove functions from image pipe which are unneeded for ima...
Michael Niedermayer
2014-07-04
1
-2
/
+0
*
avformat/img2dec: improve bmp probe
Michael Niedermayer
2014-07-04
1
-6
/
+13
*
avformat/img2dec: increase probe buffer to 2k
Michael Niedermayer
2014-07-04
1
-1
/
+1
*
avformat/img2dec: set AVProbeData size correctly on corner cases of tiny files
Michael Niedermayer
2014-07-04
1
-1
/
+1
*
avformat/img2dec: avoid seekback on probeing
Michael Niedermayer
2014-07-04
1
-3
/
+2
*
avformat/img2dec: allocate and clear padding area for probe correctly
Michael Niedermayer
2014-07-04
1
-4
/
+14
*
Autodetect JPEG2000 imagess.
Carl Eugen Hoyos
2014-07-04
1
-0
/
+11
*
avformat: Add image3 demuxers with format autodetection
Carl Eugen Hoyos
2014-07-03
1
-1
/
+137
*
avformat/img2dec: fix typo
Michael Niedermayer
2014-04-14
1
-2
/
+2
*
avformat/img2dec: support nanosecond file times
Michael Niedermayer
2014-04-12
1
-2
/
+16
*
avformat/img2dec: zero probe buffer
Michael Niedermayer
2014-03-31
1
-0
/
+1
*
avformat/img2dec: try to read PROBE_BUF_MIN instead of just enough for .pix p...
Michael Niedermayer
2014-03-29
1
-2
/
+2
*
avformat/img2dec: Use avformat probing interface to identify format if it has...
Michael Niedermayer
2014-03-28
1
-0
/
+22
*
avformat/img2dec: make image2dec capable to be used from seperate demuxers
Michael Niedermayer
2014-03-28
1
-33
/
+11
*
img2dec: fix typo (double "with with")
Kirill Gavrilov
2013-08-12
1
-1
/
+1
*
avformat/img2dec: timestamps are 64bit
Michael Niedermayer
2013-06-05
1
-2
/
+2
*
img2dec: support seeking with ts_from_file
Michael Niedermayer
2013-05-25
1
-2
/
+10
*
img2dec: dont set start_time/duration to invalid values
Michael Niedermayer
2013-05-25
1
-2
/
+4
*
img2dec: Add ts_from_file option
Andrey Utkin
2013-05-25
1
-2
/
+16
*
Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'
Michael Niedermayer
2013-05-05
1
-1
/
+1
|
\
|
*
avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate
Diego Biurrun
2013-05-04
1
-1
/
+1
*
|
img2dec: make use of AV_OPT_TYPE_IMAGE_SIZE
Paul B Mahol
2013-04-05
1
-13
/
+6
*
|
img2dec: make use of AV_OPT_TYPE_VIDEO_RATE
Paul B Mahol
2013-04-05
1
-9
/
+3
*
|
lavf/img2dec: fix option help fields
Stefano Sabatini
2013-01-25
1
-3
/
+3
*
|
img2dec: support seeking in infinitely looped stream
Michael Niedermayer
2013-01-21
1
-4
/
+7
*
|
img2dec: fix -loop
Michael Niedermayer
2013-01-08
1
-1
/
+1
*
|
img2dec: do not change packet pts for image2pipe
Paul B Mahol
2013-01-08
1
-1
/
+2
*
|
img2dec: seeking support
Paul B Mahol
2013-01-08
1
-0
/
+12
*
|
Add exception for "gif" in image2 probe() method.
Vitaliy E Sugrobov
2012-11-30
1
-1
/
+1
*
|
Merge commit '9d46eaec7a90bd8f5cd9e45398c6d17804182320'
Michael Niedermayer
2012-11-30
1
-69
/
+78
|
\
\
|
|
/
|
*
img2: K&R formatting cosmetics
Diego Biurrun
2012-11-29
1
-60
/
+69
*
|
Allow forcing a frame size in bytes for image2pipe.
Carl Eugen Hoyos
2012-11-10
1
-1
/
+7
*
|
img2dec: check return value of av_new_packet()
Paul B Mahol
2012-10-15
1
-1
/
+2
*
|
img2dec: detect .raw files only with a low score as img2
Michael Niedermayer
2012-10-10
1
-0
/
+2
*
|
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-3
/
+3
|
\
\
|
|
/
|
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-3
/
+3
|
*
img2dec: always close AVIOContexts
Tomas Härdin
2012-09-12
1
-3
/
+3
*
|
img2dec: Don't leave AVIOContexts open on zero byte files
Tomas Härdin
2012-09-07
1
-3
/
+3
*
|
Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'
Michael Niedermayer
2012-09-05
1
-4
/
+4
|
\
\
|
|
/
|
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-2
/
+2
*
|
Merge commit '124134e42455763b28cc346fed1d07017a76e84e'
Michael Niedermayer
2012-09-05
1
-3
/
+3
|
\
\
|
|
/
*
|
lavf/img2dec: add and document pattern_type option
Stefano Sabatini
2012-08-08
1
-2
/
+34
*
|
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-3
/
+3
|
\
\
|
|
/
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-2
/
+2
*
|
lavf/img2dec: add start_number_range option
Stefano Sabatini
2012-08-05
1
-7
/
+7
*
|
lavf/img2doc: document options
Stefano Sabatini
2012-08-05
1
-5
/
+5
*
|
lavf/img2dec: improve error logging in case of find_image_range() failure
Stefano Sabatini
2012-08-05
1
-1
/
+5
*
|
lavf/img2dec: sort options by name
Stefano Sabatini
2012-08-05
1
-2
/
+2
[next]