log

age author description
2009-03-01 michael Change the timebase of the raw demuxer to one that can represent the ts of fields. libavformat
2009-03-01 michael Disable MPEG-1/2 style timestamp calculation for H264. It still randomizes libavformat
2009-03-01 aurel Add some basic metadata conversion tables for matroska and asf. libavformat
2009-02-28 aurel add a metadata conversion API libavformat
2009-02-28 lucabe Document ff_rtp_codec_id() libavformat
2009-02-28 cehoyos Change TS seeking so it returns position/timestamp of a key frame. libavformat
2009-02-28 lucabe Fix typo in a comment libavformat
2009-02-28 lucabe Document ff_rtp_enc_name() libavformat
2009-02-28 jbr cosmetics: indentation libavformat
2009-02-28 lucabe Document ff_rtp_get_codec_info() libavformat
2009-02-28 jbr Separate the raw FLAC demuxer from raw.c and put in a new file, libavformat
2009-02-28 rbultje Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already used libavformat
2009-02-28 mru Revert "Improve frame rate guessing for streams with two fields per frame." libavformat
2009-02-28 cehoyos Improve frame rate guessing for streams with two fields per frame. libavformat
2009-02-27 aurel use new metadata API in nut muxer libavformat
2009-02-27 aurel use new metadata API in nut demuxer libavformat
2009-02-27 reimar Do not allow standard-frame-rate detection to increase the value of libavformat
2009-02-27 reimar Simplify ipmovie.c pts calculation by using an appropriate time_base. libavformat
2009-02-27 benoit Add a context to av_log() call. libavformat
2009-02-27 reimar Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1 libavformat
2009-02-27 reimar Detect the case when the time base is exact but far finer than necessary to libavformat
2009-02-26 michael Add ticks_per_frame, this should hopefully fix the regressions caused libavformat
2009-02-26 aurel cosmetics: vertical alignment libavformat
2009-02-26 aurel use new metadata API in rpl demuxer libavformat
2009-02-26 aurel use new metadata API in wc3 demuxer libavformat
2009-02-26 stefano Mark as "internal but installed" the avio.h file. libavformat
2009-02-26 stefano Add a @file notice to avio.h. libavformat
2009-02-26 aurel move static tables from asf.h to non-static tables in asf.c libavformat
2009-02-26 aurel rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency libavformat
2009-02-26 aurel fix a memleak in av_metadata_set() libavformat
2009-02-26 rbultje Implement marker bit, which is used for several RTP payloads currently libavformat
2009-02-26 rbultje Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothing libavformat
2009-02-26 rbultje Document rtsp.h, see "[PATCH] document rtsp.h" thread. libavformat
2009-02-26 aurel movenc: add muxing of language along with metadata tags when available libavformat
2009-02-26 aurel return -1 for errors in ff_mov_iso639_to_lang() to allow for error checking libavformat
2009-02-26 aurel cosmetics: indentation libavformat
2009-02-26 aurel use new metadata API in mov muxer libavformat
2009-02-26 aurel don't trigger metadata compatibility code when user app already set metadata libavformat
2009-02-26 bcoudurier dv probe libavformat
2009-02-26 jbr Share the function to write a raw FLAC header and use it in the Matroska libavformat
2009-02-26 jbr cosmetics: add a comment in flac_write_header(). libavformat
2009-02-26 jbr Add support for full header extradata to raw FLAC muxer. libavformat
2009-02-26 jbr Use a shared function to validate FLAC extradata. libavformat
2009-02-26 jbr Separate the raw FLAC muxer from raw.c to its own file, flacenc.c. libavformat
2009-02-25 diego spelling/wording/grammar cosmetics libavformat
2009-02-25 michael untypo libavformat
2009-02-25 bcoudurier fix index edit rate, inverse num and den libavformat
2009-02-25 bcoudurier simplify, use codec->block_align libavformat
2009-02-25 bcoudurier set channel number even for inactive channels libavformat
2009-02-25 bcoudurier do not set frame start bit since marked as not used and factorize libavformat
2009-02-25 michael AVInputFormat.reed_seek2() libavformat
2009-02-24 cehoyos Add timestamp computation if values are exported by decoder. libavformat
2009-02-24 cehoyos Change duration computation to use time_base instead of TB/2. libavformat
2009-02-24 michael Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames. libavformat
2009-02-24 michael Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the same libavformat
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