4104 Commits (a3bb564ee5d9d6bdd38a7ee76985e35f1be1184a)

Author SHA1 Message Date
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
Ben Littler 62d6f73edc add VX1K h263 and DMK2 mpeg4 avi fourccs 16 years ago
Carl Eugen Hoyos 485cfbe806 Recognize pnm file as images. 16 years ago
Baptiste Coudurier 4d35964d01 WRAW fourcc 16 years ago
Diego Biurrun ecfb51d1c2 Add necessary header for av_set_program_name and av_program_add_stream_index. 16 years ago
Ben Littler 26e8d342c0 add fourccs from avi files 16 years ago
Michael Niedermayer b8cf645bd2 add GEOX fourcc for mpeg4 16 years ago
Diego Biurrun bad4063740 Move declaration of av_set_program_name and av_program_add_stream_index 16 years ago
Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 16 years ago