92860 Commits (2b5abf94de1741bcd1ed68bbd3fd674398a43f3f)
 

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