index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
mux.c
Age
Commit message (
Expand
)
Author
2013-09-17
Merge commit '596e5d4783ca951258a7c580951fd161f1785ec1'
Michael Niedermayer
2013-09-16
lavf: Add a flag to enable/disable per-packet flushing
Luca Barbato
2013-08-03
Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'
Michael Niedermayer
2013-08-02
Disable deprecation warnings for cases where a replacement is available
Diego Biurrun
2013-06-26
lavf/mux: rename variable cortag -> tagbuf2 in init_muxer()
Stefano Sabatini
2013-06-24
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-06-24
lavf: don't abort if both encoder and muxer aspect ratios are not set
Rafaël Carré
2013-06-16
Merge commit '12db891dcd57b305d6e3c1e22ea8204dc26edda1'
Michael Niedermayer
2013-06-16
avf: move ff_write_chained to mux.c
Luca Barbato
2013-05-17
Adding support for encoding VP8 Alpha
Vignesh Venkatasubramanian
2013-05-16
Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'
Michael Niedermayer
2013-05-16
Remove commented-out debug #define cruft
Diego Biurrun
2013-05-01
Merge commit 'e926b5ceb1962833f0c884a328382bc2eca67aff'
Michael Niedermayer
2013-04-30
avformat: Drop unnecessary ff_ name prefixes from static functions
Diego Biurrun
2013-04-26
avformat/write_packet: drop disabled code
Michael Niedermayer
2013-04-26
avformat/mux: set avoid_negative_ts based on flags if not overridden by user ...
Michael Niedermayer
2013-04-26
avformat/mux: assert that timestamps are positive after offsetting them
Michael Niedermayer
2013-04-26
avformat/mux: use a local variable for offset
Michael Niedermayer
2013-04-26
avformat/mux: change avoid_negative_ts code to support later addition of AVSt...
Michael Niedermayer
2013-04-26
Merge commit 'c2cb01d418dd18e1cf997c038d37378d773121be'
Michael Niedermayer
2013-04-25
lavf: introduce AVFMT_TS_NEGATIVE
Luca Barbato
2013-04-08
mux: also call avio_flush() when flushing the muxer
Michael Niedermayer
2013-03-24
lavf/mux: add the flush_packets option.
Nicolas George
2013-03-13
Merge commit '7b486ab13bfcfa88a7cd92586de50e49966ec292'
Michael Niedermayer
2013-03-11
lavf: remove disabled FF_API_INTERLEAVE_PACKET cruft
Anton Khirnov
2013-03-08
Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'
Michael Niedermayer
2013-03-08
avpacket: use AVBuffer to allow refcounting the packets.
Anton Khirnov
2013-01-17
mux/chunked interleaver: better align duration chunks.
Michael Niedermayer
2013-01-17
mux: de-obfuscate chunked interleaver checks
Michael Niedermayer
2013-01-17
mux: simplify chunking interleaver code
Michael Niedermayer
2013-01-16
mux: fix chunked interleaver
Michael Niedermayer
2013-01-16
mux: fix chunked_duration rounding anomaly
Michael Niedermayer
2013-01-14
lavf: Fix assignments in if()
Michael Niedermayer
2013-01-14
lavf/mux: Fix assignments in if()
Michael Niedermayer
2013-01-08
lavf/mux: do not pass a copy of the packet to write_packet().
Clément Bœsch
2012-12-20
lavf: split packets before muxing.
Clément Bœsch
2012-10-07
mux: change 1 assert->av_assert1()
Michael Niedermayer
2012-10-03
ff_choose_timebase: only try factors upto 14
Michael Niedermayer
2012-10-03
mux/nut: factorize ff_choose_timebase() out of nut
Michael Niedermayer
2012-10-02
Merge commit '1e46c63eb72be752e044ba32257d77f35cbd9dac'
Michael Niedermayer
2012-10-02
Merge commit '86bbdf865e04bc5ddc2021b0620e6de634375253'
Michael Niedermayer
2012-10-02
Merge commit '55f9037f38bc3beacb2f5a17408c1d24c077d7fd'
Michael Niedermayer
2012-10-01
avformat: refactor avformat_write_header
Luca Barbato
2012-10-01
avformat: refactor avformat_write_header
Luca Barbato
2012-10-01
avformat: split muxing functions from util.c
Luca Barbato