Fri, 04 Dec 2009 16:52:16 +0000 |
kostya |
Implement RTMP output (publishing FLV stream to RTMP server).
libavformat
|
Thu, 03 Dec 2009 00:27:01 +0000 |
ramiro |
Update Changelog, documentation, and libavformat minor version number for
libavformat
|
Wed, 18 Nov 2009 17:15:17 +0000 |
diego |
Add functions to return library license and library configuration.
libavformat
|
Fri, 16 Oct 2009 03:02:25 +0000 |
jbr |
Add Speex support to the FLV muxer.
libavformat
|
Tue, 13 Oct 2009 01:46:19 +0000 |
jbr |
Add Speex support to the Ogg muxer.
libavformat
|
Thu, 24 Sep 2009 19:20:53 +0000 |
cehoyos |
Fix reading VDR files (broken since r19000).
libavformat
|
Tue, 22 Sep 2009 17:28:03 +0000 |
banan |
Hook up the MD studio demuxer and Atrac1 decoder.
libavformat
|
Wed, 16 Sep 2009 20:04:04 +0000 |
michael |
Improve amortized worst case speed of the muxers packet interleaving code
libavformat
|
Wed, 16 Sep 2009 00:59:15 +0000 |
michael |
Make packet interleaving in the muxer not scan through the whole
libavformat
|
Wed, 09 Sep 2009 22:55:10 +0000 |
cehoyos |
Document padding for AVProbeData.
libavformat
|
Fri, 21 Aug 2009 08:34:19 +0000 |
bwolowiec |
Add support for S/PDIF encapsulation.
libavformat
|
Mon, 10 Aug 2009 20:48:05 +0000 |
aurel |
actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() doc
libavformat
|
Fri, 31 Jul 2009 06:49:36 +0000 |
kostya |
RTMP protocol support (as a client)
libavformat
|
Wed, 01 Jul 2009 18:50:31 +0000 |
michael |
Make arguments of av_set_pts_info() unsigned.
libavformat
|
Sun, 28 Jun 2009 21:05:46 +0000 |
stefano |
Remove inconsistent use of a @brief command in av_write_trailer()
libavformat
|
Sun, 28 Jun 2009 21:01:51 +0000 |
stefano |
Use consistently the third person in doxy, as recommended by the
libavformat
|
Thu, 25 Jun 2009 19:10:27 +0000 |
bcoudurier |
use AVFormatContext->probesize in av_find_stream_info and raise default to 5M
libavformat
|
Thu, 25 Jun 2009 18:48:57 +0000 |
bcoudurier |
limit raw packet buffer size used for codec probing
libavformat
|
Mon, 22 Jun 2009 16:52:02 +0000 |
rbultje |
Change packet_size from signed to unsigned, since it never has a negative
libavformat
|
Sun, 31 May 2009 00:24:06 +0000 |
bcoudurier |
fix codec probing, stop after MAX_PROBE_PACKETS and return all packets
libavformat
|
Wed, 27 May 2009 22:43:52 +0000 |
stefano |
Document match_ext().
libavformat
|
Mon, 25 May 2009 22:05:43 +0000 |
stefano |
Remove \p and \e doxygen markup.
libavformat
|
Wed, 20 May 2009 17:19:39 +0000 |
kmalaussene |
Add QCP demuxer.
libavformat
|
Wed, 15 Apr 2009 20:18:02 +0000 |
michael |
Clarify which exact variant of ISO 639 is used. (The ISO spec explicitly
libavformat
|
Tue, 07 Apr 2009 21:10:10 +0000 |
reimar |
Describe read_alloc return value and required pkt handling to avoid memleaks
libavformat
|
Tue, 07 Apr 2009 18:31:14 +0000 |
rbultje |
Move av_packet_*() functions from libavformat/ to libavcodec/, where the
libavformat
|
Thu, 02 Apr 2009 19:53:53 +0000 |
stefano |
Move AVPacket declaration from avformat.h to avcodec.h.
libavformat
|
Thu, 19 Mar 2009 21:46:56 +0000 |
ramiro |
Support raw TrueHD files
libavformat
|
Thu, 05 Mar 2009 07:36:16 +0000 |
schreter |
Pass packet position to the parser, so frame's AVPacket.pos is computed correctly.
libavformat
|
Sun, 01 Mar 2009 16:35:25 +0000 |
aurel |
deprecate old metadata API
libavformat
|
Sun, 01 Mar 2009 14:50:03 +0000 |
aurel |
new metadata API is now officially part of public API
libavformat
|
Sun, 01 Mar 2009 00:12:08 +0000 |
aurel |
Add some basic metadata conversion tables for matroska and asf.
libavformat
|
Sat, 28 Feb 2009 23:34:16 +0000 |
aurel |
add a metadata conversion API
libavformat
|
Thu, 26 Feb 2009 22:34:18 +0000 |
stefano |
Mark as "internal but installed" the avio.h file.
libavformat
|
Wed, 25 Feb 2009 19:10:39 +0000 |
diego |
spelling/wording/grammar cosmetics
libavformat
|
Wed, 25 Feb 2009 10:45:08 +0000 |
michael |
untypo
libavformat
|
Wed, 25 Feb 2009 03:18:11 +0000 |
michael |
AVInputFormat.reed_seek2()
libavformat
|
Tue, 24 Feb 2009 22:19:09 +0000 |
cehoyos |
Add timestamp computation if values are exported by decoder.
libavformat
|
Tue, 24 Feb 2009 15:04:18 +0000 |
michael |
Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.
libavformat
|
Thu, 19 Feb 2009 23:35:59 +0000 |
cehoyos |
Add convergence_duration to AVCodecParserContext.
libavformat
|
Wed, 18 Feb 2009 23:46:05 +0000 |
cehoyos |
Add key_frame to AVCodecParserContext, used in libavformat.
libavformat
|
Wed, 18 Feb 2009 14:01:46 +0000 |
benoit |
av_alloc_format_context has been renamed, update AVFormatContext av_class
libavformat
|
Sun, 15 Feb 2009 20:45:10 +0000 |
stefano |
Improve grammar: "X next after Y" -> "next X after Y".
libavformat
|
Sun, 15 Feb 2009 14:29:23 +0000 |
stefano |
Replace calls/references of the deprecated register_protocol()
libavformat
|
Sun, 15 Feb 2009 14:25:23 +0000 |
stefano |
Rename register_protocol() to av_register_protocol() and deprecate
libavformat
|
Sun, 15 Feb 2009 09:04:08 +0000 |
stefano |
Document av_iformat_next() and av_oformat_next() functions.
libavformat
|
Fri, 13 Feb 2009 07:28:20 +0000 |
bcoudurier |
MXF D-10 muxer
libavformat
|
Thu, 12 Feb 2009 02:15:07 +0000 |
bcoudurier |
Change ffm_write_write_index to return int, and return if error occured.
libavformat
|
Wed, 11 Feb 2009 16:28:46 +0000 |
diego |
Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com
libavformat
|
Wed, 11 Feb 2009 00:25:30 +0000 |
stefano |
Cosmetics: vertical align "*" for consistency with the other doxyies.
libavformat
|
Wed, 11 Feb 2009 00:19:05 +0000 |
stefano |
Remove @deprecated notice from AVFrac, it is not deprecated anymore.
libavformat
|
Mon, 09 Feb 2009 19:57:23 +0000 |
michael |
Try to clarify doxy of avformat_seek_file().
libavformat
|
Sun, 08 Feb 2009 21:14:46 +0000 |
bcoudurier |
Move declaration of ff_interleave_add_packet to internal.h.
libavformat
|
Sun, 08 Feb 2009 17:55:00 +0000 |
michael |
Clarify that avformat_seek_file() is not part of the stable API yet.
libavformat
|
Sun, 08 Feb 2009 17:52:52 +0000 |
michael |
avformat_seek_file() prototype
libavformat
|
Sun, 08 Feb 2009 08:16:40 +0000 |
stefano |
Deprecate av_malloc_format_context() in favor of
libavformat
|
Sat, 07 Feb 2009 21:13:40 +0000 |
bcoudurier |
declare ff_interleave_add_packet
libavformat
|
Wed, 04 Feb 2009 05:56:39 +0000 |
ramiro |
Do not misuse unsigned long to store pointers.
libavformat
|
Mon, 02 Feb 2009 21:45:55 +0000 |
aurel |
modify the way to pass parameters to av_metadata_set()
libavformat
|
Fri, 30 Jan 2009 00:44:54 +0000 |
aurel |
typo
libavformat
|
Mon, 26 Jan 2009 23:39:22 +0000 |
aurel |
make it clear that the new metadata API is a work in progress
libavformat
|
Sun, 25 Jan 2009 16:44:45 +0000 |
stefano |
Move documentation of av_register_all() from allformats.c to
libavformat
|
Thu, 22 Jan 2009 23:35:31 +0000 |
michael |
Move av_read_frame/parser related buffer variables from AVFormatContext
libavformat
|
Tue, 20 Jan 2009 07:42:14 +0000 |
bcoudurier |
R3D REDCODE demuxer
libavformat
|
Sun, 18 Jan 2009 22:53:28 +0000 |
aurel |
replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag
libavformat
|
Sat, 17 Jan 2009 20:08:43 +0000 |
stefang |
added demuxer for FunCom ISS audio files,
libavformat
|
Tue, 06 Jan 2009 22:11:04 +0000 |
aurel |
free all allocated metadata structures
libavformat
|
Mon, 05 Jan 2009 23:56:27 +0000 |
aurel |
add a typedef for AVMetadata
libavformat
|
Mon, 05 Jan 2009 22:10:16 +0000 |
diego |
Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turned
libavformat
|
Sun, 04 Jan 2009 23:31:31 +0000 |
aurel |
rename AVMetaData to AVMetadata and meta_data to metadata
libavformat
|
Sun, 04 Jan 2009 22:31:55 +0000 |
aurel |
add metadata in AVStream, AVProgram and AVChapter
libavformat
|
Sun, 04 Jan 2009 20:47:09 +0000 |
melanson |
Ministry of English Composition treatment for the new metadata API
libavformat
|
Sun, 04 Jan 2009 18:58:49 +0000 |
michael |
Move metadata API from avcodec to avformat.
libavformat
|
Sun, 04 Jan 2009 18:48:37 +0000 |
michael |
Generic metadata API.
libavformat
|
Sun, 04 Jan 2009 11:04:02 +0000 |
stefano |
Drop the deprecated parse_image_size() and parse_frame_rate() functions
libavformat
|
Sat, 08 Nov 2008 18:37:03 +0000 |
stefano |
Fix argument constness for the av_codec_get_id() and
libavformat
|
Fri, 24 Oct 2008 01:42:57 +0000 |
bcoudurier |
raw dnxhd de/muxer
libavformat
|
Fri, 03 Oct 2008 10:16:29 +0000 |
diego |
Remove offset_t typedef and use int64_t directly instead.
libavformat
|
Thu, 02 Oct 2008 20:01:13 +0000 |
gpoirier |
Use __typeof__ instead of GCC-specific typeof keyword.
libavformat
|
Sat, 27 Sep 2008 20:05:12 +0000 |
diego |
cosmetics: Break overly long lines, one grammar fix.
libavformat
|
Sat, 27 Sep 2008 19:51:53 +0000 |
diego |
spelling/wording/grammar
libavformat
|
Sat, 27 Sep 2008 17:37:22 +0000 |
diego |
Move doxygen comments for av_gettime from utils.c to avformat.h.
libavformat
|
Wed, 10 Sep 2008 12:51:49 +0000 |
michael |
Clarify convergence_duration.
libavformat
|
Sun, 07 Sep 2008 00:05:30 +0000 |
aurel |
bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211
libavformat
|
Wed, 03 Sep 2008 17:57:56 +0000 |
reimar |
Change doxygen comment: Clarify when av_write_trailer should be called.
libavformat
|
Wed, 03 Sep 2008 14:44:54 +0000 |
michael |
Add AVPacket.convergence_duration.
libavformat
|
Wed, 03 Sep 2008 14:02:17 +0000 |
michael |
Try to clarify the semantics of AVPacket.duration.
libavformat
|
Sun, 31 Aug 2008 07:39:47 +0000 |
stefano |
Globally rename the header inclusion guard names.
libavformat
|
Sun, 24 Aug 2008 16:51:50 +0000 |
reimar |
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const *
libavformat
|
Sat, 23 Aug 2008 23:13:58 +0000 |
aurel |
export sample_aspect_ratio read by the demuxer in a separate field
libavformat
|
Fri, 15 Aug 2008 16:13:05 +0000 |
michael |
Add flag to mark demuxers that can output discontinuous timestamps.
libavformat
|
Tue, 12 Aug 2008 17:28:00 +0000 |
bcoudurier |
increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atm
libavformat
|
Fri, 08 Aug 2008 18:40:50 +0000 |
stefano |
Implement avformat_version().
libavformat
|
Wed, 06 Aug 2008 22:17:38 +0000 |
mru |
Maintain pointer to end of AVFormatContext.packet_buffer list
libavformat
|
Fri, 01 Aug 2008 22:29:29 +0000 |
michael |
Revert r14497
libavformat
|
Fri, 01 Aug 2008 16:29:26 +0000 |
diego |
Add missing header #includes.
libavformat
|
Wed, 23 Jul 2008 17:06:40 +0000 |
kostya |
SMPTE 421M Annex L (aka .rcv) muxer
libavformat
|
Sat, 12 Jul 2008 18:42:00 +0000 |
michael |
New codec probing system try #1.
libavformat
|
Thu, 10 Jul 2008 03:02:19 +0000 |
ramiro |
Motion Pixels MVI Demuxer.
libavformat
|
Tue, 08 Jul 2008 23:20:22 +0000 |
takis |
One-bit bitfields should probably be unsigned. Unfortunately, it is left
libavformat
|
Mon, 09 Jun 2008 13:38:56 +0000 |
michael |
Make timestamp debugging work nicer.
libavformat
|
Mon, 09 Jun 2008 00:24:29 +0000 |
bcoudurier |
remove ugly ffm_nopts hack, use AVFormatContext->timestamp
libavformat
|
Tue, 03 Jun 2008 16:20:54 +0000 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
Fri, 23 May 2008 18:15:13 +0000 |
michael |
Pass time_base as argument to new_chapter() as well.
libavformat
|
Fri, 23 May 2008 17:56:45 +0000 |
michael |
Document pts/dts.
libavformat
|
Fri, 23 May 2008 13:14:11 +0000 |
michael |
Make ff_new_chapter() return AVChapter instead of int so its consistant with
libavformat
|
Fri, 23 May 2008 13:08:44 +0000 |
michael |
nb_chapters should be unsigned
libavformat
|
Fri, 23 May 2008 13:07:58 +0000 |
michael |
s/num_chapters/nb_chapters/ all other similar variables are called nb_*.
libavformat
|
Fri, 23 May 2008 13:02:27 +0000 |
michael |
Add id to AVChapter, untested (where do i find matroska files with chapters?).
libavformat
|
Fri, 23 May 2008 12:45:03 +0000 |
michael |
clarify start/end timebase
libavformat
|
Fri, 23 May 2008 12:44:12 +0000 |
michael |
align comments
libavformat
|
Fri, 23 May 2008 12:43:33 +0000 |
michael |
chapter id and timebase
libavformat
|
Thu, 22 May 2008 22:00:21 +0000 |
aurel |
add support for chapters definition in lavf
libavformat
|
Thu, 24 Apr 2008 23:21:58 +0000 |
michael |
Avoid using reserved __names.
libavformat
|
Sun, 30 Mar 2008 19:17:01 +0000 |
vitor |
IFF demuxer
libavformat
|
Sat, 22 Mar 2008 01:06:57 +0000 |
diego |
typo: occured --> occurred
libavformat
|
Fri, 21 Mar 2008 14:02:13 +0000 |
faust3 |
rl2 demuxer
libavformat
|
Tue, 18 Mar 2008 19:54:47 +0000 |
ramiro |
MSN TCP Webcam stream demuxer.
libavformat
|
Sun, 16 Mar 2008 13:36:36 +0000 |
bcoudurier |
ipod/iphone compatible mp4 muxer
libavformat
|
Sat, 08 Mar 2008 22:43:13 +0000 |
ramiro |
Typo + grammar
libavformat
|