4280 Commits (175da7dab700e9db3edd90aaf83f9ee3ec6bcbbf)

Author SHA1 Message Date
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
Ben Littler 26ae363e06 add FFDS fourcc, ok'd by kostya 16 years ago
Kenan Gillet 73b458e354 Commit last ok'ed parts of QCELP decoder and enable it. 16 years ago
Michael Niedermayer 2ba0cdd527 ADTS AAC probe. 16 years ago
Kenan Gillet 061f407e53 More OKed parts of the QCELP decoder 16 years ago
Ronald S. Bultje 7960e18fdf Implement rule-number parsing, the initial step in stream (and bitrate) 16 years ago
Ronald S. Bultje 4f60285658 Change RDTDemuxContext->st into an array of streams, which will make future 16 years ago
Ronald S. Bultje 79a1f3c023 document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/Realmedia 16 years ago
Ronald S. Bultje e0d1eabf14 Change function prototype from taking an AVStream to taking an index to the 16 years ago
Stefano Sabatini 91cd7eb633 Rename functions in sdp.c for consistency's sake. 16 years ago
Ronald S. Bultje 63f412f902 Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML. 16 years ago
Carl Eugen Hoyos a8e4161333 Add forgotten file format pgmyuv. 16 years ago
Carl Eugen Hoyos 6bbb5bf83c Support picture output without -f image2 for most codecs. 16 years ago
Diego Biurrun f0e602351e cosmetics: Consistently place HEADERS before OBJS in all Makefiles. 16 years ago
Baptiste Coudurier 12e416c848 decrease atom size, fix broken files missing version/flags 16 years ago
Reynaldo H. Verdejo Pinochet a45bdbc4f5 Trivial, Cosmetics 16 years ago
Ronald S. Bultje 9168f7e671 Change type of prev_stream_id from uint32_t to int, since it has a max size 16 years ago
Ronald S. Bultje 90e0450fa8 Reindent after r15853. 16 years ago
Ronald S. Bultje 43af8b2b42 Read optional components of the RDT packet header, such as extended setID 16 years ago
Ronald S. Bultje 6bafd6f53e Change header reading implementation to using get_bits() instead of directly 16 years ago
Ronald S. Bultje e269ab791d Prefix all ff_rdt_parse_header() arguments with a p, preparing for local 16 years ago
Ronald S. Bultje a4b8cb3c55 Fix memleak caused by the fact that url_open_buf() allocates a context 16 years ago
Ronald S. Bultje fcc995a533 Add ByteIOContext argument to public ff_rm_* functions so that we can 16 years ago
Jindřich Makovička ce09d560b7 Get rid of MSG_DONTWAIT using a more standard way to use a socket 16 years ago
Baptiste Coudurier ebd610557e set pts in flv demuxer 16 years ago