summaryrefslogtreecommitdiff
path: root/libavformat/mux.c
Commit message (Expand)AuthorAge
* avformat/mux: Check for and remove invalid packet durationsMichael Niedermayer2014-04-23
* Various small spelling fixes.Reimar Döffinger2014-04-22
* avformat/mux: support shifting timestamps so they start at 0Michael Niedermayer2014-02-22
* lavf/mux: check av_dup_packet() return value.Nicolas George2014-02-20
* lavf: add write_uncoded_frame() API.Nicolas George2014-02-11
* Merge commit '394fb56c29eee7f4f8f0334d8b5d30d3c54ac703'Michael Niedermayer2014-02-10
|\
| * lavf: always unref the packet passed to av_interleaved_write_frame() on errorAnton Khirnov2014-02-10
* | Merge commit 'd9ae1031f5edbd25c8526b4cb51aba66d3bee931'Michael Niedermayer2014-02-05
|\|
| * lavf: improve handling of sparse streams when muxingLuca Barbato2014-02-04
* | Merge commit '33c859c142ef3f49b7a6227014ad92a680cf4d74'Michael Niedermayer2014-02-04
|\|
| * lavf: ignore attachment streams for interleaving purposesAnton Khirnov2014-02-04
* | Merge commit '7b03b65bf0d02519c86750d2da33f413e11cf0c6'Michael Niedermayer2014-02-04
|\|
| * lavf: do basic sanity checking on muxed packetsAnton Khirnov2014-02-04
* | lavf: add output_ts_offset option to AVFormatContextStefano Sabatini2014-02-02
* | avformat/mux: fix "no tag found" check in validate_codec_tag()Michael Niedermayer2014-01-01
* | lavf/mux: improve feedback in case of no streams in muxerStefano Sabatini2013-12-15
* | lavf/mux: Don't write "encoder" metadata tag when bitexact is requestedJames Almer2013-12-06
* | Merge commit '596e5d4783ca951258a7c580951fd161f1785ec1'Michael Niedermayer2013-09-17
|\|
| * lavf: Add a flag to enable/disable per-packet flushingLuca Barbato2013-09-16
* | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer2013-08-03
|\|
| * Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* | lavf/mux: rename variable cortag -> tagbuf2 in init_muxer()Stefano Sabatini2013-06-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-24
|\|
| * lavf: don't abort if both encoder and muxer aspect ratios are not setRafaël Carré2013-06-24
* | Merge commit '12db891dcd57b305d6e3c1e22ea8204dc26edda1'Michael Niedermayer2013-06-16
|\|
| * avf: move ff_write_chained to mux.cLuca Barbato2013-06-16
* | Adding support for encoding VP8 AlphaVignesh Venkatasubramanian2013-05-17
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-16
|\|
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* | Merge commit 'e926b5ceb1962833f0c884a328382bc2eca67aff'Michael Niedermayer2013-05-01
|\|
| * avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* | avformat/write_packet: drop disabled codeMichael Niedermayer2013-04-26
* | avformat/mux: set avoid_negative_ts based on flags if not overridden by user ...Michael Niedermayer2013-04-26
* | avformat/mux: assert that timestamps are positive after offsetting themMichael Niedermayer2013-04-26
* | avformat/mux: use a local variable for offsetMichael Niedermayer2013-04-26
* | avformat/mux: change avoid_negative_ts code to support later addition of AVSt...Michael Niedermayer2013-04-26
* | Merge commit 'c2cb01d418dd18e1cf997c038d37378d773121be'Michael Niedermayer2013-04-26
|\|
| * lavf: introduce AVFMT_TS_NEGATIVELuca Barbato2013-04-25
* | mux: also call avio_flush() when flushing the muxerMichael Niedermayer2013-04-08
* | lavf/mux: add the flush_packets option.Nicolas George2013-03-24
* | Merge commit '7b486ab13bfcfa88a7cd92586de50e49966ec292'Michael Niedermayer2013-03-13
|\|
| * lavf: remove disabled FF_API_INTERLEAVE_PACKET cruftAnton Khirnov2013-03-11
* | Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer2013-03-08
|\|
| * avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-08
| * lavf: Fix assignments in if()Michael Niedermayer2013-01-14
* | mux/chunked interleaver: better align duration chunks.Michael Niedermayer2013-01-17
* | mux: de-obfuscate chunked interleaver checksMichael Niedermayer2013-01-17
* | mux: simplify chunking interleaver codeMichael Niedermayer2013-01-17
* | mux: fix chunked interleaverMichael Niedermayer2013-01-16
* | mux: fix chunked_duration rounding anomalyMichael Niedermayer2013-01-16