log

age author description
2009-02-08 vitor 10l: fix compiler warning: libavformat
2009-02-08 bcoudurier Move declaration of ff_interleave_add_packet to internal.h. libavformat
2009-02-08 bcoudurier Declare ff_interleave_new_audio_packet as static, it is not used libavformat
2009-02-08 bcoudurier document ff_audio_interleave libavformat
2009-02-08 vitor NC camera demuxer libavformat
2009-02-08 michael Clarify that avformat_seek_file() is not part of the stable API yet. libavformat
2009-02-08 michael avformat_seek_file() prototype libavformat
2009-02-08 bcoudurier cosmetics: sample_to_chunk -> stsc libavformat
2009-02-08 bcoudurier cosmetics: sample_to_ctime -> ctts libavformat
2009-02-08 bcoudurier remove useless field libavformat
2009-02-08 bcoudurier rewrite pts also, as comment says libavformat
2009-02-08 bcoudurier remove useless return libavformat
2009-02-08 bcoudurier fix doxygen libavformat
2009-02-08 stefano Replace the calls to the deprecated av_alloc_format_context() with libavformat
2009-02-08 stefano Deprecate av_malloc_format_context() in favor of libavformat
2009-02-08 bcoudurier reuse MXFCodecUL for data def and simplify libavformat
2009-02-08 bcoudurier remove implicit header inclusions from mxf.h libavformat
2009-02-08 bcoudurier free index entries libavformat
2009-02-08 bcoudurier use new audio interleaving generic code libavformat
2009-02-08 bcoudurier extract audio interleaving code from mxf muxer, will be used by gxf and dv libavformat
2009-02-08 bcoudurier offset dts according to edit list, hackish but works, based on patch by Reimar libavformat
2009-02-08 diego Remove const qualifier from function argument to eliminate the warning libavformat
2009-02-08 bcoudurier only use 2 slices for index, one video(vbr) and one audio(cbr) libavformat
2009-02-08 bcoudurier force first track to be video and simplify libavformat
2009-02-08 bcoudurier write system item libavformat
2009-02-07 bcoudurier declare ff_interleave_add_packet libavformat
2009-02-07 bcoudurier use 512 kag size needed for d10 libavformat
2009-02-06 lucabe Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymore libavformat
2009-02-06 lucabe Do not use RTP_MAX_PACKET_LENGTH in the RTP muxer libavformat
2009-02-06 michael Fix minor memory leak. libavformat
2009-02-06 lucabe Merge rtp_aac.h and rtp_mpv.h in rtpenc.h libavformat
2009-02-06 lucabe Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h libavformat
2009-02-06 rbultje Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument libavformat
2009-02-05 rbultje Rename "tx_ctx" and "cur_tx" variables to "transport_priv" and libavformat
2009-02-05 bcoudurier format timestamp correctly according to specs and set it libavformat
2009-02-05 bcoudurier use timestamp as modification date libavformat
2009-02-05 alexc Make the MP3 probe weakly claim all files with ID3v2 tags to fix regressions on libavformat
2009-02-05 bcoudurier use timestamp as creation date libavformat
2009-02-05 rbultje Delete an enum and a function typedef that aren't used anywhere, and libavformat
2009-02-05 lucabe Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.c libavformat
2009-02-05 pross Electronic Arts demuxer: support TQI video tag libavformat
2009-02-05 bcoudurier fix key frame offset with open gop libavformat
2009-02-04 rbultje Move enum RTSPTransport up a bit, so that all fields that are assigned a value libavformat
2009-02-04 bcoudurier always write mxf time base in descriptors libavformat
2009-02-04 ramiro Do not misuse unsigned long to store pointers. libavformat
2009-02-04 bcoudurier use sample rate as audio input time base libavformat
2009-02-04 aurel write all available metadata tags into extended_content_header libavformat
2009-02-04 aurel use new metadata API in asf muxer libavformat
2009-02-03 bcoudurier let packet pass through when no timestamps libavformat
2009-02-03 bcoudurier exactly compute index byte count libavformat
2009-02-03 bcoudurier prevent reading more than container atom size, fix broken file broken_by_rev15830.MOV, fix #818 libavformat
2009-02-03 aurel use new metadata API in asf demuxer libavformat
2009-02-03 reimar Add and use a public API for RC4 and DES, analogous to the AES API. libavformat
2009-02-03 michael Reformat rdt_demuxer AVCodec struct sanely. libavformat
2009-02-03 michael Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec) libavformat
2009-02-02 aurel use new metadata API in aiff demuxer libavformat
2009-02-02 bcoudurier be more flexible with frame rate check libavformat
2009-02-02 aurel simplify libavformat
2009-02-02 aurel use new metadata API in rtsp demuxer libavformat
2009-02-02 aurel use new metadata API in rtp muxer libavformat