aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Add MPEG2 support to the RTP muxerLuca Abeni2007-11-161-0/+5
* Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSPLuca Abeni2007-11-163-17/+44
* Remove empty pipe_closeAlex Beregszaszi2007-11-161-7/+0
* Call prot->url_close only if it is present.Alex Beregszaszi2007-11-161-2/+3
* Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduce...Alex Beregszaszi2007-11-162-2/+4
* Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.Alex Beregszaszi2007-11-151-1/+1
* 1000l: Fix check for max slice numberRoberto Togni2007-11-151-1/+1
* Move dnet-ac3 byte-swapping code close to audio packet read codeRoberto Togni2007-11-151-1/+2
* Remove some more duplicated codeLuca Abeni2007-11-151-38/+45
* Remove the useless variable "my_addr1"Luca Abeni2007-11-151-4/+4
* Use the same code to set local_port in the IPv4-only case and in theLuca Abeni2007-11-151-8/+3
* Fix Doxygen parameterPanagiotis Issaris2007-11-151-1/+1
* Fix Doxygen parameter namePanagiotis Issaris2007-11-151-1/+1
* Fix Doxygen parameter namePanagiotis Issaris2007-11-151-1/+1
* cosmetics: whitespaceAurelien Jacobs2007-11-141-2/+2
* TypoPanagiotis Issaris2007-11-141-1/+1
* Remove some useless assignments (the UDPContext is allocated with av_mallocz())Luca Abeni2007-11-141-3/+0
* Simplify set_remote_url(), and remove some code duplicationLuca Abeni2007-11-141-16/+24
* Use recv() instead of recvfrom() (removes some other differences betweenLuca Abeni2007-11-141-9/+1
* Remove a now unused fieldLuca Abeni2007-11-141-1/+0
* Give better names to multicast functions (they are not IPv6-only)Luca Abeni2007-11-141-6/+6
* Avoid to duplicate the multicast code between the IPv4-only andLuca Abeni2007-11-141-41/+24
* Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-onlyLuca Abeni2007-11-141-5/+2
* Add support for reading WM/Year tagPatrice Bensoussan2007-11-141-0/+5
* remove unnecessary -1 from snprintf lenAndreas Öman2007-11-141-1/+1
* Add support for ID3v2 year tagPatrice Bensoussan2007-11-141-0/+5
* rename fps(frame per second) to tb(time base) to preventMichael Niedermayer2007-11-131-3/+3
* remove now useless libogg supportBaptiste Coudurier2007-11-123-283/+0
* set PKT_FLAG_KEY for Theora and OGM streamsMåns Rullgård2007-11-114-0/+10
* ogg muxerBaptiste Coudurier2007-11-104-3/+231
* comment typoDiego Biurrun2007-11-101-1/+1
* 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