summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-12img2dec: fix typo (double "with with")Kirill Gavrilov1-1/+1
2013-06-05avformat/img2dec: timestamps are 64bitMichael Niedermayer1-2/+2
2013-05-25img2dec: support seeking with ts_from_fileMichael Niedermayer1-2/+10
2013-05-25img2dec: dont set start_time/duration to invalid valuesMichael Niedermayer1-2/+4
2013-05-25img2dec: Add ts_from_file optionAndrey Utkin2-2/+20
2013-05-05Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer36-54/+56
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun36-53/+55
2013-04-05img2dec: make use of AV_OPT_TYPE_IMAGE_SIZEPaul B Mahol1-13/+6
2013-04-05img2dec: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol1-9/+3
2013-01-24lavf/img2dec: fix option help fieldsStefano Sabatini1-3/+3
2013-01-21img2dec: support seeking in infinitely looped streamMichael Niedermayer1-4/+7
2013-01-08img2dec: fix -loopMichael Niedermayer1-1/+1
2013-01-08img2dec: do not change packet pts for image2pipePaul B Mahol1-1/+2
2013-01-08img2dec: seeking supportPaul B Mahol1-0/+12
2012-11-30Add exception for "gif" in image2 probe() method.Vitaliy E Sugrobov3-29/+29
2012-11-30Merge commit '9d46eaec7a90bd8f5cd9e45398c6d17804182320'Michael Niedermayer6-132/+148
2012-11-29img2: K&R formatting cosmeticsDiego Biurrun3-120/+131
2012-11-10Allow forcing a frame size in bytes for image2pipe.Carl Eugen Hoyos1-1/+7
2012-10-15img2dec: check return value of av_new_packet()Paul B Mahol1-1/+2
2012-10-10img2dec: detect .raw files only with a low score as img2Michael Niedermayer1-0/+2
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-09-12img2dec: always close AVIOContextsTomas Härdin1-3/+3
2012-09-07img2dec: Don't leave AVIOContexts open on zero byte filesTomas Härdin1-3/+3
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer109-527/+523
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer42-493/+494
2012-09-04avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö74-359/+355
2012-08-08lavf/img2dec: add and document pattern_type optionStefano Sabatini3-21/+100
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-08-05lavf/img2dec: add start_number_range optionStefano Sabatini3-10/+14
2012-08-04lavf/img2doc: document optionsStefano Sabatini2-7/+30
2012-08-04lavf/img2dec: improve error logging in case of find_image_range() failureStefano Sabatini1-1/+5
2012-08-04lavf/img2dec: sort options by nameStefano Sabatini1-2/+2
2012-08-04lavf/img2dec: introduce and use FIRST_INDEX_SEARCH_RANGE macro in find_image_...Stefano Sabatini1-2/+4
2012-08-04lavf/img2dec: fix out-of-range check in find_image_range()Stefano Sabatini1-1/+1
2012-08-04lavf/img2dec: doxygen find_image_range() functionStefano Sabatini1-1/+9
2012-08-04lavf/img2dec: rename find_image_range() "max_start" parameter to "start_index"Stefano Sabatini1-2/+2
2012-08-04lavf/img2dec: fix weird start_number count logicStefano Sabatini1-2/+2
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer9-42/+52
2012-06-24image2: Add "start_number" private option to the demuxerMashiat Sarker Shakkhar1-4/+6
2012-06-24image2: Add "start_number" private option to the demuxerMashiat Sarker Shakkhar1-3/+6
2012-03-30img2dec: remove GLOB_TILDE support.Michael Niedermayer1-7/+1
2012-03-29img2dec: Recognize glob meta chars only if prefixed by %Alexander Strasser1-2/+28
2012-03-29img2: glob matching for image seriesBrian Olson3-3/+77
2012-02-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer21-1471/+1653
2012-02-22img2: split muxer and demuxer into separate filesPaul B Mahol4-428/+477