log

age author description
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