aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename LIB to LIBNAME for consistency.Diego Biurrun2007-10-183-15/+15
| | | | Originally committed as revision 10774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1l: Update wrong #endif comment.Diego Biurrun2007-10-181-1/+1
| | | | Originally committed as revision 24801 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-183-9/+9
| | | | Originally committed as revision 24800 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample().Timofei V. Bondarenko2007-10-171-10/+10
| | | | | | | | patch by Timofei, tim ipi.ac ru Date: Mon, 15 Oct 2007 19:55:29 +0400 Subject: [FFmpeg-devel] [PATCH] adpcm-ima-wav header and codec Originally committed as revision 10773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add multiple inclusion guards to config.h.Diego Biurrun2007-10-171-0/+4
| | | | Originally committed as revision 10772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explain why there are no multiple inclusion guards in these header files.Diego Biurrun2007-10-173-0/+12
| | | | Originally committed as revision 10771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify comment that explains why this header lacks multiple inclusion guards.Diego Biurrun2007-10-171-2/+3
| | | | Originally committed as revision 10770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add entry about pr not being present in standard MSYS install.Ramiro Polla2007-10-171-0/+4
| | | | Originally committed as revision 10769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add SLIB_UNINSTALL_EXTRA_CMD for MinGW.Diego Biurrun2007-10-171-0/+1
| | | | | | based on a patch by Dave Yeo, daveryeo telus net Originally committed as revision 10768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add SLIB_UNINSTALL_EXTRA_COMMAND to uninstall the things installed viaDave Yeo2007-10-172-0/+2
| | | | | | | SLIB_INSTALL_EXTRA_COMMAND. patch by Dave Yeo, daveryeo telus net Originally committed as revision 10767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove wrong multiple inclusion guards.Aurelien Jacobs2007-10-173-15/+0
| | | | | | Those files are really meant to be included several times. Originally committed as revision 10766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17175-529/+528
| | | | Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a comment that explains why this header lacks multiple inclusion guards.Diego Biurrun2007-10-171-0/+3
| | | | Originally committed as revision 10764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing multiple inclusion guards.Diego Biurrun2007-10-176-1/+27
| | | | Originally committed as revision 10763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use filename as multiple inclusion guard.Diego Biurrun2007-10-171-3/+3
| | | | Originally committed as revision 10762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix #endif comment typo.Diego Biurrun2007-10-171-1/+1
| | | | Originally committed as revision 10761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use filename as multiple inclusion guard.Diego Biurrun2007-10-174-12/+12
| | | | Originally committed as revision 10760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment grammar fixDiego Biurrun2007-10-161-1/+1
| | | | Originally committed as revision 10759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Re-enable DEBUG_SEEK flag.Benoit Fouet2007-10-161-1/+1
| | | | Originally committed as revision 10758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are ↵Baptiste Coudurier2007-10-161-1/+1
| | | | | | itunes specific Originally committed as revision 10757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2007-10-161-18/+18
| | | | Originally committed as revision 10756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix streaming to XBox360.Patric Stout2007-10-151-1/+4
| | | | | | | | | Patch by Patric Stout, patric T liefdeis O com Original thread: Subject: asf-format doesn't work as stream for XBox360 Date: 2007-10-14 Originally committed as revision 10755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc Doxygen spelling/grammar fixesDiego Biurrun2007-10-151-9/+9
| | | | Originally committed as revision 10754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindentAurelien Jacobs2007-10-151-9/+9
| | | | Originally committed as revision 10753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for VP6 in electronicarts demuxerAurelien Jacobs2007-10-151-16/+51
| | | | Originally committed as revision 10752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless &0xFFAurelien Jacobs2007-10-151-2/+2
| | | | Originally committed as revision 10751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge declaration and initializationAurelien Jacobs2007-10-151-2/+1
| | | | Originally committed as revision 10750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused context varsAurelien Jacobs2007-10-151-6/+0
| | | | Originally committed as revision 10749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused codeAurelien Jacobs2007-10-151-4/+0
| | | | Originally committed as revision 10748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused tags definitionAurelien Jacobs2007-10-151-2/+0
| | | | Originally committed as revision 10747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused close functionAurelien Jacobs2007-10-151-8/+0
| | | | Originally committed as revision 10746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify bitstream readingAurelien Jacobs2007-10-151-15/+3
| | | | Originally committed as revision 10745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF byJeff Downs2007-10-151-6/+8
| | | | | | | | | setting Picture.reference to indicate parity for all Pictures in reference list. Patch by Jeff Downs, heydowns T borg O com Originally committed as revision 10744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cygwin don't like this function declaration.Aurelien Jacobs2007-10-152-2/+3
| | | | | | So move this self-documentation into a comment instead. Originally committed as revision 10743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Undefine DEBUG_SEEK.Thorsten Jordan2007-10-151-1/+1
| | | | | | Patch by Thorsten Jordan: tjordan macrosystem de Originally committed as revision 10742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Nellymoser ASAO decoderBenjamin Larsson2007-10-157-2/+490
| | | | Originally committed as revision 10741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove gcc import libraries from Win32 builds.Ramiro Polla2007-10-151-2/+2
| | | | | | | They weren't even installed, and [1] suggests linking directly to the dll. [1] http://sourceware.org/binutils/docs-2.18/ld/WIN32.html Originally committed as revision 10740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge audio and video bitstream filter options handling.Benoit Fouet2007-10-151-22/+4
| | | | Originally committed as revision 10739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix mix-up of values in r10690 (deblocking for PAFF).Martin Zlomek2007-10-151-2/+2
| | | | | | Patch by Martin Zlomek, martin d zlomek a email d cz Originally committed as revision 10738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for VP6 with huffman encoded blocksAurelien Jacobs2007-10-146-13/+148
| | | | | | closes issue 104 Originally committed as revision 10737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moves fraps huffman decoder to its own file, making it more genericAurelien Jacobs2007-10-144-81/+150
| | | | Originally committed as revision 10736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Move asf_read_close() down to get rid of a forward declaration.Diego Biurrun2007-10-141-15/+13
| | | | Originally committed as revision 10735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increment minor after r10709.Benoit Fouet2007-10-141-2/+2
| | | | Originally committed as revision 10734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix rc4 header, #ifndef -> #defineReimar Döffinger2007-10-141-1/+1
| | | | Originally committed as revision 10733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add multiple inclusion guards.Diego Biurrun2007-10-141-0/+5
| | | | Originally committed as revision 10732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add standard license header.Diego Biurrun2007-10-141-0/+20
| | | | Originally committed as revision 10731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistently place comments in file header.Diego Biurrun2007-10-141-2/+2
| | | | Originally committed as revision 10730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sort()Diego Biurrun2007-10-141-1/+1
| | | | Originally committed as revision 10729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP6A needs its Makefile rules tooAurelien Jacobs2007-10-141-0/+2
| | | | Originally committed as revision 10728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix MJPEG decoder for AMV files.Vladimir Voroshilov2007-10-132-3/+4
| | | | | | | | | Since decoding is doing from the end and aligned by 16 previous code worked correctly only when picture height was dividable by 16, otherwise it provides garbage in top lines and truncates bottom. New code adjusts data[] pointers taking in account alignment issue. Originally committed as revision 10727 to svn://svn.ffmpeg.org/ffmpeg/trunk