index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
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
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
avformat.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavf: Document the codec context initialization
Vittorio Giovara
2015-02-17
1
-0
/
+4
*
lavf: move internal fields from public to internal context
wm4
2015-02-10
1
-49
/
+0
*
libavformat: Remove a misleading/incorrect comment
Martin Storsjö
2015-01-04
1
-2
/
+2
*
lavf: Add an option for avoiding negative timestamps
Michael Niedermayer
2014-11-07
1
-0
/
+12
*
avformat: use const char* instead of uint8_t* for AVProbeData.mime_type
Andreas Cadhalpun
2014-10-08
1
-1
/
+1
*
lavf: add AVFormatContext.max_ts_probe
Anton Khirnov
2014-08-25
1
-0
/
+6
*
lavf: add AVFormatContext/AVStream fields for signaling to the user when even...
Andrew Stone
2014-08-13
1
-0
/
+22
*
Remove obsolete FF_API_REFERENCE_DTS cruft.
Anton Khirnov
2014-08-09
1
-5
/
+0
*
Remove obsolete FF_API_PROBE_MIME cruft.
Anton Khirnov
2014-08-09
1
-2
/
+0
*
avformat: Use the mime type information in input probe
Luca Barbato
2014-07-29
1
-0
/
+11
*
avformat: Mark AVOutputFormat argument in avformat_query_codec as const
Diego Biurrun
2014-07-26
1
-1
/
+2
*
avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as const
Diego Biurrun
2014-07-26
1
-2
/
+2
*
avformat: update muxing doxy
Anton Khirnov
2014-07-09
1
-3
/
+3
*
avformat_new_stream: make the AVCodec parameter const
Roman Savchenko
2014-07-08
1
-1
/
+1
*
lavf: document av_dump_format()
Vittorio Giovara
2014-07-02
1
-0
/
+10
*
lavf: switch to AVStream.time_base as the hint for the muxer timebase
Anton Khirnov
2014-06-18
1
-3
/
+6
*
avformat: Provide a standard compliance flag
Luca Barbato
2014-05-28
1
-0
/
+5
*
lavf: add av_stream_get_side_data
Janne Grunau
2014-05-20
1
-0
/
+11
*
lavf: deprecate now unused AVStream.pts
Anton Khirnov
2014-05-19
1
-1
/
+6
*
lavf: extend avg_frame_rate documentation.
Anton Khirnov
2014-05-18
1
-0
/
+4
*
lavf: add AVFMT_FLAG_BITEXACT.
Anton Khirnov
2014-05-15
1
-0
/
+7
*
lavf: properly document the distinction between flags and ctx_flags
Anton Khirnov
2014-05-14
1
-1
/
+9
*
lavf: add an AVStream field for exporting stream-global side data
Anton Khirnov
2014-03-24
1
-0
/
+22
*
doxygen: Replace @parblock syntax with manual linebreaks
Diego Biurrun
2014-02-17
1
-11
/
+7
*
doxygen: Add a number of missing function parameter descriptions
Diego Biurrun
2014-02-17
1
-0
/
+16
*
lavf: always unref the packet passed to av_interleaved_write_frame() on error
Anton Khirnov
2014-02-10
1
-1
/
+2
*
lavf: extend / improve the AVFormatContext doxy
Anton Khirnov
2014-02-10
1
-32
/
+69
*
lavf: add some basic documentation of the muxing process
Anton Khirnov
2014-02-10
1
-0
/
+52
*
lavf: rewrite the av_write_frame() doxy
Anton Khirnov
2014-02-10
1
-9
/
+25
*
lavf: rewrite the av_interleaved_write_frame() doxy
Anton Khirnov
2014-02-10
1
-18
/
+26
*
lavf: improve handling of sparse streams when muxing
Luca Barbato
2014-02-04
1
-0
/
+19
*
lavf: ignore attachment streams for interleaving purposes
Anton Khirnov
2014-02-04
1
-0
/
+7
*
lavc: add a dummy field to AVStream to preserve ABI compatibility for avconv
Anton Khirnov
2013-10-29
1
-0
/
+5
*
lavf: remove unreliable timestamp guessing heuristic
Anton Khirnov
2013-10-28
1
-8
/
+0
*
lavf: Add a flag to enable/disable per-packet flushing
Luca Barbato
2013-09-16
1
-0
/
+1
*
matroskaenc: Allow chapters to be written in trailer
John Stebbins
2013-09-04
1
-0
/
+11
*
avformat: Fix references to removed av_close_input_file in Doxygen
Diego Biurrun
2013-08-20
1
-3
/
+3
*
avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate
Diego Biurrun
2013-05-04
1
-1
/
+3
*
silly typo fixes
Diego Biurrun
2013-05-03
1
-3
/
+3
*
lavf: introduce AVFMT_TS_NEGATIVE
Luca Barbato
2013-04-25
1
-0
/
+17
*
lavf: remove disabled FF_API_R_FRAME_RATE cruft
Anton Khirnov
2013-03-11
1
-17
/
+0
*
lavf: remove disabled FF_API_AV_GETTIME cruft
Anton Khirnov
2013-03-11
1
-4
/
+0
*
lavf: remove disabled FF_API_INTERLEAVE_PACKET cruft
Anton Khirnov
2013-03-11
1
-10
/
+0
*
lavf: remove disabled FF_API_READ_PACKET cruft
Anton Khirnov
2013-03-11
1
-18
/
+0
*
lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruft
Anton Khirnov
2013-03-11
1
-11
/
+0
*
avpacket: use AVBuffer to allow refcounting the packets.
Anton Khirnov
2013-03-08
1
-7
/
+7
*
miscellaneous typo fixes
Diego Biurrun
2012-12-21
1
-1
/
+1
*
rtp: set the payload type as stream id
Luca Barbato
2012-11-14
1
-0
/
+3
*
avformat: clarify stream id for muxing
Luca Barbato
2012-11-14
1
-1
/
+1
*
lavf: fix av_interleaved_write_frame() doxy.
Anton Khirnov
2012-11-02
1
-2
/
+2
[next]