2993 Commits (2b3c8f8a6a67ab52ce8be9ac803eb8619d4243f2)

Author SHA1 Message Date
Luca Abeni 6b7089044a Remove some useless assignments (the UDPContext is allocated with av_mallocz()) 17 years ago
Luca Abeni d05cb726bd Simplify set_remote_url(), and remove some code duplication 17 years ago
Luca Abeni 4c7d5764a0 Use recv() instead of recvfrom() (removes some other differences between 17 years ago
Luca Abeni 66c49825da Remove a now unused field 17 years ago
Luca Abeni 9cdcb04f5a Give better names to multicast functions (they are not IPv6-only) 17 years ago
Luca Abeni a8bde059e6 Avoid to duplicate the multicast code between the IPv4-only and 17 years ago
Luca Abeni 0ec1233511 Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-only 17 years ago
Patrice Bensoussan 0d4e281cac Add support for reading WM/Year tag 17 years ago
Andreas Öman bd59786204 remove unnecessary -1 from snprintf len 17 years ago
Patrice Bensoussan bd548b99aa Add support for ID3v2 year tag 17 years ago
Michael Niedermayer 5fba300d02 rename fps(frame per second) to tb(time base) to prevent 17 years ago
Baptiste Coudurier 8361b1bea8 remove now useless libogg support 17 years ago
Måns Rullgård e1a794b272 set PKT_FLAG_KEY for Theora and OGM streams 17 years ago
Baptiste Coudurier 5118cae694 ogg muxer 17 years ago
Diego Biurrun 94472c1d49 comment typo 17 years ago
Luca Abeni c9215bab98 Add support for some more audio formats 17 years ago
Måns Rullgård 2c18784703 Improve Sofdec file detection 17 years ago
Aurelien Jacobs 73039e0fb4 fix potential buffer over-read 17 years ago
Aurelien Jacobs cc04af3481 fix negative fseek 17 years ago
Ronald S. Bultje 5c470b910e Split ac3 byte swapping into a separate function. 17 years ago
Ronald S. Bultje d4d1b5fbde Isolate caching of audio frames in its own function. 17 years ago
Ronald S. Bultje 66911b1552 Change a stream indexer. 17 years ago
Ronald S. Bultje afd302fa62 Split out the packet parsing from the main function body in rmdec.c 17 years ago
Ronald S. Bultje 7e4b161188 Change parse indexer. 17 years ago
Diego Biurrun f9e4ed19d2 Give Ogg muxer a lib prefix in the name like we do with all other formats 17 years ago
Benoit Fouet 36c9e40ab4 Change ff_rm_read_mdpr_codecdata to get back to old behavior. 17 years ago
Aurelien Jacobs 8cd4ac3d63 correctly set audio codec when demuxing sofdec files 17 years ago
Aurelien Jacobs 968fc6b96a probe more kind of electronic arts files 17 years ago
Diego Biurrun a319c212bd Move external library registrations into a separate block after all native 17 years ago
Diego Biurrun 325833091e Add some explanatory comments. 17 years ago
Diego Biurrun a0ddef24ce Rename ogg2.[ch] to oggdec.[ch]. 17 years ago
Diego Biurrun e282e5edb4 Remove disabled muxer skeleton, blessed by Mans. 17 years ago
Diego Biurrun 0d49b9ad07 Give the libnut muxer a lib prefix in its name so it does not conflict with 17 years ago
Ronald S. Bultje b316aa1a1e Specify the server address when opening an rtp:// URL in rtsp.c, so 17 years ago
Thorsten Jordan 346db900bf Check context before accessing its field. 17 years ago
Kostya Shishkov 12877faf7c Musepack SV8 demuxer and decoder 17 years ago
Björn Axelsson 49ce700a27 Allow propagation of stream selection through the ASF demuxer to the 17 years ago
Ronald S. Bultje ff1463dc37 Split out the MDPR chunk reading into its own function. 17 years ago
Luca Abeni 18c05a375b Do not send too many RTCP packets (according to RFC 3550, the minimum 17 years ago
Luca Abeni 0aa7a2e690 Use a symbolic name for the payload size of an RTCP Sender Report packet 17 years ago
Diego Biurrun 47a1ae1bc9 Add some parentheses to clarify operator precedence, fixes the warnings: 17 years ago
Andreas Öman 5b5bd7c9ee make sure the mpeg audio header is valid before passing it to ff_mpegaudio_decode_header() 17 years ago
Diego Biurrun b7a42d14bf Enable debug variable only when debug code is enabled, fixes the warning: 17 years ago
Aurelien Jacobs 9abf243316 add support for demuxing Electronic Arts .cdata files 17 years ago
Kostya Shishkov 7798b42df1 Add ff_ prefix to get_v() 17 years ago
Kostya Shishkov 897d3eef4c Make get_v() available to the other demuxers 17 years ago
Michael Niedermayer 0c904db118 typo 17 years ago
Michael Niedermayer c6dcd0d7f0 fix misdetection of mp3could_not_find_codec_parameters.mp3 17 years ago
Kostya Shishkov d447fc3132 Seek regression for RM demuxer fix 17 years ago
Aurelien Jacobs 2009c7fc96 revert part of r10899 which was not intended 17 years ago