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 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
*
lavf: clarify the lifetime of demuxed packets.
Anton Khirnov
2012-11-02
1
-10
/
+16
*
avformat: Fix references to the removed function av_write_header in comments
Martin Storsjö
2012-10-18
1
-2
/
+2
*
avformat: const correctness for av_hex_dump / av_hex_dump_log
Diego Biurrun
2012-10-01
1
-2
/
+2
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-18
/
+18
*
lavf: deprecate r_frame_rate.
Anton Khirnov
2012-07-29
1
-0
/
+4
*
lavf: use dts difference instead of AVPacket.duration in find_stream_info()
Anton Khirnov
2012-07-29
1
-1
/
+9
*
avf: introduce nobuffer option
Luca Barbato
2012-07-29
1
-0
/
+1
*
lavf: include libavutil/time.h instead of redeclaring av_gettime()
Mans Rullgard
2012-06-21
1
-4
/
+4
*
Move av_gettime() to libavutil
Mans Rullgard
2012-06-20
1
-3
/
+2
*
avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.
James Zern
2012-05-20
1
-1
/
+5
*
lavf: add missing '*' in a doxy.
Anton Khirnov
2012-05-07
1
-1
/
+1
*
make av_interleaved_write_frame() flush packets when pkt is NULL
Jindrich Makovicka
2012-03-27
1
-0
/
+2
*
lavf doxy: expand AVStream.codec doxy.
Anton Khirnov
2012-03-26
1
-1
/
+12
*
lavf doxy: improve AVStream.time_base doxy.
Anton Khirnov
2012-03-26
1
-3
/
+5
*
lavf doxy: add some basic documentation about reading from the demuxer.
Anton Khirnov
2012-03-26
1
-0
/
+16
*
lavf doxy: document passing options to demuxers.
Anton Khirnov
2012-03-26
1
-0
/
+41
*
lavf doxy: clarify that an AVPacket contains encoded data.
Anton Khirnov
2012-03-26
1
-2
/
+2
*
libavformat: Document who sets the AVStream.id field
Martin Storsjö
2012-03-24
1
-1
/
+6
*
lavf: make av_interleave_packet_per_dts() private.
Anton Khirnov
2012-03-20
1
-13
/
+5
*
lavf: deprecate av_read_packet().
Anton Khirnov
2012-03-20
1
-0
/
+6
*
avformat: do not require a pixel/sample format if there is no decoder
Justin Ruggles
2012-03-05
1
-0
/
+1
*
lavf: deobfuscate read_frame_internal().
Anton Khirnov
2012-03-05
1
-7
/
+5
*
lavf: generic code for exporting attached pictures.
Anton Khirnov
2012-02-29
1
-0
/
+16
*
avf: reorder AVStream and AVFormatContext
Luca Barbato
2012-02-28
1
-34
/
+38
*
doxy: remove reference to removed api
Luca Barbato
2012-02-19
1
-4
/
+3
*
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
[next]