8159 Commits (ac50bcc834a3d2cee880813424072768f84c6229)
 

Author SHA1 Message Date
Ramiro Polla e5f94c2b2c Disable threading support by default on all platforms, add individual 18 years ago
Diego Biurrun dc9229536d ordering cosmetics 18 years ago
Diego Biurrun 20c9dfe391 cosmetics: Reorder external libraries. 18 years ago
Diego Biurrun 6ebe07fbb5 variable renaming: mp3lame --> libmp3lame 18 years ago
Diego Biurrun 2eed5a461f Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin 18 years ago
Diego Biurrun 3ffab36139 variable renaming: dts --> libdts 18 years ago
Diego Biurrun f8904fd959 Rename variables: a52 --> liba52, a52bin --> liba52bin 18 years ago
Diego Biurrun bfd5afd844 Reorder configure output. 18 years ago
Diego Biurrun 21e3078f27 one more naming consistency change 18 years ago
Diego Biurrun a10b8204bb more consistency for the output naming 18 years ago
Diego Biurrun f36958f89a Align configure output. 18 years ago
Luca Abeni 0dea6433fd replace some av_malloc();memset(...,0,...) sequences with av_mallocz() 18 years ago
Baptiste Coudurier e943369fd4 simplify 18 years ago
Baptiste Coudurier 17230c9d4d dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3 18 years ago
Michael Niedermayer bc9a459780 maybe fixing a segfault 18 years ago
Michael Niedermayer 78954a0542 snow specification 18 years ago
Michael Niedermayer 1e90b34f08 dead code removial 18 years ago
Michael Niedermayer d0966f026c missdetected a broken mp3 18 years ago
Michael Niedermayer 69c262d156 indention 18 years ago
Michael Niedermayer 1694118b9b nth try of getting the frame rate detecton working 18 years ago
Michael Niedermayer 396a5e6837 store a few values in the header as difference to the last 18 years ago
Michael Niedermayer c62997a587 some quick encoding tips 18 years ago
Benjamin Larsson 09d8c0ae83 VP6 and flashsv stream copy and muxing support. 18 years ago
Benjamin Larsson f01bd9da81 Correct value for the test. 18 years ago
Michael Niedermayer aa38b09769 AVSEEK_SIZE doxy 18 years ago
Michael Niedermayer 1ae2c5f2e7 fix indention of previous commit 18 years ago
Michael Niedermayer 8e287af090 seekless filesize retrieving support in 7 lines of code, also doesnt break compatibility 18 years ago
Michael Niedermayer ecec87afc6 revert regression test breaking change 18 years ago
Kostya Shishkov aac88b534c Decode previous 32 frames to avoid seeking artifacts in MPC 18 years ago
Kostya Shishkov 0587b0cacd Make MPC demuxer deal with ID3 tags at the beginning 18 years ago
Michael Niedermayer c57d34693b remember the size after switching back from fullscreen 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 18 years ago
Michael Niedermayer cfe9cfede8 check x/y validity 18 years ago
Michael Niedermayer 990c84384f cosmetic (move video_open() up to avoid prototype) 18 years ago
Michael Niedermayer 8c982c5da7 10l (fix segfault with audio only files) 18 years ago
Michael Niedermayer c03312ccac remove code duplication 18 years ago
Michael Niedermayer fccb19e3c5 1st attempt to fix width/height 18 years ago
Michael Niedermayer 4b96d28abc ignore duration of the first 2 frames in the max-time break check 18 years ago
Michael Niedermayer 6268538afa do not base frame rate guess on just one duration 18 years ago
Allan Hsu 148c9bdbb8 Patch for the FLV muxer to supply more complete metadata 18 years ago
Kostya Shishkov e311363245 Enable forward seek in Musepack demuxer 18 years ago
Mike Frysinger d037d797a4 fall back mmap() call using MAP_PRIVATE for working on no-mmu systems 18 years ago
Patrice Bensoussan 62ade082bb Decode genre on asf/wma files. 18 years ago
Dominik Mierzejewski 20c516c616 Remove redundant Requires: in libswscale.pc, approved by Diego. 18 years ago
Luca Abeni b2afecbe02 change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip() 18 years ago
Luca Abeni 789237cad0 Mark some variables as possibly unused to avoid warnings 18 years ago
Luca Abeni 628bc5e862 Add some explicit casts to avoid "assignment from incompatible pointer type" 18 years ago
Måns Rullgård a4da50e17f make version.h depend on .svn/entries 18 years ago
Michael Niedermayer 2606f38a67 skiprd doxygen comment from avcodec.h -> AVOption comment 18 years ago
Luca Abeni 44060a7391 Add some other casts, to remove void pointers arithmetic 18 years ago