log

age author description
Sat, 28 Feb 2009 17:24:56 +0000 lucabe Document ff_rtp_get_codec_info() libavformat
Sat, 28 Feb 2009 17:24:46 +0000 jbr Separate the raw FLAC demuxer from raw.c and put in a new file, libavformat
Sat, 28 Feb 2009 16:02:29 +0000 rbultje Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already used libavformat
Sat, 28 Feb 2009 15:15:54 +0000 mru Revert "Improve frame rate guessing for streams with two fields per frame." libavformat
Sat, 28 Feb 2009 13:14:46 +0000 cehoyos Improve frame rate guessing for streams with two fields per frame. libavformat
Fri, 27 Feb 2009 23:12:14 +0000 aurel use new metadata API in nut muxer libavformat
Fri, 27 Feb 2009 23:10:34 +0000 aurel use new metadata API in nut demuxer libavformat
Fri, 27 Feb 2009 14:13:15 +0000 reimar Do not allow standard-frame-rate detection to increase the value of libavformat
Fri, 27 Feb 2009 10:07:12 +0000 reimar Simplify ipmovie.c pts calculation by using an appropriate time_base. libavformat
Fri, 27 Feb 2009 08:31:20 +0000 benoit Add a context to av_log() call. libavformat
Fri, 27 Feb 2009 08:02:34 +0000 reimar Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1 libavformat
Fri, 27 Feb 2009 07:56:24 +0000 reimar Detect the case when the time base is exact but far finer than necessary to libavformat
Thu, 26 Feb 2009 23:47:32 +0000 michael Add ticks_per_frame, this should hopefully fix the regressions caused libavformat
Thu, 26 Feb 2009 22:39:53 +0000 aurel cosmetics: vertical alignment libavformat
Thu, 26 Feb 2009 22:38:46 +0000 aurel use new metadata API in rpl demuxer libavformat
Thu, 26 Feb 2009 22:35:26 +0000 aurel use new metadata API in wc3 demuxer libavformat
Thu, 26 Feb 2009 22:34:18 +0000 stefano Mark as "internal but installed" the avio.h file. libavformat
Thu, 26 Feb 2009 22:28:42 +0000 stefano Add a @file notice to avio.h. libavformat
Thu, 26 Feb 2009 16:17:17 +0000 aurel move static tables from asf.h to non-static tables in asf.c libavformat
Thu, 26 Feb 2009 15:44:19 +0000 aurel rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency libavformat
Thu, 26 Feb 2009 14:40:04 +0000 aurel fix a memleak in av_metadata_set() libavformat
Thu, 26 Feb 2009 14:24:50 +0000 rbultje Implement marker bit, which is used for several RTP payloads currently libavformat
Thu, 26 Feb 2009 14:23:05 +0000 rbultje Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothing libavformat
Thu, 26 Feb 2009 14:15:41 +0000 rbultje Document rtsp.h, see "[PATCH] document rtsp.h" thread. libavformat
Thu, 26 Feb 2009 13:13:48 +0000 aurel movenc: add muxing of language along with metadata tags when available libavformat
Thu, 26 Feb 2009 13:11:18 +0000 aurel return -1 for errors in ff_mov_iso639_to_lang() to allow for error checking libavformat
Thu, 26 Feb 2009 13:08:22 +0000 aurel cosmetics: indentation libavformat
Thu, 26 Feb 2009 13:06:49 +0000 aurel use new metadata API in mov muxer libavformat
Thu, 26 Feb 2009 13:00:13 +0000 aurel don't trigger metadata compatibility code when user app already set metadata libavformat
Thu, 26 Feb 2009 08:45:59 +0000 bcoudurier dv probe libavformat
Thu, 26 Feb 2009 02:41:53 +0000 jbr Share the function to write a raw FLAC header and use it in the Matroska libavformat
Thu, 26 Feb 2009 02:33:19 +0000 jbr cosmetics: add a comment in flac_write_header(). libavformat
Thu, 26 Feb 2009 02:32:18 +0000 jbr Add support for full header extradata to raw FLAC muxer. libavformat
Thu, 26 Feb 2009 02:29:24 +0000 jbr Use a shared function to validate FLAC extradata. libavformat
Thu, 26 Feb 2009 02:21:43 +0000 jbr Separate the raw FLAC muxer from raw.c to its own file, flacenc.c. libavformat
Wed, 25 Feb 2009 19:10:39 +0000 diego spelling/wording/grammar cosmetics libavformat
Wed, 25 Feb 2009 10:45:08 +0000 michael untypo libavformat
Wed, 25 Feb 2009 08:09:13 +0000 bcoudurier fix index edit rate, inverse num and den libavformat
Wed, 25 Feb 2009 08:08:10 +0000 bcoudurier simplify, use codec->block_align libavformat
Wed, 25 Feb 2009 08:06:15 +0000 bcoudurier set channel number even for inactive channels libavformat
Wed, 25 Feb 2009 08:05:43 +0000 bcoudurier do not set frame start bit since marked as not used and factorize libavformat
Wed, 25 Feb 2009 03:18:11 +0000 michael AVInputFormat.reed_seek2() libavformat
Tue, 24 Feb 2009 22:19:09 +0000 cehoyos Add timestamp computation if values are exported by decoder. libavformat
Tue, 24 Feb 2009 20:17:02 +0000 cehoyos Change duration computation to use time_base instead of TB/2. libavformat
Tue, 24 Feb 2009 15:04:18 +0000 michael Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames. libavformat
Tue, 24 Feb 2009 13:35:54 +0000 michael Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the same libavformat
Mon, 23 Feb 2009 19:51:16 +0000 bcoudurier start track id at 2, track id 1 for timecode libavformat
Mon, 23 Feb 2009 02:38:45 +0000 michael Allow av_find_stream_info() to be aborted. libavformat
Sun, 22 Feb 2009 14:27:50 +0000 stefang consistent naming of Chinese AVS raw demuxer libavformat
Sun, 22 Feb 2009 09:42:56 +0000 reimar Support playback of incorrectly cut DV files where the headers do not libavformat
Sun, 22 Feb 2009 01:07:46 +0000 bcoudurier check av_get_packet return value libavformat
Sun, 22 Feb 2009 00:20:07 +0000 bcoudurier return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable when reallocing, based on patch by Netgem libavformat
Sat, 21 Feb 2009 23:54:50 +0000 bcoudurier parse aac extradata to fetch channels and sample rate, patch from Netgem libavformat
Sat, 21 Feb 2009 23:00:07 +0000 michael Waste less space for printing timebases. libavformat
Sat, 21 Feb 2009 22:26:44 +0000 rbultje Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the libavformat
Sat, 21 Feb 2009 21:30:44 +0000 michael Print all timebases (idea from netgem) libavformat
Sat, 21 Feb 2009 20:57:46 +0000 michael Check for alloc failures. libavformat
Sat, 21 Feb 2009 20:44:39 +0000 michael Check for EOF during index reading. libavformat
Sat, 21 Feb 2009 20:11:47 +0000 cehoyos Use context variable repeat_pict for frame duration computation and libavformat
Sat, 21 Feb 2009 20:11:34 +0000 michael Handle chunks with the MSB in size set correctly that is unsigned. libavformat