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
*
Typos
Ramiro Polla
2007-06-04
1
-8
/
+8
*
Doxygenize av_init_packet
Ramiro Polla
2007-06-04
1
-1
/
+5
*
Export av_init_packet
Ramiro Polla
2007-06-04
1
-10
/
+1
*
Remove extern C declarations for C++.
Diego Biurrun
2007-05-16
1
-8
/
+0
*
patch so that the deprecated items show up correctly
Mark Cox
2007-05-02
1
-2
/
+5
*
fix AVStream documentation: clarify start_time, start_time and duration are a...
Baptiste Coudurier
2007-04-28
1
-4
/
+2
*
add an enum for need_parsing
Aurelien Jacobs
2007-04-15
1
-2
/
+8
*
timestamps generation improvement when parsing avi
Joakim Plate
2007-04-13
1
-3
/
+4
*
allocate 32 extra bytes at the end of the probe buffer and remove most probe ...
Michael Niedermayer
2007-04-08
1
-2
/
+3
*
typos/grammar
Diego Biurrun
2007-04-07
1
-2
/
+2
*
DXA demuxer and decoder
Kostya Shishkov
2007-03-14
1
-2
/
+2
*
Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()
Panagiotis Issaris
2007-03-12
1
-4
/
+34
*
remove codec_info_duration/nb_frames from AVStream
Baptiste Coudurier
2007-03-12
1
-0
/
+2
*
Clarify doxygen description.
Panagiotis Issaris
2007-03-05
1
-1
/
+1
*
Cleanup doxygen comment.
Panagiotis Issaris
2007-03-05
1
-1
/
+1
*
Fix a typo in a doxygen tag.
Panagiotis Issaris
2007-03-05
1
-1
/
+1
*
Doxygenize the existing comments in avformat.h. The contents of the comments
Panagiotis Issaris
2007-03-05
1
-61
/
+63
*
Correct wrong avformat documentation.
Panagiotis Issaris
2007-03-03
1
-5
/
+1
*
Move the libavformat public API comments to avformat.h. The comments are
Panagiotis Issaris
2007-03-03
1
-0
/
+308
*
implement new grabbing interface, as described here:
Ramiro Polla
2007-02-14
1
-0
/
+2
*
This fixes error handling for BeOS, removing the need for some ifdefs.
François Revol
2007-02-13
1
-10
/
+2
*
add key field to AVFormatContext for de/encryption support, patch by Reimar
Reimar Döffinger
2007-02-11
1
-2
/
+5
*
better generic index building and seeking code
Michael Niedermayer
2007-02-05
1
-0
/
+1
*
make av_find_stream_info() duration user selectable
Michael Niedermayer
2007-01-23
1
-0
/
+5
*
get rid of the [4] limitation of codec tag lists
Michael Niedermayer
2007-01-21
1
-4
/
+4
*
add codec_id <-> codec_tag tables to AVIn/OutputFormat
Michael Niedermayer
2007-01-21
1
-2
/
+17
*
Attempt to better document AVFMT_NOFILE.
Reimar Döffinger
2007-01-19
1
-1
/
+2
*
Make nb_streams unsigned to avoid an ugly cast.
Diego Biurrun
2007-01-16
1
-1
/
+1
*
Musepack SV7 decoding support
Kostya Shishkov
2006-12-24
1
-2
/
+2
*
use standard INT64_MAX instead of MAXINT64 (and MIN)
Måns Rullgård
2006-12-07
1
-8
/
+0
*
use the standard INT64_C() macro for 64-bit constants
Måns Rullgård
2006-12-06
1
-2
/
+2
*
split av_seek_frame_binary() so the code becomes idependant of AVInputFormat ...
Michael Niedermayer
2006-11-14
1
-0
/
+1
*
more verbose r_frame_rate definition
Michael Niedermayer
2006-11-12
1
-0
/
+3
*
kill AVImageFormat
Baptiste Coudurier
2006-11-02
1
-45
/
+2
*
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %c...
Baptiste Coudurier
2006-10-12
1
-2
/
+2
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
fix some signedness warnings
Måns Rullgård
2006-09-27
1
-1
/
+1
*
* Moving FifoBuffer out of libavformat/avformat.h and
Roman Shaposhnik
2006-09-21
1
-23
/
+0
*
Add official LGPL license headers to the files that were missing them.
Diego Biurrun
2006-09-10
1
-0
/
+18
*
AVPROBE_SCORE_MAX doc
Michael Niedermayer
2006-09-09
1
-1
/
+1
*
ignore index parameter to ignore the ODML index in avi
Michael Niedermayer
2006-09-05
1
-0
/
+1
*
Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ...
Michel Bardiaux
2006-09-04
1
-3
/
+3
*
* Restructuring the division of labor between DV codec and DV format
Roman Shaposhnik
2006-09-04
1
-0
/
+10
*
remove redundant declarations
Måns Rullgård
2006-09-02
1
-3
/
+0
*
fix b pyramid in mp4 muxing if no dts are provided to the muxer
Michael Niedermayer
2006-08-30
1
-0
/
+3
*
added option probesize; at the moment only used by mpegts.c
Nico Sabbi
2006-08-27
1
-0
/
+2
*
initial support for AVOption in AVFormatContext
Nico Sabbi
2006-08-27
1
-0
/
+1
*
attribute_deprecated
Michael Niedermayer
2006-08-20
1
-11
/
+11
*
export av_interleave_packet_per_dts
Baptiste Coudurier
2006-08-11
1
-0
/
+1
*
dont be too picky about timestampsbeing wrong if the destination container is...
Michael Niedermayer
2006-08-08
1
-0
/
+1
[next]