log

age author description
2009-02-10 bcoudurier fix header byte count libavformat
2009-02-10 bcoudurier move up mxf_write_klv_fill and align index, rip and primer pack libavformat
2009-02-10 bcoudurier fix primer pack local tags uls libavformat
2009-02-10 bcoudurier correctly set multi track operational pattern libavformat
2009-02-10 bcoudurier fix compilation with DEBUG defined, field does not exist anymore libavformat
2009-02-10 aurel remove now useless av_set_program_name() function libavformat
2009-02-10 aurel use new metadata API in mpegts demuxer libavformat
2009-02-09 bcoudurier rename ff_audio_interleave to ff_audio_rechunk_interleave libavformat
2009-02-09 michael Try to clarify doxy of avformat_seek_file(). libavformat
2009-02-09 alexc Increase the number of packets required to identify as MPEG PES to keep from libavformat
2009-02-09 bcoudurier remove no more needed comment, declaration is in internal header libavformat
2009-02-08 diego cosmetics: typo/grammar fixes in doxygen and other comments libavformat
2009-02-08 diego cosmetics: comment grammar/spelling fixes libavformat
2009-02-08 superdump Add the ability to set the timestamp to the current time by specifying 'now' libavformat
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
2009-02-02 cehoyos Add support for fourcc "SP54". libavformat
2009-02-02 aurel cosmetics: indentation libavformat
2009-02-02 aurel simplify usage of dstlen as it is not a parameter anymore libavformat
2009-02-02 aurel cosmetics: indentation libavformat
2009-02-02 aurel use new metadata API in the mp3 muxer libavformat
2009-02-02 aurel use new metadata API in the mp3 demuxer libavformat
2009-02-02 aurel modify the way to pass parameters to av_metadata_set() libavformat
2009-02-02 aurel cosmetics: whitespace libavformat
2009-02-02 bcoudurier cosmetics: whitespaces, empty lines libavformat
2009-02-02 bcoudurier mxf does not have timestamps libavformat
2009-02-02 reimar Add av_ prefix to LZO stuff and thus make it officially part of the public API. libavformat
2009-02-02 benoit Splits the totalbitrate in a videodatarate and audiodatarate part. libavformat
2009-02-02 benoit Implement the reading of the video bitrate of flv movies out of the meta data, libavformat
2009-02-02 bcoudurier 24bit pcm support libavformat
2009-02-02 bcoudurier more flexible mapping selection libavformat
2009-02-02 bcoudurier fix temporal offet of ipbb sequences, simplification welcome libavformat
2009-02-02 bcoudurier fix video line map tag size libavformat
2009-02-02 bcoudurier fix flush and interleaving by edit units libavformat
2009-02-02 bcoudurier write index table and rip, muxer works pretty well now libavformat
2009-02-02 bcoudurier factorize common wav local tags libavformat
2009-02-02 bcoudurier write req local tags for wav libavformat
2009-02-02 bcoudurier adjust size when not writing f2 libavformat
2009-02-02 bcoudurier do not write f2 if not interlaced libavformat
2009-02-02 bcoudurier write bitrate tag libavformat
2009-02-02 bcoudurier write display height/width tags libavformat
2009-02-01 bcoudurier return eof/error if only ffm header has been written, should fix #815 libavformat
2009-02-01 aurel don't support the mp3 extension in the mp2 muxer libavformat
2009-02-01 rbultje Fix the Transport: line in the SETUP request so that it works with WMS libavformat
2009-02-01 diego Use full internal pathname in doxygen @file directives. libavformat
2009-01-31 bcoudurier free audio fifo libavformat
2009-01-31 bcoudurier use st->priv_data to store per stream context libavformat
2009-01-31 bcoudurier change prototype of mxf_interleave_get_packet to make it compatible libavformat
2009-01-31 bcoudurier do not use PAL_samples_per_frame in init, to make init independant libavformat
2009-01-31 bcoudurier cosmetics, remove empty lines libavformat
2009-01-31 bcoudurier add my copyright as well libavformat
2009-01-31 bcoudurier fix doxygen tag libavformat
2009-01-31 bcoudurier cosmetics, align vertically libavformat
2009-01-31 bcoudurier write best effort video line map libavformat
2009-01-31 bcoudurier add frame layout local tag, best effort libavformat
2009-01-31 bcoudurier add aes3 pcm wrapping and use it by default libavformat
2009-01-31 bcoudurier split wav_desc in generic_sound_desc libavformat
2009-01-31 bcoudurier thanks to interleaving, audio is now locked libavformat
2009-01-31 bcoudurier local tag 3201 is picture essence coding, so do not write it for wav libavformat
2009-01-31 bcoudurier stored height is stupidly /2 if interlaced libavformat
2009-01-31 bcoudurier add size param to write_generic_desc libavformat
2009-01-31 bcoudurier parse mpeg2 progressive frame flag libavformat
2009-01-31 bcoudurier delay header writing and parse mpeg2 frame libavformat
2009-01-31 bcoudurier correctly pack and interleave pcm samples in mxf libavformat
2009-01-31 bcoudurier function is static libavformat
2009-01-31 bcoudurier use new ff_interleave_add_packet libavformat
2009-01-31 bcoudurier split av_interleave_per_dts, to avoid code duplication libavformat
2009-01-31 stefang ADPCM found in Xbox wav files can be decoded with libavformat
2009-01-30 aurel typo libavformat
2009-01-29 compn pvez avi fourcc is truemotion1 libavformat