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
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
2014-09-12avformat/img2dec: Fail probing when no data is yet available and the filename...Michael Niedermayer
2014-09-12avformat/img2dec: reduce bmppipe probe scoreMichael Niedermayer
2014-09-11avformat/img2: Make AVOptions available to img* demuxers defined in other filesMichael Niedermayer
2014-08-11Add missing initialization for AVProbeData.Reimar Döffinger
2014-08-10lavf/img2dec: Initialize a stack variable.Carl Eugen Hoyos
2014-08-09Autodetect jpeg-ls files.Carl Eugen Hoyos
2014-08-08Autodetect webp files.Carl Eugen Hoyos
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2014-07-22Autodetect big-endian tiff files.Carl Eugen Hoyos
2014-07-22libavformat/img2dec.c: Add a long_name to the piped image demuxersAndreas Cadhalpun
2014-07-04avformat/img2dec: remove functions from image pipe which are unneeded for ima...Michael Niedermayer
2014-07-04avformat/img2dec: improve bmp probeMichael Niedermayer
2014-07-04avformat/img2dec: increase probe buffer to 2kMichael Niedermayer
2014-07-04avformat/img2dec: set AVProbeData size correctly on corner cases of tiny filesMichael Niedermayer
2014-07-04avformat/img2dec: avoid seekback on probeingMichael Niedermayer
2014-07-04avformat/img2dec: allocate and clear padding area for probe correctlyMichael Niedermayer
2014-07-04Autodetect JPEG2000 imagess.Carl Eugen Hoyos
2014-07-03avformat: Add image3 demuxers with format autodetectionCarl Eugen Hoyos
2014-04-14avformat/img2dec: fix typoMichael Niedermayer
2014-04-12avformat/img2dec: support nanosecond file timesMichael Niedermayer
2014-04-01avformat/img2dec: zero probe bufferMichael Niedermayer
2014-03-29avformat/img2dec: try to read PROBE_BUF_MIN instead of just enough for .pix p...Michael Niedermayer
2014-03-29avformat/img2dec: Use avformat probing interface to identify format if it has...Michael Niedermayer
2014-03-29avformat/img2dec: make image2dec capable to be used from seperate demuxersMichael Niedermayer
2013-08-12img2dec: fix typo (double "with with")Kirill Gavrilov
2013-06-05avformat/img2dec: timestamps are 64bitMichael Niedermayer
2013-05-25img2dec: support seeking with ts_from_fileMichael Niedermayer
2013-05-25img2dec: dont set start_time/duration to invalid valuesMichael Niedermayer
2013-05-25img2dec: Add ts_from_file optionAndrey Utkin
2013-05-05Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-04-05img2dec: make use of AV_OPT_TYPE_IMAGE_SIZEPaul B Mahol
2013-04-05img2dec: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
2013-01-25lavf/img2dec: fix option help fieldsStefano Sabatini
2013-01-21img2dec: support seeking in infinitely looped streamMichael Niedermayer
2013-01-08img2dec: fix -loopMichael Niedermayer
2013-01-08img2dec: do not change packet pts for image2pipePaul B Mahol
2013-01-08img2dec: seeking supportPaul B Mahol
2012-11-30Add exception for "gif" in image2 probe() method.Vitaliy E Sugrobov
2012-11-30Merge commit '9d46eaec7a90bd8f5cd9e45398c6d17804182320'Michael Niedermayer