git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mjpegdec: check SE.
[ffmpeg.git]
/
libavcodec
/
mjpegdec.c
2012-11-11
Michael Niedermayer
mjpegdec: check SE.
blob
|
commitdiff
2012-10-09
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-10-09
Diego Biurrun
Restructure av_log_missing_feature message
blob
|
commitdiff
|
diff to current
2012-10-08
Michael Niedermayer
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
blob
|
commitdiff
|
diff to current
2012-10-08
Anton Khirnov
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
blob
|
commitdiff
|
diff to current
2012-10-01
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-10-01
Diego Biurrun
avcodec: Convert some commented-out printf/av_log insta...
blob
|
commitdiff
|
diff to current
2012-10-01
Diego Biurrun
avcodec: Drop silly and/or broken printf debug output
blob
|
commitdiff
|
diff to current
2012-09-10
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-09-09
Samuel Pitoiset
mjpeg: Rename some symbols to avpriv_* instead of ff_*
blob
|
commitdiff
|
diff to current
2012-09-05
Michael Niedermayer
Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'
blob
|
commitdiff
|
diff to current
2012-09-04
Martin Storsjö
avopt: Store defaults for AV_OPT_TYPE_INT in the i64...
blob
|
commitdiff
|
diff to current
2012-09-03
Michael Niedermayer
jpegdec: try to fix different flipping behavior of...
blob
|
commitdiff
|
diff to current
2012-08-23
Michael Niedermayer
mjpeg: fix fliping with emu edges.
blob
|
commitdiff
|
diff to current
2012-08-23
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-08-22
Michael Niedermayer
mjpegdec: support AVRn interlaced
blob
|
commitdiff
|
diff to current
2012-08-17
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-08-16
Luca Barbato
mjpegdec: more meaningful return values
blob
|
commitdiff
|
diff to current
2012-08-10
Michael Niedermayer
mjpegdec: support AVRn interlaced
blob
|
commitdiff
|
diff to current
2012-08-07
Michael Niedermayer
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
blob
|
commitdiff
|
diff to current
2012-08-07
Anton Khirnov
Replace all CODEC_ID_* with AV_CODEC_ID_*
blob
|
commitdiff
|
diff to current
2012-06-20
Michael Niedermayer
mjpegdec: use av_assert
blob
|
commitdiff
|
diff to current
2012-06-17
Paul B Mahol
lavc: build some codecs only if they are actually enabled
blob
|
commitdiff
|
diff to current
2012-06-14
Paul B Mahol
mjpegdec: remove superfluous "mjpeg "
blob
|
commitdiff
|
diff to current
2012-05-25
Michael Niedermayer
Revert "removing lowres support"
blob
|
commitdiff
|
diff to current
2012-05-03
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-05-02
Ronald S. Bultje
jpeg: handle progressive in second field of interlaced.
blob
|
commitdiff
|
diff to current
2012-04-22
Michael Niedermayer
lowres2 support.
blob
|
commitdiff
|
diff to current
2012-04-22
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-04-22
Michael Niedermayer
mjpegbdec: check SOS/SOF ordering.
blob
|
commitdiff
|
diff to current
2012-04-21
Mans Rullgard
Remove lowres video decoding
blob
|
commitdiff
|
diff to current
2012-04-12
Michael Niedermayer
mjpeg: fix crash with lowres and flipped images
blob
|
commitdiff
|
diff to current
2012-03-30
Michael Niedermayer
mjpegdec: Fix "assignment from incompatible pointer...
blob
|
commitdiff
|
diff to current
2012-03-29
Carl Eugen Hoyos
Do not try to use lowres for unusual jpg subsampling.
blob
|
commitdiff
|
diff to current
2012-03-29
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-03-28
Diego Biurrun
Replace memset(0) by zero initializations.
blob
|
commitdiff
|
diff to current
2012-03-23
Michael Niedermayer
mjpegdec: check h/v_count.
blob
|
commitdiff
|
diff to current
2012-03-18
Carl Eugen Hoyos
jpg: fix colors for sequential RGB
blob
|
commitdiff
|
diff to current
2012-03-10
Michael Niedermayer
mjpegb: Detect changing nb of planes in interlaced...
blob
|
commitdiff
|
diff to current
2012-03-06
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-03-05
Alex Converse
Replace computations of remaining bits with calls to...
blob
|
commitdiff
|
diff to current
2012-03-02
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-03-02
Michael Niedermayer
mjpeg: Check for interlaced progressive frames
blob
|
commitdiff
|
diff to current
2012-03-01
Diego Biurrun
mjpegdec: use correct variable in av_log invocation
blob
|
commitdiff
|
diff to current
2012-02-25
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-02-24
Ronald S. Bultje
mjpeg: abort decoding if packet is too large.
blob
|
commitdiff
|
diff to current
2012-02-16
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-02-15
Martin Storsjö
dsputil: Add ff_ prefix to the dsputil*_init* functions
blob
|
commitdiff
|
diff to current
2012-02-15
Martin Storsjö
vlc/rl: Add ff_ prefix to the nonstatic symbols
blob
|
commitdiff
|
diff to current
2012-02-01
Reimar Döffinger
mjpegdec: use av_fast_padded_malloc()
blob
|
commitdiff
|
diff to current
2012-01-28
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.
blob
|
commitdiff
|
diff to current
2012-01-17
Reimar Döffinger
Add and use av_fast_padded_malloc.
blob
|
commitdiff
|
diff to current
2012-01-14
Michael Niedermayer
ljpegdec: reset restart interval for each plane of...
blob
|
commitdiff
|
diff to current
2012-01-14
Michael Niedermayer
thp: Fix handling of restart interval
blob
|
commitdiff
|
diff to current
2012-01-12
Carl Eugen Hoyos
Fix decoding of progressive jpgs with unusual pixel...
blob
|
commitdiff
|
diff to current
2012-01-10
Michael Niedermayer
ljpegdec: Fix the left column of rgb24 decoding
blob
|
commitdiff
|
diff to current
2012-01-10
anonymous
mjpeg: update whitespaces to qatar
blob
|
commitdiff
|
diff to current
2012-01-08
Michael Niedermayer
ljpegdec: Support MCU in ljpeg_decode_yuv_scan()
blob
|
commitdiff
|
diff to current
2012-01-08
Daniel Huang
mjpegdec: K&R formatting cosmetics
blob
|
commitdiff
|
diff to current
2012-01-07
Michael Niedermayer
ljpegdec: support non zero MCU for RGB. 2nd try
blob
|
commitdiff
|
diff to current
2012-01-06
Michael Niedermayer
ljpeg: Fix bits != 8 or 16 support
blob
|
commitdiff
|
diff to current
2012-01-06
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-01-05
Carl Eugen Hoyos
Support decoding of some unusual jpeg samples.
blob
|
commitdiff
|
diff to current
2012-01-05
Janne Grunau
mjpegdec: parse RSTn to prevent skipping other data...
blob
|
commitdiff
|
diff to current
2012-01-04
Michael Niedermayer
jpegdec: Fix vlc table check for progressive jpegs.
blob
|
commitdiff
|
diff to current
2012-01-02
Michael Niedermayer
jpegdec: non interleaved rgb ljpeg support.
blob
|
commitdiff
|
diff to current
2012-01-02
Michael Niedermayer
jpegdec: 9-16 bit yuv/gray ljpeg support.
blob
|
commitdiff
|
diff to current
2012-01-02
Michael Niedermayer
jpegdec: Only enable rgb mode when there are 3 components.
blob
|
commitdiff
|
diff to current
2011-12-30
Michael Niedermayer
ljpegdec: fix point transform injection.
blob
|
commitdiff
|
diff to current
2011-12-27
Carl Eugen Hoyos
Support decoding yuv442 and yuv421 jpeg images.
blob
|
commitdiff
|
diff to current
2011-12-23
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-12-22
Alex Converse
mov: Don't stick the QuickTime field ordering atom...
blob
|
commitdiff
|
diff to current
2011-12-15
Michael Niedermayer
jpegdec: check return value of mjpeg_decode_dc()
blob
|
commitdiff
|
diff to current
2011-12-14
Michael Niedermayer
ljpeg: Check that lowres is 0 as lowres is not possible...
blob
|
commitdiff
|
diff to current
2011-12-12
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-12-10
Diego Biurrun
Fix a bunch of common typos.
blob
|
commitdiff
|
diff to current
2011-12-08
Carl Eugen Hoyos
Decode RGB ljpeg to RGB24.
blob
|
commitdiff
|
diff to current
2011-11-02
Michael Niedermayer
jpeg: rgb support
blob
|
commitdiff
|
diff to current
2011-10-23
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-10-22
Dustin Brody
lavc: replace references to deprecated AVCodecContext...
blob
|
commitdiff
|
diff to current
2011-10-13
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-10-12
Anton Khirnov
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
blob
|
commitdiff
|
diff to current
2011-09-16
Michael Niedermayer
mjpegdec: print nb_components too in pict debug info
blob
|
commitdiff
|
diff to current
2011-09-16
Michael Niedermayer
mjpegdec: make sure we dont interpret things after...
blob
|
commitdiff
|
diff to current
2011-09-16
Michael Niedermayer
mjpegdec: Remove buggy avid hacks, they dont do anythin...
blob
|
commitdiff
|
diff to current
2011-09-15
Michael Niedermayer
mjpeg: interlaced buggy avid fix
blob
|
commitdiff
|
diff to current
2011-09-15
Michael Niedermayer
mjpegdec: fix len for AVI1 reader
blob
|
commitdiff
|
diff to current
2011-09-15
Michael Niedermayer
Revert "MJPEG: emulate EOI also on two consecutive...
blob
|
commitdiff
|
diff to current
2011-09-06
Michael Niedermayer
mjpegdec; even better RSTn skiping
blob
|
commitdiff
|
diff to current
2011-09-01
Michael Niedermayer
Revert "mjpeg: treat external huffman table setup failu...
blob
|
commitdiff
|
diff to current
2011-09-01
Michael Niedermayer
jpegdec: better rst skiping
blob
|
commitdiff
|
diff to current
2011-09-01
Reimar Döffinger
MJPEG: emulate EOI also on two consecutive SOI.
blob
|
commitdiff
|
diff to current
2011-09-01
Reimar Döffinger
Reset cur_scan at more appropriate places.
blob
|
commitdiff
|
diff to current
2011-09-01
Gavin Kinsey
jpegdec: set color_range
blob
|
commitdiff
|
diff to current
2011-08-31
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-08-31
Anton Khirnov
mjpegdec: add 'extern_huff' private option.
blob
|
commitdiff
|
diff to current
2011-08-31
Dustin Brody
mjpeg: treat external huffman table setup failure as...
blob
|
commitdiff
|
diff to current
2011-08-27
Reimar Döffinger
Replace goto by break, it has the same effect.
blob
|
commitdiff
|
diff to current
2011-08-13
Michael Niedermayer
Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'
blob
|
commitdiff
|
diff to current
next