aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.Diego Biurrun2007-11-041-8/+8
| | | | | | Rename them to match the actual implementation. Fixes issue 162. Originally committed as revision 24965 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove unused variableBenjamin Larsson2007-11-041-1/+0
| | | | Originally committed as revision 10922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* List enabled code in configure outputRamiro Polla2007-11-041-0/+12
| | | | Originally committed as revision 10921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Speed up show_listRamiro Polla2007-11-041-5/+5
| | | | Originally committed as revision 10920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warn user if bitrate parameter is too lowRamiro Polla2007-11-041-0/+13
| | | | Originally committed as revision 10919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The Windows Help Forum is not ffmpeg-user for WindowsRamiro Polla2007-11-042-2/+2
| | | | Originally committed as revision 10918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move external library codec registration to a separate section after allDiego Biurrun2007-11-041-12/+14
| | | | | | native codecs. This way native implementations are always preferred. Originally committed as revision 10917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add decoding support for variable block size FLAC files using the latest FLACJosh Coalson2007-11-041-2/+2
| | | | | | specification. Patch by Josh Coalson. Originally committed as revision 10916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for FLAC's new RICE2 entropy coding method. Patch by Josh Coalson.Josh Coalson2007-11-031-3/+3
| | | | Originally committed as revision 10915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for demuxing Electronic Arts .cdata filesAurelien Jacobs2007-11-033-0/+102
| | | | | | based on a patch from Peter Ross Originally committed as revision 10914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add Electronic Arts XAS ADPCM decoderAurelien Jacobs2007-11-034-0/+36
| | | | | | based on a patch from Peter Ross Originally committed as revision 10913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_ prefix to get_v()Kostya Shishkov2007-11-034-43/+43
| | | | Originally committed as revision 10912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make get_v() available to the other demuxersKostya Shishkov2007-11-033-11/+13
| | | | Originally committed as revision 10911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoMichael Niedermayer2007-11-031-1/+1
| | | | Originally committed as revision 10910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: ↵Fabrice Bellard2007-11-031-94/+27
| | | | | | [FFmpeg-devel] NellyMoser transform bug, 10/25/2007 12:24 PM Originally committed as revision 10909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix misdetection of mp3could_not_find_codec_parameters.mp3Michael Niedermayer2007-11-031-2/+24
| | | | Originally committed as revision 10908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Seek regression for RM demuxer fixKostya Shishkov2007-11-033-55/+59
| | | | Originally committed as revision 10907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it%Stefano Sabatini2007-11-021-9/+34
| | | | Originally committed as revision 10906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split Musepack decoder into SV7 decoder and synth coreKostya Shishkov2007-11-026-405/+543
| | | | | | (for upcoming SV8 decoder) Originally committed as revision 10905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move adx.c to adxdec.cAurelien Jacobs2007-11-012-1/+1
| | | | Originally committed as revision 10904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split adx encoder in its own fileAurelien Jacobs2007-11-014-186/+244
| | | | Originally committed as revision 10903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless debug funcAurelien Jacobs2007-11-011-13/+0
| | | | Originally committed as revision 10902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert part of r10899 which was not intendedAurelien Jacobs2007-11-011-11/+1
| | | | Originally committed as revision 10901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup and simplify adx_decode_header()Aurelien Jacobs2007-11-011-23/+6
| | | | Originally committed as revision 10900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless initialization to 0 of adx contextAurelien Jacobs2007-11-012-18/+12
| | | | Originally committed as revision 10899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify dpcm decoders declaration using a macroAurelien Jacobs2007-11-011-41/+14
| | | | Originally committed as revision 10898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless #undefAurelien Jacobs2007-11-012-4/+0
| | | | Originally committed as revision 10897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unreachable codeAurelien Jacobs2007-11-011-7/+0
| | | | Originally committed as revision 10896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignmentAurelien Jacobs2007-11-011-4/+4
| | | | Originally committed as revision 10895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't register adpcm encoders which are not implementedAurelien Jacobs2007-11-013-43/+31
| | | | 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-011-3/+3
| | | | | | 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-011-1/+1
| | | | | | 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-011-1/+7
| | | | | | fixes issue149 Originally committed as revision 10891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sortAurelien Jacobs2007-11-011-3/+3
| | | | Originally committed as revision 10890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefer our native vorbis decoder over libvorbisMichael Niedermayer2007-10-311-1/+1
| | | | Originally committed as revision 10889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix issue130Michael Niedermayer2007-10-311-0/+1
| | | | Originally committed as revision 10888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support flv with invalid headerMichael Niedermayer2007-10-311-2/+1
| | | | | | fixes issue43 Originally committed as revision 10887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize stream creationMichael Niedermayer2007-10-311-9/+11
| | | | 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-311-1/+1
| | | | Originally committed as revision 10885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variables, fixes the following warnings:Diego Biurrun2007-10-311-2/+1
| | | | | | | 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-311-2/+5
| | | | | | | | | 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-311-20/+21
| | | | 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-311-11/+1
| | | | | | | | 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-305-0/+24
| | | | | | original patch by Peter Ross Originally committed as revision 10880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* EA IMA SEAD decoderPeter Ross2007-10-305-2/+40
| | | | | | 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-301-4/+13
| | | | Originally committed as revision 10878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark the source buffer as "const"Luca Abeni2007-10-302-2/+2
| | | | 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-301-1/+1
| | | | | | 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-301-1/+1
| | | | Originally committed as revision 10875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare libpostproc prerequisites directly instead of using a layer ofDiego Biurrun2007-10-302-7/+5
| | | | | | | 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