git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
lavf: move internal fields from public to internal context
[ffmpeg.git]
/
libavformat
/
avformat.h
2015-02-10
wm4
lavf: move internal fields from public to internal...
blob
|
commitdiff
2015-01-04
Martin Storsjö
libavformat: Remove a misleading/incorrect comment
blob
|
commitdiff
|
diff to current
2014-11-07
Michael Niedermayer
lavf: Add an option for avoiding negative timestamps
blob
|
commitdiff
|
diff to current
2014-10-08
Andreas Cadhalpun
avformat: use const char* instead of uint8_t* for AVPro...
blob
|
commitdiff
|
diff to current
2014-08-25
Anton Khirnov
lavf: add AVFormatContext.max_ts_probe
blob
|
commitdiff
|
diff to current
2014-08-13
Andrew Stone
lavf: add AVFormatContext/AVStream fields for signaling...
blob
|
commitdiff
|
diff to current
2014-08-09
Anton Khirnov
Remove obsolete FF_API_REFERENCE_DTS cruft.
blob
|
commitdiff
|
diff to current
2014-08-09
Anton Khirnov
Remove obsolete FF_API_PROBE_MIME cruft.
blob
|
commitdiff
|
diff to current
2014-07-29
Luca Barbato
avformat: Use the mime type information in input probe
blob
|
commitdiff
|
diff to current
2014-07-26
Diego Biurrun
avformat: Mark AVOutputFormat argument in avformat_quer...
blob
|
commitdiff
|
diff to current
2014-07-26
Diego Biurrun
avformat: Mark argument in av_{i|o}format_next/ffurl_pr...
blob
|
commitdiff
|
diff to current
2014-07-09
Anton Khirnov
avformat: update muxing doxy
blob
|
commitdiff
|
diff to current
2014-07-08
Roman Savchenko
avformat_new_stream: make the AVCodec parameter const
blob
|
commitdiff
|
diff to current
2014-07-03
Vittorio Giovara
lavf: document av_dump_format()
blob
|
commitdiff
|
diff to current
2014-06-18
Anton Khirnov
lavf: switch to AVStream.time_base as the hint for...
blob
|
commitdiff
|
diff to current
2014-05-28
Luca Barbato
avformat: Provide a standard compliance flag
blob
|
commitdiff
|
diff to current
2014-05-19
Janne Grunau
lavf: add av_stream_get_side_data
blob
|
commitdiff
|
diff to current
2014-05-19
Anton Khirnov
lavf: deprecate now unused AVStream.pts
blob
|
commitdiff
|
diff to current
2014-05-18
Anton Khirnov
lavf: extend avg_frame_rate documentation.
blob
|
commitdiff
|
diff to current
2014-05-15
Anton Khirnov
lavf: add AVFMT_FLAG_BITEXACT.
blob
|
commitdiff
|
diff to current
2014-05-14
Anton Khirnov
lavf: properly document the distinction between flags...
blob
|
commitdiff
|
diff to current
2014-03-24
Anton Khirnov
lavf: add an AVStream field for exporting stream-global...
blob
|
commitdiff
|
diff to current
2014-02-17
Diego Biurrun
doxygen: Replace @parblock syntax with manual linebreaks
blob
|
commitdiff
|
diff to current
2014-02-17
Diego Biurrun
doxygen: Add a number of missing function parameter...
blob
|
commitdiff
|
diff to current
2014-02-10
Anton Khirnov
lavf: always unref the packet passed to av_interleaved_...
blob
|
commitdiff
|
diff to current
2014-02-10
Anton Khirnov
lavf: extend / improve the AVFormatContext doxy
blob
|
commitdiff
|
diff to current
2014-02-10
Anton Khirnov
lavf: add some basic documentation of the muxing process
blob
|
commitdiff
|
diff to current
2014-02-10
Anton Khirnov
lavf: rewrite the av_write_frame() doxy
blob
|
commitdiff
|
diff to current
2014-02-10
Anton Khirnov
lavf: rewrite the av_interleaved_write_frame() doxy
blob
|
commitdiff
|
diff to current
2014-02-04
Luca Barbato
lavf: improve handling of sparse streams when muxing
blob
|
commitdiff
|
diff to current
2014-02-04
Anton Khirnov
lavf: ignore attachment streams for interleaving purposes
blob
|
commitdiff
|
diff to current
2013-10-29
Anton Khirnov
lavc: add a dummy field to AVStream to preserve ABI...
blob
|
commitdiff
|
diff to current
2013-10-28
Anton Khirnov
lavf: remove unreliable timestamp guessing heuristic
blob
|
commitdiff
|
diff to current
2013-09-16
Luca Barbato
lavf: Add a flag to enable/disable per-packet flushing
blob
|
commitdiff
|
diff to current
2013-09-04
John Stebbins
matroskaenc: Allow chapters to be written in trailer
blob
|
commitdiff
|
diff to current
2013-08-20
Diego Biurrun
avformat: Fix references to removed av_close_input_file...
blob
|
commitdiff
|
diff to current
2013-05-04
Diego Biurrun
avformat: Add AVPROBE_SCORE_EXTENSION define and use...
blob
|
commitdiff
|
diff to current
2013-05-03
Diego Biurrun
silly typo fixes
blob
|
commitdiff
|
diff to current
2013-04-25
Luca Barbato
lavf: introduce AVFMT_TS_NEGATIVE
blob
|
commitdiff
|
diff to current
2013-03-11
Anton Khirnov
lavf: remove disabled FF_API_R_FRAME_RATE cruft
blob
|
commitdiff
|
diff to current
2013-03-11
Anton Khirnov
lavf: remove disabled FF_API_AV_GETTIME cruft
blob
|
commitdiff
|
diff to current
2013-03-11
Anton Khirnov
lavf: remove disabled FF_API_INTERLEAVE_PACKET cruft
blob
|
commitdiff
|
diff to current
2013-03-11
Anton Khirnov
lavf: remove disabled FF_API_READ_PACKET cruft
blob
|
commitdiff
|
diff to current
2013-03-11
Anton Khirnov
lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruft
blob
|
commitdiff
|
diff to current
2013-03-08
Anton Khirnov
avpacket: use AVBuffer to allow refcounting the packets.
blob
|
commitdiff
|
diff to current
2012-12-20
Diego Biurrun
miscellaneous typo fixes
blob
|
commitdiff
|
diff to current
2012-11-14
Luca Barbato
rtp: set the payload type as stream id
blob
|
commitdiff
|
diff to current
2012-11-14
Luca Barbato
avformat: clarify stream id for muxing
blob
|
commitdiff
|
diff to current
2012-11-02
Anton Khirnov
lavf: fix av_interleaved_write_frame() doxy.
blob
|
commitdiff
|
diff to current
2012-11-02
Anton Khirnov
lavf: clarify the lifetime of demuxed packets.
blob
|
commitdiff
|
diff to current
2012-10-18
Martin Storsjö
avformat: Fix references to the removed function av_wri...
blob
|
commitdiff
|
diff to current
2012-10-01
Diego Biurrun
avformat: const correctness for av_hex_dump / av_hex_du...
blob
|
commitdiff
|
diff to current
2012-08-07
Anton Khirnov
Replace all CODEC_ID_* with AV_CODEC_ID_*
blob
|
commitdiff
|
diff to current
2012-07-29
Anton Khirnov
lavf: deprecate r_frame_rate.
blob
|
commitdiff
|
diff to current
2012-07-29
Anton Khirnov
lavf: use dts difference instead of AVPacket.duration...
blob
|
commitdiff
|
diff to current
2012-07-29
Luca Barbato
avf: introduce nobuffer option
blob
|
commitdiff
|
diff to current
2012-06-21
Mans Rullgard
lavf: include libavutil/time.h instead of redeclaring...
blob
|
commitdiff
|
diff to current
2012-06-20
Mans Rullgard
Move av_gettime() to libavutil
blob
|
commitdiff
|
diff to current
2012-05-20
James Zern
avformat: Add a flag to mark muxers that allow (non...
blob
|
commitdiff
|
diff to current
2012-05-07
Anton Khirnov
lavf: add missing '*' in a doxy.
blob
|
commitdiff
|
diff to current
2012-03-27
Jindrich Makovicka
make av_interleaved_write_frame() flush packets when...
blob
|
commitdiff
|
diff to current
2012-03-26
Anton Khirnov
lavf doxy: expand AVStream.codec doxy.
blob
|
commitdiff
|
diff to current
2012-03-26
Anton Khirnov
lavf doxy: improve AVStream.time_base doxy.
blob
|
commitdiff
|
diff to current
2012-03-26
Anton Khirnov
lavf doxy: add some basic documentation about reading...
blob
|
commitdiff
|
diff to current
2012-03-26
Anton Khirnov
lavf doxy: document passing options to demuxers.
blob
|
commitdiff
|
diff to current
2012-03-26
Anton Khirnov
lavf doxy: clarify that an AVPacket contains encoded...
blob
|
commitdiff
|
diff to current
2012-03-24
Martin Storsjö
libavformat: Document who sets the AVStream.id field
blob
|
commitdiff
|
diff to current
2012-03-20
Anton Khirnov
lavf: make av_interleave_packet_per_dts() private.
blob
|
commitdiff
|
diff to current
2012-03-20
Anton Khirnov
lavf: deprecate av_read_packet().
blob
|
commitdiff
|
diff to current
2012-03-05
Justin Ruggles
avformat: do not require a pixel/sample format if there...
blob
|
commitdiff
|
diff to current
2012-03-05
Anton Khirnov
lavf: deobfuscate read_frame_internal().
blob
|
commitdiff
|
diff to current
2012-02-29
Anton Khirnov
lavf: generic code for exporting attached pictures.
blob
|
commitdiff
|
diff to current
2012-02-28
Luca Barbato
avf: reorder AVStream and AVFormatContext
blob
|
commitdiff
|
diff to current
2012-02-19
Luca Barbato
doxy: remove reference to removed api
blob
|
commitdiff
|
diff to current
2012-01-31
Anton Khirnov
lavf: add functions for accessing the fourcc<->CodecID...
blob
|
commitdiff
|
diff to current
2012-01-31
Anton Khirnov
lavf: rename AVInputFormat.value to raw_codec_id.
blob
|
commitdiff
|
diff to current
2012-01-31
Anton Khirnov
lavf: reorder AVInput/OutputFormat fields.
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove disabled FF_API_SET_PTS_INFO cruft
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove disabled FF_API_REORDER_PRIVATE cruft
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove disabled FF_API_SEEK_PUBLIC cruft
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove disabled FF_API_STREAM_COPY cruft
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove disabled FF_API_PRELOAD cruft
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove disabled FF_API_NEW_STREAM cruft
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove disabled FF_API_MUXRATE cruft
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove disabled FF_API_FILESIZE cruft
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove disabled FF_API_TIMESTAMP cruft
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove disabled FF_API_LOOP_OUTPUT cruft
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove disabled FF_API_LOOP_INPUT cruft
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove disabled FF_API_AVSTREAM_QUALITY cruft
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove disabled FF_API_FLAG_RTP_HINT cruft
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove disabled FF_API_SDP_CREATE cruft
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove disabled FF_API_GUESS_IMG2_CODEC cruft
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove disabled FF_API_PKT_DUMP cruft
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove disabled FF_API_FIND_INFO_TAG cruft
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove disabled FF_API_PARSE_DATE cruft
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove disabled FF_API_DUMP_FORMAT cruft
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove disabled FF_API_FORMAT_PARAMETERS cruft
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove disabled FF_API_OLD_METADATA2 cruft
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove AVFormatParameters from AVFormatContext...
blob
|
commitdiff
|
diff to current
2012-01-25
Martin Storsjö
libavformat: Add a flag for muxers that support write_p...
blob
|
commitdiff
|
diff to current
next