log

age author description
Sat, 10 Nov 2007 18:27:03 +0000 bcoudurier ogg muxer libavformat
Sat, 10 Nov 2007 12:05:30 +0000 diego comment typo libavformat
Fri, 09 Nov 2007 12:33:28 +0000 lucabe Add support for some more audio formats libavformat
Thu, 08 Nov 2007 21:27:37 +0000 mru Improve Sofdec file detection libavformat
Thu, 08 Nov 2007 20:53:06 +0000 aurel fix potential buffer over-read libavformat
Thu, 08 Nov 2007 20:50:45 +0000 aurel fix negative fseek libavformat
Thu, 08 Nov 2007 15:52:53 +0000 benoit Split ac3 byte swapping into a separate function. libavformat
Thu, 08 Nov 2007 15:14:37 +0000 benoit Isolate caching of audio frames in its own function. libavformat
Thu, 08 Nov 2007 15:09:37 +0000 benoit Change a stream indexer. libavformat
Thu, 08 Nov 2007 15:07:34 +0000 benoit Split out the packet parsing from the main function body in rmdec.c libavformat
Thu, 08 Nov 2007 15:05:40 +0000 benoit Change parse indexer. libavformat
Thu, 08 Nov 2007 11:22:29 +0000 diego Give Ogg muxer a lib prefix in the name like we do with all other formats libavformat
Thu, 08 Nov 2007 09:14:09 +0000 benoit Change ff_rm_read_mdpr_codecdata to get back to old behavior. libavformat
Wed, 07 Nov 2007 23:56:00 +0000 aurel correctly set audio codec when demuxing sofdec files libavformat
Wed, 07 Nov 2007 23:01:32 +0000 aurel probe more kind of electronic arts files libavformat
Wed, 07 Nov 2007 22:04:00 +0000 diego Move external library registrations into a separate block after all native libavformat
Wed, 07 Nov 2007 22:02:02 +0000 diego Add some explanatory comments. libavformat
Wed, 07 Nov 2007 20:22:32 +0000 diego Rename ogg2.[ch] to oggdec.[ch]. libavformat
Wed, 07 Nov 2007 19:09:00 +0000 diego Remove disabled muxer skeleton, blessed by Mans. libavformat
Wed, 07 Nov 2007 19:05:47 +0000 diego Give the libnut muxer a lib prefix in its name so it does not conflict with libavformat
Wed, 07 Nov 2007 14:20:40 +0000 lucabe Specify the server address when opening an rtp:// URL in rtsp.c, so libavformat
Wed, 07 Nov 2007 08:34:00 +0000 benoit Check context before accessing its field. libavformat
Wed, 07 Nov 2007 05:35:46 +0000 kostya Musepack SV8 demuxer and decoder libavformat
Tue, 06 Nov 2007 16:19:09 +0000 benoit Allow propagation of stream selection through the ASF demuxer to the libavformat
Tue, 06 Nov 2007 16:02:33 +0000 benoit Split out the MDPR chunk reading into its own function. libavformat
Mon, 05 Nov 2007 12:25:10 +0000 lucabe Do not send too many RTCP packets (according to RFC 3550, the minimum libavformat
Mon, 05 Nov 2007 10:15:20 +0000 lucabe Use a symbolic name for the payload size of an RTCP Sender Report packet libavformat
Sun, 04 Nov 2007 22:51:49 +0000 diego Add some parentheses to clarify operator precedence, fixes the warnings: libavformat
Sun, 04 Nov 2007 19:52:08 +0000 andoma make sure the mpeg audio header is valid before passing it to ff_mpegaudio_decode_header() libavformat
Sun, 04 Nov 2007 12:46:16 +0000 diego Enable debug variable only when debug code is enabled, fixes the warning: libavformat
Sat, 03 Nov 2007 22:42:20 +0000 aurel add support for demuxing Electronic Arts .cdata files libavformat
Sat, 03 Nov 2007 18:29:16 +0000 kostya Add ff_ prefix to get_v() libavformat
Sat, 03 Nov 2007 18:26:42 +0000 kostya Make get_v() available to the other demuxers libavformat
Sat, 03 Nov 2007 14:57:26 +0000 michael typo libavformat
Sat, 03 Nov 2007 13:48:30 +0000 michael fix misdetection of mp3could_not_find_codec_parameters.mp3 libavformat
Sat, 03 Nov 2007 06:43:29 +0000 kostya Seek regression for RM demuxer fix libavformat
Thu, 01 Nov 2007 18:02:03 +0000 aurel revert part of r10899 which was not intended libavformat
Thu, 01 Nov 2007 17:50:05 +0000 aurel remove useless initialization to 0 of adx context libavformat
Thu, 01 Nov 2007 09:02:29 +0000 kostya Revert get_num() to old behaviour in order to handle libavformat
Wed, 31 Oct 2007 22:10:34 +0000 michael support flv with invalid header libavformat
Wed, 31 Oct 2007 21:35:50 +0000 michael factorize stream creation libavformat
Wed, 31 Oct 2007 11:35:10 +0000 diego Remove unused variables, fixes the following warnings: libavformat
Wed, 31 Oct 2007 07:27:38 +0000 lucabe Take the target address family in account when determining the family of libavformat
Wed, 31 Oct 2007 07:08:12 +0000 lucabe Reindent after last commit libavformat
Wed, 31 Oct 2007 07:02:30 +0000 lucabe Resolve hosts and bind sockets even when the local_port is not set (0) libavformat
Tue, 30 Oct 2007 23:20:26 +0000 aurel EA IMA EACS decoder libavformat
Tue, 30 Oct 2007 23:12:18 +0000 aurel EA IMA SEAD decoder libavformat
Tue, 30 Oct 2007 08:10:45 +0000 lucabe If local port n is not available, try n + 2 instead of continuing to bind libavformat
Tue, 30 Oct 2007 00:01:25 +0000 bcoudurier rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers libavformat
Mon, 29 Oct 2007 09:38:37 +0000 lucabe Remove redundant prototype libavformat
Mon, 29 Oct 2007 09:15:35 +0000 lucabe Remove the inclusion of rtsp.h and rtp.h from avformat.h, and libavformat
Sun, 28 Oct 2007 22:11:07 +0000 aurel rename crc.c to crcenc.c libavformat
Sun, 28 Oct 2007 22:08:09 +0000 aurel move framecrc muxer in its own file libavformat
Fri, 26 Oct 2007 20:02:11 +0000 nicodvb print newline after program id even when the name is missing libavformat
Fri, 26 Oct 2007 15:12:55 +0000 lucabe Explicitly include rtp.h (needed for rtp_get_payload_type()) libavformat
Fri, 26 Oct 2007 11:36:11 +0000 lucabe Remove prototype for non-existent function libavformat
Thu, 25 Oct 2007 21:17:39 +0000 aurel probe files starting with the 1SNh tag libavformat
Thu, 25 Oct 2007 21:10:18 +0000 aurel don't use #define with names starting with _ libavformat
Thu, 25 Oct 2007 20:38:49 +0000 aurel add parsing of 1SNh header in the EA demuxer libavformat
Thu, 25 Oct 2007 10:11:15 +0000 diego Remove unused variable, fixes warning: libavformat