summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Decode previous 32 frames to avoid seeking artifacts in MPCKostya Shishkov2007-01-012-1/+19
* Make MPC demuxer deal with ID3 tags at the beginningKostya Shishkov2007-01-011-3/+21
* remember the size after switching back from fullscreenMichael Niedermayer2006-12-311-2/+2
* dont use SDL_WM_ToggleFullScreen() as that doesnt seem to work reliably if a ...Michael Niedermayer2006-12-311-16/+13
* check x/y validityMichael Niedermayer2006-12-311-0/+8
* cosmetic (move video_open() up to avoid prototype)Michael Niedermayer2006-12-311-40/+38
* 10l (fix segfault with audio only files)Michael Niedermayer2006-12-311-3/+4
* remove code duplicationMichael Niedermayer2006-12-301-14/+1
* 1st attempt to fix width/heightMichael Niedermayer2006-12-301-28/+45
* ignore duration of the first 2 frames in the max-time break checkMichael Niedermayer2006-12-291-1/+2
* do not base frame rate guess on just one durationMichael Niedermayer2006-12-291-1/+1
* Patch for the FLV muxer to supply more complete metadataAllan Hsu2006-12-283-6/+51
* Enable forward seek in Musepack demuxerKostya Shishkov2006-12-281-3/+31
* fall back mmap() call using MAP_PRIVATE for working on no-mmu systemsMike Frysinger2006-12-281-2/+5
* Decode genre on asf/wma files.Patrice Bensoussan2006-12-281-0/+1
* Remove redundant Requires: in libswscale.pc, approved by Diego.Dominik Mierzejewski2006-12-261-2/+2
* change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()Luca Abeni2006-12-263-15/+15
* Mark some variables as possibly unused to avoid warningsLuca Abeni2006-12-262-3/+5
* Add some explicit casts to avoid "assignment from incompatible pointer type"Luca Abeni2006-12-262-15/+15
* make version.h depend on .svn/entriesMåns Rullgård2006-12-261-0/+5
* skiprd doxygen comment from avcodec.h -> AVOption commentMichael Niedermayer2006-12-261-1/+1
* Add some other casts, to remove void pointers arithmeticLuca Abeni2006-12-261-3/+3
* Add some explicit casts to avoid some warningsLuca Abeni2006-12-261-4/+4
* Remove some void pointers arithmeticLuca Abeni2006-12-261-3/+3
* Musepack SV7 decoding supportKostya Shishkov2006-12-2413-4/+750
* Properly check for all required bktr headers.Diego Biurrun2006-12-242-11/+27
* Replace fail test with the die function.Diego Biurrun2006-12-241-22/+9
* Remove redundant variable setting.Diego Biurrun2006-12-241-1/+0
* Slightly shorten libvorbis check.Diego Biurrun2006-12-241-5/+3
* Disable Win32 threads by default.Diego Biurrun2006-12-241-3/+4
* Add AMR directories for out-of-tree builds.Diego Biurrun2006-12-231-0/+3
* typo: Properly escape a $ sign.Diego Biurrun2006-12-231-1/+1
* sync to libnut, nom->numOded Shimon2006-12-231-9/+9
* Register x11grab only when it has been enabled.Diego Biurrun2006-12-231-0/+2
* skiprdMichael Niedermayer2006-12-234-1/+37
* Fix regression tests with out-of-tree builds.Diego Biurrun2006-12-231-3/+4
* Create libpostproc pkgconfig files only if libpostproc is enabled.Diego Biurrun2006-12-221-2/+4
* support files >2GB on MinGWRamiro Polla2006-12-221-0/+3
* test DIRECT{0,0} too if flag mv0 is usedMichael Niedermayer2006-12-224-17/+19
* slightly more consistency for the Darwin linker optionsDiego Biurrun2006-12-221-1/+1
* Clarify that yuv2rgb_init.c cannot be used under LGPLLuca Abeni2006-12-221-2/+0
* Opss... My last commit was wrong; sorry!Luca Abeni2006-12-221-5/+5
* libswscale is not LGPLed, sorryLuca Abeni2006-12-221-0/+5
* Remove useless include (not needed now that libswscale uses libavutil)Luca Abeni2006-12-221-5/+0
* bt 0 is invalid, setting min to 1Baptiste Coudurier2006-12-221-1/+1
* Install generated .lib files in shlibdir on MinGW.Ramiro Polla2006-12-222-0/+3
* Remove duplicate line.Diego Biurrun2006-12-221-1/+0
* Fix linking on Intel Mac due to local relocation entries inTom Harper2006-12-221-1/+1
* Make the X11 frame grabber disabled by default.Diego Biurrun2006-12-222-1/+15
* more simplificationAurelien Jacobs2006-12-211-3/+1
OpenPOWER on IntegriCloud