aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Restructure if/else a little.Michael Niedermayer2008-04-131-2/+3
* Clear DIRS variable in common.mak, so it does not have to be cleared inDiego Biurrun2008-04-132-2/+3
* Remove all dependency files on distclean.Diego Biurrun2008-04-131-1/+3
* Unset DIRS after including subdir.mak so that the variable is not usedDiego Biurrun2008-04-131-0/+2
* Generate the list of files to clean in subdirectories in common.mak.Diego Biurrun2008-04-132-4/+3
* Split CLEANFILES variable into CLEANSUFFIXES and LIBSUFFIXES.Diego Biurrun2008-04-131-3/+3
* Simplify CLEANFILES generation.Diego Biurrun2008-04-131-11/+4
* Do not call update_initial_durations if pkt->duration is 0.Reimar Döffinger2008-04-131-1/+1
* Add explanatory comments to enum CodecID.Diego Biurrun2008-04-131-0/+3
* Relicense test/example files as LGPL with Michael's permission.Diego Biurrun2008-04-132-16/+16
* Remove redundant &.Michael Niedermayer2008-04-131-19/+19
* Add a header file to declare Xvid IDCT functions.Alexander Strange2008-04-123-5/+34
* remove useless extern keyword.Stefano Sabatini2008-04-111-7/+7
* Crop parameters are unsigned, having them negative could be bad and leadMichael Niedermayer2008-04-111-4/+4
* Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsvMichael Niedermayer2008-04-111-3/+6
* ffplay.d needs SDL_CFLAGSMåns Rullgård2008-04-101-1/+1
* remove unused MAKE variableMåns Rullgård2008-04-101-13/+0
* correct soname for vhooksMåns Rullgård2008-04-102-3/+4
* save DEP_LIBS before processing subdirsMåns Rullgård2008-04-101-5/+6
* cosmetics: Break an overly long line.Keiji Costantini2008-04-101-1/+3
* cosmetics: Break some overly long lines.Keiji Costantini2008-04-101-13/+28
* cosmetics: Break some overly long lines.Keiji Costantini2008-04-101-16/+30
* Only set channels in the stream if previously unset, fixes resampling crash o...Benjamin Larsson2008-04-101-1/+8
* Fix seeking in rm.Michael Niedermayer2008-04-092-91/+91
* undo changes in aac_ac3_parserBartlomiej Wolowiec2008-04-094-61/+61
* move DEP_LIBS to common.makMåns Rullgård2008-04-093-5/+3
* fix build with --build-suffixMåns Rullgård2008-04-092-2/+2
* generate separate dependency files per object fileMåns Rullgård2008-04-093-22/+21
* cosmetics (by Björn Axelsson)Benoit Fouet2008-04-092-8/+8
* Add a generic write function to av_fifo.Björn Axelsson2008-04-092-2/+28
* Fix H.264 interframe decoding when compiling with icc. Patch by LorenLoren Merritt2008-04-081-2/+3
* Mark option arguments as variables using @var{}.Stefano Sabatini2008-04-083-106/+106
* Fix reference to a file in MPlayer that was renamed.Diego Biurrun2008-04-081-1/+1
* add CODEC_ID_DIRACMichael Niedermayer2008-04-081-0/+1
* Correction of typo in aac_ac3_parserBartlomiej Wolowiec2008-04-081-1/+1
* Increase alignment for DCT block arrays from 8 to 16Alexander Strange2008-04-085-5/+5
* Complete argument information in ffmpeg.c:options for non-number argumentsStefano Sabatini2008-04-081-6/+6
* Add a missing comma in tiff_encoder.pix_fmtsStefano Sabatini2008-04-081-1/+1
* replace some ifeq with prettier ifdefMåns Rullgård2008-04-073-5/+5
* append TESTS-yes to TESTS; one ifeq lessMåns Rullgård2008-04-072-3/+2
* collect vhook-related makefile lines in one placeMåns Rullgård2008-04-071-27/+27
* Make the install-man target depend on $(MANPAGES).Stefano Sabatini2008-04-071-1/+1
* non-recursive makefilesMåns Rullgård2008-04-071-7/+6
* non-recursive makefilesMåns Rullgård2008-04-0710-231/+198
* Corrections of errors in aac_ac3_parserBartlomiej Wolowiec2008-04-074-3/+11
* change of aac_ac3_parser, so it is able to send complete portion of data to d...Bartlomiej Wolowiec2008-04-054-61/+53
* remove castBaptiste Coudurier2008-04-051-1/+1
* better error messageBaptiste Coudurier2008-04-051-4/+6
* simplifyMichael Niedermayer2008-04-051-3/+3
* Handle av_realloc() failureVitor Sessak2008-04-042-3/+11