summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-03Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer9-14/+14
2013-08-02Give less generic names to global library option arraysDiego Biurrun9-14/+14
2012-07-30options: Fix warning about incompatible pointer typejamal2-3/+5
2012-06-28lavf: add proper enum type for fmt ctx duration esitmation methodMichael Bradshaw2-7/+14
2012-06-19lavf: separate muxer/demuxer class categoryMichael Niedermayer1-0/+7
2012-06-18lavf: add field for how duration is estimatedMichael Bradshaw4-2/+27
2012-06-03set some categories of some AVClass structsMichael Niedermayer5-0/+5
2012-03-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer43-1467/+1708
2012-03-20Move AVFormatContext/AVCodecContext option tables to separate files.Anton Khirnov4-407/+458
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer230-3705/+1307
2012-01-27lavf: remove disabled FF_API_MUXRATE cruftAnton Khirnov5-22/+0
2012-01-27lavf: remove disabled FF_API_FLAG_RTP_HINT cruftAnton Khirnov4-17/+0
2012-01-27lavf: remove disabled FF_API_OLD_AVIO cruftAnton Khirnov6-672/+1
2012-01-21error_detection: put the old error detection constants back.Michael Niedermayer2-0/+6
2012-01-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer15-63/+83
2012-01-21lavf: rename fer option and document resulting (f_)err_detect optionsDustin Brody1-3/+8
2011-12-01lavf: allow grouping packets in chunks of a user specified size and duration.Michael Niedermayer4-5/+48
2011-12-01lavf: add audio_preload option, this allows interleaving audio earlierMichael Niedermayer4-1/+19
2011-11-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer10-34/+45
2011-11-14lavf: simplify format_child_class_next()Luca Barbato1-14/+17
2011-11-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer31-99/+405
2011-11-13lavf: pass options from AVFormatContext to avio.Anton Khirnov2-6/+17
2011-10-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer27-71/+398
2011-10-17mpegenc/mpegtsenc: add muxrate private options.Anton Khirnov5-3/+48
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer88-3039/+3709
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov56-787/+798
2011-10-12AVOptions: add new API for enumerating children.Anton Khirnov5-44/+144
2011-09-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer17-38/+95
2011-09-03lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov9-3/+46
2011-09-03AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov5-3/+15
2011-08-13Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer61-410/+6208
2011-08-12lavf: add support for error_recognition, use it in avidec, and bump minor API...Dustin Brody4-3/+16
2011-08-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer14-73/+140
2011-08-02lavf: Add an option to discard corrupted framesZohar Kelrich3-0/+11
2011-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer26-194/+607
2011-06-16lavf: add avformat_open_input() as a replacement for av_open_input_*Anton Khirnov3-1/+153
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer65-407/+558
2011-06-08options: Add missing braces around struct initializer.Diego Biurrun1-1/+1
2011-05-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer32-189/+374
2011-05-27movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö5-3/+24
2011-05-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer31-241/+455
2011-05-25avformat: Add fpsprobesize as an AVOption.Alex Converse5-2/+13
2011-05-21Add a flag to disable side data merging.Michael Niedermayer3-2/+4
2011-05-19rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez7-1/+142
2011-05-17lavf: remove duplicate assignment in avformat_alloc_context.Anton Khirnov1-1/+0
2011-05-17lavf: use designated initializers for AVClasses.Anton Khirnov7-14/+34
2011-05-10AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov13-544/+497
2011-04-30Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer21-588/+567
2011-04-30AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov13-552/+495
[next]