Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-13lavf: add a flag to enable/disable automatic bitstream filteringRodger Combs
2016-09-12avformat/mux: implement AVFMT_FLAG_SHORTESTMichael Niedermayer
2016-08-22avformat/mux: Restore original ts in write_packet on errorJan Sebechlebsky
2016-07-21avformat/mux: Fix some codecpar non usesMichael Niedermayer
2016-07-14avformat/mux: Apply auto bsfs in av_write_frame() tooMichael Niedermayer
2016-07-14avformat/mux: Factor do_packet_auto_bsf() outMichael Niedermayer
2016-06-25lavf: update auto-bsf to new BSF APIRodger Combs
2016-06-25avformat: Fix ff_interleaved_peek()Michael Niedermayer
2016-06-23Merge commit 'e1eb0fc960163402bbb4e630185790488f7d28ed'Matthieu Bouron
2016-06-23Merge commit 'db7968bff4851c2be79b15b2cb2ae747424d2fca'Matthieu Bouron
2016-06-22Merge commit '11de006babf735aafa3462d43dd2c02bb6ac6e2f'Clément Bœsch
2016-06-20avformat/mux: do not call write_packet with a flush packet if header is not w...Marton Balint
2016-06-20avformat/mux: do not call write_header multiple times if it fails the first timeMarton Balint
2016-06-13avformat/mux: factorize header writing codeMarton Balint
2016-06-13avformat/mux: call deinit if write_header failsMarton Balint
2016-05-18movenc: Use packets in interleaving queues for the duration at the end of fra...Martin Storsjö
2016-05-18avio: Allow custom IO users to get labels for the output bytestreamMartin Storsjö
2016-05-13Combine deprecation guards where appropriateDiego Biurrun
2016-05-11Reduce the scope of some variablesDiego Biurrun
2016-05-03Drop pointless assert.h #includesDiego Biurrun
2016-04-24avformat/mux: Check that deinit is set before calling itMichael Niedermayer
2016-04-17Merge commit '33d18982fa03feb061c8f744a4f0a9175c1f63ab'Derek Buitenhuis
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-11lavf: allow BSFs to drop packets.Ronald S. Bultje
2016-02-26lavf/mux: do not fail in case of non strictly monotonically increasing DTS va...Stefano Sabatini
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-01-27Merge commit '521dc78366c6ea54b7b69426dab302a57231f81e'Derek Buitenhuis
2016-01-27avformat/mux: Fix error when writing uncoded frames.Matt Oliver
2016-01-12mux: drop the warning about global headersAnton Khirnov
2015-12-28lavf: add automatic bitstream filtering; bump versionRodger Combs
2015-11-13avformat/mux: Rename compute_pkt_fields2(), the name is absolutely terribleMichael Niedermayer
2015-11-11Merge commit '8de1ee9f725aa3c550f425bd3120bcd95d5b2ea8'Hendrik Leppkes
2015-11-09lavf: deprecate compute_pkt_fields2Anton Khirnov
2015-10-29Merge commit '9b56d5c11488656254e9aed8d964ef2b7c2ff5e6'Hendrik Leppkes
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-26avpacket: Deprecate av_dup_packetLuca Barbato
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-10-22avfilter,swresample,swscale: use fabs, fabsf instead of FFABSGanesh Ajjanagadde
2015-09-29Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes
2015-09-07Merge commit '9ad1e0c12caa440de860bd8f2122beb11d73815c'Hendrik Leppkes
2015-09-05Remove left-over FF_API_DESTRUCT_PACKET cruftHendrik Leppkes
2015-09-05Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8'Hendrik Leppkes
2015-09-03mux: Make sure that the data is actually writtenSean McGovern
2015-08-31mux: warn if the encoders bitexact flag is set, but not the muxersAndreas Cadhalpun
2015-08-28lavc: Drop deprecated destruct_packet related functionsVittorio Giovara
2015-08-23avformat: Remove use of AVFrac and AVStream->ptsMichael Niedermayer
2015-08-22add missing FF_API_DESTRUCT_PACKET guardsAndreas Cadhalpun
2015-08-20avformat/mux: Update sidedata in ff_write_chained()Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara