log

age author description
Thu, 26 Feb 2009 02:21:43 +0000 jbr Separate the raw FLAC muxer from raw.c to its own file, flacenc.c. 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 08:09:13 +0000 bcoudurier fix index edit rate, inverse num and den libavformat
Wed, 25 Feb 2009 08:08:10 +0000 bcoudurier simplify, use codec->block_align libavformat
Wed, 25 Feb 2009 08:06:15 +0000 bcoudurier set channel number even for inactive channels libavformat
Wed, 25 Feb 2009 08:05:43 +0000 bcoudurier do not set frame start bit since marked as not used and factorize 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 20:17:02 +0000 cehoyos Change duration computation to use time_base instead of TB/2. libavformat
Tue, 24 Feb 2009 15:04:18 +0000 michael Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames. libavformat
Tue, 24 Feb 2009 13:35:54 +0000 michael Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the same libavformat
Mon, 23 Feb 2009 19:51:16 +0000 bcoudurier start track id at 2, track id 1 for timecode libavformat
Mon, 23 Feb 2009 02:38:45 +0000 michael Allow av_find_stream_info() to be aborted. libavformat
Sun, 22 Feb 2009 14:27:50 +0000 stefang consistent naming of Chinese AVS raw demuxer libavformat
Sun, 22 Feb 2009 09:42:56 +0000 reimar Support playback of incorrectly cut DV files where the headers do not libavformat
Sun, 22 Feb 2009 01:07:46 +0000 bcoudurier check av_get_packet return value libavformat
Sun, 22 Feb 2009 00:20:07 +0000 bcoudurier return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable when reallocing, based on patch by Netgem libavformat
Sat, 21 Feb 2009 23:54:50 +0000 bcoudurier parse aac extradata to fetch channels and sample rate, patch from Netgem libavformat
Sat, 21 Feb 2009 23:00:07 +0000 michael Waste less space for printing timebases. libavformat
Sat, 21 Feb 2009 22:26:44 +0000 rbultje Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the libavformat
Sat, 21 Feb 2009 21:30:44 +0000 michael Print all timebases (idea from netgem) libavformat
Sat, 21 Feb 2009 20:57:46 +0000 michael Check for alloc failures. libavformat
Sat, 21 Feb 2009 20:44:39 +0000 michael Check for EOF during index reading. libavformat
Sat, 21 Feb 2009 20:11:47 +0000 cehoyos Use context variable repeat_pict for frame duration computation and libavformat
Sat, 21 Feb 2009 20:11:34 +0000 michael Handle chunks with the MSB in size set correctly that is unsigned. libavformat
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