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
*
add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()
Aurelien Jacobs
2010-08-19
1
-0
/
+3
*
add FF_API_REGISTER_PROTOCOL define to disable the deprecated
Aurelien Jacobs
2010-08-19
1
-0
/
+3
*
add FF_API_URL_CLASS define to enable usage of URLContext as a AVClass
Aurelien Jacobs
2010-08-19
1
-0
/
+3
*
add a comment to clarify that FF_API_* defines are not part of public API
Aurelien Jacobs
2010-08-18
1
-0
/
+4
*
rename LAVF_API_* defines to FF_API_* to clarify that it is not public API
Aurelien Jacobs
2010-08-18
1
-11
/
+11
*
add LAVF_API_OLD_METADATA define to disable the deprecated metadata API
Aurelien Jacobs
2010-08-17
1
-5
/
+10
*
add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS API
Aurelien Jacobs
2010-08-17
1
-1
/
+5
*
Add RTP depacketization of VP8
Josh Allmann
2010-08-16
1
-1
/
+1
*
Add RTP depacketization of MP4A-LATM
Martin Storsjö
2010-08-12
1
-1
/
+1
*
Add documentation for the pm parameter of the av_metadata_set*
Stefano Sabatini
2010-08-11
1
-0
/
+4
*
Fix reference to a wrong parameter name in the metadata API functions
Stefano Sabatini
2010-08-11
1
-6
/
+6
*
Nit: fix weird spacing.
Stefano Sabatini
2010-08-11
1
-2
/
+2
*
Add empty newlines between function descriptions and @params, improve
Stefano Sabatini
2010-08-11
1
-0
/
+4
*
Add RTP packetization of Theora and Vorbis
Josh Allmann
2010-08-07
1
-1
/
+1
*
Add WebM to the Matroska demuxer name.
Alex Converse
2010-08-01
1
-1
/
+1
*
Fix 2 doxy comments that referred to the wrong variable.
Michael Niedermayer
2010-07-27
1
-2
/
+2
*
Make doxygen formatting more consistent.
Michael Niedermayer
2010-07-27
1
-51
/
+122
*
Document existing rules for AVInputFormat.name.
Alex Converse
2010-07-27
1
-0
/
+3
*
add SubRip muxer and demuxer
Aurelien Jacobs
2010-07-24
1
-1
/
+1
*
Lego Mindstorms RSO muxer and demuxer.
Rafaël Carré
2010-07-20
1
-1
/
+1
*
fix av_seek_frame_binary() documentation
Aurelien Jacobs
2010-07-19
1
-1
/
+1
*
Tele-typewriter demuxer
Peter Ross
2010-07-18
1
-1
/
+1
*
Bump minor and add APIchanges entry for url_fskip return value change.
Martin Storsjö
2010-07-16
1
-1
/
+1
*
Clarify the avoidance of usage of these AVStream fields.
Víctor Paesa
2010-07-11
1
-1
/
+2
*
Bump libavformat minor (as a result of r24003).
Jai Menon
2010-07-02
1
-1
/
+1
*
add AV_DISPOSITION_FORCED flag and use it in matroska demuxer
Aurelien Jacobs
2010-07-02
1
-0
/
+4
*
Replace incorrect @NOTE Doxygen command by @note; capitalization matters.
Diego Biurrun
2010-07-02
1
-1
/
+1
*
Fix misspelled parameter names in Doxygen documentation.
Diego Biurrun
2010-07-02
1
-1
/
+1
*
Add RTP depacketization of SVQ3
Josh Allmann
2010-07-01
1
-1
/
+1
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-61
/
+61
*
Make ff_url_split() public
Måns Rullgård
2010-06-27
1
-0
/
+26
*
Mention how "now" is interpreted in the parse_date() doxy.
Stefano Sabatini
2010-06-22
1
-1
/
+2
*
Fix date specification accepted by parse_date().
Stefano Sabatini
2010-06-22
1
-1
/
+1
*
Add priv_data_size and priv_data_class to URLProtocol
Martin Storsjö
2010-06-22
1
-1
/
+1
*
Split url_open and url_open_protocol into url_alloc and url_connect
Martin Storsjö
2010-06-22
1
-1
/
+1
*
Add an av_register_protocol2 function that takes a size parameter
Martin Storsjö
2010-06-22
1
-1
/
+1
*
Marking what should be removed in relation to MAX_STREAMS.
Michael Niedermayer
2010-06-16
1
-2
/
+0
*
Add WebM muxer
James Zern
2010-06-04
1
-1
/
+1
*
metadata: mention how to remove tags.
Anton Khirnov
2010-06-04
1
-1
/
+2
*
On2 IVF demuxer
David Conrad
2010-05-27
1
-1
/
+1
*
Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...
Alex Converse
2010-05-26
1
-1
/
+2
*
MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>.
Zhentan Feng
2010-05-24
1
-2
/
+2
*
oups, 100l, revert unrelated hunk from commit r23266
Baptiste Coudurier
2010-05-23
1
-12
/
+0
*
change author metadata to artist in mov de/muxer
Baptiste Coudurier
2010-05-23
1
-1
/
+13
*
matroskadec: Support webm doctype
James Zern
2010-05-22
1
-1
/
+1
*
Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINT
Martin Storsjö
2010-05-19
1
-1
/
+1
*
Add a flag for enabling RTP hinting
Martin Storsjö
2010-05-18
1
-0
/
+1
*
Doxygen av_codec_get_id() and av_codec_get_tag().
Stefano Sabatini
2010-05-12
1
-1
/
+15
*
Fix off-by-one errors in description of score_max argument for
Reimar Döffinger
2010-05-01
1
-3
/
+4
*
Export av_probe_input_format2.
Reimar Döffinger
2010-05-01
1
-1
/
+13
[next]