Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-22avformat/img2dec: Remove dead code from psd_probe()Michael Niedermayer
2016-12-14libavformat : add Photoshop PSD demuxer.Martin Vignali
2016-09-03lavf/img2dec: Skip DQT segment when auto-detecting jpg.Carl Eugen Hoyos
2016-07-15lavf/img2dec: Also auto-detect (unusual) uncompressed pcx.Carl Eugen Hoyos
2016-06-22lavf/img2dec: add pnm pipe demuxersClément Bœsch
2016-06-09avformat: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-22lavf/img2dec: Skip COM when auto-detecting jpeg.Carl Eugen Hoyos
2016-03-07lavf/img2dec: Use jpeg constants in jpeg_probe().Carl Eugen Hoyos
2016-02-29lavf: Add pcx auto-detection.Carl Eugen Hoyos
2016-02-29lavf/img2dec: Skip SOS when auto-detecting jpeg.Carl Eugen Hoyos
2016-02-26lavf/img2dec: Skip SOF size when probing jpeg.Carl Eugen Hoyos
2016-02-24img2dec: Support Progressive JPEG in jpeg_probeJustin Ruggles
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-02-10Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis
2016-01-24lavf: allow custom IO for all filesAnton Khirnov
2016-01-20avformat/img2dec: Use AVOpenCallbackMichael Niedermayer
2016-01-20avformat/img2dec: do not interpret the filename by default if a IO context ha...Michael Niedermayer
2015-12-26avformat/img2dec: Reuse main IO context instead of reopening a single fileMichael Niedermayer
2015-12-26avformat/img2dec: Skip checking the input files existence if it has already b...Michael Niedermayer
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-10-04all: add _DEFAULT_SOURCE locally wherever neededGanesh Ajjanagadde
2015-09-29lavf/img2dec: Fix memory leakPrzemysław Sobala
2015-09-12lavf/img2dec: Improve jpeg auto-detection.Carl Eugen Hoyos
2015-06-29lavf/img2dec: Improve detection of valid Quickdraw images.Carl Eugen Hoyos
2015-06-29lavf/img2dec: Autodetect dds frames.Carl Eugen Hoyos
2015-05-12lavf/img2dec: add option to disable pattern matchingMarton Balint
2015-05-07lavf/img2dec: Autodetect qdraw images.Carl Eugen Hoyos
2015-04-21avformat/img2dec: do not rewind custom io buffersMichael Niedermayer
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2015-02-06img2dec: Remove dead codeTimothy Gu
2015-02-04avformat: fix mode of img2dec.c and utils.cMichael Niedermayer
2015-02-03avformat/img2dec: remove the non-negative number requirement for start_number...Liviu Oniciuc
2015-01-21libavformat/img2dec: fix warning when !HAVE_GLOBChristophe Gisquet
2015-01-14img2dec: correctly use the parsed value from -start_numberVittorio Giovara
2015-01-09Skip Exif data when auto-detecting jpeg images.Carl Eugen Hoyos
2015-01-08avformat/img2dec: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-22avformat/img2dec: check w/h in dpx_probeMichael Niedermayer
2014-10-25Merge commit 'f1ed83e23add1c26c50b146727e4c2399dfc0b3a'Michael Niedermayer
2014-10-25img2dec: check av_new_packet return valueVittorio Giovara
2014-10-05avformat/img2dec: Attempt to detect non-escaped glob patterns too (-pattern_t...Alexander Strasser
2014-10-05avformat/img2dec: Support -loop with pipesMichael Niedermayer
2014-10-03Revert "avformat/img2dec: reduce bmppipe probe score"Michael Niedermayer
2014-09-26Autodetect jpg images.Carl Eugen Hoyos
2014-09-25avformat/img2dec: enable generic seeking for image pipesMichael Niedermayer
2014-09-25avformat/img2dec: initialize pkt->pos for image pipesMichael Niedermayer
2014-09-25avformat/img2dec: pass error code and signal EOFMichael Niedermayer
2014-09-25avformat/img2dec: fix error code at EOF for pipesMichael Niedermayer