log

age author description
Thu, 14 Jun 2007 18:14:35 +0000 mru use get_bits_long() where needed libavformat
Wed, 13 Jun 2007 08:24:22 +0000 benoit remove decode_be32/64 and replace them by AV_RB32/64 libavformat
Tue, 12 Jun 2007 21:27:32 +0000 ramiro Remove unused declarations libavformat
Tue, 12 Jun 2007 18:50:50 +0000 diego misc typo fixes libavformat
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libavformat
Tue, 12 Jun 2007 08:06:54 +0000 benoit Move the video size and rate abbreviations system from libavformat to libavcodec libavformat
Tue, 12 Jun 2007 08:01:35 +0000 diego Add some explanatory comments to #endif directives. libavformat
Tue, 12 Jun 2007 07:59:34 +0000 diego Remove unused static function. libavformat
Sun, 10 Jun 2007 20:35:01 +0000 diego Add a bounds check on AVProbeData input. libavformat
Fri, 08 Jun 2007 17:34:37 +0000 michael simplify libavformat
Fri, 08 Jun 2007 17:26:05 +0000 michael remove now unused "global" pcr_pid libavformat
Fri, 08 Jun 2007 17:21:29 +0000 michael proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenchen@de ) libavformat
Thu, 07 Jun 2007 14:51:26 +0000 takis Remove the unnecessary masking when counting received packet types in the H.264 libavformat
Thu, 07 Jun 2007 14:48:29 +0000 takis Remove the unnecessary masking when reconstructing the NAL unit header in the libavformat
Thu, 07 Jun 2007 14:47:40 +0000 takis Remove the unnecessary masking when extracting the start bit in the H.264 RTP libavformat
Thu, 07 Jun 2007 14:13:59 +0000 diego Fix linking: emms_c is a macro, #include the correct header file. libavformat
Thu, 07 Jun 2007 13:24:19 +0000 diego emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak net libavformat
Wed, 06 Jun 2007 15:52:53 +0000 bcoudurier add MMES fourcc, matrox mpeg2 in avi files libavformat
Wed, 06 Jun 2007 13:31:30 +0000 michael add mpegtsraw demuxer libavformat
Wed, 06 Jun 2007 13:21:50 +0000 bcoudurier warn user if video codec timebase is very high libavformat
Mon, 04 Jun 2007 23:07:27 +0000 diego spelling libavformat
Mon, 04 Jun 2007 22:35:16 +0000 aurel cosmetics: use one type per field in every structs libavformat
Mon, 04 Jun 2007 22:23:05 +0000 michael partially revert r2931 (Support raw mpegts streams from dvr) libavformat
Mon, 04 Jun 2007 22:21:29 +0000 aurel cosmetics: indentation libavformat
Mon, 04 Jun 2007 22:19:17 +0000 aurel add support for real audio in matroska libavformat
Mon, 04 Jun 2007 22:17:55 +0000 aurel fix an infinite loop in case one cluster is not enough to demux a packet libavformat
Mon, 04 Jun 2007 22:10:54 +0000 aurel split some common code from the mkv demuxer that will be useful to the muxer libavformat
Mon, 04 Jun 2007 21:05:58 +0000 ramiro Typos libavformat
Mon, 04 Jun 2007 20:48:04 +0000 ramiro Doxygenize av_init_packet libavformat
Mon, 04 Jun 2007 16:52:02 +0000 ramiro Export av_init_packet libavformat
Mon, 04 Jun 2007 14:54:33 +0000 michael harmless typo libavformat
Mon, 04 Jun 2007 14:53:47 +0000 michael fix indention libavformat
Mon, 04 Jun 2007 14:44:52 +0000 michael remove duplicate PAT scaning code and actual PAT scan libavformat
Mon, 04 Jun 2007 14:20:07 +0000 michael unused variables libavformat
Mon, 04 Jun 2007 14:17:43 +0000 michael dont rescan for information on each pid, but rather do it just once by libavformat
Mon, 04 Jun 2007 14:11:54 +0000 michael move structs and enums to top of file so they can be used libavformat
Mon, 04 Jun 2007 13:57:00 +0000 michael passing MpegTSFilter to the filters instead of a random void *opaque libavformat
Mon, 04 Jun 2007 13:28:02 +0000 mhoffman extending video4linux support to handle the additional formats UYVY, YUYV and RGB565 libavformat
Mon, 04 Jun 2007 13:25:29 +0000 mhoffman convert if then else video palette to pix_fmt construct to simpiler table based lookup. libavformat
Mon, 04 Jun 2007 12:19:38 +0000 michael do not perform SDT scan at the begin (this avoids a timeconsuming search for libavformat
Mon, 04 Jun 2007 11:46:59 +0000 michael make new_service() update existing info sanely libavformat
Mon, 04 Jun 2007 11:25:33 +0000 michael remove fake service/provider names used for PAT libavformat
Mon, 04 Jun 2007 08:53:08 +0000 benoit Indentation libavformat
Sun, 03 Jun 2007 22:56:11 +0000 bcoudurier cosmetics remove struct name with typedef libavformat
Sun, 03 Jun 2007 22:40:42 +0000 bcoudurier remove unused EssenceContainerData libavformat
Sun, 03 Jun 2007 18:04:33 +0000 bcoudurier skip no more needed on error libavformat
Sun, 03 Jun 2007 17:53:15 +0000 bcoudurier remove duplicate entry since now we ignore version byte libavformat
Sun, 03 Jun 2007 17:29:49 +0000 bcoudurier typo libavformat
Sun, 03 Jun 2007 17:26:30 +0000 bcoudurier set pkt pos libavformat
Sun, 03 Jun 2007 17:20:35 +0000 bcoudurier remove now useless sync key libavformat
Sun, 03 Jun 2007 17:19:15 +0000 bcoudurier no need to seek on specific key anymore, since klv_read_packet will sync, tested on encrypted files libavformat
Sun, 03 Jun 2007 17:15:39 +0000 bcoudurier do not print error message when klv_read_packet fails libavformat
Sun, 03 Jun 2007 17:10:55 +0000 bcoudurier sync to mxf klv key before trying to read klv packet libavformat
Sun, 03 Jun 2007 14:52:55 +0000 bcoudurier match uids indenpendantly of the version byte libavformat
Sun, 03 Jun 2007 14:33:57 +0000 bcoudurier cosmetics, reorder and classify uids libavformat
Sat, 02 Jun 2007 23:14:38 +0000 michael get rid of if(1) libavformat
Sat, 02 Jun 2007 23:11:17 +0000 michael get rid of one layer of callback obfuscation libavformat
Sat, 02 Jun 2007 23:04:46 +0000 michael kill completely idiotic code which hides all but 2 streams libavformat
Sat, 02 Jun 2007 21:48:49 +0000 michael correct implementation of "try with auto_guess if first detection fails" libavformat
Sat, 02 Jun 2007 21:44:20 +0000 michael revert r4802 (try with auto_guess if first detection fails) libavformat