summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Support for BMP os2v1.Benoit Fouet2008-04-14
* Remove useless code.Michael Niedermayer2008-04-14
* Recommit r12809Michael Niedermayer2008-04-14
* Use generic seeking code for flv. The removed code was a buggy duplicate.Michael Niedermayer2008-04-14
* revert r12809Michael Niedermayer2008-04-14
* Stop find_stream_info() searching for further streams if 2 streams haveMichael Niedermayer2008-04-13
* 10lMichael Niedermayer2008-04-13
* BFI demuxerSisir Koppaka2008-04-13
* ILP64 fixes (untested)Michael Niedermayer2008-04-13
* Print warning if scale/rate is invalid.Michael Niedermayer2008-04-13
* indentMichael Niedermayer2008-04-13
* Restructure if/else a little.Michael Niedermayer2008-04-13
* Clear DIRS variable in common.mak, so it does not have to be cleared inDiego Biurrun2008-04-13
* Remove all dependency files on distclean.Diego Biurrun2008-04-13
* Unset DIRS after including subdir.mak so that the variable is not usedDiego Biurrun2008-04-13
* Generate the list of files to clean in subdirectories in common.mak.Diego Biurrun2008-04-13
* Split CLEANFILES variable into CLEANSUFFIXES and LIBSUFFIXES.Diego Biurrun2008-04-13
* Simplify CLEANFILES generation.Diego Biurrun2008-04-13
* Do not call update_initial_durations if pkt->duration is 0.Reimar Döffinger2008-04-13
* Add explanatory comments to enum CodecID.Diego Biurrun2008-04-13
* Relicense test/example files as LGPL with Michael's permission.Diego Biurrun2008-04-13
* Remove redundant &.Michael Niedermayer2008-04-13
* Add a header file to declare Xvid IDCT functions.Alexander Strange2008-04-12
* remove useless extern keyword.Stefano Sabatini2008-04-11
* Crop parameters are unsigned, having them negative could be bad and leadMichael Niedermayer2008-04-11
* Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsvMichael Niedermayer2008-04-11
* ffplay.d needs SDL_CFLAGSMåns Rullgård2008-04-10
* remove unused MAKE variableMåns Rullgård2008-04-10
* correct soname for vhooksMåns Rullgård2008-04-10
* save DEP_LIBS before processing subdirsMåns Rullgård2008-04-10
* cosmetics: Break an overly long line.Keiji Costantini2008-04-10
* cosmetics: Break some overly long lines.Keiji Costantini2008-04-10
* cosmetics: Break some overly long lines.Keiji Costantini2008-04-10
* Only set channels in the stream if previously unset, fixes resampling crash o...Benjamin Larsson2008-04-10
* Fix seeking in rm.Michael Niedermayer2008-04-09
* undo changes in aac_ac3_parserBartlomiej Wolowiec2008-04-09
* move DEP_LIBS to common.makMåns Rullgård2008-04-09
* fix build with --build-suffixMåns Rullgård2008-04-09
* generate separate dependency files per object fileMåns Rullgård2008-04-09
* cosmetics (by Björn Axelsson)Benoit Fouet2008-04-09
* Add a generic write function to av_fifo.Björn Axelsson2008-04-09
* Fix H.264 interframe decoding when compiling with icc. Patch by LorenLoren Merritt2008-04-08
* Mark option arguments as variables using @var{}.Stefano Sabatini2008-04-08
* Fix reference to a file in MPlayer that was renamed.Diego Biurrun2008-04-08
* add CODEC_ID_DIRACMichael Niedermayer2008-04-08
* Correction of typo in aac_ac3_parserBartlomiej Wolowiec2008-04-08
* Increase alignment for DCT block arrays from 8 to 16Alexander Strange2008-04-08
* Complete argument information in ffmpeg.c:options for non-number argumentsStefano Sabatini2008-04-08
* Add a missing comma in tiff_encoder.pix_fmtsStefano Sabatini2008-04-08
* replace some ifeq with prettier ifdefMåns Rullgård2008-04-07