aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Add support for some more audio formatsLuca Abeni2007-11-091-0/+18
* Improve Sofdec file detectionMåns Rullgård2007-11-081-11/+26
* fix potential buffer over-readAurelien Jacobs2007-11-081-1/+1
* fix negative fseekAurelien Jacobs2007-11-081-1/+1
* Split ac3 byte swapping into a separate function.Ronald S. Bultje2007-11-081-10/+17
* Isolate caching of audio frames in its own function.Ronald S. Bultje2007-11-081-11/+22
* Change a stream indexer.Ronald S. Bultje2007-11-081-1/+1
* Split out the packet parsing from the main function body in rmdec.cRonald S. Bultje2007-11-081-82/+98
* Change parse indexer.Ronald S. Bultje2007-11-081-3/+3
* Give Ogg muxer a lib prefix in the name like we do with all other formatsDiego Biurrun2007-11-083-4/+5
* Change ff_rm_read_mdpr_codecdata to get back to old behavior.Benoit Fouet2007-11-081-3/+2
* correctly set audio codec when demuxing sofdec filesAurelien Jacobs2007-11-071-1/+11
* probe more kind of electronic arts filesAurelien Jacobs2007-11-071-0/+8
* Move external library registrations into a separate block after all nativeDiego Biurrun2007-11-071-2/+4
* Add some explanatory comments.Diego Biurrun2007-11-071-0/+2
* Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun2007-11-077-9/+9
* Remove disabled muxer skeleton, blessed by Mans.Diego Biurrun2007-11-071-32/+0
* Give the libnut muxer a lib prefix in its name so it does not conflict withDiego Biurrun2007-11-071-1/+1
* Specify the server address when opening an rtp:// URL in rtsp.c, soRonald S. Bultje2007-11-071-1/+1
* Check context before accessing its field.Thorsten Jordan2007-11-071-0/+1
* Musepack SV8 demuxer and decoderKostya Shishkov2007-11-074-2/+248
* Allow propagation of stream selection through the ASF demuxer to theBjörn Axelsson2007-11-061-0/+14
* Split out the MDPR chunk reading into its own function.Ronald S. Bultje2007-11-061-58/+73
* Do not send too many RTCP packets (according to RFC 3550, the minimumLuca Abeni2007-11-051-1/+3
* Use a symbolic name for the payload size of an RTCP Sender Report packetLuca Abeni2007-11-051-1/+2
* Add some parentheses to clarify operator precedence, fixes the warnings:Diego Biurrun2007-11-041-2/+2
* make sure the mpeg audio header is valid before passing it to ff_mpegaudio_de...Andreas Öman2007-11-041-1/+5
* Enable debug variable only when debug code is enabled, fixes the warning:Diego Biurrun2007-11-041-0/+2
* add support for demuxing Electronic Arts .cdata filesAurelien Jacobs2007-11-033-0/+102
* Add ff_ prefix to get_v()Kostya Shishkov2007-11-034-43/+43
* Make get_v() available to the other demuxersKostya Shishkov2007-11-033-11/+13
* typoMichael Niedermayer2007-11-031-1/+1
* fix misdetection of mp3could_not_find_codec_parameters.mp3Michael Niedermayer2007-11-031-2/+24
* Seek regression for RM demuxer fixKostya Shishkov2007-11-032-0/+4
* revert part of r10899 which was not intendedAurelien Jacobs2007-11-011-11/+1
* remove useless initialization to 0 of adx contextAurelien Jacobs2007-11-011-1/+11
* Revert get_num() to old behaviour in order to handleKostya Shishkov2007-11-011-1/+1
* support flv with invalid headerMichael Niedermayer2007-10-311-2/+1
* factorize stream creationMichael Niedermayer2007-10-311-9/+11
* Remove unused variables, fixes the following warnings:Diego Biurrun2007-10-311-2/+1
* Take the target address family in account when determining the family ofRonald S. Bultje2007-10-311-2/+5
* Reindent after last commitLuca Abeni2007-10-311-20/+21
* Resolve hosts and bind sockets even when the local_port is not set (0)Nicolas George2007-10-311-11/+1
* EA IMA EACS decoderPeter Ross2007-10-301-0/+1
* EA IMA SEAD decoderPeter Ross2007-10-301-0/+27
* If local port n is not available, try n + 2 instead of continuing to bindLuca Abeni2007-10-301-1/+1
* rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier2007-10-306-12/+12
* Remove redundant prototypeLuca Abeni2007-10-291-3/+0
* Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni2007-10-292-4/+1
* rename crc.c to crcenc.cAurelien Jacobs2007-10-282-1/+1