index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
mux.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavf: Drop deprecated hint to set muxer timebase
Vittorio Giovara
2017-03-23
1
-11
/
+0
*
lavf: Drop deprecated bitexact functionality
Vittorio Giovara
2017-03-23
1
-7
/
+0
*
Use correct printf conversion specifiers for POSIX integer types
Diego Biurrun
2016-12-23
1
-1
/
+1
*
libavformat: Fix a faulty api deprecation guard in prepare_input_packet
Martin Storsjö
2016-12-15
1
-1
/
+1
*
movenc: Apply offsets on timestamps when peeking into interleaving queues
Martin Storsjö
2016-06-28
1
-4
/
+18
*
movenc: Use packets in interleaving queues for the duration at the end of fra...
Martin Storsjö
2016-05-18
1
-0
/
+11
*
avio: Allow custom IO users to get labels for the output bytestream
Martin Storsjö
2016-05-18
1
-0
/
+6
*
Combine deprecation guards where appropriate
Diego Biurrun
2016-05-13
1
-6
/
+6
*
Reduce the scope of some variables
Diego Biurrun
2016-05-11
1
-1
/
+1
*
Drop pointless assert.h #includes
Diego Biurrun
2016-05-03
1
-1
/
+0
*
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2016-02-23
1
-32
/
+50
*
mux: drop the warning about global headers
Anton Khirnov
2016-01-12
1
-6
/
+0
*
lavf: deprecate compute_pkt_fields2
Anton Khirnov
2015-11-09
1
-2
/
+75
*
avpacket: Deprecate av_dup_packet
Luca Barbato
2015-10-26
1
-6
/
+4
*
avpacket: Replace av_free_packet with av_packet_unref
Luca Barbato
2015-10-26
1
-3
/
+3
*
mux: Make sure that the data is actually written
Sean McGovern
2015-09-03
1
-2
/
+6
*
lavc: Drop deprecated destruct_packet related functions
Vittorio Giovara
2015-08-28
1
-5
/
+0
*
lavc: AV-prefix all codec flags
Vittorio Giovara
2015-07-27
1
-2
/
+2
*
mux: Do not leave stale side data pointers in ff_interleave_add_packet()
Michael Niedermayer
2015-05-06
1
-0
/
+2
*
Replace av_dlog with normal av_log at trace level
Vittorio Giovara
2015-04-19
1
-4
/
+4
*
lavf: move internal fields from public to internal context
wm4
2015-02-10
1
-15
/
+15
*
libavformat: Allow calling av_write_trailer with a NULL AVIOContext
Martin Storsjö
2014-12-19
1
-1
/
+1
*
lavf: Only initialize s->offset once when using avoid_negative_ts make_zero
Martin Storsjö
2014-11-17
1
-2
/
+2
*
lavf: Print a warning if failed to avoid negative timestamps when requested
Michael Niedermayer
2014-11-07
1
-0
/
+8
*
lavf: Add an option for avoiding negative timestamps
Michael Niedermayer
2014-11-07
1
-2
/
+10
*
lavf: use the format context strict_std_compliance instead of the codec one
Anton Khirnov
2014-11-06
1
-1
/
+1
*
lavf: switch to AVCodecContext.framerate for demuxing
Anton Khirnov
2014-10-15
1
-1
/
+1
*
lavf: More informative error message
Luca Barbato
2014-10-10
1
-1
/
+4
*
avpacket: Check for and return errors in ff_interleave_add_packet()
Nidhi Makhijani
2014-07-17
1
-5
/
+15
*
lavf: switch to AVStream.time_base as the hint for the muxer timebase
Anton Khirnov
2014-06-18
1
-7
/
+19
*
lavf: deprecate now unused AVStream.pts
Anton Khirnov
2014-05-19
1
-105
/
+2
*
mux: drop one of the hacks comprising compute_pkt_fields2()
Anton Khirnov
2014-05-19
1
-7
/
+0
*
lavf: drop the zero-sized packets hack
Anton Khirnov
2014-05-15
1
-6
/
+0
*
lavf: add AVFMT_FLAG_BITEXACT.
Anton Khirnov
2014-05-15
1
-1
/
+6
*
lavf: always unref the packet passed to av_interleaved_write_frame() on error
Anton Khirnov
2014-02-10
1
-7
/
+18
*
lavf: improve handling of sparse streams when muxing
Luca Barbato
2014-02-04
1
-2
/
+33
*
lavf: ignore attachment streams for interleaving purposes
Anton Khirnov
2014-02-04
1
-1
/
+4
*
lavf: do basic sanity checking on muxed packets
Anton Khirnov
2014-02-04
1
-0
/
+27
*
lavf: Add a flag to enable/disable per-packet flushing
Luca Barbato
2013-09-16
1
-1
/
+7
*
Disable deprecation warnings for cases where a replacement is available
Diego Biurrun
2013-08-02
1
-0
/
+3
*
lavf: don't abort if both encoder and muxer aspect ratios are not set
Rafaël Carré
2013-06-24
1
-7
/
+12
*
avf: move ff_write_chained to mux.c
Luca Barbato
2013-06-16
1
-0
/
+18
*
Remove commented-out debug #define cruft
Diego Biurrun
2013-05-16
1
-2
/
+0
*
avformat: Drop unnecessary ff_ name prefixes from static functions
Diego Biurrun
2013-04-30
1
-2
/
+3
*
lavf: introduce AVFMT_TS_NEGATIVE
Luca Barbato
2013-04-25
1
-3
/
+31
*
lavf: remove disabled FF_API_INTERLEAVE_PACKET cruft
Anton Khirnov
2013-03-11
1
-9
/
+0
*
avpacket: use AVBuffer to allow refcounting the packets.
Anton Khirnov
2013-03-08
1
-0
/
+3
*
lavf: Fix assignments in if()
Michael Niedermayer
2013-01-14
1
-1
/
+1
*
avformat: refactor avformat_write_header
Luca Barbato
2012-10-01
1
-15
/
+38
*
avformat: refactor avformat_write_header
Luca Barbato
2012-10-01
1
-27
/
+42
[next]