log

age author description
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
Wed, 14 Jan 2009 02:20:26 +0000 bcoudurier compute pcr more accurately, regression tests need update libavformat
Wed, 14 Jan 2009 01:21:24 +0000 bcoudurier include intreadwrite.h, fix compilation, img2.c use AV_RL32 libavformat
Wed, 14 Jan 2009 00:27:43 +0000 bcoudurier cleanup gif, use BISTREAM_WRITER_LE libavformat
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Tue, 13 Jan 2009 17:10:10 +0000 compn add SLMJ fourcc to mjpeg libavformat
Tue, 13 Jan 2009 00:20:18 +0000 aurel fix version protection libavformat
Mon, 12 Jan 2009 00:07:40 +0000 mru AVI: add bswap.h include needed on big endian libavformat
Sun, 11 Jan 2009 23:24:28 +0000 conrad Use the dimensions in tkhd for timed text tracks libavformat
Sun, 11 Jan 2009 22:19:48 +0000 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavformat
Sun, 11 Jan 2009 22:05:43 +0000 ramiro Use setmode() if it exists in <io.h>, and not based on O_BINARY. libavformat
Sun, 11 Jan 2009 21:08:52 +0000 diego cosmetics: indentation libavformat
Sun, 11 Jan 2009 21:07:12 +0000 diego Fix illegal identifier starting with an underscore. libavformat
Sun, 11 Jan 2009 21:04:25 +0000 bcoudurier move ffindex set before mov_read_default so it can be used in functions libavformat
Sun, 11 Jan 2009 10:42:24 +0000 bcoudurier cosmetics libavformat
Sun, 11 Jan 2009 10:41:43 +0000 bcoudurier remove warnings about uninitialized vars libavformat
Sun, 11 Jan 2009 10:36:19 +0000 bcoudurier cosmetics libavformat
Sun, 11 Jan 2009 10:26:44 +0000 conrad Add support for muxing mov/mp4/3gp timed text streams libavformat
Sun, 11 Jan 2009 08:24:44 +0000 conrad Read extradata (justification, colors, fonts, etc) for mov/mp4 timed text libavformat
Sun, 11 Jan 2009 05:24:41 +0000 bcoudurier remove comment, this is not relevant anymore libavformat
Sun, 11 Jan 2009 05:23:46 +0000 bcoudurier reindent libavformat
Sun, 11 Jan 2009 05:23:10 +0000 bcoudurier check for negative dts value even if bitstream is already formated, libavformat
Sat, 10 Jan 2009 09:56:07 +0000 stefano Move the AVFormatContext options definition to a dedicated file, libavformat
Fri, 09 Jan 2009 23:44:52 +0000 rbultje Reindent to properly fit a 80 chars terminal. libavformat
Fri, 09 Jan 2009 23:36:39 +0000 rbultje Reindent after r16509. libavformat
Fri, 09 Jan 2009 23:36:17 +0000 rbultje Apply rtpmap: SDP lines to the last m= line only, since they generally just libavformat
Fri, 09 Jan 2009 22:13:37 +0000 bcoudurier only set le if value is 1, fix boom5.mov, issue #770 libavformat
Fri, 09 Jan 2009 20:10:13 +0000 lucabe Do not assume that if pkt->destruct != av_destruct_packet then it is not libavformat
Fri, 09 Jan 2009 01:30:14 +0000 rbultje Increase buffer size for RTP packet data because some ASF streams use a libavformat
Fri, 09 Jan 2009 00:01:42 +0000 aurel rename ff_metadata_sync_compat to ff_metadata_mux_compat libavformat
Thu, 08 Jan 2009 23:30:02 +0000 aurel move ff_metadata_sync_compat to metadata_compat.c libavformat
Thu, 08 Jan 2009 23:24:51 +0000 aurel Add a second metadata compatibility layer, so that metadata that gets libavformat
Thu, 08 Jan 2009 18:00:51 +0000 compn cosmetics: CJPG is from Creative Webcam libavformat
Thu, 08 Jan 2009 17:51:03 +0000 compn fourcc CJPG is sequential jpeg libavformat
Thu, 08 Jan 2009 07:11:43 +0000 bcoudurier 100l, add missing enum type, fix compilation libavformat
Thu, 08 Jan 2009 02:57:21 +0000 bcoudurier use lower case x and alternate format for hex in printf libavformat
Thu, 08 Jan 2009 02:54:43 +0000 bcoudurier print more debug information if enabled, including index libavformat
Wed, 07 Jan 2009 23:37:03 +0000 cehoyos Fix a compiler warning: libavformat
Wed, 07 Jan 2009 20:44:23 +0000 michael Do not try to duplicate packets that have data==NULL. libavformat
Wed, 07 Jan 2009 16:01:15 +0000 rbultje Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by libavformat
Wed, 07 Jan 2009 15:13:27 +0000 rbultje Fix doxy comments missing one '*'. libavformat
Wed, 07 Jan 2009 14:55:47 +0000 rbultje Use the "server" RTSP field to detect whether the server that we're talking libavformat
Wed, 07 Jan 2009 14:53:04 +0000 rbultje Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows future libavformat
Wed, 07 Jan 2009 14:50:19 +0000 rbultje Don't use s->pb if a local ByteIOContext was already provided by the calling libavformat
Wed, 07 Jan 2009 14:48:17 +0000 rbultje Allow subscription to any of the streams, not just the first, available in libavformat
Wed, 07 Jan 2009 14:45:13 +0000 rbultje Parse the OpaqueData field for every AVStream represented by this "set of libavformat
Wed, 07 Jan 2009 14:41:40 +0000 rbultje Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill in libavformat
Wed, 07 Jan 2009 14:38:44 +0000 rbultje Parse the ASMRuleBook SDP line to dynamically create one new AVStream for libavformat
Wed, 07 Jan 2009 01:19:48 +0000 diego Remove inappropriate const qualifier from function argument, fixes the warning: libavformat
Tue, 06 Jan 2009 22:11:04 +0000 aurel free all allocated metadata structures libavformat
Tue, 06 Jan 2009 17:50:10 +0000 diego cosmetics: alphabetical order libavformat
Tue, 06 Jan 2009 12:56:21 +0000 aurel ignore year=0 and track=0 libavformat
Tue, 06 Jan 2009 00:09:23 +0000 aurel Add a metadata compatibility layer, so that when a user application set libavformat
Mon, 05 Jan 2009 23:56:27 +0000 aurel add a typedef for AVMetadata libavformat
Mon, 05 Jan 2009 22:10:16 +0000 diego Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turned libavformat
Mon, 05 Jan 2009 17:50:13 +0000 romansh additional recovery for the badly broken streams libavformat
Sun, 04 Jan 2009 23:31:31 +0000 aurel rename AVMetaData to AVMetadata and meta_data to metadata libavformat
Sun, 04 Jan 2009 22:31:55 +0000 aurel add metadata in AVStream, AVProgram and AVChapter libavformat
Sun, 04 Jan 2009 20:47:09 +0000 melanson Ministry of English Composition treatment for the new metadata API libavformat
Sun, 04 Jan 2009 19:00:35 +0000 michael 10l format include path for metadata.h libavformat
Sun, 04 Jan 2009 18:58:49 +0000 michael Move metadata API from avcodec to avformat. libavformat
Sun, 04 Jan 2009 18:48:37 +0000 michael Generic metadata API. libavformat
Sun, 04 Jan 2009 16:23:18 +0000 michael If we find a VBR tag at the beginning of the file don't attempt to libavformat
Sun, 04 Jan 2009 11:04:02 +0000 stefano Drop the deprecated parse_image_size() and parse_frame_rate() functions libavformat
Wed, 31 Dec 2008 02:47:54 +0000 michael 10l set AVPacket.size to the true size of the returned data instead of libavformat
Wed, 31 Dec 2008 01:54:54 +0000 michael Fix indention which was off by 1 space. libavformat
Wed, 31 Dec 2008 01:53:12 +0000 michael Replace buffer by AVPacket and avoid a memcpy() for video when the number libavformat
Wed, 31 Dec 2008 00:24:54 +0000 michael Merge videobuf and audiobuf. libavformat
Tue, 30 Dec 2008 21:23:02 +0000 michael Simplify the top of rm_assemble_video_frame(). libavformat
Tue, 30 Dec 2008 20:51:18 +0000 michael Add a few error checks to rm_assemble_video_frame() libavformat
Tue, 30 Dec 2008 19:49:27 +0000 michael All non zero returns of rm_assemble_video_frame() are errors, check things libavformat
Sun, 28 Dec 2008 23:25:17 +0000 rbultje av_free() -> av_freep(), patch by Reimar Doffinger, see discussion in libavformat
Sun, 28 Dec 2008 23:23:59 +0000 rbultje Fix double free which happens for playback of .rm files after r16365. See libavformat
Sun, 28 Dec 2008 16:22:42 +0000 kostya Fix a typo that made VMD demuxer always assume Indeo 3 as video codec. libavformat
Sun, 28 Dec 2008 05:59:11 +0000 rbultje Reindent after r16368. libavformat
Sun, 28 Dec 2008 05:58:23 +0000 rbultje Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in libavformat
Sun, 28 Dec 2008 05:55:09 +0000 rbultje Change audio_pkt_cnt from an array into a single field, since only a single libavformat
Sun, 28 Dec 2008 00:21:11 +0000 rbultje Add RMStream object as function argument to public functions so that non-.rm libavformat
Sun, 28 Dec 2008 00:18:38 +0000 rbultje Implement RMStream stream-specific private data object in the RM demuxer. libavformat
Sat, 27 Dec 2008 17:34:00 +0000 kostya Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for it libavformat
Wed, 24 Dec 2008 02:20:07 +0000 compn add amr in avi riff tags libavformat
Mon, 22 Dec 2008 22:12:44 +0000 cehoyos Fix two identical warnings when compiling riff.c and nuv.c with icc: libavformat
Mon, 22 Dec 2008 22:10:07 +0000 cehoyos Fix a warning when compiling with icc: libavformat
Mon, 22 Dec 2008 11:23:00 +0000 cehoyos Initialize s->opaque before calling url_resetbuf(). libavformat
Sun, 21 Dec 2008 23:50:16 +0000 michael Change mpeg audio parser so it only sets frame_size, channels and bit_rate libavformat
Sun, 21 Dec 2008 20:56:30 +0000 michael Fix detection of audio codec in K70707-ARIA229.flv. libavformat
Fri, 19 Dec 2008 01:00:44 +0000 astrange Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkv libavformat
Thu, 18 Dec 2008 09:18:43 +0000 bcoudurier cosmetics, remove useless parenthesis and whitespaces libavformat
Thu, 18 Dec 2008 09:17:19 +0000 bcoudurier set alac channels from extradata, fix alac mono in m4a libavformat
Thu, 18 Dec 2008 01:28:29 +0000 rbultje Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS and libavformat
Thu, 18 Dec 2008 01:25:43 +0000 rbultje Add a ByteIOContext argument to ASF functions that will be shared with the libavformat
Wed, 17 Dec 2008 11:22:51 +0000 benoit Add jp2 support to img2 demuxer. libavformat
Wed, 17 Dec 2008 08:09:09 +0000 bcoudurier activate jpeg2000 fourcc in mov/mj2 libavformat
Tue, 16 Dec 2008 16:14:07 +0000 michael Fix bug where the avi demxuer lost the first frame of malformed libavformat
Tue, 16 Dec 2008 08:47:28 +0000 bcoudurier check that nb_streams is valid before setting stream, fix crash with jp2 which do not use same structure libavformat
Tue, 16 Dec 2008 05:22:53 +0000 compn add MPNG fourcc libavformat
Tue, 16 Dec 2008 05:20:11 +0000 compn two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec list libavformat
Tue, 16 Dec 2008 03:49:26 +0000 compn QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi libavformat
Tue, 16 Dec 2008 03:42:10 +0000 compn add rpza avi fourcc libavformat
Sun, 14 Dec 2008 22:26:28 +0000 rbultje Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussion in ML thread libavformat
Sun, 14 Dec 2008 22:24:58 +0000 rbultje Reindent something that looks weird. libavformat
Sun, 14 Dec 2008 22:23:59 +0000 rbultje Add comment to indicate why the SDP line buffer is as big as it is. libavformat
Sun, 14 Dec 2008 22:23:14 +0000 rbultje Increase SDP line buffer size because ASF headers in RTSP-MS are very big. See ML discussion libavformat
Sun, 14 Dec 2008 20:38:05 +0000 michael 10l (forgot sample_size) libavformat
Sun, 14 Dec 2008 20:04:00 +0000 stefano Make register_avcodec() call avcodec_init(). libavformat
Sun, 14 Dec 2008 17:30:18 +0000 mru oggflac: fix bitstream reader usage libavformat
Sun, 14 Dec 2008 15:48:48 +0000 michael Fix non interleaved variable fps ODML avis. libavformat
Sun, 14 Dec 2008 14:01:12 +0000 michael Remove silly FIXME comment. libavformat
Sun, 14 Dec 2008 03:29:33 +0000 melanson The POSIX namespace shall be held sacrosanct. To that end, libavformat
Sat, 13 Dec 2008 23:25:19 +0000 lucabe Rename rtp_payload_data_t to avoid clashes with the POSIX namespace libavformat
Sat, 13 Dec 2008 23:20:05 +0000 lucabe Remove useless typedef libavformat
Sat, 13 Dec 2008 23:03:34 +0000 lucabe Remove unused types libavformat
Sat, 13 Dec 2008 21:58:17 +0000 reimar Avoid _t in gxf enum type names libavformat
Sat, 13 Dec 2008 21:40:20 +0000 rbultje Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c. libavformat
Sat, 13 Dec 2008 21:37:27 +0000 rbultje Don't access RMContext directly in rdt.c. Rather, use the return value of libavformat
Sat, 13 Dec 2008 17:18:11 +0000 rbultje Separate the packet fetching from the data reading, so that the data reading libavformat
Sat, 13 Dec 2008 17:04:22 +0000 diego 100l: Add missing backslashes. libavformat
Sat, 13 Dec 2008 16:35:58 +0000 diego cosmetics: Break some lines for a more aesthetically pleasing result. libavformat
Sat, 13 Dec 2008 16:08:31 +0000 diego Remove misleading comment, _t is POSIX-reserved namespace. libavformat
Sat, 13 Dec 2008 13:39:13 +0000 diego whitespace cosmetics libavformat
Sat, 13 Dec 2008 13:11:42 +0000 diego Avoid _t in identifier names, _t is reserved by POSIX. libavformat
Sat, 13 Dec 2008 12:46:11 +0000 diego Matroska uses tables from isom.c, so add the object file to its dependencies. libavformat
Sat, 13 Dec 2008 10:45:44 +0000 lu_zero Rename type to be consistent libavformat
Sat, 13 Dec 2008 00:04:34 +0000 mru mpegts: replace Program_t typedef with "struct Program" libavformat
Fri, 12 Dec 2008 16:04:15 +0000 aurel matroska: sort codec tags list libavformat
Fri, 12 Dec 2008 15:55:08 +0000 aurel matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr) libavformat
Fri, 12 Dec 2008 15:34:55 +0000 compn add another mpeg4 avi fourcc from uncommon codecs list libavformat
Fri, 12 Dec 2008 06:55:48 +0000 diego Add sys/time.h header #include, fixes compilation on OS/2. libavformat
Fri, 12 Dec 2008 05:10:43 +0000 ods15 Update lavf/libnut.c to _tt type names in libnut API libavformat
Thu, 11 Dec 2008 22:34:14 +0000 aurel avoid POSIX reserved _t suffix libavformat
Thu, 11 Dec 2008 22:24:56 +0000 bcoudurier parse pasp atom and set sample aspect ratio, libavformat
Thu, 11 Dec 2008 20:06:56 +0000 bcoudurier remove _t in typedef for POSIX compatibility libavformat
Thu, 11 Dec 2008 20:02:15 +0000 michael Remove comment suggesting using variables ending in _t as this would break POSIX. libavformat
Thu, 11 Dec 2008 19:19:23 +0000 reimar Avoid _t in typedef type libavformat
Thu, 11 Dec 2008 19:06:24 +0000 michael remove _t for POSIX compatibility. libavformat
Thu, 11 Dec 2008 18:48:08 +0000 rbultje Fix indenting. libavformat
Thu, 11 Dec 2008 10:42:06 +0000 reimar Use "struct gxf_stream_info" instead of "st_info_t", libavformat
Thu, 11 Dec 2008 10:35:20 +0000 reimar Remove useless and confusing (since they are also used in gxfenc.c) /* gxf.c */ comment. libavformat
Thu, 11 Dec 2008 07:49:05 +0000 melanson add 'ACDV' FourCC (which is just complete JPEG files in individual AVI libavformat
Mon, 08 Dec 2008 20:09:15 +0000 compn add mpeg2 fourcc and aac format tag from asf libavformat
Sun, 07 Dec 2008 17:29:09 +0000 henry bind to the multicast address if possible libavformat
Sun, 07 Dec 2008 01:53:31 +0000 reynaldo COSMETICS libavformat
Sat, 06 Dec 2008 20:28:38 +0000 rbultje Remove static variable and a printf using it. See "[PATCH] asf.c: move libavformat
Sat, 06 Dec 2008 18:41:17 +0000 rbultje Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. libavformat
Sat, 06 Dec 2008 18:35:52 +0000 rbultje Do not access s->gb directly in functions that have a local copy of that libavformat
Fri, 05 Dec 2008 14:59:41 +0000 compn add VX1K h263 and DMK2 mpeg4 avi fourccs libavformat
Thu, 04 Dec 2008 15:08:04 +0000 cehoyos Recognize pnm file as images. libavformat
Thu, 04 Dec 2008 03:00:53 +0000 bcoudurier WRAW fourcc libavformat
Wed, 03 Dec 2008 23:04:30 +0000 diego Add necessary header for av_set_program_name and av_program_add_stream_index. libavformat
Wed, 03 Dec 2008 21:44:29 +0000 compn add fourccs from avi files libavformat
Wed, 03 Dec 2008 16:49:58 +0000 michael add GEOX fourcc for mpeg4 libavformat
Wed, 03 Dec 2008 16:47:07 +0000 diego Move declaration of av_set_program_name and av_program_add_stream_index libavformat
Wed, 03 Dec 2008 15:23:30 +0000 diego Delete unnecessary 'extern' keywords. libavformat
Wed, 03 Dec 2008 13:53:13 +0000 compn add FFDS fourcc, ok'd by kostya libavformat
Tue, 02 Dec 2008 16:48:05 +0000 vitor Commit last ok'ed parts of QCELP decoder and enable it. libavformat
Tue, 02 Dec 2008 15:43:47 +0000 michael ADTS AAC probe. libavformat
Mon, 01 Dec 2008 22:07:00 +0000 vitor More OKed parts of the QCELP decoder libavformat
Mon, 01 Dec 2008 00:08:42 +0000 rbultje Implement rule-number parsing, the initial step in stream (and bitrate) libavformat
Sun, 30 Nov 2008 22:24:35 +0000 rbultje Change RDTDemuxContext->st into an array of streams, which will make future libavformat
Sun, 30 Nov 2008 20:40:04 +0000 rbultje document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/Realmedia libavformat
Sun, 30 Nov 2008 20:39:16 +0000 rbultje Change function prototype from taking an AVStream to taking an index to the libavformat
Sat, 29 Nov 2008 13:55:03 +0000 stefano Rename functions in sdp.c for consistency's sake. libavformat
Sun, 23 Nov 2008 16:54:31 +0000 rbultje Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML. libavformat
Sat, 22 Nov 2008 21:24:39 +0000 cehoyos Add forgotten file format pgmyuv. libavformat
Sat, 22 Nov 2008 20:36:02 +0000 cehoyos Support picture output without -f image2 for most codecs. libavformat
Thu, 20 Nov 2008 22:53:18 +0000 diego cosmetics: Consistently place HEADERS before OBJS in all Makefiles. libavformat
Tue, 18 Nov 2008 09:09:57 +0000 bcoudurier decrease atom size, fix broken files missing version/flags libavformat
Tue, 18 Nov 2008 03:49:33 +0000 reynaldo Trivial, Cosmetics libavformat
Mon, 17 Nov 2008 18:10:02 +0000 rbultje Change type of prev_stream_id from uint32_t to int, since it has a max size libavformat
Mon, 17 Nov 2008 14:32:56 +0000 rbultje Reindent after r15853. libavformat
Mon, 17 Nov 2008 14:32:01 +0000 rbultje Read optional components of the RDT packet header, such as extended setID libavformat
Mon, 17 Nov 2008 14:30:31 +0000 rbultje Change header reading implementation to using get_bits() instead of directly libavformat
Mon, 17 Nov 2008 14:28:12 +0000 rbultje Prefix all ff_rdt_parse_header() arguments with a p, preparing for local libavformat
Mon, 17 Nov 2008 14:23:20 +0000 rbultje Fix memleak caused by the fact that url_open_buf() allocates a context libavformat
Mon, 17 Nov 2008 14:20:00 +0000 rbultje Add ByteIOContext argument to public ff_rm_* functions so that we can libavformat
Mon, 17 Nov 2008 07:50:25 +0000 benoit Get rid of MSG_DONTWAIT using a more standard way to use a socket libavformat
Sun, 16 Nov 2008 02:56:34 +0000 bcoudurier set pts in flv demuxer libavformat
Sun, 16 Nov 2008 01:59:35 +0000 bcoudurier read itunes metadata, code based on Reimar's patch libavformat
Sat, 15 Nov 2008 20:45:26 +0000 rbultje Change status packet skipping to be more spec-compliant. See discussion in libavformat