git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
avcodec/mjpegdec: Print the number of bits in the unsupported pixel format error
[ffmpeg.git]
/
libavcodec
/
mjpegdec.c
2014-11-25
Michael Niedermayer
avcodec/mjpegdec: Print the number of bits in the unsup...
blob
|
commitdiff
2014-11-25
Michael Niedermayer
avcodec/mjpegdec: Check for pixfmtid 0x42111100 ||...
blob
|
commitdiff
|
diff to current
2014-11-22
Michael Niedermayer
avcodec/mjpegdec: fix pixfmtid 0x14111100
blob
|
commitdiff
|
diff to current
2014-11-18
Michael Niedermayer
avcodec/mjpegdec: Support some subsampled GBR variants
blob
|
commitdiff
|
diff to current
2014-11-07
Michael Niedermayer
avcodec/mjpegdec: support pix fmt id 0x22111111
blob
|
commitdiff
|
diff to current
2014-11-06
Michael Niedermayer
Merge commit '199d9f995da53fe2507821f6d96bbc692574e1a9'
blob
|
commitdiff
|
diff to current
2014-11-06
Vittorio Giovara
mjpegdec: fix undefined shift
blob
|
commitdiff
|
diff to current
2014-10-22
Michael Niedermayer
avcodec/mjpegdec: use FF_CEIL_RSHIFT() for width
blob
|
commitdiff
|
diff to current
2014-10-21
Michael Niedermayer
avcodec/mjpegdec: simplify chroma_height calculation
blob
|
commitdiff
|
diff to current
2014-10-21
Michael Niedermayer
avcodec/mjpegdec: Support 24111100 pix fmt id
blob
|
commitdiff
|
diff to current
2014-10-11
Michael Niedermayer
avcodec/mjpegdec: sanity check bits
blob
|
commitdiff
|
diff to current
2014-10-03
Michael Niedermayer
avcodec/mjpegdec: check bits per pixel for changes...
blob
|
commitdiff
|
diff to current
2014-09-13
Clément Bœsch
avcodec/mjpegdec: Fix chroma width rounding
blob
|
commitdiff
|
diff to current
2014-09-06
Michael Niedermayer
avcodec/mjpegdec: fix rounding of chroma_height
blob
|
commitdiff
|
diff to current
2014-08-31
Michael Niedermayer
avcodec/mjpegdec: fix green line at the bottom with...
blob
|
commitdiff
|
diff to current
2014-08-31
Michael Niedermayer
avcodec/mjpegdec: fix green vertical line at the right...
blob
|
commitdiff
|
diff to current
2014-08-14
Michael Niedermayer
avcodec/mjpegdec: Support AV_PIX_FMT_YUV420P16 with...
blob
|
commitdiff
|
diff to current
2014-07-22
Przemysław Sobala
avcodec/mjpegdec: add pix_fmt: 0x14121200
blob
|
commitdiff
|
diff to current
2014-07-01
Michael Niedermayer
avcodec/mjpegdec: factorize some parts of the pix_fmt_i...
blob
|
commitdiff
|
diff to current
2014-07-01
Michael Niedermayer
avcodec/mjpegdec: handle luma upscale detection generically
blob
|
commitdiff
|
diff to current
2014-07-01
Michael Niedermayer
avcodec/mjpegdec: set upscale_h/upscale_v using generic...
blob
|
commitdiff
|
diff to current
2014-07-01
Michael Niedermayer
avcodec/mjpegdec: Support pix_fmt_id==0x11222200
blob
|
commitdiff
|
diff to current
2014-07-01
Michael Niedermayer
avcodec/mjpegdec: fix width for non chroma in rescaling
blob
|
commitdiff
|
diff to current
2014-07-01
Michael Niedermayer
mjpegdec: Support pix_fmt_id == 0x22112200
blob
|
commitdiff
|
diff to current
2014-07-01
Michael Niedermayer
Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'
blob
|
commitdiff
|
diff to current
2014-06-30
Diego Biurrun
dsputil: Split off IDCT bits into their own context
blob
|
commitdiff
|
diff to current
2014-06-24
Derek Buitenhuis
mjpegdec: Properly set the context colorspace info
blob
|
commitdiff
|
diff to current
2014-06-24
Derek Buitenhuis
mjpegdec: Properly set the context colorspace info
blob
|
commitdiff
|
diff to current
2014-06-20
Michael Niedermayer
Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2'
blob
|
commitdiff
|
diff to current
2014-06-20
Justin Ruggles
Add av_image_check_sar() and use it to validate SAR
blob
|
commitdiff
|
diff to current
2014-06-19
Michael Niedermayer
Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'
blob
|
commitdiff
|
diff to current
2014-06-18
Diego Biurrun
dsputil: Split clear_block*/fill_block* off into a...
blob
|
commitdiff
|
diff to current
2014-06-05
Michael Niedermayer
avcodec/mjpegdec: Improve intel jpeg flip heuristic
blob
|
commitdiff
|
diff to current
2014-06-01
Michael Niedermayer
avcodec/mjpegdec: request a AMV sample with non mod...
blob
|
commitdiff
|
diff to current
2014-05-28
Michael Niedermayer
avcodec/mjpegdec: Support pix_fmt_id== 0x42111100
blob
|
commitdiff
|
diff to current
2014-05-08
Michael Niedermayer
avcodec/mjpegdec: zero gb to silence warning about...
blob
|
commitdiff
|
diff to current
2014-04-30
Michael Niedermayer
avcodec/mjpegdec: use av_mallocz_array()
blob
|
commitdiff
|
diff to current
2014-04-27
Michael Niedermayer
avcodec/mjpegdec: make type of shift unsigned to avoid...
blob
|
commitdiff
|
diff to current
2014-04-27
Michael Niedermayer
avcodec/mjpegdec: Fix undefined shift
blob
|
commitdiff
|
diff to current
2014-04-24
Carl Eugen Hoyos
Use correct msvc type specifiers for ptrdiff_t and...
blob
|
commitdiff
|
diff to current
2014-04-18
Justin Ruggles
mjpeg: cosmetics: indentation
blob
|
commitdiff
|
diff to current
2014-04-18
Justin Ruggles
mjpeg: Do not fail jpeg decoding on bad EXIF data.
blob
|
commitdiff
|
diff to current
2014-04-05
Thilo Borgmann
lavc/exif: Make EXIF IFD decoding part of private API...
blob
|
commitdiff
|
diff to current
2014-04-01
Michael Niedermayer
avcodec/jpeglsdec: add PAL8 support
blob
|
commitdiff
|
diff to current
2014-03-31
Michael Niedermayer
avcodec/mjpegdec: fix cmyk 420 with adobe_transform...
blob
|
commitdiff
|
diff to current
2014-03-31
Michael Niedermayer
avcodec/mjpegdec: support subsampled 420 CMYK
blob
|
commitdiff
|
diff to current
2014-03-31
Michael Niedermayer
avcodec/mjpegdec: upgrade upscale_v to support multiple...
blob
|
commitdiff
|
diff to current
2014-03-31
Michael Niedermayer
avcodec/mjpegdec: upgrade upscale_h to support multiple...
blob
|
commitdiff
|
diff to current
2014-03-19
Michael Niedermayer
avcodec/mjpegdec: Switch default interlaced polarity...
blob
|
commitdiff
|
diff to current
2014-03-19
Michael Niedermayer
avcodec/mjpegdec: parse avid data from extradata
blob
|
commitdiff
|
diff to current
2014-03-19
Michael Niedermayer
avcodec/mjpeg: print info from parse_avid() if requested
blob
|
commitdiff
|
diff to current
2014-03-19
Michael Niedermayer
avcodec/mjpegdec: switch interlaced_polarity to 0 for...
blob
|
commitdiff
|
diff to current
2014-03-19
Michael Niedermayer
avcodec/mjpegdec: factorize parse_avid out
blob
|
commitdiff
|
diff to current
2014-03-16
Vittorio Giovara
mjpeg: set color_range
blob
|
commitdiff
|
diff to current
2014-03-11
Michael Niedermayer
avcodec/mjpegdec: support adob transform 2
blob
|
commitdiff
|
diff to current
2014-02-27
Michael Niedermayer
avcodec/mjpegdec: convert CMYK to GBRAP
blob
|
commitdiff
|
diff to current
2014-02-27
Michael Niedermayer
avcodec/mjpegdec: fix decoding 4th plane
blob
|
commitdiff
|
diff to current
2014-02-27
Michael Niedermayer
avcodec/mjpegdec: Print error in case of CMYK
blob
|
commitdiff
|
diff to current
2014-02-27
Michael Niedermayer
avcodec/mjpegdec: parse adobe_transform
blob
|
commitdiff
|
diff to current
2014-02-27
Michael Niedermayer
avcodec/mjpegdec: Print human readable string for APPx
blob
|
commitdiff
|
diff to current
2014-01-31
Michael Niedermayer
avcodec/mjpegdec: use the correct linesize in the flipp...
blob
|
commitdiff
|
diff to current
2014-01-31
Michael Niedermayer
avcodec/mjpegdec: pass into ff_mjpeg_decode_sos() and...
blob
|
commitdiff
|
diff to current
2014-01-29
Michael Niedermayer
avcodec/mjpegdec: use av_freep() instead of av_free()
blob
|
commitdiff
|
diff to current
2014-01-29
Michael Niedermayer
avcodec/mjpegdec Fix potential memleak of stereo3D...
blob
|
commitdiff
|
diff to current
2014-01-29
Kirill Gavrilov
mjpegdec: parse JPS extension and save relevant stereo3...
blob
|
commitdiff
|
diff to current
2014-01-19
Michael Niedermayer
avcodec/mjpegdec: Dont skip picture allocation if there...
blob
|
commitdiff
|
diff to current
2014-01-19
Michael Niedermayer
avcodec/mjpegdec: Dont treat the lack of a startcode...
blob
|
commitdiff
|
diff to current
2014-01-19
Michael Niedermayer
avcodec/mjpegdec: only run EOI emulation code when...
blob
|
commitdiff
|
diff to current
2014-01-19
Michael Niedermayer
avcodec/mjpegdec: update cur_scan also for non-LS jpeg
blob
|
commitdiff
|
diff to current
2014-01-09
Michael Niedermayer
avcodec/mjpegdec: allow lowres with amv
blob
|
commitdiff
|
diff to current
2014-01-09
Michael Niedermayer
avcodec/mjpegdec: use the AVFrame width/height for...
blob
|
commitdiff
|
diff to current
2014-01-09
Michael Niedermayer
avcodec/mjpegdec: remove new flipping code
blob
|
commitdiff
|
diff to current
2014-01-09
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2014-01-09
Anton Khirnov
mjpegdec: apply flipping after decoding, not before
blob
|
commitdiff
|
diff to current
2013-12-13
Michael Niedermayer
avcodec/mjpegdec: use mallocz for progressive blocks
blob
|
commitdiff
|
diff to current
2013-12-09
Michael Niedermayer
Merge commit 'e2274aa555f023e4f4e4819bf29b2d7e0adec7d5'
blob
|
commitdiff
|
diff to current
2013-12-09
anatoly
Add support for picture_ptr field in MJpegDecodeContext
blob
|
commitdiff
|
diff to current
2013-12-09
Anton Khirnov
mjpegdec: use the AVFrame API properly.
blob
|
commitdiff
|
diff to current
2013-11-22
Michael Niedermayer
avcodec/mjpegdec: check len in mjpeg_decode_app() more...
blob
|
commitdiff
|
diff to current
2013-11-01
Michael Niedermayer
Merge commit '13207484bba8a8b78b40d5a22da8c9c555429089'
blob
|
commitdiff
|
diff to current
2013-10-31
Anton Khirnov
mjpegdec: stop using deprecated avcodec_set_dimensions
blob
|
commitdiff
|
diff to current
2013-10-04
Michael Niedermayer
Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'
blob
|
commitdiff
|
diff to current
2013-10-03
Diego Biurrun
cosmetics: Group .name and .long_name together in codec...
blob
|
commitdiff
|
diff to current
2013-09-17
Michael Niedermayer
avcodec/mjpegdec: Fix ljpeg RCT
blob
|
commitdiff
|
diff to current
2013-09-16
Michael Niedermayer
avcodec/mjpegdec: rgba64 ljpeg support
blob
|
commitdiff
|
diff to current
2013-09-16
Michael Niedermayer
avcodec/mjpegdec: change error return value to be outsi...
blob
|
commitdiff
|
diff to current
2013-09-15
Michael Niedermayer
avcodec/mjpegdec: Fix rgb48 ljpeg
blob
|
commitdiff
|
diff to current
2013-09-13
Michael Niedermayer
avcodec/mjpegdec: check for malloc failure of blocks...
blob
|
commitdiff
|
diff to current
2013-09-11
Michael Niedermayer
avcodec/mjpegdec: Support >8bpc color mjpeg
blob
|
commitdiff
|
diff to current
2013-09-08
Michael Niedermayer
avcodec/mjpegdec: fix shift_output() with lowres
blob
|
commitdiff
|
diff to current
2013-09-06
Michael Niedermayer
avcodec/mjpegdec: support >8bit in mjpeg_decode_scan_pr...
blob
|
commitdiff
|
diff to current
2013-09-06
Michael Niedermayer
avcodec/mjpegdec: move shift_output() to its own function
blob
|
commitdiff
|
diff to current
2013-09-05
Michael Niedermayer
avcodec/mjpegdec: 12bit Grayscale support
blob
|
commitdiff
|
diff to current
2013-09-05
Michael Niedermayer
avcodec/mjpegdec: Fix normal jpeg with bits < 8
blob
|
commitdiff
|
diff to current
2013-09-05
Michael Niedermayer
avcodec/mjpegdec fix last_dc for bits != 8
blob
|
commitdiff
|
diff to current
2013-09-04
Michael Niedermayer
avcodec/mjpegdec: Simplify masking in ljpeg_decode_yuv_...
blob
|
commitdiff
|
diff to current
2013-09-04
Michael Niedermayer
avcodec/mjpegdec: fix rgb ljpeg prediction 5/6/7 with...
blob
|
commitdiff
|
diff to current
2013-09-04
Michael Niedermayer
avcodec/mjpegdec: fix yuv ljpeg prediction 5/6/7 with...
blob
|
commitdiff
|
diff to current
2013-09-04
Michael Niedermayer
avcodec/mjpegdec: make "unknown colorspace" error more...
blob
|
commitdiff
|
diff to current
2013-09-04
Michael Niedermayer
avcodec/mjpegdec: Add some sanity checks to ljpeg_decod...
blob
|
commitdiff
|
diff to current
next