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
|