summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2015-05-13Amlogic modificationsLawrence Mok66-24546/+4121
2013-10-29Merge commit '8b64c2ba0382892cad9e1a5ba601696d4cbb4d04'Michael Niedermayer2-1/+8
2013-10-29lavc: add a dummy field to AVStream to preserve ABI compatibility for avconvAnton Khirnov2-0/+8
2013-10-28lavf: remove unreliable timestamp guessing heuristicAnton Khirnov4-34/+0
2013-10-02avformat: add support to force specific AVCodecsMichael Niedermayer4-2/+51
2013-09-17Merge commit '596e5d4783ca951258a7c580951fd161f1785ec1'Michael Niedermayer4-4/+9
2013-09-16lavf: Add a flag to enable/disable per-packet flushingLuca Barbato4-3/+11
2013-09-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer2-1/+20
2013-09-04matroskaenc: Allow chapters to be written in trailerJohn Stebbins2-1/+20
2013-08-28avformat: export probe scoreMichael Niedermayer4-7/+45
2013-08-21Merge commit '64af59bc4916fac5578b31c89da13c30b591bddf'Michael Niedermayer1-3/+3
2013-08-20avformat: Fix references to removed av_close_input_file in DoxygenDiego Biurrun1-3/+3
2013-08-13Remove FF_API_PKT_DUMP cruft. Not compiled since libavformat 54.Alexis Ballier3-25/+0
2013-07-24documented that av_codec_close is required to callAnshul Maheshwari1-0/+3
2013-07-09avformat/AVFormatContext: Move fields down to match the forkMichael Niedermayer3-26/+26
2013-06-24lavf: add AV_DISPOSITION flags for WebVTT text track kindsMatthew Heaney3-1/+11
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-05-04lavf: filter out AVSEEK_FLAG_BACKWARD in new API.Nicolas George2-0/+2
2013-05-04Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer13-19/+20
2013-05-03silly typo fixesDiego Biurrun14-20/+21
2013-04-26avformat/mux: set avoid_negative_ts based on flags if not overridden by user ...Michael Niedermayer6-52/+62
2013-04-26Merge commit 'c2cb01d418dd18e1cf997c038d37378d773121be'Michael Niedermayer6-26/+70
2013-04-25lavf: introduce AVFMT_TS_NEGATIVELuca Barbato14-113/+162
2013-04-04avformat: Add a mechanism to allow demuxers to detect byte based seeking.Michael Niedermayer2-0/+10
2013-03-29ffmpeg/avformat: factor av_guess_frame_rate() outMichael Niedermayer5-11/+33
2013-03-24lavf/mux: add the flush_packets option.Nicolas George4-0/+15
2013-03-19lavf/avformat.h: fix a few typos in AVFormatContext:avoid_negative_ts doxyStefano Sabatini1-2/+2
2013-03-13Merge commit '7b486ab13bfcfa88a7cd92586de50e49966ec292'Michael Niedermayer4-36/+0
2013-03-12avformat: keep r_frame_rateMichael Niedermayer2-11/+22
2013-03-11lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov12-110/+0
2013-03-11lavf: remove disabled FF_API_AV_GETTIME cruftAnton Khirnov3-14/+0
2013-03-11lavf: remove disabled FF_API_INTERLEAVE_PACKET cruftAnton Khirnov3-22/+0
2013-03-11lavf: remove disabled FF_API_READ_PACKET cruftAnton Khirnov3-29/+0
2013-03-11lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruftAnton Khirnov3-21/+0
2013-03-08Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer24-207/+362
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov22-136/+324
2013-03-04avformat: Make duration estimation from pts more robustMichael Niedermayer2-1/+5
2013-02-23avformat: Allocate duration_error separatelyMichael Niedermayer3-3/+13
2013-02-14Fix a few "its" vs "it's" typo.Clément Bœsch4-5/+5
2013-02-07lavf: add seek2any to allow forcing seeking to non keyframes via AVOptionsMichael Niedermayer3-0/+11
2013-01-17Add a new function av_codec_get_tag2().Carl Eugen Hoyos3-4/+31
2012-12-20miscellaneous typo fixesDiego Biurrun51-60/+61
2012-12-15lavf: Provide a monotonic timestamp to the outside worldHarald Axmann4-60/+198
2012-12-04av_register_protocol is gone :(Paul B Mahol1-1/+0
2012-11-21use correct doxygen parameter direction syntaxPeter Ross2-7/+7
2012-11-20Add -skip_initial_bytes option.Carl Eugen Hoyos3-0/+9
2012-11-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer12-26/+68
2012-11-15Merge commit '3b4296f41473a5b39e84d7a49d480624c9c60040'Michael Niedermayer8-19/+27
[next]