Michael Niedermayer
bc9a459780
maybe fixing a segfault
...
Originally committed as revision 7407 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
78954a0542
snow specification
...
(this is just quickly written and probably isnt error free, its also incomplete)
all types of help are very welcome (fixing FIXMEs, fixing errors adding missing stuff,
correcting spelling grammmer, ...)
Originally committed as revision 7406 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
1e90b34f08
dead code removial
...
Originally committed as revision 7405 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
d0966f026c
missdetected a broken mp3
...
Originally committed as revision 7404 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
69c262d156
indention
...
Originally committed as revision 7403 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
1694118b9b
nth try of getting the frame rate detecton working
...
Originally committed as revision 7402 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
396a5e6837
store a few values in the header as difference to the last
...
this makes frames a few bytes smaller (0.1% for high bitrate but >1% for low bitrates)
Originally committed as revision 7401 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c62997a587
some quick encoding tips
...
feel free to extend, change, fix spelling and grammer and the formatting ...
Originally committed as revision 7400 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
09d8c0ae83
VP6 and flashsv stream copy and muxing support.
...
Originally committed as revision 7399 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
f01bd9da81
Correct value for the test.
...
Originally committed as revision 7398 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
aa38b09769
AVSEEK_SIZE doxy
...
Originally committed as revision 7397 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
1ae2c5f2e7
fix indention of previous commit
...
Originally committed as revision 7396 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
8e287af090
seekless filesize retrieving support in 7 lines of code, also doesnt break compatibility
...
Originally committed as revision 7395 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
ecec87afc6
revert regression test breaking change
...
Originally committed as revision 7394 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
aac88b534c
Decode previous 32 frames to avoid seeking artifacts in MPC
...
Originally committed as revision 7393 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
0587b0cacd
Make MPC demuxer deal with ID3 tags at the beginning
...
Originally committed as revision 7392 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c57d34693b
remember the size after switching back from fullscreen
...
Originally committed as revision 7391 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
fb84155b67
dont use SDL_WM_ToggleFullScreen() as that doesnt seem to work reliably if a SDL_SetVideoMode() is called quickly afterwards
...
Originally committed as revision 7390 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
cfe9cfede8
check x/y validity
...
a more generic solution is welcome of course ...
Originally committed as revision 7389 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
990c84384f
cosmetic (move video_open() up to avoid prototype)
...
Originally committed as revision 7388 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
8c982c5da7
10l (fix segfault with audio only files)
...
Originally committed as revision 7387 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c03312ccac
remove code duplication
...
Originally committed as revision 7386 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
fccb19e3c5
1st attempt to fix width/height
...
Originally committed as revision 7385 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
4b96d28abc
ignore duration of the first 2 frames in the max-time break check
...
fixes framerate detection for framerate_misdetected.wmv
Originally committed as revision 7384 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
6268538afa
do not base frame rate guess on just one duration
...
Originally committed as revision 7383 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Allan Hsu
148c9bdbb8
Patch for the FLV muxer to supply more complete metadata
...
in the onMetaData header. Patch by Allan Hsu <allan at counterpop dot net>.
Originally committed as revision 7382 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
e311363245
Enable forward seek in Musepack demuxer
...
Originally committed as revision 7381 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Mike Frysinger
d037d797a4
fall back mmap() call using MAP_PRIVATE for working on no-mmu systems
...
patch by Mike Frysinger vapier.adi _at_ gmail.com
Originally committed as revision 7380 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Patrice Bensoussan
62ade082bb
Decode genre on asf/wma files.
...
patch by patrice.bensoussan _at_ free.fr
Originally committed as revision 7379 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Dominik Mierzejewski
20c516c616
Remove redundant Requires: in libswscale.pc, approved by Diego.
...
Originally committed as revision 7378 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
b2afecbe02
change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()
...
Originally committed as revision 21776 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Luca Abeni
789237cad0
Mark some variables as possibly unused to avoid warnings
...
Originally committed as revision 21775 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Luca Abeni
628bc5e862
Add some explicit casts to avoid "assignment from incompatible pointer type"
...
warnings
Originally committed as revision 21774 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Måns Rullgård
a4da50e17f
make version.h depend on .svn/entries
...
Originally committed as revision 7377 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
2606f38a67
skiprd doxygen comment from avcodec.h -> AVOption comment
...
Originally committed as revision 7376 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
44060a7391
Add some other casts, to remove void pointers arithmetic
...
Originally committed as revision 21773 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Luca Abeni
7d19628b14
Add some explicit casts to avoid some warnings
...
Originally committed as revision 21772 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Luca Abeni
9effd94abc
Remove some void pointers arithmetic
...
Originally committed as revision 21771 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Kostya Shishkov
185c7b6b26
Musepack SV7 decoding support
...
Originally committed as revision 7375 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f8aa696f9f
Properly check for all required bktr headers.
...
inspired by a patch from Tatu Kilappa, trilkk iki fi
Originally committed as revision 7374 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
6cf161d21e
Replace fail test with the die function.
...
Originally committed as revision 7373 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
5931bfc383
Remove redundant variable setting.
...
Originally committed as revision 7372 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
b8bd34305e
Slightly shorten libvorbis check.
...
Originally committed as revision 7371 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
eb11380499
Disable Win32 threads by default.
...
Originally committed as revision 7370 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3918dc4f8d
Add AMR directories for out-of-tree builds.
...
based on a patch by Ramiro Polla, ramiro lisha.ufsc br
Originally committed as revision 7369 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
b6f9a42147
typo: Properly escape a $ sign.
...
Originally committed as revision 7368 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Oded Shimon
d7d3efae82
sync to libnut, nom->num
...
Originally committed as revision 7367 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3a1018d4d8
Register x11grab only when it has been enabled.
...
Originally committed as revision 7366 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c52f5d66a2
skiprd
...
Originally committed as revision 7365 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
919cb8731e
Fix regression tests with out-of-tree builds.
...
Originally committed as revision 7364 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago