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-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
2012-11-29img2: K&R formatting cosmeticsDiego Biurrun
2012-11-10Allow forcing a frame size in bytes for image2pipe.Carl Eugen Hoyos
2012-10-15img2dec: check return value of av_new_packet()Paul B Mahol
2012-10-10img2dec: detect .raw files only with a low score as img2Michael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-12img2dec: always close AVIOContextsTomas Härdin
2012-09-07img2dec: Don't leave AVIOContexts open on zero byte filesTomas Härdin
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-08-09lavf/img2dec: add and document pattern_type optionStefano Sabatini
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-05lavf/img2dec: add start_number_range optionStefano Sabatini
2012-08-05lavf/img2doc: document optionsStefano Sabatini
2012-08-05lavf/img2dec: improve error logging in case of find_image_range() failureStefano Sabatini
2012-08-05lavf/img2dec: sort options by nameStefano Sabatini
2012-08-05lavf/img2dec: introduce and use FIRST_INDEX_SEARCH_RANGE macro in find_image_...Stefano Sabatini