summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2017-05-11PD#142712:fix the bug that some err media scan not exit that may consume larg...shuanglong.wang2-1/+16
2017-03-28PD#141256: modify DURATION_MAX_RETRY to 6 from newer ffmpegJian Wang1-1/+1
2015-05-13Amlogic modificationsLawrence Mok66-24546/+4121
2013-10-29lavf: remove unreliable timestamp guessing heuristicAnton Khirnov3-28/+0
2013-10-27avformat/utils: make "first_dts not matching first dts in the queue" message ...Michael Niedermayer1-1/+2
2013-10-27avformat/utils: do not override pts in h264 when they are provided from the d...Michael Niedermayer1-2/+4
2013-10-24avformat/utils: Check size argument in ff_add_index_entry()Michael Niedermayer1-0/+3
2013-10-20avformat/utils: Check av_packet_new_side_data() return before using itMichael Niedermayer1-2/+4
2013-10-13avformat: use ff_alloc_extradata()Paul B Mahol52-218/+83
2013-10-13avformat: add ff_alloc_extradata() helperPaul B Mahol2-0/+29
2013-10-02avformat: add support to force specific AVCodecsMichael Niedermayer4-2/+51
2013-10-02avformat/utils: pass AVFormatContext to find_decoder()Michael Niedermayer1-7/+7
2013-09-28avformat/utils: factor find_decoder() outMichael Niedermayer1-5/+11
2013-09-23Merge commit 'ce67f442be0f6c4a8794272873852e256b5b8ee4'Michael Niedermayer1-1/+2
2013-09-22lavf: Avoid setting avg_frame_rate if delta_dts is negativeMartin Storsjö1-1/+2
2013-09-21avformat: remove duplicate includesMichael Niedermayer9-13/+0
2013-09-20avformat/utils: remove unused variableMichael Niedermayer1-1/+0
2013-09-19Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer18-110/+91
2013-09-18avformat: Use av_reallocp() where suitableAlexandra Khirnova18-107/+92
2013-09-17avformat/utils: Print warning if reallocating probe buffer failedMichael Niedermayer1-1/+5
2013-09-17Merge commit '68b467742092364f9306283f40effde2c12efe08'Michael Niedermayer1-6/+11
2013-09-16Do not suggest to increase probesize for image2 files.Carl Eugen Hoyos1-1/+2
2013-09-16lavf: Make probe_codec return an error codeAlexandra Khirnova1-7/+14
2013-09-11avformat/utils: use av_realloc_array()Michael Niedermayer1-2/+2
2013-09-11avformat/utils: functions that add entries should not destroy the whole list ...Michael Niedermayer1-8/+10
2013-09-11Merge commit 'f369b9356c4606cd4d713d60f7db5de119d901fa'Michael Niedermayer9-76/+99
2013-09-10avformat: Use av_reallocp_array() where suitableAlexandra Khirnova9-73/+90
2013-09-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer1-3/+6
2013-09-07lavf: fix the comparison in an overflow checkAnton Khirnov1-1/+1
2013-09-04avformat: make avformat_close_input() more tolerant.Clément Bœsch3-3/+12
2013-09-03avformat/utils: assert position monotonicity in ff_find_last_ts()Michael Niedermayer1-0/+1
2013-09-03avformat/utils: Fix bitrate overflow checkMichael Niedermayer1-6/+3
2013-09-03Merge commit 'df33a58e5311ee9a64a573889b883a80e981af7b'Michael Niedermayer1-2/+7
2013-09-03Merge commit 'fab694dd3931b1c0bc3c598c3f88b1902c14a303'Michael Niedermayer1-2/+2
2013-09-02lavf: avoid integer overflow when estimating bitrateAnton Khirnov1-2/+7
2013-09-02lavf: move a variable declaration to the block where it's usedAnton Khirnov1-2/+2
2013-08-31avformat/utils: fix duration_fields calculation when need_parsing=0Michael Niedermayer1-1/+1
2013-08-28avformat/utils: fix av_probe_input_buffer2() so it returns the probe scoreMichael Niedermayer1-2/+3
2013-08-28avformat: export probe scoreMichael Niedermayer4-7/+45
2013-08-25avformat: move PROBE_BUF_M* to internal.hMichael Niedermayer2-4/+4
2013-08-13Remove FF_API_PKT_DUMP cruft. Not compiled since libavformat 54.Alexis Ballier3-25/+0
2013-08-10Integrate accessors.h header into internal.hReimar Döffinger5-7/+4
2013-08-08Reduce MAKE_ACCESSORS code duplication via a new header.Reimar Döffinger4-11/+6
2013-08-06avformat/utils: fix memleak with nobufferMichael Niedermayer1-3/+3
2013-08-03Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer20-1/+99
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun20-1/+98
2013-07-29Merge commit 'c5b46a064d9991f2cd045c90179fccf35ecffc34'Michael Niedermayer1-1/+3
2013-07-29lavf: Don't interpret just slightly broken timestamps as wraparoundMichael Niedermayer1-2/+3
2013-07-21Revert "avformat/utils: Close codec context since it is allocated by avformat...Michael Niedermayer1-3/+0
[next]