log

age author description
2009-03-03 rbultje Remove size_t cast in setting s->priv_data directly to the (integer) file libavformat
2009-03-03 rbultje Don't let finalize_packet() touch pkt->stream_index. Instead, let individual libavformat
2009-03-03 rbultje Reindent after r17764. libavformat
2009-03-03 rbultje In the current implementation of rtp_parse_packet(), finalize_packet() is libavformat
2009-03-03 rbultje Reduce allocated length of the HTTP authentication request field buffer, as libavformat
2009-03-03 diego cosmetics: Fix indentation. libavformat
2009-03-02 benoit Add context to some av_log() calls. libavformat
2009-03-02 diego Change a bunch of codec long_names to be more consistent and descriptive. libavformat
2009-03-01 aurel deprecate old metadata API libavformat
2009-03-01 aurel fix missed usage of old metadata API in mov demuxer libavformat
2009-03-01 aurel use new metadata API in libavformat/utils.c libavformat
2009-03-01 aurel use new metadata API in r3d demuxer libavformat
2009-03-01 aurel new metadata API is now officially part of public API libavformat
2009-03-01 aurel simplify metadata conversion and fixes gcc-2.95 at the same time libavformat
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