summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* move adx.c to adxdec.cAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split adx encoder in its own fileAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless debug funcAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10902 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
* cleanup and simplify adx_decode_header()Aurelien Jacobs2007-11-01
| | | | Originally committed as revision 10900 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
* simplify dpcm decoders declaration using a macroAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless #undefAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unreachable codeAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignmentAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't register adpcm encoders which are not implementedAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A ↵Stefano Sabatini2007-11-01
| | | | | | posteP it % Originally committed as revision 10893 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
* check av_interleaved_write_frame() returnMichael Niedermayer2007-11-01
| | | | | | fixes issue149 Originally committed as revision 10891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sortAurelien Jacobs2007-11-01
| | | | Originally committed as revision 10890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefer our native vorbis decoder over libvorbisMichael Niedermayer2007-10-31
| | | | Originally committed as revision 10889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix issue130Michael Niedermayer2007-10-31
| | | | Originally committed as revision 10888 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 redundant -DHAVE_AV_CONFIG_H from tests/seek_test command.Diego Biurrun2007-10-31
| | | | Originally committed as revision 10885 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
* Leverage MinGW's llrint() in Cygwin compilations.Víctor Paesa2007-10-30
| | | | Originally committed as revision 10878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark the source buffer as "const"Luca Abeni2007-10-30
| | | | Originally committed as revision 10877 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
* Clarify comment about gcc -MM.Diego Biurrun2007-10-30
| | | | Originally committed as revision 10875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare libpostproc prerequisites directly instead of using a layer ofDiego Biurrun2007-10-30
| | | | | | | indirection. This moves build system workarounds closer to libpostproc where they are really needed. Originally committed as revision 10874 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
* removed unused variables accidentally introduced in stream_index_from_inputs()Nico Sabbi2007-10-28
| | | | Originally committed as revision 10870 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
* reindented after previous commitNico Sabbi2007-10-27
| | | | Originally committed as revision 10867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added option programid to select the program to use and relative code to ↵Nico Sabbi2007-10-27
| | | | | | handle it Originally committed as revision 10866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove a branch from an inner loop.Loren Merritt2007-10-27
| | | | | | 1% faster flac encoding. Originally committed as revision 10865 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
* EA ADPCM R1, R2 and R3 decoderPeter Ross2007-10-24
| | | | | | original patch by Peter Ross Originally committed as revision 10856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename --disable-opts option to --disable-optimizations in order to be lessDiego Biurrun2007-10-24
| | | | | | ambiguous, opts sounds more like options than optimizations. Originally committed as revision 10855 to svn://svn.ffmpeg.org/ffmpeg/trunk