summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* 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
* Check context before accessing its field.Thorsten Jordan2007-11-07
| | | | | | Patch by Thorsten Jordan: tjordan macrosystem de Originally committed as revision 10939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Musepack SV8 demuxer and decoderKostya Shishkov2007-11-07
| | | | Originally committed as revision 10938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow propagation of stream selection through the ASF demuxer to theBjörn Axelsson2007-11-06
| | | | | | | | | | MMSH protocol handler. Patch by Björn Axelsson: bjorn ; axelsson § intinor : se Original thread: [FFmpeg-devel] [PATCH] MMSH stream selection support for asf demuxer Date: 11/02/2007 11:51 AM Originally committed as revision 10935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split out the MDPR chunk reading into its own function.Ronald S. Bultje2007-11-06
| | | | | | | | Patch by Ronald S. Bultje: rsbultje gmail com Original thread:[FFmpeg-devel] [PATCH 1/6] rmdec.c: ff_rm_read_mdpr_codecdata() Date: 11/05/2007 09:21 PM Originally committed as revision 10934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not send too many RTCP packets (according to RFC 3550, the minimumLuca Abeni2007-11-05
| | | | | | RTCP interval should be 5 seconds) Originally committed as revision 10930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a symbolic name for the payload size of an RTCP Sender Report packetLuca Abeni2007-11-05
| | | | Originally committed as revision 10929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some parentheses to clarify operator precedence, fixes the warnings:Diego Biurrun2007-11-04
| | | | | | | | | | | nut.c: In function 'ff_nut_sp_pos_cmp': nut.c:43: warning: suggest parentheses around + or - inside shift nut.c:43: warning: suggest parentheses around + or - inside shift nut.c: In function 'ff_nut_sp_pts_cmp': nut.c:47: warning: suggest parentheses around + or - inside shift nut.c:47: warning: suggest parentheses around + or - inside shift Originally committed as revision 10926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make sure the mpeg audio header is valid before passing it to ↵Andreas Öman2007-11-04
| | | | | | ff_mpegaudio_decode_header() Originally committed as revision 10925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable debug variable only when debug code is enabled, fixes the warning:Diego Biurrun2007-11-04
| | | | | | | rtp_h264.c: In function ‘h264_handle_packet’: rtp_h264.c:168: warning: unused variable ‘data’ Originally committed as revision 10923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for demuxing Electronic Arts .cdata filesAurelien Jacobs2007-11-03
| | | | | | based on a patch from Peter Ross Originally committed as revision 10914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_ prefix to get_v()Kostya Shishkov2007-11-03
| | | | Originally committed as revision 10912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make get_v() available to the other demuxersKostya Shishkov2007-11-03
| | | | Originally committed as revision 10911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoMichael Niedermayer2007-11-03
| | | | Originally committed as revision 10910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix misdetection of mp3could_not_find_codec_parameters.mp3Michael Niedermayer2007-11-03
| | | | Originally committed as revision 10908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Seek regression for RM demuxer fixKostya Shishkov2007-11-03
| | | | Originally committed as revision 10907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert part of r10899 which was not intendedAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless initialization to 0 of adx contextAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert get_num() to old behaviour in order to handleKostya Shishkov2007-11-01
| | | | | | incorrect RMs generated by lavf muxer. Originally committed as revision 10892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support flv with invalid headerMichael Niedermayer2007-10-31
| | | | | | fixes issue43 Originally committed as revision 10887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize stream creationMichael Niedermayer2007-10-31
| | | | Originally committed as revision 10886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variables, fixes the following warnings:Diego Biurrun2007-10-31
| | | | | | | siff.c:187: warning: unused variable 'snddata' siff.c:186: warning: unused variable 'size2' Originally committed as revision 10884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Take the target address family in account when determining the family ofRonald S. Bultje2007-10-31
| | | | | | | | | the local address to bind. Fixes ffserver and UDP streaming without --disable-ipv6 on MacOS X Patch by Ronald S. Bultje (rsbultje st gmail dot com) Originally committed as revision 10883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after last commitLuca Abeni2007-10-31
| | | | Originally committed as revision 10882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Resolve hosts and bind sockets even when the local_port is not set (0)Nicolas George2007-10-31
| | | | | | | | Fixes ffserver on linux when "--disable-ipv6" is not used Patch by Nicolas George (nicolas dot george at normalesup dot org) Originally committed as revision 10881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* EA IMA EACS decoderPeter Ross2007-10-30
| | | | | | original patch by Peter Ross Originally committed as revision 10880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* EA IMA SEAD decoderPeter Ross2007-10-30
| | | | | | original patch by Peter Ross Originally committed as revision 10879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* If local port n is not available, try n + 2 instead of continuing to bindLuca Abeni2007-10-30
| | | | | | on n (allow to receive 2 rtsp streams simultaneously with libavformat) Originally committed as revision 10876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to ↵Baptiste Coudurier2007-10-30
| | | | | | aviobuf.c so it can be reused by other (de)muxers Originally committed as revision 10873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant prototypeLuca Abeni2007-10-29
| | | | Originally committed as revision 10872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni2007-10-29
| | | | | | explicitly include such headers where needed Originally committed as revision 10871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename crc.c to crcenc.cAurelien Jacobs2007-10-28
| | | | Originally committed as revision 10869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move framecrc muxer in its own fileAurelien Jacobs2007-10-28
| | | | Originally committed as revision 10868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print newline after program id even when the name is missingNico Sabbi2007-10-26
| | | | Originally committed as revision 10864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explicitly include rtp.h (needed for rtp_get_payload_type())Luca Abeni2007-10-26
| | | | Originally committed as revision 10863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove prototype for non-existent functionLuca Abeni2007-10-26
| | | | Originally committed as revision 10862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* probe files starting with the 1SNh tagAurelien Jacobs2007-10-25
| | | | Originally committed as revision 10861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't use #define with names starting with _Aurelien Jacobs2007-10-25
| | | | Originally committed as revision 10860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add parsing of 1SNh header in the EA demuxerAurelien Jacobs2007-10-25
| | | | Originally committed as revision 10859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable, fixes warning:Diego Biurrun2007-10-25
| | | | | | | utils.c: In function 'dump_format': utils.c:2542: warning: unused variable 'flags' Originally committed as revision 10858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid infinite loop at the end of files which are not properly terminatedAurelien Jacobs2007-10-24
| | | | Originally committed as revision 10857 to svn://svn.ffmpeg.org/ffmpeg/trunk