summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
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-08-03Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer20-1/+99
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun20-1/+98
2013-06-26lavf/mux: rename variable cortag -> tagbuf2 in init_muxer()Stefano Sabatini1-3/+3
2013-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer1-7/+12
2013-06-24lavf: don't abort if both encoder and muxer aspect ratios are not setRafaël Carré1-7/+12
2013-06-16Merge commit '12db891dcd57b305d6e3c1e22ea8204dc26edda1'Michael Niedermayer2-22/+22
2013-06-16avf: move ff_write_chained to mux.cLuca Barbato2-18/+18
2013-05-17Adding support for encoding VP8 AlphaVignesh Venkatasubramanian2-4/+96
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer40-94/+13
2013-05-15Remove commented-out debug #define cruftDiego Biurrun43-103/+0
2013-05-01Merge commit 'e926b5ceb1962833f0c884a328382bc2eca67aff'Michael Niedermayer7-28/+31
2013-04-30avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun8-30/+34
2013-04-26avformat/write_packet: drop disabled codeMichael Niedermayer1-17/+0
2013-04-26avformat/mux: set avoid_negative_ts based on flags if not overridden by user ...Michael Niedermayer6-52/+62
2013-04-26avformat/mux: assert that timestamps are positive after offsetting themMichael Niedermayer1-0/+2
2013-04-26avformat/mux: use a local variable for offsetMichael Niedermayer1-4/+5
2013-04-26avformat/mux: change avoid_negative_ts code to support later addition of AVSt...Michael Niedermayer1-12/+16
2013-04-26Merge commit 'c2cb01d418dd18e1cf997c038d37378d773121be'Michael Niedermayer6-26/+70
2013-04-25lavf: introduce AVFMT_TS_NEGATIVELuca Barbato14-113/+162
2013-04-08mux: also call avio_flush() when flushing the muxerMichael Niedermayer1-0/+2
2013-03-24lavf/mux: add the flush_packets option.Nicolas George4-0/+15
2013-03-13Merge commit '7b486ab13bfcfa88a7cd92586de50e49966ec292'Michael Niedermayer4-36/+0
2013-03-11lavf: remove disabled FF_API_INTERLEAVE_PACKET cruftAnton Khirnov3-22/+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-01-17mux/chunked interleaver: better align duration chunks.Michael Niedermayer1-2/+8
2013-01-17mux: de-obfuscate chunked interleaver checksMichael Niedermayer1-2/+2
2013-01-17mux: simplify chunking interleaver codeMichael Niedermayer1-5/+4
2013-01-16mux: fix chunked interleaverMichael Niedermayer1-13/+14
2013-01-16mux: fix chunked_duration rounding anomalyMichael Niedermayer1-1/+1
2013-01-14lavf: Fix assignments in if()Michael Niedermayer1-1/+1
2013-01-14lavf/mux: Fix assignments in if()Michael Niedermayer1-1/+1
2013-01-08lavf/mux: do not pass a copy of the packet to write_packet().Clément Bœsch1-6/+5
2012-12-20lavf: split packets before muxing.Clément Bœsch1-4/+20
2012-10-07mux: change 1 assert->av_assert1()Michael Niedermayer1-1/+1
2012-10-03ff_choose_timebase: only try factors upto 14Michael Niedermayer1-1/+1
2012-10-03mux/nut: factorize ff_choose_timebase() out of nutMichael Niedermayer3-5/+28
2012-10-02Merge commit '1e46c63eb72be752e044ba32257d77f35cbd9dac'Michael Niedermayer1-17/+40
2012-10-02Merge commit '86bbdf865e04bc5ddc2021b0620e6de634375253'Michael Niedermayer1-33/+44
2012-10-02Merge commit '55f9037f38bc3beacb2f5a17408c1d24c077d7fd'Michael Niedermayer4-697/+761
2012-10-01avformat: refactor avformat_write_headerLuca Barbato1-15/+38
2012-10-01avformat: refactor avformat_write_headerLuca Barbato1-27/+42
2012-10-01avformat: split muxing functions from util.cLuca Barbato4-517/+580