summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Simplify set_remote_url(), and remove some code duplicationLuca Abeni2007-11-14
* Use recv() instead of recvfrom() (removes some other differences betweenLuca Abeni2007-11-14
* Remove a now unused fieldLuca Abeni2007-11-14
* Give better names to multicast functions (they are not IPv6-only)Luca Abeni2007-11-14
* Avoid to duplicate the multicast code between the IPv4-only andLuca Abeni2007-11-14
* Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-onlyLuca Abeni2007-11-14
* Add support for reading WM/Year tagPatrice Bensoussan2007-11-14
* remove unnecessary -1 from snprintf lenAndreas Öman2007-11-14
* Add support for ID3v2 year tagPatrice Bensoussan2007-11-14
* rename fps(frame per second) to tb(time base) to preventMichael Niedermayer2007-11-13
* remove now useless libogg supportBaptiste Coudurier2007-11-12
* set PKT_FLAG_KEY for Theora and OGM streamsMåns Rullgård2007-11-11
* ogg muxerBaptiste Coudurier2007-11-10
* comment typoDiego Biurrun2007-11-10
* Add support for some more audio formatsLuca Abeni2007-11-09
* Improve Sofdec file detectionMåns Rullgård2007-11-08
* fix potential buffer over-readAurelien Jacobs2007-11-08
* fix negative fseekAurelien Jacobs2007-11-08
* Split ac3 byte swapping into a separate function.Ronald S. Bultje2007-11-08
* Isolate caching of audio frames in its own function.Ronald S. Bultje2007-11-08
* Change a stream indexer.Ronald S. Bultje2007-11-08
* Split out the packet parsing from the main function body in rmdec.cRonald S. Bultje2007-11-08
* Change parse indexer.Ronald S. Bultje2007-11-08
* Give Ogg muxer a lib prefix in the name like we do with all other formatsDiego Biurrun2007-11-08
* Change ff_rm_read_mdpr_codecdata to get back to old behavior.Benoit Fouet2007-11-08
* correctly set audio codec when demuxing sofdec filesAurelien Jacobs2007-11-07
* probe more kind of electronic arts filesAurelien Jacobs2007-11-07
* Move external library registrations into a separate block after all nativeDiego Biurrun2007-11-07
* Add some explanatory comments.Diego Biurrun2007-11-07
* Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun2007-11-07
* Remove disabled muxer skeleton, blessed by Mans.Diego Biurrun2007-11-07
* Give the libnut muxer a lib prefix in its name so it does not conflict withDiego Biurrun2007-11-07
* Specify the server address when opening an rtp:// URL in rtsp.c, soRonald S. Bultje2007-11-07
* Check context before accessing its field.Thorsten Jordan2007-11-07
* Musepack SV8 demuxer and decoderKostya Shishkov2007-11-07
* Allow propagation of stream selection through the ASF demuxer to theBjörn Axelsson2007-11-06
* Split out the MDPR chunk reading into its own function.Ronald S. Bultje2007-11-06
* Do not send too many RTCP packets (according to RFC 3550, the minimumLuca Abeni2007-11-05
* Use a symbolic name for the payload size of an RTCP Sender Report packetLuca Abeni2007-11-05
* Add some parentheses to clarify operator precedence, fixes the warnings:Diego Biurrun2007-11-04
* make sure the mpeg audio header is valid before passing it to ff_mpegaudio_de...Andreas Öman2007-11-04
* Enable debug variable only when debug code is enabled, fixes the warning:Diego Biurrun2007-11-04
* add support for demuxing Electronic Arts .cdata filesAurelien Jacobs2007-11-03
* Add ff_ prefix to get_v()Kostya Shishkov2007-11-03
* Make get_v() available to the other demuxersKostya Shishkov2007-11-03
* typoMichael Niedermayer2007-11-03
* fix misdetection of mp3could_not_find_codec_parameters.mp3Michael Niedermayer2007-11-03
* Seek regression for RM demuxer fixKostya Shishkov2007-11-03
* revert part of r10899 which was not intendedAurelien Jacobs2007-11-01
* remove useless initialization to 0 of adx contextAurelien Jacobs2007-11-01