aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Restructure if/else a little.Michael Niedermayer2008-04-131-2/+3
| | | | Originally committed as revision 12804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clear DIRS variable in common.mak, so it does not have to be cleared inDiego Biurrun2008-04-132-2/+3
| | | | | | each subdirectory Makefile. Originally committed as revision 12803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove all dependency files on distclean.Diego Biurrun2008-04-131-1/+3
| | | | Originally committed as revision 12802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unset DIRS after including subdir.mak so that the variable is not usedDiego Biurrun2008-04-131-0/+2
| | | | | | in the other subdirectory Makefiles. Originally committed as revision 12801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generate the list of files to clean in subdirectories in common.mak.Diego Biurrun2008-04-132-4/+3
| | | | | | This way, it can be used from all directories. Originally committed as revision 12800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split CLEANFILES variable into CLEANSUFFIXES and LIBSUFFIXES.Diego Biurrun2008-04-131-3/+3
| | | | Originally committed as revision 12799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify CLEANFILES generation.Diego Biurrun2008-04-131-11/+4
| | | | Originally committed as revision 12798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not call update_initial_durations if pkt->duration is 0.Reimar Döffinger2008-04-131-1/+1
| | | | | | | Fixes and assertion crash when playing amv files, e.g. http://samples.mplayerhq.hu/amv/Shakira - Hips Don't Lie.amv Originally committed as revision 12797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add explanatory comments to enum CodecID.Diego Biurrun2008-04-131-0/+3
| | | | Originally committed as revision 12796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Relicense test/example files as LGPL with Michael's permission.Diego Biurrun2008-04-132-16/+16
| | | | Originally committed as revision 26429 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove redundant &.Michael Niedermayer2008-04-131-19/+19
| | | | Originally committed as revision 12795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a header file to declare Xvid IDCT functions.Alexander Strange2008-04-123-5/+34
| | | | | | patch by Alexander Strange, astrange ithinksw com Originally committed as revision 12794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless extern keyword.Stefano Sabatini2008-04-111-7/+7
| | | | | | patch by Stefano Sabatini: stefano sabatini-lala poste it Originally committed as revision 12790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Crop parameters are unsigned, having them negative could be bad and leadMichael Niedermayer2008-04-111-4/+4
| | | | | | to crashes or maybe exploits (not checked at all if this is possible). Originally committed as revision 12789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsvMichael Niedermayer2008-04-111-3/+6
| | | | | | and closes issue333. Originally committed as revision 12788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffplay.d needs SDL_CFLAGSMåns Rullgård2008-04-101-1/+1
| | | | Originally committed as revision 12787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused MAKE variableMåns Rullgård2008-04-101-13/+0
| | | | Originally committed as revision 12786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct soname for vhooksMåns Rullgård2008-04-102-3/+4
| | | | Originally committed as revision 12785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* save DEP_LIBS before processing subdirsMåns Rullgård2008-04-101-5/+6
| | | | Originally committed as revision 12784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Break an overly long line.Keiji Costantini2008-04-101-1/+3
| | | | | | patch by Keiji Costantini, lists strites net Originally committed as revision 12783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Break some overly long lines.Keiji Costantini2008-04-101-13/+28
| | | | | | patch by Keiji Costantini, lists strites net Originally committed as revision 12782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Break some overly long lines.Keiji Costantini2008-04-101-16/+30
| | | | | | patch by Keiji Costantini, lists strites net Originally committed as revision 12781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only set channels in the stream if previously unset, fixes resampling crash ↵Benjamin Larsson2008-04-101-1/+8
| | | | | | on broken dca frames Originally committed as revision 12780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix seeking in rm.Michael Niedermayer2008-04-092-91/+91
| | | | Originally committed as revision 12779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* undo changes in aac_ac3_parserBartlomiej Wolowiec2008-04-094-61/+61
| | | | Originally committed as revision 12778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move DEP_LIBS to common.makMåns Rullgård2008-04-093-5/+3
| | | | Originally committed as revision 12777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix build with --build-suffixMåns Rullgård2008-04-092-2/+2
| | | | Originally committed as revision 12776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generate separate dependency files per object fileMåns Rullgård2008-04-093-22/+21
| | | | Originally committed as revision 12775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics (by Björn Axelsson)Benoit Fouet2008-04-092-8/+8
| | | | Originally committed as revision 12774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a generic write function to av_fifo.Björn Axelsson2008-04-092-2/+28
| | | | | | | | Patch by Björn Axelsson: bjorn axelsson intinor se Original thread: [FFmpeg-devel] [RFC][PATCH] av_fifo_write_from_bytestream() Date: 04/03/2008 12:14 PM Originally committed as revision 12773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix H.264 interframe decoding when compiling with icc. Patch by LorenLoren Merritt2008-04-081-2/+3
| | | | | | | | | | | Merritt: "It seems that icc copies the constants from their global var onto the stack, at which point they're not aligned, hence the crash. [This change] really shouldn't mean anything different, but maybe it'll confuse icc into not performing that 'optimization'." Originally committed as revision 12772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark option arguments as variables using @var{}.Stefano Sabatini2008-04-083-106/+106
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 12771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix reference to a file in MPlayer that was renamed.Diego Biurrun2008-04-081-1/+1
| | | | Originally committed as revision 12770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add CODEC_ID_DIRACMichael Niedermayer2008-04-081-0/+1
| | | | Originally committed as revision 12769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correction of typo in aac_ac3_parserBartlomiej Wolowiec2008-04-081-1/+1
| | | | Originally committed as revision 12768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase alignment for DCT block arrays from 8 to 16Alexander Strange2008-04-085-5/+5
| | | | | | Patch by Alexander Strange ( astrange ithinksw com ) Originally committed as revision 12767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Complete argument information in ffmpeg.c:options for non-number argumentsStefano Sabatini2008-04-081-6/+6
| | | | | | Patch by Stefano Sabatini ( stefano sabatini-lala poste it ) Originally committed as revision 12766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a missing comma in tiff_encoder.pix_fmtsStefano Sabatini2008-04-081-1/+1
| | | | | | Patch by Stefano Sabatini ( stefano sabatini-lala poste it ) Originally committed as revision 12765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace some ifeq with prettier ifdefMåns Rullgård2008-04-073-5/+5
| | | | Originally committed as revision 12764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* append TESTS-yes to TESTS; one ifeq lessMåns Rullgård2008-04-072-3/+2
| | | | Originally committed as revision 12763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* collect vhook-related makefile lines in one placeMåns Rullgård2008-04-071-27/+27
| | | | Originally committed as revision 12762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the install-man target depend on $(MANPAGES).Stefano Sabatini2008-04-071-1/+1
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 12761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* non-recursive makefilesMåns Rullgård2008-04-071-7/+6
| | | | Originally committed as revision 26346 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* non-recursive makefilesMåns Rullgård2008-04-0710-231/+198
| | | | Originally committed as revision 12760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Corrections of errors in aac_ac3_parserBartlomiej Wolowiec2008-04-074-3/+11
| | | | Originally committed as revision 12759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change of aac_ac3_parser, so it is able to send complete portion of data to ↵Bartlomiej Wolowiec2008-04-054-61/+53
| | | | | | decoder Originally committed as revision 12758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove castBaptiste Coudurier2008-04-051-1/+1
| | | | Originally committed as revision 12757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better error messageBaptiste Coudurier2008-04-051-4/+6
| | | | Originally committed as revision 12756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2008-04-051-3/+3
| | | | Originally committed as revision 12755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle av_realloc() failureVitor Sessak2008-04-042-3/+11
| | | | | | Commited in SoC by Vitor Sessak on 2008-04-04 15:35:38 Originally committed as revision 12754 to svn://svn.ffmpeg.org/ffmpeg/trunk