log

age author description
Sat, 21 Feb 2009 17:29:25 +0000 michael Be less noisy with invalid pts/dts. libavformat
Sat, 21 Feb 2009 15:32:56 +0000 michael Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php. libavformat
Sat, 21 Feb 2009 14:40:19 +0000 rbultje Change sizeof(struct_type) to sizeof(variable). libavformat
Sat, 21 Feb 2009 10:34:29 +0000 stefang add raw demuxer for Chinese AVS elementary streams libavformat
Thu, 19 Feb 2009 23:35:59 +0000 cehoyos Add convergence_duration to AVCodecParserContext. libavformat
Thu, 19 Feb 2009 23:24:41 +0000 alexc Re-indent after last commit libavformat
Thu, 19 Feb 2009 23:23:53 +0000 alexc AAC in ASF does not need parsing. libavformat
Thu, 19 Feb 2009 23:09:24 +0000 alexc Add Divio MPEG-4 FOURCC (M4CC) libavformat
Thu, 19 Feb 2009 21:01:45 +0000 aurel matroskadec: return AVERROR_EOF upon detection of end of file libavformat
Thu, 19 Feb 2009 12:19:55 +0000 pross FLV demuxer: return AVERROR_EOF upon detection of end of file. libavformat
Thu, 19 Feb 2009 12:19:33 +0000 pross AVI demuxer: return AVERROR_EOF upon detection of end of file. libavformat
Thu, 19 Feb 2009 00:27:57 +0000 aurel fix missing dependencies 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
Wed, 18 Feb 2009 07:14:23 +0000 bcoudurier fix partition index byte count libavformat
Wed, 18 Feb 2009 07:13:57 +0000 bcoudurier always use multi track since timecode track is present libavformat
Wed, 18 Feb 2009 04:57:54 +0000 bcoudurier fix preface version libavformat
Wed, 18 Feb 2009 04:42:31 +0000 bcoudurier check fifo size and realloc if needed libavformat
Wed, 18 Feb 2009 02:57:41 +0000 bcoudurier start counting track number from 0 libavformat
Wed, 18 Feb 2009 02:18:52 +0000 bcoudurier remove redundant comment libavformat
Wed, 18 Feb 2009 02:13:59 +0000 bcoudurier do not write slice count when muxing cbr libavformat
Wed, 18 Feb 2009 01:43:40 +0000 bcoudurier flush pending write in mxf_write_footer libavformat
Wed, 18 Feb 2009 01:35:36 +0000 bcoudurier use index 0 for timecode track and write it in source package also libavformat
Wed, 18 Feb 2009 01:05:06 +0000 bcoudurier fix rip body sid when muxing cbr libavformat
Wed, 18 Feb 2009 00:12:05 +0000 bcoudurier simplify descriptor size computation logic libavformat
Wed, 18 Feb 2009 00:02:38 +0000 aurel use new metadata API in nsv demuxer libavformat
Wed, 18 Feb 2009 00:00:38 +0000 aurel use new metadata API in mpegts muxer libavformat
Tue, 17 Feb 2009 21:43:57 +0000 diego Add missing #includes to fix 'make checkheaders'. libavformat
Tue, 17 Feb 2009 21:41:50 +0000 aurel remove now useless get_str16() from rmdec.c libavformat
Tue, 17 Feb 2009 21:40:38 +0000 aurel use new metadata API in rm (de)muxer libavformat
Tue, 17 Feb 2009 15:44:11 +0000 aurel apedec: display a warning when truncating a metadata tag libavformat
Tue, 17 Feb 2009 12:03:10 +0000 diego cosmetics: 'const static' --> 'static const' to avoid warnings of the type libavformat
Tue, 17 Feb 2009 08:12:51 +0000 lucabe Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not libavformat
Tue, 17 Feb 2009 08:09:34 +0000 lucabe Move to rtp.h the prototypes of all the functions defined in rtp.c libavformat
Tue, 17 Feb 2009 00:02:13 +0000 aurel use new metadata API in ape demuxer libavformat
Mon, 16 Feb 2009 18:52:14 +0000 mru avidec: fix error introduced in r17382 libavformat
Mon, 16 Feb 2009 16:33:00 +0000 benoit Add a context to av_log() calls and modify a function prototype to allow it. libavformat
Mon, 16 Feb 2009 16:27:35 +0000 rbultje Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH] libavformat
Mon, 16 Feb 2009 16:27:08 +0000 benoit Add a context to av_log() call and update the trace not to be redundant. libavformat
Mon, 16 Feb 2009 16:24:01 +0000 rbultje Don't install rtsp.h. It is intended to be private, it depends on rtp code libavformat
Mon, 16 Feb 2009 16:12:23 +0000 benoit Add a context to av_log() calls. libavformat
Mon, 16 Feb 2009 16:09:58 +0000 benoit Add a context to av_log() call. libavformat
Mon, 16 Feb 2009 16:09:34 +0000 benoit Add a context to av_log() calls. libavformat
Mon, 16 Feb 2009 16:09:02 +0000 benoit Add a context to av_log() calls. libavformat
Mon, 16 Feb 2009 14:45:05 +0000 benoit Add a context to av_log() call. libavformat
Mon, 16 Feb 2009 14:44:31 +0000 benoit Add a context to av_log() calls and extend ape_dumpinfo prototype to do that. libavformat
Mon, 16 Feb 2009 12:48:45 +0000 bcoudurier fetch display aspect ratio from mpeg-2 essence libavformat
Mon, 16 Feb 2009 10:44:38 +0000 bcoudurier merge mxf_write_d10_packet into mxf_write_packet libavformat
Mon, 16 Feb 2009 10:21:14 +0000 lucabe Document ff_rtp_get_payload_type() libavformat
Mon, 16 Feb 2009 09:36:21 +0000 lucabe Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not libavformat
Mon, 16 Feb 2009 01:55:28 +0000 diego Make format long_names consistent. libavformat
Mon, 16 Feb 2009 01:51:52 +0000 bcoudurier fix mxf interleaving packet purge 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 16:53:05 +0000 aurel matroskaenc: use new metadata API libavformat
Sun, 15 Feb 2009 16:05:37 +0000 aurel matroskadec: export language of metadata tags when available libavformat
Sun, 15 Feb 2009 16:00:58 +0000 aurel matroskadec: add needed definitions forgotten in r17331 libavformat
Sun, 15 Feb 2009 15:53:55 +0000 aurel matroskadec: add generic metadata support libavformat
Sun, 15 Feb 2009 15:34:22 +0000 aurel matroskadec: read track and attachment uid libavformat
Sun, 15 Feb 2009 15:29:09 +0000 aurel matroskadec: export track name through the metadata API libavformat
Sun, 15 Feb 2009 15:25:14 +0000 aurel matroskadec: use new metadata API to export some simple information libavformat
Sun, 15 Feb 2009 14:34:23 +0000 stefano Do not export to the public the first_protocol symbol at the next libavformat
Sun, 15 Feb 2009 14:31:18 +0000 stefano Document av_protocol_next(). 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 14:13:28 +0000 aurel demux some more metadata tags in mov libavformat
Sun, 15 Feb 2009 09:04:08 +0000 stefano Document av_iformat_next() and av_oformat_next() functions. libavformat
Sun, 15 Feb 2009 02:28:54 +0000 aurel use new metadata API in mov demuxer libavformat
Sat, 14 Feb 2009 15:44:46 +0000 michael Silence "assdec.c:146: warning: passing argument 4 of ¡Æqsort¡Ç from incompatible pointer type" libavformat
Sat, 14 Feb 2009 13:44:21 +0000 pross Use consistent indent style in oggdec. libavformat
Fri, 13 Feb 2009 23:02:05 +0000 superdump Add libavcodec/internal.h include to avoid warning: implicit declaration of libavformat
Fri, 13 Feb 2009 22:38:05 +0000 bcoudurier compute body offset and index entry offset correctly libavformat
Fri, 13 Feb 2009 21:36:36 +0000 bcoudurier use correct field number for video according to specs, patch by Thierry Foucu, tfoucu at gmail dot com libavformat
Fri, 13 Feb 2009 21:32:18 +0000 bcoudurier cosmetics, rename nb_frames to nb_fields libavformat
Fri, 13 Feb 2009 19:04:30 +0000 bcoudurier fix slice offset computation libavformat
Fri, 13 Feb 2009 09:39:04 +0000 diego Remove pointless #if around the file, it is already conditionally compiled. libavformat
Fri, 13 Feb 2009 07:57:37 +0000 bcoudurier set mime type for mxf libavformat
Fri, 13 Feb 2009 07:46:03 +0000 bcoudurier simplify libavformat
Fri, 13 Feb 2009 07:34:01 +0000 bcoudurier cosmetics, reindent, add/remove some empty lines, redundant comment libavformat
Fri, 13 Feb 2009 07:28:20 +0000 bcoudurier MXF D-10 muxer libavformat
Fri, 13 Feb 2009 07:13:36 +0000 bcoudurier store display height without vbi libavformat
Fri, 13 Feb 2009 07:11:21 +0000 bcoudurier split mpegvideo descriptor into cdci descriptor and wav common in sound common libavformat
Fri, 13 Feb 2009 07:06:35 +0000 bcoudurier write essence elements klv packets with ber4 length, more interoperable libavformat
Fri, 13 Feb 2009 05:33:11 +0000 bcoudurier encode klv fill item length in fixed ber 4 bytes libavformat
Fri, 13 Feb 2009 03:51:15 +0000 alexc Report the illegal audio object type, not it offset by 1. libavformat
Thu, 12 Feb 2009 23:51:08 +0000 superdump ADTS Muxer: Refuse to write illegal ADTS files by checking validity of header libavformat
Thu, 12 Feb 2009 21:39:37 +0000 jbr use av_malloc() in vorbis_comment() libavformat
Thu, 12 Feb 2009 17:26:06 +0000 diego Use more descriptive format long_names. libavformat
Thu, 12 Feb 2009 17:24:17 +0000 diego cosmetics: format long_name spelling fixes libavformat
Thu, 12 Feb 2009 09:15:36 +0000 bcoudurier write active picture height for d-10/imx in mov libavformat
Thu, 12 Feb 2009 08:10:43 +0000 benoit Add a warning log when trying to encode into a container requiring global libavformat
Thu, 12 Feb 2009 05:32:40 +0000 bcoudurier set last packet next pointer to null libavformat
Thu, 12 Feb 2009 03:38:08 +0000 bcoudurier check body partitions count before writing libavformat
Thu, 12 Feb 2009 02:17:16 +0000 bcoudurier return error if read failed libavformat
Thu, 12 Feb 2009 02:15:07 +0000 bcoudurier Change ffm_write_write_index to return int, and return if error occured. libavformat
Thu, 12 Feb 2009 00:08:44 +0000 bcoudurier compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at gmail dot com libavformat
Wed, 11 Feb 2009 23:49:54 +0000 bcoudurier rename wrongly named b_per_gop to b_per_i_or_p according to specs libavformat
Wed, 11 Feb 2009 23:34:57 +0000 aurel use new metadata API in ogg/vorbis demuxer libavformat
Wed, 11 Feb 2009 21:11:19 +0000 bcoudurier fix frame size, time rate is not stts duration anymore with time offset libavformat
Wed, 11 Feb 2009 20:19:35 +0000 bcoudurier do not set start time to 0, it is not the case with elst time offset libavformat
Wed, 11 Feb 2009 16:28:46 +0000 diego Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com libavformat
Wed, 11 Feb 2009 15:01:52 +0000 diego Add av_uninit macro to variable to avoid false positive warning: libavformat
Wed, 11 Feb 2009 11:09:36 +0000 benoit Allow demuxing of audio substreams stored as 0x06 type. libavformat
Wed, 11 Feb 2009 08:02:23 +0000 bcoudurier parse mpeg2 gop header time code and use it libavformat
Wed, 11 Feb 2009 07:18:00 +0000 bcoudurier write timecode track libavformat
Wed, 11 Feb 2009 02:32:39 +0000 bcoudurier adjust time rate according to elst time offset libavformat
Wed, 11 Feb 2009 01:06:12 +0000 bcoudurier fix last keyframe index accross body partitions libavformat
Wed, 11 Feb 2009 00:56:27 +0000 bcoudurier fix body offset 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
Tue, 10 Feb 2009 23:25:23 +0000 bcoudurier fix partition offset when only one stream present libavformat
Tue, 10 Feb 2009 22:59:13 +0000 bcoudurier fix timecode value libavformat
Tue, 10 Feb 2009 09:02:29 +0000 bcoudurier write body partitions libavformat
Tue, 10 Feb 2009 08:46:04 +0000 bcoudurier compute index byte count in mxf_write_partition libavformat
Tue, 10 Feb 2009 08:35:14 +0000 bcoudurier remove check, mxf muxer does not have track number limitation anymore libavformat
Tue, 10 Feb 2009 08:31:48 +0000 bcoudurier retrieve flags from mxf_parse_mpeg2_frame using a param libavformat
Tue, 10 Feb 2009 07:28:53 +0000 bcoudurier 10l, edit unit offset is after klv fill libavformat
Tue, 10 Feb 2009 07:23:51 +0000 bcoudurier cosmetics, associate mxf_write_klv_fill to aligned elements libavformat
Tue, 10 Feb 2009 06:14:39 +0000 bcoudurier write component depth and horizontal subsampling best effort local tags libavformat
Tue, 10 Feb 2009 06:09:50 +0000 bcoudurier fix header byte count libavformat
Tue, 10 Feb 2009 05:35:28 +0000 bcoudurier move up mxf_write_klv_fill and align index, rip and primer pack libavformat