log

age author description
Sat, 31 Jan 2009 11:06:20 +0000 bcoudurier use st->priv_data to store per stream context libavformat
Sat, 31 Jan 2009 10:51:35 +0000 bcoudurier change prototype of mxf_interleave_get_packet to make it compatible libavformat
Sat, 31 Jan 2009 10:49:26 +0000 bcoudurier do not use PAL_samples_per_frame in init, to make init independant libavformat
Sat, 31 Jan 2009 10:47:55 +0000 bcoudurier cosmetics, remove empty lines libavformat
Sat, 31 Jan 2009 09:54:59 +0000 bcoudurier add my copyright as well libavformat
Sat, 31 Jan 2009 09:53:59 +0000 bcoudurier fix doxygen tag libavformat
Sat, 31 Jan 2009 09:53:23 +0000 bcoudurier cosmetics, align vertically libavformat
Sat, 31 Jan 2009 09:23:50 +0000 bcoudurier write best effort video line map libavformat
Sat, 31 Jan 2009 09:08:01 +0000 bcoudurier add frame layout local tag, best effort libavformat
Sat, 31 Jan 2009 07:02:20 +0000 bcoudurier add aes3 pcm wrapping and use it by default libavformat
Sat, 31 Jan 2009 06:59:55 +0000 bcoudurier split wav_desc in generic_sound_desc libavformat
Sat, 31 Jan 2009 06:54:30 +0000 bcoudurier thanks to interleaving, audio is now locked libavformat
Sat, 31 Jan 2009 06:49:42 +0000 bcoudurier local tag 3201 is picture essence coding, so do not write it for wav libavformat
Sat, 31 Jan 2009 06:46:42 +0000 bcoudurier stored height is stupidly /2 if interlaced libavformat
Sat, 31 Jan 2009 06:44:25 +0000 bcoudurier add size param to write_generic_desc libavformat
Sat, 31 Jan 2009 06:42:47 +0000 bcoudurier parse mpeg2 progressive frame flag libavformat
Sat, 31 Jan 2009 06:32:12 +0000 bcoudurier delay header writing and parse mpeg2 frame libavformat
Sat, 31 Jan 2009 06:18:25 +0000 bcoudurier correctly pack and interleave pcm samples in mxf libavformat
Sat, 31 Jan 2009 06:09:31 +0000 bcoudurier function is static libavformat
Sat, 31 Jan 2009 06:08:42 +0000 bcoudurier use new ff_interleave_add_packet libavformat
Sat, 31 Jan 2009 06:01:58 +0000 bcoudurier split av_interleave_per_dts, to avoid code duplication libavformat
Sat, 31 Jan 2009 05:53:04 +0000 stefang ADPCM found in Xbox wav files can be decoded with libavformat
Fri, 30 Jan 2009 00:44:54 +0000 aurel typo libavformat
Thu, 29 Jan 2009 15:33:19 +0000 compn pvez avi fourcc is truemotion1 libavformat
Wed, 28 Jan 2009 13:37:26 +0000 michael Fix remotely exploitable arbitrary code execution vulnerability. libavformat
Tue, 27 Jan 2009 23:44:11 +0000 bcoudurier second try fixing time code in gxf libavformat
Tue, 27 Jan 2009 22:21:28 +0000 michael Prefer av_freep() over av_free() for variables in the context for safety. libavformat
Tue, 27 Jan 2009 22:20:05 +0000 michael Add {} between if/else libavformat
Tue, 27 Jan 2009 22:14:48 +0000 michael Export all tracks (each is a different language) instead of just one. libavformat
Tue, 27 Jan 2009 22:03:13 +0000 michael remove pointless {} libavformat
Tue, 27 Jan 2009 21:58:45 +0000 michael Move current_track variable closer to where it is used. libavformat
Tue, 27 Jan 2009 21:56:28 +0000 michael Fix memleak of fourxm->tracks on error return. libavformat
Tue, 27 Jan 2009 21:09:22 +0000 michael vertical align libavformat
Tue, 27 Jan 2009 21:06:19 +0000 michael Fix memleak of header in error returns. libavformat
Tue, 27 Jan 2009 21:01:47 +0000 michael better header_size check libavformat
Tue, 27 Jan 2009 20:51:10 +0000 michael size < 4 is invalid libavformat
Tue, 27 Jan 2009 18:01:26 +0000 benoit Whitespace cosmetics to align return statements. libavformat
Tue, 27 Jan 2009 18:00:40 +0000 benoit Check buffer is inside what is passed when probing for flac. libavformat
Tue, 27 Jan 2009 12:23:16 +0000 lucabe Merge rtp_internal.h in rtp.h, and remove rtp_internal.h libavformat
Tue, 27 Jan 2009 04:29:33 +0000 bcoudurier seek at 0 when timestamp requested is negative libavformat
Mon, 26 Jan 2009 23:39:22 +0000 aurel make it clear that the new metadata API is a work in progress libavformat
Sun, 25 Jan 2009 19:11:10 +0000 diego Directly #include some required headers. libavformat
Sun, 25 Jan 2009 16:44:45 +0000 stefano Move documentation of av_register_all() from allformats.c to libavformat
Sun, 25 Jan 2009 01:21:10 +0000 jbr use function and definitions from libavcodec/flac.h in oggparseflac.c libavformat
Sun, 25 Jan 2009 00:16:27 +0000 jbr Handle ID3v2 tags in raw FLAC streams by skipping them. libavformat
Sat, 24 Jan 2009 14:52:46 +0000 diego Fix undefined preprocessor directives warnings during 'make checkheaders'. libavformat
Sat, 24 Jan 2009 08:20:42 +0000 stefang return an error if we can not get a full packet, libavformat
Sat, 24 Jan 2009 08:06:43 +0000 stefang fix header parsing, the NULL terminated File ID is followed by a space libavformat
Sat, 24 Jan 2009 04:56:18 +0000 rbultje Skip m= blocks in the SDP if the media type is unknown. This prevents libavformat
Fri, 23 Jan 2009 22:16:31 +0000 bcoudurier set pts and dts when only pts is present, according to specs libavformat
Fri, 23 Jan 2009 20:57:12 +0000 bcoudurier write essence container data libavformat
Fri, 23 Jan 2009 20:20:36 +0000 bcoudurier reduce display aspect ratio libavformat
Fri, 23 Jan 2009 20:15:46 +0000 bcoudurier stored height is a multiple of 16 for mpeg2 libavformat
Fri, 23 Jan 2009 20:03:57 +0000 bcoudurier fix endianness of time code, and calculate it in fields, according to specs libavformat
Fri, 23 Jan 2009 12:17:40 +0000 compn add EM4A fourcc , works for: libavformat
Fri, 23 Jan 2009 12:09:32 +0000 andoma Avoid allocating MPADecodeContext on stack. libavformat
Thu, 22 Jan 2009 23:35:31 +0000 michael Move av_read_frame/parser related buffer variables from AVFormatContext libavformat
Thu, 22 Jan 2009 19:45:53 +0000 bcoudurier print stream sar if present and different than codec sar libavformat
Thu, 22 Jan 2009 12:08:06 +0000 michael Use EAGAIN return, primarely intended as example of EAGAIN useage. libavformat
Thu, 22 Jan 2009 12:06:02 +0000 michael Handle av_read_frame() EAGAIN return. libavformat
Wed, 21 Jan 2009 22:32:17 +0000 aurel 'code' is used to index a table so make it unsigned libavformat
Wed, 21 Jan 2009 13:27:39 +0000 kostya yet another attempt on fixing synchronization in VMD libavformat
Wed, 21 Jan 2009 13:26:01 +0000 kostya Empty audio chunks in VMD are silent, not skipped libavformat
Wed, 21 Jan 2009 13:25:14 +0000 kostya cosmetics: reindent after last commit libavformat
Wed, 21 Jan 2009 13:24:35 +0000 kostya VMD first chunk of audio is not coded as many separate chunks of block_align libavformat
Tue, 20 Jan 2009 21:06:57 +0000 bcoudurier change sample aspect ratio test to be more clear, print old one libavformat
Tue, 20 Jan 2009 16:19:13 +0000 compn another mpeg4 fourcc libavformat
Tue, 20 Jan 2009 09:43:58 +0000 bcoudurier Do not use avctx->frame_number which might not be set, libavformat
Tue, 20 Jan 2009 09:25:50 +0000 bcoudurier set correct value for starting line libavformat
Tue, 20 Jan 2009 09:14:46 +0000 bcoudurier fix gxf time code mark out value libavformat
Tue, 20 Jan 2009 08:08:32 +0000 benoit Enable building r3d demuxer when its config is set. libavformat
Tue, 20 Jan 2009 08:00:39 +0000 alexc Fix a read past end of buffer crash in the mp3 probe libavformat
Tue, 20 Jan 2009 07:42:14 +0000 bcoudurier R3D REDCODE demuxer libavformat
Tue, 20 Jan 2009 00:52:12 +0000 aurel matroskaenc: correctly handle h264 streams with 3 bytes nal startcodes libavformat
Mon, 19 Jan 2009 23:41:46 +0000 diego Use "" instead of <> when #including non-system headers. libavformat
Mon, 19 Jan 2009 21:54:06 +0000 alexc Fix probing of files with ID3v2 tags. Discussed at libavformat
Mon, 19 Jan 2009 17:01:22 +0000 diego Restore mistakenly removed period after "DivX, Inc". libavformat
Mon, 19 Jan 2009 16:11:46 +0000 compn add T263. works on samples/V-codecs/T263/ libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Sun, 18 Jan 2009 22:53:28 +0000 aurel replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag libavformat
Sun, 18 Jan 2009 17:26:24 +0000 aurel matroskadec: merge ByteIOContext declarations at upper level libavformat
Sun, 18 Jan 2009 17:13:12 +0000 aurel matroskadec: parse the WAVEFORMATEX header and discard it from extradata libavformat
Sun, 18 Jan 2009 01:48:14 +0000 bcoudurier add jp2 formater in image2 muxer libavformat
Sun, 18 Jan 2009 00:47:46 +0000 bcoudurier jpeg2k is intra only codec libavformat
Sat, 17 Jan 2009 21:40:27 +0000 bcoudurier match format in names list separated by commas libavformat
Sat, 17 Jan 2009 20:08:43 +0000 stefang added demuxer for FunCom ISS audio files, libavformat
Sat, 17 Jan 2009 12:21:01 +0000 aurel remove ff_get_fourcc() and use AV_RL32() instead libavformat
Sat, 17 Jan 2009 11:13:33 +0000 aurel export gcd function as av_gcd() libavformat
Sat, 17 Jan 2009 04:31:42 +0000 conrad Cosmetics: indent libavformat
Sat, 17 Jan 2009 04:31:14 +0000 conrad Treat disposition==0 as undefined and don't write the default flag libavformat
Sat, 17 Jan 2009 04:30:36 +0000 conrad Flush the buffer after writing the header and when done with writing the files libavformat
Fri, 16 Jan 2009 19:05:09 +0000 compn add LM20 mimic in avi fourcc libavformat
Fri, 16 Jan 2009 17:46:19 +0000 kostya WavPack hybrid mode support libavformat
Fri, 16 Jan 2009 16:39:17 +0000 reimar Merge declaration and initialization of io_buffer_size libavformat
Fri, 16 Jan 2009 16:37:54 +0000 reimar Make io_buffer_size unsigned to avoid a warning about comparing libavformat
Fri, 16 Jan 2009 15:35:51 +0000 reimar Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_internal libavformat
Fri, 16 Jan 2009 15:34:37 +0000 reimar Use AV_WB32 instead of reimplementing it. libavformat
Fri, 16 Jan 2009 15:32:33 +0000 reimar Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal. libavformat
Fri, 16 Jan 2009 15:30:52 +0000 reimar Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM) libavformat
Fri, 16 Jan 2009 14:03:46 +0000 benoit Make unsigned int a variable that does not need to be explicitely 32 bits. libavformat
Fri, 16 Jan 2009 01:26:52 +0000 bcoudurier support h264 extradata with 0x000001 startcode libavformat
Fri, 16 Jan 2009 01:22:30 +0000 bcoudurier use ff_avc_parse_nal_units_buf because output size might differ from input size libavformat
Fri, 16 Jan 2009 01:20:31 +0000 bcoudurier 10l, fix prototype libavformat
Fri, 16 Jan 2009 01:17:18 +0000 bcoudurier export ff_avc_parse_nal_units_buf libavformat
Fri, 16 Jan 2009 01:12:32 +0000 bcoudurier move actual writing before so new size can be taken into account libavformat
Fri, 16 Jan 2009 01:11:34 +0000 bcoudurier return size written in ff_avc_parse_nal_units libavformat
Thu, 15 Jan 2009 14:07:59 +0000 lucabe Reindent after last commit libavformat
Thu, 15 Jan 2009 14:03:07 +0000 lucabe Do not reallocate AVPacket's data when muxing a packet libavformat
Thu, 15 Jan 2009 12:23:03 +0000 superdump Factorise id3v2 header parsing from mp3.c to be shared libavformat
Thu, 15 Jan 2009 01:47:24 +0000 bcoudurier use delay for subs and dirac too libavformat
Thu, 15 Jan 2009 01:22:31 +0000 bcoudurier add aud nal unit if not present in h264 bitstream libavformat
Thu, 15 Jan 2009 00:42:57 +0000 aurel matroskadec: ensure we only consider chapters which are properly ordered libavformat
Wed, 14 Jan 2009 23:53:31 +0000 bcoudurier consider other codecs packets contain only one access unit, not just audio libavformat
Wed, 14 Jan 2009 23:49:13 +0000 bcoudurier calculate pat, pmt and sdt exact size and adjust total bitrate libavformat
Wed, 14 Jan 2009 23:30:49 +0000 bcoudurier allow user to specify muxrate libavformat
Wed, 14 Jan 2009 22:40:37 +0000 bcoudurier warn if dts < pcr which means TS is invalid libavformat
Wed, 14 Jan 2009 22:17:07 +0000 bcoudurier only write dts if they differ from pts, according to specs libavformat
Wed, 14 Jan 2009 22:14:35 +0000 bcoudurier use delay to avoid negative dts libavformat
Wed, 14 Jan 2009 21:57:10 +0000 bcoudurier set pts and dts of pes packets exactly according to specs libavformat
Wed, 14 Jan 2009 17:19:17 +0000 aurel replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ libavformat