4412 Commits (dd02ea118bf89f94090902e3ef2287abdaf3e3b1)

Author SHA1 Message Date
Ben Littler f86cd76138 add MPNG fourcc 16 years ago
Ben Littler 4a49a5fdfc two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec list 16 years ago
Ben Littler a9cf309b96 QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi 16 years ago
Ben Littler c6340f86a3 add rpza avi fourcc 16 years ago
Ronald S. Bultje b9b2b8c93b Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussion in ML thread 16 years ago
Ronald S. Bultje 127ed7b07b Reindent something that looks weird. 16 years ago
Ronald S. Bultje b965ff352f Add comment to indicate why the SDP line buffer is as big as it is. 16 years ago
Ronald S. Bultje e322d3f5be Increase SDP line buffer size because ASF headers in RTSP-MS are very big. See ML discussion 16 years ago
Michael Niedermayer a3bb564ee5 10l (forgot sample_size) 16 years ago
Stefano Sabatini 7a961a46ba Make register_avcodec() call avcodec_init(). 16 years ago
Måns Rullgård eedfe2227a oggflac: fix bitstream reader usage 16 years ago
Michael Niedermayer 25983dcd53 Fix non interleaved variable fps ODML avis. 16 years ago
Michael Niedermayer 492322fccc Remove silly FIXME comment. 16 years ago
Mike Melanson 02fb2546e8 The POSIX namespace shall be held sacrosanct. To that end, 16 years ago
Luca Abeni be73a544af Rename rtp_payload_data_t to avoid clashes with the POSIX namespace 16 years ago
Luca Abeni 1afe09d515 Remove useless typedef 16 years ago
Luca Abeni d5574b2839 Remove unused types 16 years ago
Reimar Döffinger d77ac324fe Avoid _t in gxf enum type names 16 years ago
Ronald S. Bultje 1edddc99dc Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c. 16 years ago
Ronald S. Bultje a15ebf34c7 Don't access RMContext directly in rdt.c. Rather, use the return value of 16 years ago
Ronald S. Bultje f27544fd5b Separate the packet fetching from the data reading, so that the data reading 16 years ago
Diego Biurrun 8a9572c26f 100l: Add missing backslashes. 16 years ago
Diego Biurrun 6d99b2285d cosmetics: Break some lines for a more aesthetically pleasing result. 16 years ago
Diego Biurrun 3445c7992b Remove misleading comment, _t is POSIX-reserved namespace. 16 years ago
Diego Biurrun 7f37f5687d whitespace cosmetics 16 years ago
Jai Menon f98dcdedda Avoid _t in identifier names, _t is reserved by POSIX. 16 years ago
Anders Grönberg b77aba0a8c Matroska uses tables from isom.c, so add the object file to its dependencies. 16 years ago
Luca Barbato 644e7acba4 Rename type to be consistent 16 years ago
Måns Rullgård 8c39a7582d mpegts: replace Program_t typedef with "struct Program" 16 years ago
Aurelien Jacobs 737dccfc1d matroska: sort codec tags list 16 years ago
Kurtnoise ea2a5dec33 matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr) 16 years ago
Ben Littler 41b0534a7a add another mpeg4 avi fourcc from uncommon codecs list 16 years ago
Dave Yeo c0a8f8d498 Add sys/time.h header #include, fixes compilation on OS/2. 16 years ago
Oded Shimon bffc76bd17 Update lavf/libnut.c to _tt type names in libnut API 16 years ago
Aurelien Jacobs e998ba4fbc avoid POSIX reserved _t suffix 16 years ago
Baptiste Coudurier 6da5407401 parse pasp atom and set sample aspect ratio, 16 years ago
Baptiste Coudurier c3e92a6cb4 remove _t in typedef for POSIX compatibility 16 years ago
Michael Niedermayer 089e1bcf10 Remove comment suggesting using variables ending in _t as this would break POSIX. 16 years ago
Reimar Döffinger b4be93212f Avoid _t in typedef type 16 years ago
Michael Niedermayer 52afa376b8 remove _t for POSIX compatibility. 16 years ago
Ronald S. Bultje 76f940b21e Fix indenting. 16 years ago
Reimar Döffinger 4e5b854e4c Use "struct gxf_stream_info" instead of "st_info_t", 16 years ago
Reimar Döffinger c370a7040b Remove useless and confusing (since they are also used in gxfenc.c) /* gxf.c */ comment. 16 years ago
Mike Melanson 65fec2d98f add 'ACDV' FourCC (which is just complete JPEG files in individual AVI 16 years ago
Ben Littler 6cffaea8db add mpeg2 fourcc and aac format tag from asf 16 years ago
Jindřich Makovička 36b532815c bind to the multicast address if possible 16 years ago
Reynaldo H. Verdejo Pinochet 7100376f75 COSMETICS 16 years ago
Ronald S. Bultje dc50773dc5 Remove static variable and a printf using it. See "[PATCH] asf.c: move 16 years ago
Ronald S. Bultje 7b2a070800 Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. 16 years ago
Ronald S. Bultje 022f0b7c01 Do not access s->gb directly in functions that have a local copy of that 16 years ago