index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
avformat.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavf: add functions for accessing the fourcc<->CodecID mapping tables.
Anton Khirnov
2012-01-31
1
-0
/
+24
*
lavf: rename AVInputFormat.value to raw_codec_id.
Anton Khirnov
2012-01-31
1
-2
/
+2
*
lavf: reorder AVInput/OutputFormat fields.
Anton Khirnov
2012-01-31
1
-49
/
+61
*
lavf: remove disabled FF_API_SET_PTS_INFO cruft
Anton Khirnov
2012-01-27
1
-9
/
+0
*
lavf: remove disabled FF_API_REORDER_PRIVATE cruft
Anton Khirnov
2012-01-27
1
-104
/
+0
*
lavf: remove disabled FF_API_SEEK_PUBLIC cruft
Anton Khirnov
2012-01-27
1
-15
/
+0
*
lavf: remove disabled FF_API_STREAM_COPY cruft
Anton Khirnov
2012-01-27
1
-4
/
+0
*
lavf: remove disabled FF_API_PRELOAD cruft
Anton Khirnov
2012-01-27
1
-3
/
+0
*
lavf: remove disabled FF_API_NEW_STREAM cruft
Anton Khirnov
2012-01-27
1
-15
/
+0
*
lavf: remove disabled FF_API_MUXRATE cruft
Anton Khirnov
2012-01-27
1
-6
/
+0
*
lavf: remove disabled FF_API_FILESIZE cruft
Anton Khirnov
2012-01-27
1
-7
/
+0
*
lavf: remove disabled FF_API_TIMESTAMP cruft
Anton Khirnov
2012-01-27
1
-7
/
+0
*
lavf: remove disabled FF_API_LOOP_OUTPUT cruft
Anton Khirnov
2012-01-27
1
-11
/
+0
*
lavf: remove disabled FF_API_LOOP_INPUT cruft
Anton Khirnov
2012-01-27
1
-7
/
+0
*
lavf: remove disabled FF_API_AVSTREAM_QUALITY cruft
Anton Khirnov
2012-01-27
1
-9
/
+0
*
lavf: remove disabled FF_API_FLAG_RTP_HINT cruft
Anton Khirnov
2012-01-27
1
-3
/
+0
*
lavf: remove disabled FF_API_SDP_CREATE cruft
Anton Khirnov
2012-01-27
1
-4
/
+0
*
lavf: remove disabled FF_API_GUESS_IMG2_CODEC cruft
Anton Khirnov
2012-01-27
1
-4
/
+0
*
lavf: remove disabled FF_API_PKT_DUMP cruft
Anton Khirnov
2012-01-27
1
-7
/
+0
*
lavf: remove disabled FF_API_FIND_INFO_TAG cruft
Anton Khirnov
2012-01-27
1
-7
/
+0
*
lavf: remove disabled FF_API_PARSE_DATE cruft
Anton Khirnov
2012-01-27
1
-12
/
+0
*
lavf: remove disabled FF_API_DUMP_FORMAT cruft
Anton Khirnov
2012-01-27
1
-6
/
+0
*
lavf: remove disabled FF_API_FORMAT_PARAMETERS cruft
Anton Khirnov
2012-01-27
1
-102
/
+0
*
lavf: remove disabled FF_API_OLD_METADATA2 cruft
Anton Khirnov
2012-01-27
1
-76
/
+0
*
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2012-01-27
1
-2
/
+1
*
libavformat: Add a flag for muxers that support write_packet(NULL) for flushing
Martin Storsjö
2012-01-25
1
-3
/
+15
*
lavf: fix and extend av_interleaved_write_frame() doxy.
Anton Khirnov
2012-01-18
1
-3
/
+12
*
lavf: undeprecate read_seek().
Anton Khirnov
2012-01-12
1
-4
/
+3
*
doxygen: misc consistency, spelling and wording fixes
Diego Biurrun
2011-12-12
1
-1
/
+1
*
lavf: add avformat_close_input().
Anton Khirnov
2011-12-12
1
-0
/
+10
*
lavf: deprecate av_close_input_stream().
Anton Khirnov
2011-12-12
1
-0
/
+4
*
lavf doxy: add some basic demuxing documentation.
Anton Khirnov
2011-12-12
1
-0
/
+38
*
lavf doxy: add some general lavf information.
Anton Khirnov
2011-12-12
1
-0
/
+35
*
lavf doxy: add misc utility functions to a group.
Anton Khirnov
2011-12-12
1
-113
/
+130
*
lavf doxy: add av_guess_codec/format to the encoding group.
Anton Khirnov
2011-12-12
1
-23
/
+24
*
lavf doxy: add core functions to a doxy group.
Anton Khirnov
2011-12-12
1
-88
/
+99
*
Fix a bunch of common typos.
Diego Biurrun
2011-12-11
1
-3
/
+4
*
lavf doxy: add muxing stuff to lavf_encoding group
Anton Khirnov
2011-12-10
1
-4
/
+14
*
lavf doxy: add demuxing stuff to lavf_decoding group
Anton Khirnov
2011-12-10
1
-8
/
+21
*
lavf doxy: expand/reword metadata API doxy.
Anton Khirnov
2011-12-10
1
-2
/
+8
*
lavf doxy: add installed headers to groups.
Anton Khirnov
2011-12-10
1
-0
/
+6
*
lavf doxy: rename lavf I/O group to lavf_io.
Anton Khirnov
2011-12-10
1
-1
/
+1
*
lavf doxy: add metadata docs to the main lavf group
Anton Khirnov
2011-12-10
1
-0
/
+1
*
doxygen: eliminate Qt-style doxygen syntax
Diego Biurrun
2011-12-05
1
-1
/
+1
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
1
-8
/
+4
*
doxy: structure libavformat groups
Luca Barbato
2011-11-22
1
-0
/
+34
*
avio: Add AVIOInterruptCB
Martin Storsjö
2011-11-13
1
-0
/
+11
*
lavf: expand doxy for some AVFormatContext fields.
Anton Khirnov
2011-11-08
1
-5
/
+44
*
avformat: Revise wording
Martin Storsjö
2011-11-07
1
-2
/
+2
*
avformat: Add functions for doing global network initialization
Martin Storsjö
2011-11-05
1
-0
/
+15
[next]