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