log

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