log

age author description
Sun, 19 Oct 2008 01:02:48 +0000 michael Check for pts==dts on I/P frames in the presence of non low delay decoding and libavformat
Sat, 18 Oct 2008 22:41:21 +0000 michael Move code setting delay and presentation_delayed a little up so libavformat
Sat, 18 Oct 2008 17:30:37 +0000 michael Append read data onto the buffer instead of overwriting, this ensures libavformat
Sat, 18 Oct 2008 12:10:08 +0000 banan Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development at wichersdot nu libavformat
Sat, 18 Oct 2008 12:08:55 +0000 banan 8HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at wichersdot nu libavformat
Sat, 18 Oct 2008 10:40:31 +0000 michael Assume mono if no other information for raw. libavformat
Fri, 10 Oct 2008 16:59:37 +0000 ramiro Only special-case absolute DOS paths on systems that support them. libavformat
Wed, 08 Oct 2008 20:55:22 +0000 michael Make gcc 2.95 happy. libavformat
Tue, 07 Oct 2008 16:59:18 +0000 romansh replacing frame_rate and frame_rate_base with an AVRational time_base libavformat
Tue, 07 Oct 2008 16:14:33 +0000 romansh simplifying code as per Michael's suggestion libavformat
Tue, 07 Oct 2008 15:49:45 +0000 romansh simplifying the code as per Michael's suggestion libavformat
Sat, 04 Oct 2008 23:30:35 +0000 bcoudurier 10l, fix amrwb sample rate libavformat
Sat, 04 Oct 2008 22:57:56 +0000 aurel matroskaenc: correct muxing of ASS packets libavformat
Sat, 04 Oct 2008 22:47:10 +0000 aurel matroskaenc: use correct EBML ID for block duration libavformat
Sat, 04 Oct 2008 22:44:50 +0000 aurel matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size() libavformat
Sat, 04 Oct 2008 22:41:58 +0000 aurel matroskaenc: remove useless mkv_block_size() function libavformat
Sat, 04 Oct 2008 22:26:43 +0000 michael Favor even chunk sizes in ambiguous cases. libavformat
Sat, 04 Oct 2008 21:57:01 +0000 michael Factorize stream id parsing. libavformat
Sat, 04 Oct 2008 21:11:58 +0000 reimar Make size variables in dyn_buf_write unsigned so gcc will not optimize the libavformat
Sat, 04 Oct 2008 11:20:02 +0000 diego Fix 'make checkheaders', based on a patch by Diego Petten, flameeyes gmail com. libavformat
Sat, 04 Oct 2008 04:19:46 +0000 rbultje Reindent after r15544. libavformat
Sat, 04 Oct 2008 04:19:15 +0000 rbultje Implement RDTDemuxContext, which contains RDT-specific data (similar to libavformat
Sat, 04 Oct 2008 04:17:59 +0000 rbultje Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport) libavformat
Sat, 04 Oct 2008 04:16:44 +0000 rbultje Remove access into RTPDemuxContext in rtsp.c, which allows making it opaque libavformat
Sat, 04 Oct 2008 04:15:06 +0000 rbultje Change function prototype of RTPDynamicPayloadHandler.parse_packet() to libavformat
Sat, 04 Oct 2008 04:11:12 +0000 rbultje Rename RTP payload contexts to PayloadContext, suggested by Luca in libavformat
Fri, 03 Oct 2008 19:37:41 +0000 bcoudurier set sample rate for amr to allow stream copy since no decoder is present, libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Thu, 02 Oct 2008 21:15:48 +0000 aurel matroskadec: cosmetics: indentation libavformat
Thu, 02 Oct 2008 21:14:56 +0000 aurel matroskadec: don't merge packets which have no timestamp libavformat
Thu, 02 Oct 2008 20:01:13 +0000 gpoirier Use __typeof__ instead of GCC-specific typeof keyword. libavformat
Thu, 02 Oct 2008 17:43:27 +0000 ramiro MinGW runtime 3.15 has a wrapper for usleep(). libavformat
Thu, 02 Oct 2008 16:28:58 +0000 diego spelling cosmetics libavformat
Thu, 02 Oct 2008 16:03:00 +0000 benoit Use enum typers instead of int. libavformat
Thu, 02 Oct 2008 15:52:04 +0000 reimar Add (additional) const to many global tables. libavformat
Wed, 01 Oct 2008 14:44:30 +0000 conrad Cosmetics: indentation libavformat
Wed, 01 Oct 2008 14:43:08 +0000 conrad Visible width/height fields were added in Theora 3.2 libavformat
Wed, 01 Oct 2008 12:38:41 +0000 rbultje Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcoding libavformat
Wed, 01 Oct 2008 12:37:07 +0000 rbultje This patch refactors RDT packet header parsing so that it can be used in libavformat
Tue, 30 Sep 2008 13:27:19 +0000 rbultje Reindent after previous patches. libavformat
Tue, 30 Sep 2008 13:26:20 +0000 rbultje Implement a RTSPTransport field, which allows proper separation of server libavformat
Tue, 30 Sep 2008 13:23:33 +0000 rbultje Remove access to rdt_data struct in functions called outside of the libavformat
Tue, 30 Sep 2008 13:20:23 +0000 rbultje Send improper UDP SETUP request, which is what Realmedia servers expect. libavformat
Tue, 30 Sep 2008 13:18:41 +0000 rbultje Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells us libavformat
Tue, 30 Sep 2008 02:44:57 +0000 bcoudurier support negative ctts in some way, unset wrong dts libavformat
Mon, 29 Sep 2008 06:22:12 +0000 diego Uniformly define _XOPEN_SOURCE to 600. libavformat
Sun, 28 Sep 2008 23:06:25 +0000 aurel matroskadec: merge ASS events which share the same pts in the same AVPavket libavformat
Sun, 28 Sep 2008 23:01:07 +0000 aurel matroskadec: ass events lines must end with a DOS style EOL libavformat
Sun, 28 Sep 2008 22:58:53 +0000 aurel matroskadec: set duration only for CODEC_ID_TEXT subtitles libavformat
Sun, 28 Sep 2008 22:55:28 +0000 aurel matroskadec: pass duration as parameter of matroska_fix_ass_packet() libavformat
Sat, 27 Sep 2008 23:12:24 +0000 aurel assdec: don't remove CR, they are part of the spec libavformat
Sat, 27 Sep 2008 20:05:12 +0000 diego cosmetics: Break overly long lines, one grammar fix. libavformat
Sat, 27 Sep 2008 19:51:53 +0000 diego spelling/wording/grammar libavformat
Sat, 27 Sep 2008 17:37:22 +0000 diego Move doxygen comments for av_gettime from utils.c to avformat.h. libavformat
Fri, 26 Sep 2008 19:42:21 +0000 michael ASS/SSA muxer. libavformat
Fri, 26 Sep 2008 12:12:25 +0000 banan add ok parts to the rm demuxer for SIPRO support libavformat
Fri, 26 Sep 2008 10:59:42 +0000 banan Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work libavformat
Fri, 26 Sep 2008 03:24:05 +0000 michael Do not lose the '\n'. libavformat
Fri, 26 Sep 2008 02:19:21 +0000 michael 2 in 1, an ASS and SSA demuxer. libavformat
Fri, 26 Sep 2008 02:12:37 +0000 bcoudurier only include sys/select.h if present, fix mingw compilation libavformat
Fri, 26 Sep 2008 02:07:56 +0000 michael Prevent image2 from complaining about non monotone timestamps as libavformat
Wed, 24 Sep 2008 23:40:55 +0000 bcoudurier cosmetics, remove GXF: in log messages since it is present in context libavformat
Wed, 24 Sep 2008 23:31:04 +0000 bcoudurier skip invalid audio samples in gxf packets libavformat
Wed, 24 Sep 2008 22:11:53 +0000 bcoudurier include sys/select.h to get select, according to posix 2001, libavformat
Wed, 24 Sep 2008 22:08:50 +0000 bcoudurier include sys/select.h instead of unistd.h to get select, libavformat
Wed, 24 Sep 2008 18:55:00 +0000 bcoudurier stop parsing if tag size is wrongly < 8 to avoid infinite loop libavformat
Wed, 24 Sep 2008 17:46:23 +0000 michael Avoid segfault due to not set AVCodec. libavformat
Wed, 24 Sep 2008 17:17:11 +0000 bcoudurier merge amr wb case with amr nb and qcelp libavformat
Wed, 24 Sep 2008 17:09:59 +0000 bcoudurier do not override sample rate for amr nor qcelp, should fix some qcelp files at 16000hz libavformat
Wed, 24 Sep 2008 12:03:25 +0000 michael ASF stands for "advanced stream format" not "adaptive ...", changing it to "ASF". libavformat
Tue, 23 Sep 2008 06:24:00 +0000 vitor Add support for RVTR fourCC libavformat
Fri, 19 Sep 2008 12:37:38 +0000 michael Ensure that muxer and encoder aspect ratios match. So no libavformat
Thu, 18 Sep 2008 05:25:29 +0000 kostya Add fourcc for MS RLE4 libavformat
Wed, 17 Sep 2008 23:14:48 +0000 bcoudurier revert r14983, value is not sample aspect ratio, it is display aspect ratio libavformat
Sun, 14 Sep 2008 20:00:36 +0000 jbr write number of samples in FLAC extradata. libavformat
Sun, 14 Sep 2008 17:29:34 +0000 jbr add error message for unsupported codecs in WAVE. libavformat
Sun, 14 Sep 2008 13:56:12 +0000 rbultje Reindent after r15317. libavformat
Sun, 14 Sep 2008 13:55:21 +0000 rbultje Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transport libavformat
Fri, 12 Sep 2008 00:06:06 +0000 aurel matroskadec: simplify, first_timecode is already in the index libavformat
Thu, 11 Sep 2008 22:42:17 +0000 aurel matroskadec: prevent seeking before the first keyframe of the reference stream libavformat
Thu, 11 Sep 2008 17:43:44 +0000 rbultje Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1: libavformat
Thu, 11 Sep 2008 17:43:04 +0000 rbultje Factorize out common code for opening of the RTP parsing context between libavformat
Wed, 10 Sep 2008 12:51:49 +0000 michael Clarify convergence_duration. libavformat
Tue, 09 Sep 2008 18:32:50 +0000 bcoudurier set bits_per_coded_sample according to new lavc api libavformat
Tue, 09 Sep 2008 12:10:25 +0000 aurel matroskadec: demux relevant subtitle packets after a seek libavformat
Tue, 09 Sep 2008 12:07:10 +0000 aurel matroskadec: ensure that overlapping subtitles are not added to the index libavformat
Tue, 09 Sep 2008 12:01:51 +0000 aurel matroskadec: after seeking, skip up to the desired timestamp instead of libavformat
Tue, 09 Sep 2008 11:54:35 +0000 aurel matroskadec: move timecode calculation a little earlier libavformat
Tue, 09 Sep 2008 11:23:48 +0000 aurel matroskadec: sanitize track time_scale before using it libavformat
Tue, 09 Sep 2008 02:56:13 +0000 bcoudurier print stream index in decimal not in hex, easier for debugging libavformat
Mon, 08 Sep 2008 19:37:22 +0000 bcoudurier set block align in av_write_header if not set, fix issue #489 libavformat
Mon, 08 Sep 2008 19:11:53 +0000 bcoudurier write copyright metadata tag libavformat
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavformat
Mon, 08 Sep 2008 00:58:24 +0000 bcoudurier terminate tag tables by CODEC_ID_NONE libavformat
Sun, 07 Sep 2008 04:17:15 +0000 bcoudurier set default bps to 16 in wav header libavformat
Sun, 07 Sep 2008 01:25:47 +0000 rbultje Implement RDT-specific data parsing routines. After these changes, simple libavformat
Sun, 07 Sep 2008 01:24:01 +0000 rbultje Reindent after previous patch. libavformat
Sun, 07 Sep 2008 01:22:18 +0000 rbultje Implement a RDT-specific SET_PARAMETER command that subscribes to the libavformat
Sun, 07 Sep 2008 01:21:24 +0000 rbultje Add dynamic payload handlers to rdt.c. These follow the same API as the ones libavformat
Sun, 07 Sep 2008 01:19:26 +0000 rbultje Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and export libavformat
Sun, 07 Sep 2008 00:05:30 +0000 aurel bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211 libavformat
Sat, 06 Sep 2008 23:44:29 +0000 aurel matroskadec: remove now useless vstream and is_video_key_frame libavformat
Sat, 06 Sep 2008 23:43:24 +0000 aurel matroskadec: remove useless braces libavformat
Sat, 06 Sep 2008 23:39:59 +0000 aurel matroskadec: ensure that the timecode added to the index are is the one libavformat
Fri, 05 Sep 2008 02:30:27 +0000 bcoudurier do not fail if audio is uncompressed and frame size is not set, just set it libavformat
Fri, 05 Sep 2008 02:20:33 +0000 bcoudurier simplify bps code by using av_get_bits_per_sample libavformat
Thu, 04 Sep 2008 23:26:12 +0000 aurel matroskadec: fix ASS subtitle track packets before emitting them libavformat
Thu, 04 Sep 2008 23:19:53 +0000 bcoudurier Fix msgsm in wav, do not set blkalign to frame size, this is wrong, libavformat
Thu, 04 Sep 2008 23:08:19 +0000 aurel matroska: subtitle display duration must be stored in pkt->convergence_duration libavformat
Thu, 04 Sep 2008 22:35:05 +0000 bcoudurier set block align and frame size for gsm in aiff libavformat
Thu, 04 Sep 2008 18:26:31 +0000 bcoudurier cosmetics, remove whitespace libavformat
Thu, 04 Sep 2008 18:25:55 +0000 bcoudurier actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot fr libavformat
Thu, 04 Sep 2008 18:17:21 +0000 bcoudurier skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc 16bits, libavformat
Wed, 03 Sep 2008 19:42:09 +0000 bcoudurier change the logic to mux 13818-3 and 11172-3 in mp4, less code libavformat
Wed, 03 Sep 2008 19:31:03 +0000 bcoudurier forbid mp3 < 16000hz in anything except mov libavformat
Wed, 03 Sep 2008 19:23:24 +0000 bcoudurier dirac muxing support in mp4/mov libavformat
Wed, 03 Sep 2008 19:18:49 +0000 bcoudurier cosmetics, move up mpeg1video mp4 objecttype libavformat
Wed, 03 Sep 2008 19:17:28 +0000 bcoudurier cosmetics, change values to hex since mp4ra use hex libavformat
Wed, 03 Sep 2008 19:08:56 +0000 bcoudurier cosmetics, vertical align libavformat
Wed, 03 Sep 2008 19:05:22 +0000 bcoudurier ac3 muxing support in mov/mp4/m4v libavformat
Wed, 03 Sep 2008 17:57:56 +0000 reimar Change doxygen comment: Clarify when av_write_trailer should be called. libavformat
Wed, 03 Sep 2008 14:44:54 +0000 michael Add AVPacket.convergence_duration. libavformat
Wed, 03 Sep 2008 14:02:17 +0000 michael Try to clarify the semantics of AVPacket.duration. libavformat
Wed, 03 Sep 2008 04:47:44 +0000 rbultje Remove unused code that used to handle protocol concatenation, i.e. trying libavformat
Wed, 03 Sep 2008 04:44:58 +0000 rbultje Implement Realmedia/RTSP-compatible SETUP command. This includes calculation libavformat
Wed, 03 Sep 2008 01:42:26 +0000 bcoudurier fix fourcc comment libavformat
Wed, 03 Sep 2008 00:07:34 +0000 rbultje Move av_set_pts_info() inside the mdpr_read_codecdata() call, so that it is libavformat
Wed, 03 Sep 2008 00:05:55 +0000 rbultje Use chunk-size in function calling mdpr_read_codecdata() rather than in the libavformat
Tue, 02 Sep 2008 22:53:42 +0000 diego Fix an invalid free in the AVI muxer when an unsupported audio track is added. libavformat
Tue, 02 Sep 2008 22:45:13 +0000 diego Replace generic CONFIG_MUXERS preprocessor conditionals by more specific libavformat
Tue, 02 Sep 2008 22:31:41 +0000 diego Remove pointless #ifdef CONFIG_VHOOK from the code. libavformat
Tue, 02 Sep 2008 20:48:45 +0000 bcoudurier correctly mux mpeg2 audio 13818-3 in mp4 libavformat
Tue, 02 Sep 2008 19:13:25 +0000 bcoudurier allow mp2 to be muxed into mp4 libavformat
Tue, 02 Sep 2008 15:33:57 +0000 michael Fix detection of MPEG4 in MPEG-PS. libavformat
Mon, 01 Sep 2008 17:20:49 +0000 jbr change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use it libavformat
Mon, 01 Sep 2008 15:50:12 +0000 aurel matroska: add E-AC-3 support libavformat
Mon, 01 Sep 2008 15:31:14 +0000 jbr simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs. libavformat
Mon, 01 Sep 2008 15:28:15 +0000 jbr check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER libavformat
Mon, 01 Sep 2008 14:33:54 +0000 jbr create a separate codec_id for E-AC-3 libavformat
Mon, 01 Sep 2008 13:51:24 +0000 rbultje Remove useless "else" case in if X { A; return }; else { B }. See discussion libavformat
Mon, 01 Sep 2008 13:47:53 +0000 rbultje Some RTSP streams use SDP lines longer than 1024 bytes, so the SDP line libavformat
Mon, 01 Sep 2008 13:46:50 +0000 rbultje Implement Realmedia-compatible DESCRIBE command. libavformat
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
Tue, 19 Aug 2008 11:00:40 +0000 pross Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio. libavformat
Tue, 19 Aug 2008 10:54:30 +0000 pross Make RIFF-based demuxers handle F32LE and F64LE PCM audio. libavformat
Tue, 19 Aug 2008 10:49:38 +0000 pross Make AU demuxer handle S24BE, S32BE and F64BE PCM audio. libavformat
Mon, 18 Aug 2008 18:11:00 +0000 michael Ok-ed parts from patch by zhentan feng. libavformat
Mon, 18 Aug 2008 17:54:18 +0000 michael Factorize common code out of the mxf demuxer. libavformat
Mon, 18 Aug 2008 12:39:57 +0000 pross Support Electronic Arts files containing MP3 audio. libavformat
Sat, 16 Aug 2008 18:39:30 +0000 aurel struct timeval requires #include <sys/time.h> libavformat
Sat, 16 Aug 2008 14:46:31 +0000 michael Fix rc_eq mem leak. libavformat
Fri, 15 Aug 2008 19:24:55 +0000 diego Surround format-specific functions with matching preprocessor conditionals. libavformat
Fri, 15 Aug 2008 17:28:20 +0000 diego Surround AVInputFormat declarations with format-specific #ifdefs. libavformat
Fri, 15 Aug 2008 16:54:27 +0000 diego Replace generic CONFIG_MUXERS preprocessor condition around format-specific libavformat
Fri, 15 Aug 2008 16:48:05 +0000 diego Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormat libavformat
Fri, 15 Aug 2008 16:37:59 +0000 diego cosmetics: Remove redundant #endif comments that are very close to the #ifdef libavformat
Fri, 15 Aug 2008 16:33:12 +0000 diego cosmetics: misc spelling fixes libavformat
Fri, 15 Aug 2008 16:13:05 +0000 michael Add flag to mark demuxers that can output discontinuous timestamps. libavformat
Thu, 14 Aug 2008 22:36:05 +0000 aurel use h_addr_list[0] instead of h_addr as this is the posix hostent field name libavformat
Thu, 14 Aug 2008 22:01:59 +0000 aurel ensure we get explicit definition of various _XOPEN_SOURCE functions we use libavformat
Thu, 14 Aug 2008 21:48:02 +0000 bcoudurier import ok'd hunks for mxf muxer libavformat
Thu, 14 Aug 2008 14:29:18 +0000 diego Surround '#include <sys/select>' by HAVE_SYS_SELECT_H. libavformat
Thu, 14 Aug 2008 11:17:23 +0000 diego Change Dirac in MPEG-TS encapsulation to conform with spec changes. libavformat
Thu, 14 Aug 2008 03:24:58 +0000 michael Do not fill the pts reordering buffer with guessed dts. libavformat
Wed, 13 Aug 2008 21:15:15 +0000 aurel matroskadec: list some more ebml IDs found in the wild and that we ignore libavformat
Wed, 13 Aug 2008 19:29:35 +0000 diego Dirac encapsulation in MPEG-TS libavformat
Wed, 13 Aug 2008 18:32:16 +0000 diego Remove unused variable. libavformat
Wed, 13 Aug 2008 17:22:53 +0000 aurel strcasecmp() requires #include <strings.h> libavformat
Wed, 13 Aug 2008 09:36:45 +0000 aurel matroskadec: parse available blocks even when cluster parsing failed libavformat
Tue, 12 Aug 2008 21:02:37 +0000 michael Add needed include, make it compile without -D_BSD_SOURCE. libavformat
Tue, 12 Aug 2008 17:28:00 +0000 bcoudurier increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atm libavformat
Tue, 12 Aug 2008 17:26:36 +0000 bcoudurier Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY, libavformat
Tue, 12 Aug 2008 12:36:00 +0000 pross Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: Pro Street' computer game. libavformat
Tue, 12 Aug 2008 08:35:09 +0000 pross Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using revision2 flag. libavformat
Tue, 12 Aug 2008 08:33:32 +0000 pross Electronic Arts demuxer: ignore PTxx platform ID values. libavformat
Tue, 12 Aug 2008 08:32:59 +0000 pross Support Electronic Arts files containing MPEG2VIDEO. libavformat
Sun, 10 Aug 2008 15:34:29 +0000 banan FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2.avi libavformat
Sun, 10 Aug 2008 01:58:46 +0000 pross Add MDEC tags to Electronic Arts demuxer. libavformat
Sun, 10 Aug 2008 00:28:56 +0000 stefano Cosmetics: move at the beginning of the file the av_frac_* functions, avoid libavformat
Fri, 08 Aug 2008 23:50:38 +0000 aurel matroskadec: add basic tags support (metadata) libavformat
Fri, 08 Aug 2008 18:40:50 +0000 stefano Implement avformat_version(). libavformat
Thu, 07 Aug 2008 17:33:53 +0000 bcoudurier remove mxf.c, previously copied to mxfdec.c libavformat
Thu, 07 Aug 2008 02:12:14 +0000 bcoudurier rename mxf.c to mxfdec.c libavformat
Wed, 06 Aug 2008 22:17:38 +0000 mru Maintain pointer to end of AVFormatContext.packet_buffer list libavformat
Wed, 06 Aug 2008 08:34:35 +0000 pross Add Electronic Arts TGV chunk tags to EA demuxer. libavformat
Wed, 06 Aug 2008 00:21:10 +0000 aurel matroskadec: use av_freep(&x) instead of av_free(x);x=NULL libavformat
Wed, 06 Aug 2008 00:17:47 +0000 aurel matroskadec: replace matroska_queue_packet with a single call to dynarray_add libavformat
Tue, 05 Aug 2008 21:46:10 +0000 diego Fix small typo. libavformat
Tue, 05 Aug 2008 10:38:25 +0000 pross Support muxing of Zork PCM audio into RIFF formats. libavformat
Tue, 05 Aug 2008 08:28:57 +0000 diego misc spelling/grammar fixes libavformat
Tue, 05 Aug 2008 00:43:01 +0000 aurel matroskadec: remove useless num_streams libavformat
Tue, 05 Aug 2008 00:42:58 +0000 aurel matroskadec: expand useless ebml_read_element_id() wrapper libavformat
Tue, 05 Aug 2008 00:42:55 +0000 aurel matroskadec: simplify matroska_ebmlnum_sint() libavformat
Tue, 05 Aug 2008 00:42:52 +0000 aurel matroskadec: implement matroska_ebmlnum_uint() using ebml_read_num() libavformat
Tue, 05 Aug 2008 00:42:49 +0000 aurel matroska: expand useless define for MS compat codec id strings libavformat
Tue, 05 Aug 2008 00:42:46 +0000 aurel matroskadec: remove useless comments in ff_mkv_codec_tags libavformat
Tue, 05 Aug 2008 00:42:43 +0000 aurel matroskadec: update copyright year and related comments libavformat
Tue, 05 Aug 2008 00:42:39 +0000 aurel matroskadec: reorder some functions in a more logical order libavformat
Tue, 05 Aug 2008 00:42:36 +0000 aurel matroskadec: remove now useless wrapper ebml_read_element_length() libavformat
Tue, 05 Aug 2008 00:42:33 +0000 aurel matroskadec: remove now useless wrapper ebml_read_seek() libavformat
Tue, 05 Aug 2008 00:42:29 +0000 aurel matroskadec: remove now useless peek_id libavformat
Tue, 05 Aug 2008 00:42:26 +0000 aurel matroskadec: don't try to re-read already parsed ID in matroska_parse_cluster() libavformat
Tue, 05 Aug 2008 00:42:23 +0000 aurel matroskadec: remove now unused parameter 'once' from ebml_parse_nest() libavformat
Tue, 05 Aug 2008 00:42:20 +0000 aurel matroskadec: directly use ebml_parse() or ebml_parse_id() where it's enough libavformat
Tue, 05 Aug 2008 00:42:17 +0000 aurel matroskadec: new ebml_parse() function, centralize ebml_read_element_id() calls libavformat
Tue, 05 Aug 2008 00:42:13 +0000 aurel matroskadec: rename ebml_parse() to ebml_parse_nest() libavformat
Tue, 05 Aug 2008 00:42:10 +0000 aurel matroskadec: don't care about the number of bytes read by ebml_read_element_id() libavformat
Tue, 05 Aug 2008 00:42:08 +0000 aurel matroskadec: simplify check for hierarchy level libavformat
Tue, 05 Aug 2008 00:42:05 +0000 aurel matroskadec: cosmetics: consistent style for function declarations libavformat
Tue, 05 Aug 2008 00:42:02 +0000 aurel matroskadec: Use string instead of char table as probe data comparison source. libavformat
Tue, 05 Aug 2008 00:41:59 +0000 aurel matroskadec: use an EbmlBin as parameter to ebml_read_binary() libavformat
Tue, 05 Aug 2008 00:41:55 +0000 aurel matroskadec: extract common code out of ebml_read_*() libavformat
Tue, 05 Aug 2008 00:41:52 +0000 aurel matroskadec: simplify/cleanup error logging in ebml_read_*() libavformat
Tue, 05 Aug 2008 00:41:50 +0000 aurel matroskadec: remove now useless expected_id parameter from ebml_parse() libavformat
Tue, 05 Aug 2008 00:41:46 +0000 aurel matroskadec: expand useless ebml_peek_id() wrapper libavformat
Tue, 05 Aug 2008 00:41:43 +0000 aurel matroskadec: remove unused levelup parameter from ebml_read_element_id() libavformat
Tue, 05 Aug 2008 00:41:40 +0000 aurel matroskadec: extract read_level_up out of ebml_read_element_id libavformat
Tue, 05 Aug 2008 00:41:37 +0000 aurel matroskadec: remove useless levelup check libavformat
Tue, 05 Aug 2008 00:41:34 +0000 aurel matroskadec: remove useless check for cluster presence libavformat
Tue, 05 Aug 2008 00:41:31 +0000 aurel matroskadec: cosmetics: placement of 'else if' libavformat
Tue, 05 Aug 2008 00:41:28 +0000 aurel matroskadec: remove some useless empty lines libavformat
Tue, 05 Aug 2008 00:41:25 +0000 aurel matroskadec: remove some useless or out of date comments libavformat
Tue, 05 Aug 2008 00:41:22 +0000 aurel matroskadec: cosmetics libavformat
Tue, 05 Aug 2008 00:41:19 +0000 aurel matroskadec: remove unused struct name libavformat
Tue, 05 Aug 2008 00:41:16 +0000 aurel matroskadec: remove now unused context fields libavformat
Tue, 05 Aug 2008 00:41:13 +0000 aurel matroskadec: remove useless initialization libavformat
Tue, 05 Aug 2008 00:41:10 +0000 aurel matroskadec: cosmetics: remove useless braces libavformat
Tue, 05 Aug 2008 00:41:07 +0000 aurel matroskadec: remove some unused ebml funcs libavformat
Tue, 05 Aug 2008 00:41:05 +0000 aurel matroskadec: use generic parser to parse clusters libavformat
Tue, 05 Aug 2008 00:41:01 +0000 aurel matroskadec: use generic parser inside matroska_execute_seekhead() libavformat
Tue, 05 Aug 2008 00:40:58 +0000 aurel matroskadec: use generic parser to parse matroska from toplevel libavformat
Tue, 05 Aug 2008 00:40:55 +0000 aurel matroskadec: move context settings to matroska_read_header() libavformat
Tue, 05 Aug 2008 00:40:52 +0000 aurel matroskadec: cosmetics: indentation of matroska_read_header() libavformat
Tue, 05 Aug 2008 00:40:49 +0000 aurel matroskadec: move declaration to upper block libavformat
Tue, 05 Aug 2008 00:40:46 +0000 aurel matroskadec: invert a test libavformat
Tue, 05 Aug 2008 00:40:43 +0000 aurel matroskadec: cosmetics: indentation of matroska_execute_seekhead() libavformat
Tue, 05 Aug 2008 00:40:40 +0000 aurel matroskadec: remove useless dummy_level variable libavformat
Tue, 05 Aug 2008 00:40:36 +0000 aurel matroskadec: use generic parser to parse seekhead libavformat
Tue, 05 Aug 2008 00:40:33 +0000 aurel matroskadec: declare var where it's used libavformat
Tue, 05 Aug 2008 00:40:31 +0000 aurel matroskadec: use generic parser to parse tracks libavformat
Tue, 05 Aug 2008 00:40:27 +0000 aurel matroskadec: use generic parser to parse info libavformat
Tue, 05 Aug 2008 00:40:24 +0000 aurel matroskadec: use generic parser to parse attachments libavformat
Tue, 05 Aug 2008 00:40:21 +0000 aurel matroskadec: use generic parser to parse chapters libavformat
Tue, 05 Aug 2008 00:40:18 +0000 aurel matroskadec: use generic parser to parse tags libavformat
Tue, 05 Aug 2008 00:40:15 +0000 aurel matroskadec: use generic parser to parse index libavformat
Tue, 05 Aug 2008 00:40:12 +0000 aurel matroskadec: return pointer instead of index in matroska_find_track_by_num() libavformat
Tue, 05 Aug 2008 00:40:09 +0000 aurel matroskadec: create new AVStream earlier libavformat
Tue, 05 Aug 2008 00:40:06 +0000 aurel matroskadec: store an AVStream pointer instead of a stream index libavformat
Tue, 05 Aug 2008 00:40:02 +0000 aurel matroskadec: use generic ebml parser to parse ebml header libavformat
Tue, 05 Aug 2008 00:40:00 +0000 aurel matroskadec: add an ebml generic parser libavformat
Tue, 05 Aug 2008 00:39:55 +0000 aurel matroskadec: remove unused is_bframe flag libavformat
Tue, 05 Aug 2008 00:39:53 +0000 aurel matroskadec: simplify flag default libavformat
Tue, 05 Aug 2008 00:39:50 +0000 aurel matroskadec: remove storage of various unused flags libavformat
Tue, 05 Aug 2008 00:39:47 +0000 aurel matroskadec: use more robust av_strlcpy() instead of strcpy() libavformat
Mon, 04 Aug 2008 07:35:07 +0000 pross Add D-Cinema audio muxer libavformat
Sun, 03 Aug 2008 21:24:30 +0000 bcoudurier fix if/else case libavformat
Sun, 03 Aug 2008 18:37:35 +0000 bcoudurier full lpcm support in mov audio stsd v2 libavformat
Sun, 03 Aug 2008 16:42:32 +0000 jbr cosmetics: make all references to AC-3 capitalized and hyphenated libavformat
Sun, 03 Aug 2008 16:41:52 +0000 jbr remove a comment which is no longer true libavformat
Sat, 02 Aug 2008 03:45:23 +0000 bcoudurier support big endian lpcm with audio stsd v2 libavformat
Sat, 02 Aug 2008 03:43:36 +0000 bcoudurier keep original codec/fourcc endianness, fix XDCAMHD.mov libavformat
Sat, 02 Aug 2008 03:40:13 +0000 bcoudurier more complete audio stsd v2 libavformat
Sat, 02 Aug 2008 03:35:43 +0000 bcoudurier move version specific parsing code before codec specific code, will be needed libavformat
Fri, 01 Aug 2008 23:12:10 +0000 michael Recommit r14497 libavformat
Fri, 01 Aug 2008 22:29:29 +0000 michael Revert r14497 libavformat
Fri, 01 Aug 2008 16:29:26 +0000 diego Add missing header #includes. libavformat
Thu, 31 Jul 2008 19:44:42 +0000 bcoudurier downgrade mov negative ctts log message to warning, patch by Art Clarke, aclarke at vlideshow dot com libavformat
Thu, 31 Jul 2008 19:40:06 +0000 bcoudurier Only reset buffer state if seeking is successful; update seek reg ref. libavformat
Thu, 31 Jul 2008 18:12:37 +0000 bcoudurier check url_fseek return value libavformat
Thu, 31 Jul 2008 18:02:55 +0000 bcoudurier check url_fseek return value, update seek reg tests libavformat
Thu, 31 Jul 2008 02:26:40 +0000 bcoudurier skip flv video info / command frame packets, fix issue #546 libavformat
Wed, 30 Jul 2008 21:07:54 +0000 bcoudurier change assert test due to the new reducing of time_base in av_set_pts_info, fix #561 libavformat
Wed, 30 Jul 2008 07:41:32 +0000 pross EA Demuxer: make rev2 flag optional libavformat
Wed, 30 Jul 2008 01:55:59 +0000 bcoudurier add a bunch of new xdcam hd422 fourccs libavformat
Wed, 30 Jul 2008 01:41:12 +0000 bcoudurier more hdv fourccs libavformat
Wed, 30 Jul 2008 01:39:20 +0000 bcoudurier update hdv fourcc descriptions libavformat
Tue, 29 Jul 2008 10:45:53 +0000 stefano Fix a typo in sdp_write_header(): change "IPV4", which is not a valid libavformat
Sun, 27 Jul 2008 23:06:22 +0000 michael Fix misdetection of H.264 in mpegts as mpeg1video in mpegts. libavformat
Sun, 27 Jul 2008 20:59:40 +0000 stefano Improve long names for FFM muxer and demuxer: libavformat
Sun, 27 Jul 2008 15:12:00 +0000 aurel matroska: add support for A_QUICKTIME/QDM2 codec libavformat
Sun, 27 Jul 2008 15:11:04 +0000 aurel matroska: add support for V_QUICKTIME track type libavformat
Sat, 26 Jul 2008 18:54:26 +0000 michael Detect IDR less H.264 correctly. libavformat
Sat, 26 Jul 2008 07:09:44 +0000 pross Support 32-bit floating point audio samples in Sun AU demuxer libavformat
Fri, 25 Jul 2008 04:10:32 +0000 reimar Fix handling of old nuv files where an aspect of 1 actually means 4/3 libavformat
Thu, 24 Jul 2008 18:40:43 +0000 reimar aspect stored in nuv files must be converted from display- to sample-aspect. libavformat
Thu, 24 Jul 2008 17:09:28 +0000 diego cosmetics: Fix two common typos: wont --> will not, lets --> let us. libavformat
Thu, 24 Jul 2008 07:55:11 +0000 benoit Use tkhd matrix for proper display in mov. libavformat
Wed, 23 Jul 2008 17:06:40 +0000 kostya SMPTE 421M Annex L (aka .rcv) muxer libavformat
Sat, 19 Jul 2008 03:29:16 +0000 bcoudurier add ogv extension libavformat
Sat, 19 Jul 2008 03:27:24 +0000 bcoudurier cosmetics, remove space libavformat
Sat, 19 Jul 2008 03:25:50 +0000 bcoudurier update swf video frame number when muxing done, fix #439 libavformat
Fri, 18 Jul 2008 07:13:56 +0000 benoit Fix a mem leak in av_find_stream_info(). libavformat
Fri, 18 Jul 2008 01:07:17 +0000 mru MPEGTS: Improve probe function libavformat
Fri, 18 Jul 2008 00:24:31 +0000 bcoudurier cosmetics, remove space libavformat
Fri, 18 Jul 2008 00:23:37 +0000 bcoudurier Return max score when ftyp atom is encountered. libavformat
Thu, 17 Jul 2008 14:13:44 +0000 michael Try to fix FATE after my time_base simplification change. libavformat
Wed, 16 Jul 2008 17:20:21 +0000 diego cosmetics: Fix mxf codec long name. libavformat
Tue, 15 Jul 2008 23:00:29 +0000 mru OGG: Add padding at end of Vorbis headers libavformat
Mon, 14 Jul 2008 22:55:07 +0000 michael Make flic probe check a few more things. libavformat
Mon, 14 Jul 2008 20:31:17 +0000 michael Move the codec_id overriding at a slightly better place. libavformat
Mon, 14 Jul 2008 19:11:09 +0000 michael Remove common factors from timebase in av_set_pts_info(). libavformat
Mon, 14 Jul 2008 08:55:07 +0000 diego gifdec.c was removed, purge its entry from the Makefile. libavformat
Sun, 13 Jul 2008 19:41:10 +0000 mru RTP: use dprintf(), allow compilation with -DDEBUG libavformat
Sun, 13 Jul 2008 19:41:07 +0000 mru ASF: use dprintf(), allow compilation with -DDEBUG libavformat
Sun, 13 Jul 2008 18:47:24 +0000 michael Remove gif demuxer, the code contains a gif decoder and lzw decoder neither libavformat
Sat, 12 Jul 2008 22:17:13 +0000 michael Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly which libavformat
Sat, 12 Jul 2008 20:40:47 +0000 michael Remove old hackish codec probe system. libavformat
Sat, 12 Jul 2008 20:01:23 +0000 michael Use strcmp() instead of strncmp() in set_codec_from_probe_data(). libavformat
Sat, 12 Jul 2008 19:57:57 +0000 michael indent libavformat
Sat, 12 Jul 2008 19:57:30 +0000 michael Only try to probe the codec when the available data has roughly doubled libavformat
Sat, 12 Jul 2008 19:56:25 +0000 michael Add mpegvideo and H.264 to the codec probe. libavformat
Sat, 12 Jul 2008 19:50:48 +0000 michael h264_probe() libavformat
Sat, 12 Jul 2008 18:43:02 +0000 michael indent libavformat
Sat, 12 Jul 2008 18:42:00 +0000 michael New codec probing system try #1. libavformat
Sat, 12 Jul 2008 16:43:46 +0000 michael command_streams are type data not unknown. libavformat
Sat, 12 Jul 2008 14:28:27 +0000 michael Move add_to_pktbuf() before av_read_packet(). My future work on codec identification libavformat
Sat, 12 Jul 2008 13:25:26 +0000 michael Move set_codec_from_probe_data() up to where the other probe functions are. libavformat
Sat, 12 Jul 2008 13:15:00 +0000 michael Pass AVPacketList instead of the whole context to add_to_pktbuf as that is libavformat
Fri, 11 Jul 2008 15:12:44 +0000 michael simplify libavformat
Fri, 11 Jul 2008 15:10:58 +0000 michael Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06.DAT) as psxstr. libavformat
Fri, 11 Jul 2008 07:41:11 +0000 diego Move one function that is only used for muxing below #ifdef CONFIG_MUXERS. libavformat
Fri, 11 Jul 2008 07:39:33 +0000 diego Move a function and an #ifdef CONFIG_MUXERS so that functions used only for libavformat
Fri, 11 Jul 2008 07:37:22 +0000 diego Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER, libavformat
Thu, 10 Jul 2008 11:41:06 +0000 benoit Add entry for Dirac codec. libavformat
Thu, 10 Jul 2008 07:40:54 +0000 lucabe Fix MPEG video packetization for RTP libavformat
Thu, 10 Jul 2008 03:02:19 +0000 ramiro Motion Pixels MVI Demuxer. libavformat
Tue, 08 Jul 2008 23:26:26 +0000 michael indent libavformat
Tue, 08 Jul 2008 23:25:01 +0000 michael 10000l for myself, my last change was incomplete. libavformat
Tue, 08 Jul 2008 23:20:22 +0000 takis One-bit bitfields should probably be unsigned. Unfortunately, it is left libavformat
Tue, 08 Jul 2008 14:07:37 +0000 michael Set cur_dts to 0 only during creating new streams and not every time cur_dts happens libavformat
Tue, 08 Jul 2008 13:24:13 +0000 pross Electronic Arts CMV demuxer libavformat
Tue, 08 Jul 2008 12:44:08 +0000 pross Remove AVPaletteControl from ALG MM demuxer/decoder libavformat
Tue, 08 Jul 2008 08:22:16 +0000 lucabe Remove outdated comment libavformat
Tue, 08 Jul 2008 07:05:57 +0000 stefano Print libavformat version in outgoing SDPs. libavformat
Mon, 07 Jul 2008 16:30:39 +0000 reimar 10l, fix nuv_header for the case when there is no video stream. libavformat
Mon, 07 Jul 2008 11:11:08 +0000 diego Alphabetically order AVInputFormat/AVOutputFormat declarations. libavformat
Mon, 07 Jul 2008 10:45:36 +0000 diego Add a note to remind people to add new raw formats to the Makefile. libavformat
Mon, 07 Jul 2008 10:44:34 +0000 diego Add missing dependency declaration for raw Dirac demuxer. libavformat
Mon, 07 Jul 2008 10:37:18 +0000 diego spelling cosmetics in PCM codec long names libavformat
Sun, 06 Jul 2008 20:48:47 +0000 aurel add some missing dependencies libavformat
Sun, 06 Jul 2008 10:00:12 +0000 diego Remove inaccurate computation of pts for audio packets and rely on libavformat
Fri, 04 Jul 2008 22:04:41 +0000 michael All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not exploitable) libavformat
Fri, 04 Jul 2008 22:00:35 +0000 michael All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreas libavformat
Fri, 04 Jul 2008 13:05:06 +0000 diego spelling cosmetics libavformat
Thu, 03 Jul 2008 12:12:03 +0000 rbultje Reindent after r14059, see "[PATCH] allow empty params for libavformat
Thu, 03 Jul 2008 12:10:54 +0000 rbultje Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allow libavformat
Wed, 02 Jul 2008 10:26:23 +0000 lucabe Reindent after last commit libavformat
Wed, 02 Jul 2008 10:23:27 +0000 lucabe Fix A/V synch for RTP streams that do not contain MPEG1 or 2 libavformat
Sat, 28 Jun 2008 20:32:37 +0000 bcoudurier include track id in error message libavformat
Sat, 28 Jun 2008 09:01:16 +0000 reimar Change mtv_read_packet so it does not break after seeking (displaying a shifted image). libavformat
Sat, 28 Jun 2008 08:59:02 +0000 reimar Fix pkt->pos to really point at start of packet for mtv audio packets. libavformat
Sat, 28 Jun 2008 04:54:39 +0000 bcoudurier cosmetics libavformat
Sat, 28 Jun 2008 04:53:01 +0000 bcoudurier cosmetics, align vertically libavformat
Fri, 27 Jun 2008 21:43:15 +0000 bcoudurier unset Track sets, relying in AVStream->priv_data and will be freed in av_close_input_file libavformat
Fri, 27 Jun 2008 21:42:08 +0000 stefang fix size of header data libavformat
Fri, 27 Jun 2008 21:29:11 +0000 bcoudurier clarify error message about codec tag libavformat
Fri, 27 Jun 2008 19:00:04 +0000 bcoudurier give context to av_log libavformat
Fri, 27 Jun 2008 11:55:25 +0000 lucabe Do not free the priv_data field of AVStream on close (it is already libavformat
Thu, 26 Jun 2008 23:06:10 +0000 michael indent libavformat
Thu, 26 Jun 2008 23:05:21 +0000 michael Inform the user about unhandled sectors. libavformat
Thu, 26 Jun 2008 23:02:42 +0000 michael memleak libavformat