log

age author description
2009-02-23 bcoudurier start track id at 2, track id 1 for timecode libavformat
2009-02-23 michael Allow av_find_stream_info() to be aborted. libavformat
2009-02-22 stefang consistent naming of Chinese AVS raw demuxer libavformat
2009-02-22 reimar Support playback of incorrectly cut DV files where the headers do not libavformat
2009-02-22 bcoudurier check av_get_packet return value libavformat
2009-02-22 bcoudurier return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable when reallocing, based on patch by Netgem libavformat
2009-02-21 bcoudurier parse aac extradata to fetch channels and sample rate, patch from Netgem libavformat
2009-02-21 michael Waste less space for printing timebases. libavformat
2009-02-21 rbultje Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the libavformat
2009-02-21 michael Print all timebases (idea from netgem) libavformat
2009-02-21 michael Check for alloc failures. libavformat
2009-02-21 michael Check for EOF during index reading. libavformat
2009-02-21 cehoyos Use context variable repeat_pict for frame duration computation and libavformat
2009-02-21 michael Handle chunks with the MSB in size set correctly that is unsigned. libavformat
2009-02-21 michael Be less noisy with invalid pts/dts. libavformat
2009-02-21 michael Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php. libavformat
2009-02-21 rbultje Change sizeof(struct_type) to sizeof(variable). libavformat
2009-02-21 stefang add raw demuxer for Chinese AVS elementary streams libavformat
2009-02-19 cehoyos Add convergence_duration to AVCodecParserContext. libavformat
2009-02-19 alexc Re-indent after last commit libavformat
2009-02-19 alexc AAC in ASF does not need parsing. libavformat
2009-02-19 alexc Add Divio MPEG-4 FOURCC (M4CC) libavformat
2009-02-19 aurel matroskadec: return AVERROR_EOF upon detection of end of file libavformat
2009-02-19 pross FLV demuxer: return AVERROR_EOF upon detection of end of file. libavformat
2009-02-19 pross AVI demuxer: return AVERROR_EOF upon detection of end of file. libavformat
2009-02-19 aurel fix missing dependencies libavformat
2009-02-18 cehoyos Add key_frame to AVCodecParserContext, used in libavformat. libavformat
2009-02-18 benoit av_alloc_format_context has been renamed, update AVFormatContext av_class libavformat
2009-02-18 bcoudurier fix partition index byte count libavformat
2009-02-18 bcoudurier always use multi track since timecode track is present libavformat
2009-02-18 bcoudurier fix preface version libavformat
2009-02-18 bcoudurier check fifo size and realloc if needed libavformat
2009-02-18 bcoudurier start counting track number from 0 libavformat
2009-02-18 bcoudurier remove redundant comment libavformat
2009-02-18 bcoudurier do not write slice count when muxing cbr libavformat
2009-02-18 bcoudurier flush pending write in mxf_write_footer libavformat
2009-02-18 bcoudurier use index 0 for timecode track and write it in source package also libavformat
2009-02-18 bcoudurier fix rip body sid when muxing cbr libavformat
2009-02-18 bcoudurier simplify descriptor size computation logic libavformat
2009-02-18 aurel use new metadata API in nsv demuxer libavformat
2009-02-18 aurel use new metadata API in mpegts muxer libavformat
2009-02-17 diego Add missing #includes to fix 'make checkheaders'. libavformat
2009-02-17 aurel remove now useless get_str16() from rmdec.c libavformat
2009-02-17 aurel use new metadata API in rm (de)muxer libavformat
2009-02-17 aurel apedec: display a warning when truncating a metadata tag libavformat
2009-02-17 diego cosmetics: 'const static' --> 'static const' to avoid warnings of the type libavformat
2009-02-17 lucabe Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not libavformat
2009-02-17 lucabe Move to rtp.h the prototypes of all the functions defined in rtp.c libavformat
2009-02-17 aurel use new metadata API in ape demuxer libavformat
2009-02-16 mru avidec: fix error introduced in r17382 libavformat
2009-02-16 benoit Add a context to av_log() calls and modify a function prototype to allow it. libavformat
2009-02-16 rbultje Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH] libavformat
2009-02-16 benoit Add a context to av_log() call and update the trace not to be redundant. libavformat
2009-02-16 rbultje Don't install rtsp.h. It is intended to be private, it depends on rtp code libavformat
2009-02-16 benoit Add a context to av_log() calls. libavformat
2009-02-16 benoit Add a context to av_log() call. libavformat
2009-02-16 benoit Add a context to av_log() calls. libavformat
2009-02-16 benoit Add a context to av_log() calls. libavformat
2009-02-16 benoit Add a context to av_log() call. libavformat
2009-02-16 benoit Add a context to av_log() calls and extend ape_dumpinfo prototype to do that. libavformat