index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
avformat.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move AVPacket declaration from avformat.h to avcodec.h.
Thilo Borgmann
2009-04-02
1
-49
/
+0
*
Support raw TrueHD files
Ramiro Polla
2009-03-19
1
-2
/
+2
*
Pass packet position to the parser, so frame's AVPacket.pos is computed corre...
Ivan Schreter
2009-03-05
1
-1
/
+1
*
deprecate old metadata API
Aurelien Jacobs
2009-03-01
1
-1
/
+9
*
new metadata API is now officially part of public API
Aurelien Jacobs
2009-03-01
1
-3
/
+2
*
Add some basic metadata conversion tables for matroska and asf.
Aurelien Jacobs
2009-03-01
1
-2
/
+2
*
add a metadata conversion API
Aurelien Jacobs
2009-02-28
1
-2
/
+16
*
Mark as "internal but installed" the avio.h file.
Stefano Sabatini
2009-02-26
1
-1
/
+1
*
spelling/wording/grammar cosmetics
Diego Biurrun
2009-02-25
1
-55
/
+54
*
untypo
Michael Niedermayer
2009-02-25
1
-1
/
+1
*
AVInputFormat.reed_seek2()
Michael Niedermayer
2009-02-25
1
-0
/
+11
*
Add timestamp computation if values are exported by decoder.
Ivan Schreter
2009-02-24
1
-2
/
+12
*
Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.
Michael Niedermayer
2009-02-24
1
-0
/
+1
*
Add convergence_duration to AVCodecParserContext.
Ivan Schreter
2009-02-19
1
-1
/
+1
*
Add key_frame to AVCodecParserContext, used in libavformat.
Ivan Schreter
2009-02-18
1
-1
/
+1
*
av_alloc_format_context has been renamed, update AVFormatContext av_class
avcoder
2009-02-18
1
-1
/
+1
*
Improve grammar: "X next after Y" -> "next X after Y".
Stefano Sabatini
2009-02-15
1
-2
/
+2
*
Replace calls/references of the deprecated register_protocol()
Stefano Sabatini
2009-02-15
1
-1
/
+1
*
Rename register_protocol() to av_register_protocol() and deprecate
Stefano Sabatini
2009-02-15
1
-1
/
+1
*
Document av_iformat_next() and av_oformat_next() functions.
Stefano Sabatini
2009-02-15
1
-0
/
+11
*
MXF D-10 muxer
Baptiste Coudurier
2009-02-13
1
-1
/
+1
*
Change ffm_write_write_index to return int, and return if error occured.
Patrik Kullman
2009-02-12
1
-1
/
+1
*
Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com
Toshimitsu Kimura
2009-02-11
1
-1
/
+1
*
Cosmetics: vertical align "*" for consistency with the other doxyies.
Stefano Sabatini
2009-02-11
1
-1
/
+1
*
Remove @deprecated notice from AVFrac, it is not deprecated anymore.
Stefano Sabatini
2009-02-11
1
-1
/
+0
*
Try to clarify doxy of avformat_seek_file().
Michael Niedermayer
2009-02-09
1
-1
/
+1
*
Move declaration of ff_interleave_add_packet to internal.h.
Baptiste Coudurier
2009-02-08
1
-10
/
+0
*
Clarify that avformat_seek_file() is not part of the stable API yet.
Michael Niedermayer
2009-02-08
1
-0
/
+4
*
avformat_seek_file() prototype
Michael Niedermayer
2009-02-08
1
-0
/
+24
*
Deprecate av_malloc_format_context() in favor of
Stefano Sabatini
2009-02-08
1
-2
/
+10
*
declare ff_interleave_add_packet
Baptiste Coudurier
2009-02-07
1
-0
/
+10
*
Do not misuse unsigned long to store pointers.
Ramiro Polla
2009-02-04
1
-3
/
+3
*
modify the way to pass parameters to av_metadata_set()
Aurelien Jacobs
2009-02-02
1
-2
/
+3
*
typo
Aurelien Jacobs
2009-01-30
1
-1
/
+1
*
make it clear that the new metadata API is a work in progress
Aurelien Jacobs
2009-01-26
1
-0
/
+1
*
Move documentation of av_register_all() from allformats.c to
Stefano Sabatini
2009-01-25
1
-0
/
+9
*
Move av_read_frame/parser related buffer variables from AVFormatContext
Michael Niedermayer
2009-01-22
1
-3
/
+10
*
R3D REDCODE demuxer
Baptiste Coudurier
2009-01-20
1
-2
/
+2
*
replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag
Aurelien Jacobs
2009-01-18
1
-1
/
+1
*
added demuxer for FunCom ISS audio files,
Stefan Gehrer
2009-01-17
1
-1
/
+1
*
free all allocated metadata structures
Aurelien Jacobs
2009-01-06
1
-0
/
+5
*
add a typedef for AVMetadata
Aurelien Jacobs
2009-01-05
1
-7
/
+7
*
Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turned
Diego Biurrun
2009-01-05
1
-1
/
+1
*
rename AVMetaData to AVMetadata and meta_data to metadata
Aurelien Jacobs
2009-01-04
1
-9
/
+9
*
add metadata in AVStream, AVProgram and AVChapter
Aurelien Jacobs
2009-01-04
1
-0
/
+4
*
Ministry of English Composition treatment for the new metadata API
Mike Melanson
2009-01-04
1
-13
/
+16
*
Move metadata API from avcodec to avformat.
Michael Niedermayer
2009-01-04
1
-0
/
+45
*
Generic metadata API.
Michael Niedermayer
2009-01-04
1
-0
/
+2
*
Drop the deprecated parse_image_size() and parse_frame_rate() functions
Stefano Sabatini
2009-01-04
1
-0
/
+2
*
Fix argument constness for the av_codec_get_id() and
Stefano Sabatini
2008-11-08
1
-2
/
+2
[next]