log

age author description
Sun, 11 Jan 2009 05:24:41 +0000 bcoudurier remove comment, this is not relevant anymore libavformat
Sun, 11 Jan 2009 05:23:46 +0000 bcoudurier reindent libavformat
Sun, 11 Jan 2009 05:23:10 +0000 bcoudurier check for negative dts value even if bitstream is already formated, libavformat
Sat, 10 Jan 2009 09:56:07 +0000 stefano Move the AVFormatContext options definition to a dedicated file, libavformat
Fri, 09 Jan 2009 23:44:52 +0000 rbultje Reindent to properly fit a 80 chars terminal. libavformat
Fri, 09 Jan 2009 23:36:39 +0000 rbultje Reindent after r16509. libavformat
Fri, 09 Jan 2009 23:36:17 +0000 rbultje Apply rtpmap: SDP lines to the last m= line only, since they generally just libavformat
Fri, 09 Jan 2009 22:13:37 +0000 bcoudurier only set le if value is 1, fix boom5.mov, issue #770 libavformat
Fri, 09 Jan 2009 20:10:13 +0000 lucabe Do not assume that if pkt->destruct != av_destruct_packet then it is not libavformat
Fri, 09 Jan 2009 01:30:14 +0000 rbultje Increase buffer size for RTP packet data because some ASF streams use a libavformat
Fri, 09 Jan 2009 00:01:42 +0000 aurel rename ff_metadata_sync_compat to ff_metadata_mux_compat libavformat
Thu, 08 Jan 2009 23:30:02 +0000 aurel move ff_metadata_sync_compat to metadata_compat.c libavformat
Thu, 08 Jan 2009 23:24:51 +0000 aurel Add a second metadata compatibility layer, so that metadata that gets libavformat
Thu, 08 Jan 2009 18:00:51 +0000 compn cosmetics: CJPG is from Creative Webcam libavformat
Thu, 08 Jan 2009 17:51:03 +0000 compn fourcc CJPG is sequential jpeg libavformat
Thu, 08 Jan 2009 07:11:43 +0000 bcoudurier 100l, add missing enum type, fix compilation libavformat
Thu, 08 Jan 2009 02:57:21 +0000 bcoudurier use lower case x and alternate format for hex in printf libavformat
Thu, 08 Jan 2009 02:54:43 +0000 bcoudurier print more debug information if enabled, including index libavformat
Wed, 07 Jan 2009 23:37:03 +0000 cehoyos Fix a compiler warning: libavformat
Wed, 07 Jan 2009 20:44:23 +0000 michael Do not try to duplicate packets that have data==NULL. libavformat
Wed, 07 Jan 2009 16:01:15 +0000 rbultje Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by libavformat
Wed, 07 Jan 2009 15:13:27 +0000 rbultje Fix doxy comments missing one '*'. libavformat
Wed, 07 Jan 2009 14:55:47 +0000 rbultje Use the "server" RTSP field to detect whether the server that we're talking libavformat
Wed, 07 Jan 2009 14:53:04 +0000 rbultje Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows future libavformat
Wed, 07 Jan 2009 14:50:19 +0000 rbultje Don't use s->pb if a local ByteIOContext was already provided by the calling libavformat
Wed, 07 Jan 2009 14:48:17 +0000 rbultje Allow subscription to any of the streams, not just the first, available in libavformat
Wed, 07 Jan 2009 14:45:13 +0000 rbultje Parse the OpaqueData field for every AVStream represented by this "set of libavformat
Wed, 07 Jan 2009 14:41:40 +0000 rbultje Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill in libavformat
Wed, 07 Jan 2009 14:38:44 +0000 rbultje Parse the ASMRuleBook SDP line to dynamically create one new AVStream for libavformat
Wed, 07 Jan 2009 01:19:48 +0000 diego Remove inappropriate const qualifier from function argument, fixes the warning: libavformat
Tue, 06 Jan 2009 22:11:04 +0000 aurel free all allocated metadata structures libavformat
Tue, 06 Jan 2009 17:50:10 +0000 diego cosmetics: alphabetical order libavformat
Tue, 06 Jan 2009 12:56:21 +0000 aurel ignore year=0 and track=0 libavformat
Tue, 06 Jan 2009 00:09:23 +0000 aurel Add a metadata compatibility layer, so that when a user application set 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
Mon, 05 Jan 2009 17:50:13 +0000 romansh additional recovery for the badly broken streams 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 19:00:35 +0000 michael 10l format include path for metadata.h 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 16:23:18 +0000 michael If we find a VBR tag at the beginning of the file don't attempt to libavformat
Sun, 04 Jan 2009 11:04:02 +0000 stefano Drop the deprecated parse_image_size() and parse_frame_rate() functions libavformat
Wed, 31 Dec 2008 02:47:54 +0000 michael 10l set AVPacket.size to the true size of the returned data instead of libavformat
Wed, 31 Dec 2008 01:54:54 +0000 michael Fix indention which was off by 1 space. libavformat
Wed, 31 Dec 2008 01:53:12 +0000 michael Replace buffer by AVPacket and avoid a memcpy() for video when the number libavformat
Wed, 31 Dec 2008 00:24:54 +0000 michael Merge videobuf and audiobuf. libavformat
Tue, 30 Dec 2008 21:23:02 +0000 michael Simplify the top of rm_assemble_video_frame(). libavformat
Tue, 30 Dec 2008 20:51:18 +0000 michael Add a few error checks to rm_assemble_video_frame() libavformat
Tue, 30 Dec 2008 19:49:27 +0000 michael All non zero returns of rm_assemble_video_frame() are errors, check things libavformat
Sun, 28 Dec 2008 23:25:17 +0000 rbultje av_free() -> av_freep(), patch by Reimar Doffinger, see discussion in libavformat
Sun, 28 Dec 2008 23:23:59 +0000 rbultje Fix double free which happens for playback of .rm files after r16365. See libavformat
Sun, 28 Dec 2008 16:22:42 +0000 kostya Fix a typo that made VMD demuxer always assume Indeo 3 as video codec. libavformat
Sun, 28 Dec 2008 05:59:11 +0000 rbultje Reindent after r16368. libavformat
Sun, 28 Dec 2008 05:58:23 +0000 rbultje Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in libavformat
Sun, 28 Dec 2008 05:55:09 +0000 rbultje Change audio_pkt_cnt from an array into a single field, since only a single libavformat
Sun, 28 Dec 2008 00:21:11 +0000 rbultje Add RMStream object as function argument to public functions so that non-.rm libavformat
Sun, 28 Dec 2008 00:18:38 +0000 rbultje Implement RMStream stream-specific private data object in the RM demuxer. libavformat