summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* Add MPEG2 support to the RTP muxerLuca Abeni2007-11-16
| | | | Originally committed as revision 11047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSPLuca Abeni2007-11-16
| | | | | | code (this is needed for supporting MPEG2 video in the RTP muxer) Originally committed as revision 11046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove empty pipe_closeAlex Beregszaszi2007-11-16
| | | | Originally committed as revision 11045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Call prot->url_close only if it is present.Alex Beregszaszi2007-11-16
| | | | Originally committed as revision 11044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Honor the 8bit extension (now 32bit instaed 24bit) of the pts field ↵Alex Beregszaszi2007-11-16
| | | | | | introduced in FLV specification v9. Originally committed as revision 11043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.Alex Beregszaszi2007-11-15
| | | | Originally committed as revision 11042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l: Fix check for max slice numberRoberto Togni2007-11-15
| | | | Originally committed as revision 11040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move dnet-ac3 byte-swapping code close to audio packet read codeRoberto Togni2007-11-15
| | | | | | | Fixed version of patch in [FFmpeg-devel] [PATCH 5/6] rmdec.c: move around rm_ac3_swap_bytes() Originally committed as revision 11039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some more duplicated codeLuca Abeni2007-11-15
| | | | Originally committed as revision 11038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the useless variable "my_addr1"Luca Abeni2007-11-15
| | | | Originally committed as revision 11037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the same code to set local_port in the IPv4-only case and in theLuca Abeni2007-11-15
| | | | | | protocol-independet case Originally committed as revision 11036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen parameterPanagiotis Issaris2007-11-15
| | | | Originally committed as revision 11033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen parameter namePanagiotis Issaris2007-11-15
| | | | Originally committed as revision 11032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen parameter namePanagiotis Issaris2007-11-15
| | | | Originally committed as revision 11031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: whitespaceAurelien Jacobs2007-11-14
| | | | Originally committed as revision 11028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TypoPanagiotis Issaris2007-11-14
| | | | Originally committed as revision 11020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some useless assignments (the UDPContext is allocated with av_mallocz())Luca Abeni2007-11-14
| | | | Originally committed as revision 11017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify set_remote_url(), and remove some code duplicationLuca Abeni2007-11-14
| | | | Originally committed as revision 11016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use recv() instead of recvfrom() (removes some other differences betweenLuca Abeni2007-11-14
| | | | | | IPv4-only and protocol-independent code) Originally committed as revision 11015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a now unused fieldLuca Abeni2007-11-14
| | | | Originally committed as revision 11014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give better names to multicast functions (they are not IPv6-only)Luca Abeni2007-11-14
| | | | Originally committed as revision 11013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid to duplicate the multicast code between the IPv4-only andLuca Abeni2007-11-14
| | | | | | protocol-independent versions Originally committed as revision 11012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-onlyLuca Abeni2007-11-14
| | | | | | code and the protocol-independent code Originally committed as revision 11011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for reading WM/Year tagPatrice Bensoussan2007-11-14
| | | | | | Patch by: patrice bensoussan a free d fr Originally committed as revision 11010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unnecessary -1 from snprintf lenAndreas Öman2007-11-14
| | | | Originally committed as revision 11009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for ID3v2 year tagPatrice Bensoussan2007-11-14
| | | | | | Patch by: patrice bensoussan a free d fr Originally committed as revision 11008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename fps(frame per second) to tb(time base) to preventMichael Niedermayer2007-11-13
| | | | | | | confusion with the average fps and hopefully stop these "wrong framerate" bug reports Originally committed as revision 11007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless libogg supportBaptiste Coudurier2007-11-12
| | | | Originally committed as revision 11004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set PKT_FLAG_KEY for Theora and OGM streamsMåns Rullgård2007-11-11
| | | | Originally committed as revision 11002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg muxerBaptiste Coudurier2007-11-10
| | | | Originally committed as revision 10999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment typoDiego Biurrun2007-11-10
| | | | Originally committed as revision 10992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for some more audio formatsLuca Abeni2007-11-09
| | | | Originally committed as revision 10969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve Sofdec file detectionMåns Rullgård2007-11-08
| | | | Originally committed as revision 10967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix potential buffer over-readAurelien Jacobs2007-11-08
| | | | Originally committed as revision 10966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix negative fseekAurelien Jacobs2007-11-08
| | | | Originally committed as revision 10965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split ac3 byte swapping into a separate function.Ronald S. Bultje2007-11-08
| | | | | | | | Patch by Ronald S. Bultje: rsbultje gmail com Original thread: Re: [FFmpeg-devel] [PATCH 4/6] rmdec.c: rm_ac3_swap_bytes() Date: 11/05/2007 09:27 PM Originally committed as revision 10964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Isolate caching of audio frames in its own function.Ronald S. Bultje2007-11-08
| | | | | | | | Patch by Ronald S. Bultje: rsbultje gmail com Original thread: Re: [FFmpeg-devel] [PATCH 3/6] rmdec.c: ff_rm_retrieve_cache() Date: 11/05/2007 09:25 PM Originally committed as revision 10963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change a stream indexer.Ronald S. Bultje2007-11-08
| | | | | | Patch by Ronald S. Bultje: rsbultje gmail com Originally committed as revision 10962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split out the packet parsing from the main function body in rmdec.cRonald S. Bultje2007-11-08
| | | | | | | | | into its own function Patch by Ronald S. Bultje: rsbultje gmail com Original thread: Re: [FFmpeg-devel] [PATCH 2/6] rmdec.c: ff_rm_parse_frame() Date: 11/05/2007 09:23 PM Originally committed as revision 10961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change parse indexer.Ronald S. Bultje2007-11-08
| | | | | | Patch by Ronald S. Bultje: rsbultje gmail com Originally committed as revision 10960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give Ogg muxer a lib prefix in the name like we do with all other formatsDiego Biurrun2007-11-08
| | | | | | implemented through external libraries, plus rename the files accordingly. Originally committed as revision 10956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change ff_rm_read_mdpr_codecdata to get back to old behavior.Benoit Fouet2007-11-08
| | | | Originally committed as revision 10954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly set audio codec when demuxing sofdec filesAurelien Jacobs2007-11-07
| | | | | | samples: http://samples.mplayerhq.hu/game-formats/sfd/ Originally committed as revision 10953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* probe more kind of electronic arts filesAurelien Jacobs2007-11-07
| | | | Originally committed as revision 10947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move external library registrations into a separate block after all nativeDiego Biurrun2007-11-07
| | | | | | implementations so that the latter ones are preferred by default. Originally committed as revision 10945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some explanatory comments.Diego Biurrun2007-11-07
| | | | Originally committed as revision 10944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun2007-11-07
| | | | Originally committed as revision 10943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove disabled muxer skeleton, blessed by Mans.Diego Biurrun2007-11-07
| | | | Originally committed as revision 10942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give the libnut muxer a lib prefix in its name so it does not conflict withDiego Biurrun2007-11-07
| | | | | | the native implementation. Originally committed as revision 10941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Specify the server address when opening an rtp:// URL in rtsp.c, soRonald S. Bultje2007-11-07
| | | | | | | | | that the correct local address can be used for binding the socket. Fixes rtsp:// URLs in ffplay on MacOS X Patch by Ronald Bultje (rsbultje at gmail dot com) Originally committed as revision 10940 to svn://svn.ffmpeg.org/ffmpeg/trunk