log

age author description
Sun, 31 Aug 2008 20:21:00 +0000 bcoudurier check for malloc failure libavformat
Sun, 31 Aug 2008 20:20:12 +0000 bcoudurier copy whole frame in vosData for dnxhd, this code will be used for other codecs too libavformat
Sun, 31 Aug 2008 17:32:58 +0000 rbultje Send RTSP OPTIONS command to detect server type. libavformat
Sun, 31 Aug 2008 17:32:02 +0000 rbultje Read RealChallenge1 field from the server. libavformat
Sun, 31 Aug 2008 17:30:15 +0000 rbultje Implement RTSPServerType enum as a way to identify the flavour of RTSP that libavformat
Sun, 31 Aug 2008 17:23:01 +0000 rbultje Revert back to old version (r15103). libavformat
Sun, 31 Aug 2008 07:39:47 +0000 stefano Globally rename the header inclusion guard names. libavformat
Sun, 31 Aug 2008 04:35:09 +0000 bcoudurier do no write multi descriptor when only one track is present libavformat
Sun, 31 Aug 2008 04:26:12 +0000 bcoudurier factorize libavformat
Sun, 31 Aug 2008 04:25:39 +0000 bcoudurier remove mxf_build_structural_metadata, simplify libavformat
Sun, 31 Aug 2008 04:24:00 +0000 bcoudurier move mxf_write_package to permit function merge libavformat
Sun, 31 Aug 2008 04:20:47 +0000 bcoudurier cosmetics, Pair -> Entry libavformat
Sun, 31 Aug 2008 04:13:44 +0000 bcoudurier store index in table in MXFStreamContext, simplify libavformat
Sun, 31 Aug 2008 04:07:41 +0000 bcoudurier merge descriptor write table with essence container uls table and simplify libavformat
Sun, 31 Aug 2008 03:45:00 +0000 bcoudurier fix type in prototype libavformat
Sun, 31 Aug 2008 03:42:05 +0000 bcoudurier remove header_byte_count_offset from context libavformat
Sun, 31 Aug 2008 03:36:25 +0000 bcoudurier simplify and correctly rewrite metadata in header partition, mark it closed complete libavformat
Sun, 31 Aug 2008 03:20:41 +0000 bcoudurier simplify current partition offset libavformat
Sun, 31 Aug 2008 03:12:13 +0000 rbultje Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch" libavformat
Sun, 31 Aug 2008 03:06:38 +0000 bcoudurier header partition is open incomplete for now libavformat
Sun, 31 Aug 2008 03:01:07 +0000 bcoudurier always write footer partition according to specs libavformat
Sun, 31 Aug 2008 02:55:13 +0000 bcoudurier 10l fix mxf_get_essence_container_ul libavformat
Sun, 31 Aug 2008 02:50:25 +0000 bcoudurier cosmetics, mux_write -> mxf_write libavformat
Sun, 31 Aug 2008 02:49:40 +0000 bcoudurier correctly set track duration libavformat
Sun, 31 Aug 2008 02:46:50 +0000 bcoudurier set duration to distinguished value libavformat
Sun, 31 Aug 2008 02:41:31 +0000 bcoudurier correctly write codec ul, mpeg-2 needs profile and level to be set libavformat
Sun, 31 Aug 2008 01:48:02 +0000 bcoudurier simplify, pass AVStream directly instead of index libavformat
Sun, 31 Aug 2008 01:44:45 +0000 bcoudurier cosmetics, whitespace libavformat
Sun, 31 Aug 2008 01:41:10 +0000 bcoudurier remove now useless track_number_sign libavformat
Sun, 31 Aug 2008 01:39:42 +0000 bcoudurier put back mxf_essence_container_uls in demuxer as static const libavformat
Sun, 31 Aug 2008 01:37:14 +0000 bcoudurier remove now useless mxf_essence_element_key array libavformat
Sun, 31 Aug 2008 01:34:26 +0000 bcoudurier fix track number ul in primer pack libavformat
Sun, 31 Aug 2008 01:33:28 +0000 bcoudurier introduce MXFContainerEssencePair to associate essence element key and libavformat
Sun, 31 Aug 2008 00:40:11 +0000 bcoudurier cosmetics libavformat
Sun, 31 Aug 2008 00:39:34 +0000 bcoudurier replace sizeof(type) by sizeof *ptr libavformat
Sun, 31 Aug 2008 00:36:30 +0000 bcoudurier merge declaration and init libavformat
Sun, 31 Aug 2008 00:28:51 +0000 bcoudurier reindent libavformat
Sun, 31 Aug 2008 00:28:36 +0000 bcoudurier simplify mxf_write_essence_container_refs libavformat
Sun, 31 Aug 2008 00:26:54 +0000 bcoudurier factorize libavformat
Sun, 31 Aug 2008 00:25:19 +0000 bcoudurier change [0] to * libavformat
Sun, 31 Aug 2008 00:23:38 +0000 bcoudurier compute essence containers in mxf_write_header, this simplifies the code libavformat
Sat, 30 Aug 2008 23:54:24 +0000 bcoudurier get essence container ul in header and set it per track, check for unsupported codec libavformat
Sat, 30 Aug 2008 23:47:58 +0000 bcoudurier move per track code in mxf_write_header to be able to check for unsupported configuration libavformat
Sat, 30 Aug 2008 23:43:14 +0000 bcoudurier rename variable libavformat
Sat, 30 Aug 2008 23:05:42 +0000 bcoudurier fix typos libavformat
Sat, 30 Aug 2008 23:02:59 +0000 bcoudurier cosmetics: header -> generic libavformat
Sat, 30 Aug 2008 22:58:49 +0000 bcoudurier cosmetics, remove useless braces, move comments where appropriate, remove whitespaces libavformat
Sat, 30 Aug 2008 22:45:49 +0000 bcoudurier cosmetics libavformat
Sat, 30 Aug 2008 22:45:32 +0000 bcoudurier simplify, and factorize libavformat
Sat, 30 Aug 2008 22:41:01 +0000 bcoudurier only put version in tag libavformat
Sat, 30 Aug 2008 22:38:59 +0000 bcoudurier simplify libavformat
Sat, 30 Aug 2008 22:37:19 +0000 bcoudurier always write required version string local tag libavformat
Sat, 30 Aug 2008 22:32:23 +0000 bcoudurier introduce mxf_write_local_tag_utf16 and factorize libavformat
Sat, 30 Aug 2008 22:24:19 +0000 bcoudurier use strlen and do not write useless trailing 0 according to specs libavformat
Sat, 30 Aug 2008 22:23:11 +0000 bcoudurier write strings as utf16be libavformat
Sat, 30 Aug 2008 07:17:36 +0000 diego Add missing FFMPEG_ prefix to multiple inclusion guard. libavformat
Sat, 30 Aug 2008 03:07:31 +0000 bcoudurier timestamps in flv are 32bits _signed_ according to flash player, specs are wrong libavformat
Sat, 30 Aug 2008 03:01:59 +0000 bcoudurier remove now useless casts libavformat
Fri, 29 Aug 2008 22:13:22 +0000 bcoudurier make has_codec_parameters not returning true when sample_fmt is not set libavformat
Fri, 29 Aug 2008 22:10:34 +0000 bcoudurier skip empty flv data packets, fix issue #602 libavformat
Fri, 29 Aug 2008 22:07:01 +0000 bcoudurier factorize packet skip code libavformat
Fri, 29 Aug 2008 22:03:18 +0000 bcoudurier simplify size handling code libavformat
Fri, 29 Aug 2008 20:04:28 +0000 bcoudurier remove vorbis dec hack, decoding will be done anyway to get frame size libavformat
Fri, 29 Aug 2008 17:06:35 +0000 bcoudurier speex in flv demuxing libavformat
Fri, 29 Aug 2008 17:04:18 +0000 bcoudurier cosmetics, typos, case libavformat
Fri, 29 Aug 2008 16:56:57 +0000 bcoudurier cosmetics libavformat
Fri, 29 Aug 2008 16:56:36 +0000 bcoudurier fix version string ul libavformat
Fri, 29 Aug 2008 01:43:27 +0000 michael Do not truncate timestamps before the muxer as it makes simple libavformat
Thu, 28 Aug 2008 22:41:00 +0000 romansh Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as libavformat
Thu, 28 Aug 2008 12:00:58 +0000 rbultje Change implementation for ff_data_to_hex(), this is faster. See discussion on libavformat
Wed, 27 Aug 2008 23:43:28 +0000 rbultje Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and libavformat
Wed, 27 Aug 2008 20:28:11 +0000 romansh Two cosmetic changes for improved readability and ease of HDVCPRO HD integration libavformat
Wed, 27 Aug 2008 19:58:55 +0000 aurel matroskadec: cosmetics: indentation libavformat
Wed, 27 Aug 2008 19:57:42 +0000 aurel matroskadec: seek to the last position known in the index before resorting to libavformat
Wed, 27 Aug 2008 00:33:22 +0000 rbultje Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDP libavformat
Tue, 26 Aug 2008 20:38:04 +0000 aurel remove useless assignment (st is never read after this line) libavformat
Tue, 26 Aug 2008 20:32:27 +0000 aurel matroskadec: index timestamps are supposed to be in the timebase of the stream libavformat
Tue, 26 Aug 2008 20:21:39 +0000 aurel mxfdec: set sample_aspect_ratio libavformat
Tue, 26 Aug 2008 15:58:25 +0000 cehoyos Remaining parts of GSoC MXF muxer by Zhentan Feng. libavformat
Tue, 26 Aug 2008 01:29:43 +0000 michael vertical align libavformat
Mon, 25 Aug 2008 20:28:12 +0000 vitor Import more MXF muxer code from the SoC tree libavformat
Mon, 25 Aug 2008 15:39:43 +0000 andoma When setting codec_id during codec probe we must also set codec_type. libavformat
Mon, 25 Aug 2008 06:20:00 +0000 lucabe Fix udp.c compilation with recent glibc (>= 2.8) libavformat
Mon, 25 Aug 2008 00:17:31 +0000 aurel matroskadec: unset matroska->done when seeking libavformat
Mon, 25 Aug 2008 00:15:49 +0000 aurel matroskadec: full seeking support in index-less files libavformat
Mon, 25 Aug 2008 00:09:08 +0000 aurel matroskadec: on the fly index construction for index-less files libavformat
Sun, 24 Aug 2008 23:57:29 +0000 aurel matroskadec: don't try to seek to negative timestamp libavformat
Sun, 24 Aug 2008 23:54:14 +0000 aurel matroskadec: move setting of matroska->done inside matroska_parse_cluster() libavformat
Sun, 24 Aug 2008 17:37:43 +0000 reimar Add ff_ prefix to ogg_codec_t structs libavformat
Sun, 24 Aug 2008 17:24:34 +0000 reimar Mark several libavformat arrays const libavformat
Sun, 24 Aug 2008 17:19:46 +0000 reimar Mark "matroska" probe data string constant. libavformat
Sun, 24 Aug 2008 17:09:15 +0000 reimar Make ogg_codec_t descriptions const libavformat
Sun, 24 Aug 2008 16:51:50 +0000 reimar Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * libavformat
Sun, 24 Aug 2008 16:22:40 +0000 rbultje Remove check for @ in tcp.c which removes the authorization data from the libavformat
Sun, 24 Aug 2008 14:12:03 +0000 aurel voc: add ff_ prefix to some global const data libavformat
Sun, 24 Aug 2008 14:02:55 +0000 reimar Remove useless empty close functions in mmf and mm demuxers. libavformat
Sun, 24 Aug 2008 13:12:41 +0000 aurel matroskadec: make aac_profiles array const libavformat
Sun, 24 Aug 2008 12:45:15 +0000 reimar Make the id3v1_genre_str array const, not just the strings it points to. libavformat
Sun, 24 Aug 2008 05:55:46 +0000 vitor Import more ok'ed chunks of the mxf muxer from the soc tree libavformat
Sat, 23 Aug 2008 23:43:20 +0000 aurel convert every muxer/demuxer to write/read sample_aspect_ratio from/to libavformat
Sat, 23 Aug 2008 23:13:58 +0000 aurel export sample_aspect_ratio read by the demuxer in a separate field libavformat
Sat, 23 Aug 2008 22:36:35 +0000 pross Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio. libavformat
Sat, 23 Aug 2008 18:52:26 +0000 rbultje Cosmetics after previous patches. libavformat
Sat, 23 Aug 2008 18:49:16 +0000 rbultje On failure, return directly because the fail: case does nothing. This also libavformat
Sat, 23 Aug 2008 18:46:30 +0000 rbultje Move malloc() down until after all initializations, so that the resource is libavformat
Sat, 23 Aug 2008 17:39:56 +0000 rbultje Fix memleak on some OSes in case network initialization fails. See libavformat
Sat, 23 Aug 2008 17:39:10 +0000 rbultje Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion. libavformat
Sat, 23 Aug 2008 15:25:38 +0000 bcoudurier enable fl32/64 le/be in mov with stsd audio v2 libavformat
Fri, 22 Aug 2008 19:03:05 +0000 lucabe Do not set timestamp information for a non existing AVStream libavformat
Fri, 22 Aug 2008 04:12:52 +0000 vitor Apply parts of MXF muxer ok'ed by Michael libavformat
Wed, 20 Aug 2008 23:08:07 +0000 aurel matroskadec: fail cleanly when the required compression lib is not compiled in libavformat
Wed, 20 Aug 2008 22:30:15 +0000 aurel matroskadec: stop parsing when skipping en element crossing over the end of file libavformat
Wed, 20 Aug 2008 00:49:45 +0000 aurel matroska: add support for most variants of PCM libavformat
Wed, 20 Aug 2008 00:44:25 +0000 aurel matroskadec: handle EBML_ID_VOID and EBML_ID_CRC32 in a generic way libavformat
Tue, 19 Aug 2008 23:44:23 +0000 rbultje Implement url_open_protocol(), which is basiclly the former url_open() libavformat
Tue, 19 Aug 2008 22:01:57 +0000 cehoyos Ok-ed parts from patch by zhentan feng. libavformat
Tue, 19 Aug 2008 21:58:47 +0000 cehoyos Remove useless #ifdef DEBUG (patch by Zhentan Feng). libavformat
Tue, 19 Aug 2008 18:49:57 +0000 stefano Replace invocations of av_fifo_realloc(), which is going to be libavformat
Tue, 19 Aug 2008 12:36:17 +0000 cehoyos Ok-ed parts from patch by zhentan feng. libavformat
Tue, 19 Aug 2008 11:05:29 +0000 pross Make AIFF demuxer handle F32BE and F64BE PCM audio. libavformat