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
|