4054 Commits (26ae363e06722389964dae79e1f19a0a7f66b6d0)

Author SHA1 Message Date
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
Baptiste Coudurier 51c1520114 read itunes metadata, code based on Reimar's patch 16 years ago
Ronald S. Bultje e3b7216b9b Change status packet skipping to be more spec-compliant. See discussion in 16 years ago
Ronald S. Bultje 108cd24793 Make function comment a bit more linguistically correct. 16 years ago
Ronald S. Bultje 3d883ad5f3 Reindent after r15833. 16 years ago
Ronald S. Bultje 114732f4c7 Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in 16 years ago
Baptiste Coudurier 86b0affd08 simplify metadata reading 16 years ago
Aurelien Jacobs 8f569ed08f matroskadec: fix index timestamps for some broken files 16 years ago
Ronald S. Bultje 6ff1f61530 Call check_back_and_send_rr() function only in case of RTP as a transport. 16 years ago
Ronald S. Bultje 239dec21ab Rename variables in ff_rdt_parse_header() and callers to match the 16 years ago
Jindřich Makovička 7d0842992a check for interrupt when receiving from socket 16 years ago
Ronald S. Bultje 9e16439287 Add comment describing the RDT packet header. See discussion in "[PATCH] 16 years ago
Baptiste Coudurier eb63b051c0 timestamp is dts in wmv/asf 16 years ago
Jindřich Makovička 236bb1ab01 Allow the UDP socket buffer size to be adjusted using a 16 years ago
Jindřich Makovička f5edd874fa always use the whole buffer for reading w/ packetized sources to avoid packet truncation 16 years ago
Stefano Sabatini 15545a095a Fix argument constness for the av_codec_get_id() and 16 years ago
Peter Ross d2299316ce Electronic Arts demuxer: support TGQ video tags 16 years ago
Måns Rullgård e3b07e1a74 OGG: correct PTS with old theora streams 16 years ago
Måns Rullgård 77be08eeb1 OGG: untypedef demuxer structs 16 years ago
Peter Ross 4fd71a0ee8 Decode audio channel layout from RIFF/WAV file format. 16 years ago
Michael Niedermayer f23938f5b7 Check sub_packet_size against 0 to avoid div by zero later. 16 years ago
Andrew Wason 8ff8de73a4 Fix endless loop when opening corrupt FLV files (issue 699). 16 years ago
Baptiste Coudurier 785b0f3c54 fix umid base value, use revision 5 and generic material type 16 years ago
Baptiste Coudurier 0df4903a07 fix sound essence compression UL 16 years ago
Baptiste Coudurier 1d30d1ad4d fix start position UL 16 years ago
Baptiste Coudurier 7f8cd075e0 simplify sample rate code, flv_set_audio_codec already overrides it for nellymoser 8khz 16 years ago
Diego Biurrun f94036f159 prettyprinting cosmetics 16 years ago