1. 015a7d7 Add release managers, merged from trunk. by Diego Biurrun · 14 years ago
  2. 922c55a amend release notes for 0.5.1 by Reinhard Tartler · 14 years ago
  3. 4c83c13 Mention security fixes in the changelog. by Diego Biurrun · 14 years ago
  4. bd7e30e add myself to gpg fingerprint list by Reinhard Tartler · 14 years ago
  5. 4fb58ec bump LIBAVCODEC_VERSION_MICRO for addition of the lock manager API by Reinhard Tartler · 14 years ago
  6. a317cd5 Avoid divisions by 0 in the ASF demuxer if packet_size is not valid. by Reinhard Tartler · 14 years ago
  7. 8e2149d fix the remaining ogv segfaults from issue 1240. by Reinhard Tartler · 14 years ago
  8. 9d9f1ec Make sure we dont read over the end. Fixes issue1237. by Reinhard Tartler · 14 years ago
  9. 53b90bb backport libx264.c from trunk by Reinhard Tartler · 14 years ago
  10. 1420ead Fixed bug where video stream format detection failed for MPEG2 PS files in some cases due to too small of a probe size. by narflex · 14 years ago
  11. a0244ae misc. manpage updates, fixes LP: #501729, Debian: #570050 by Reinhard Tartler · 14 years ago
  12. d2109c7 Check for index size in mkv, fix bad avi files, skip empty flv packets by jeanfrancois · 14 years ago
  13. 26f74e8 cosmetics: K&R coding style, prettyprinting by Reinhard Tartler · 14 years ago
  14. 9593c80 Fix crash in MLP decoder due to integer overflow. by Reinhard Tartler · 14 years ago
  15. 48b98cd Make sure the block array is of the correct size. by Reinhard Tartler · 14 years ago
  16. 9d442d2 Fix crash when max_ref_frames was out of range. by Reinhard Tartler · 14 years ago
  17. afc97d4 reverting objected hunks from previous commit by Reinhard Tartler · 14 years ago
  18. e5bea45 Add a lock manager API to libavcodec. by Reinhard Tartler · 14 years ago
  19. 9e3935d Check submap indexes. by Google Chrome · 14 years ago
  20. 4f5ee3f Check begin/end/partition_size. by Google Chrome · 14 years ago
  21. 736d36b Check res_setup->books. 15_more_residue_book_indexes.patch by chrome. by Google Chrome · 14 years ago
  22. dc5cc27 Check masterbook index and subclass book index. by Google Chrome · 14 years ago
  23. eb70d77 Add checks for per-packet mode indexes and per-header mode mapping indexes. by Google Chrome · 14 years ago
  24. b8ec4c4 Check classbook value. 11_vorbis_residue_book_index.patch by chrome. by Google Chrome · 14 years ago
  25. 49487df Fix book_idx check. 25_vorbis_floor0_index.patch by chrome. by Google Chrome · 14 years ago
  26. 0d3f25e Sanity checks for magnitude and angle. 26_vorbis_mag_angle_index.patch by chrome by Google Chrome · 14 years ago
  27. 9ef13f7 = -> == typo. 27_vorbis_residue_loop_error.patch by chrome by Google Chrome · 14 years ago
  28. beb0dc5 Check dimensions against 0 too. 39_vorbis_zero_dims.patch from chrome by Reinhard Tartler · 14 years ago
  29. f3fd428 Make sure that all memory allocations succeed. by Reinhard Tartler · 14 years ago
  30. 8811fe6 Fix init_get_bits() buffer size. 18_fix_theora_header_bit_len.patch by chrome by Google Chrome · 14 years ago
  31. 3835603 Set data_size to 0 to avoid having it uninitialized. by Reinhard Tartler · 14 years ago
  32. 4b360ee Check data_size in decode_frame_mp3on4(). by Reinhard Tartler · 14 years ago
  33. ab546a7 check data_size in decode_frame() by Reinhard Tartler · 14 years ago
  34. acac785 Check num_units_in_tick/time_scale to be valid and within the range we support. by Reinhard Tartler · 14 years ago
  35. c42640b Fix a possibly exploitable buffer overflow. by Reinhard Tartler · 14 years ago
  36. ef84190 Fix possible buffer over-read in vorbis_comment, fix it double to be sure. by Reinhard Tartler · 14 years ago
  37. 7db16a8 check stream existence before assignment, fix #1222 by Reinhard Tartler · 14 years ago
  38. e91ba7d add one missing check for stream existence in read_elst, fix #1364 by Reinhard Tartler · 14 years ago
  39. 95f90d2 Disable parsing for ogg streams where no ogg header was found, by Reinhard Tartler · 14 years ago
  40. 1e9ac36 Make arguments of av_set_pts_info() unsigned. by Reinhard Tartler · 14 years ago
  41. 7d061cf fix aac playback regression by Reinhard Tartler · 14 years ago
  42. e21e76a build PIC code on powerpc by Reinhard Tartler · 14 years ago
  43. b18806f Add gnu/kfreebsd to list of recognized operating systems. by Andres Mejia · 14 years ago
  44. 478394b backport configure bits for cpu runtime detection for libpostproc and libswscale by Reinhard Tartler · 14 years ago
  45. de3196d fix version script for libswscale by Reinhard Tartler · 14 years ago
  46. 4954903 unbreak compilation with vhook enabled by Reinhard Tartler · 14 years ago
  47. 15dfbc5 missing hunk to unbreak linking with symbol versioning by Reinhard Tartler · 14 years ago
  48. f5c6949 mention symbol versioning by Reinhard Tartler · 14 years ago
  49. a9785f5 backport symbol versioning patch by Reinhard Tartler · 14 years ago
  50. 41bbde0 Fixed issue with MSG_NOSIGNAL being undefined on cygwin by narflex · 14 years ago
  51. 7a5e131 The license upgrade code was ported from trunk. by Diego Biurrun · 14 years ago
  52. 9ab2a8e Fixed Mac build issue where MSG_NOSIGNAL was undefined (we set it to zero) by narflex · 15 years ago
  53. 1d0f49e MKV index fix and improve network timeout recovery by jeanfrancois · 15 years ago
  54. da50bb1 Fixed bug where tags greater than 1k in size would cause us to fail parsing the ASF file. by narflex · 15 years ago
  55. 1e35edd Fixed detection of TrueHD streams in matroska by dave · 15 years ago
  56. 9322968 Merge remaining changes to make libswscale usable in LGPL mode from trunk. by Diego Biurrun · 15 years ago
  57. 8819b9c Revert r19321. The changes were not approved. by Stefano Sabatini · 15 years ago
  58. 5d62141 Update ffmpeg documentation regarding metadata setting. -title, by Stefano Sabatini · 15 years ago
  59. 6d8a769 Try to use 3 banks of 2 megs for the 8622 uncached memory. (Fix some mkv) by jeanfrancois · 15 years ago
  60. 44b20d1 Fix OpenCORE build: Do not use new AVPacket infrastructure from trunk. by Diego Biurrun · 15 years ago
  61. 9ad437e Merge OpenCORE AMR support from trunk. by Diego Biurrun · 15 years ago
  62. 4fcef88 Merge recent libamr changes from trunk, as preparation for OpenCORE support. by Diego Biurrun · 15 years ago
  63. dd2089d Merge (L)GPL upgrade code and related changes from trunk. by Diego Biurrun · 15 years ago
  64. 8054c0e Added note to fix the brokendts code by dave · 15 years ago
  65. d670ade Flac seeking for the pullreader by jeanfrancois · 15 years ago
  66. 92f0f16 Added break after picture metadata case, it was causing a second seek after processing the picture info. by dave · 15 years ago
  67. e8d67bf Added -brokendts to work around a bug in HD-PVR by dave · 15 years ago
  68. 1349799 Added libswscale by dave · 15 years ago
  69. cdea28d Removed swscale external reference by dave · 15 years ago
  70. 47209c9 Fixed various metadata issues by dave · 15 years ago
  71. 8b3c77a Possible fix for MPEG A/V sync issue created by setting DTS=PTS in some streams. by dave · 15 years ago
  72. df0ff1a Ignore generated files. by Diego Biurrun · 15 years ago
  73. 41a4fd7 Merge more verbose licensing information output. by Diego Biurrun · 15 years ago
  74. a4d8ebf Merge GPL --> LGPL conversion of AC-3 decoder from trunk. by Diego Biurrun · 15 years ago
  75. 0ae7dca Mention post 0.5 commits in the changelog. by Diego Biurrun · 15 years ago
  76. d6c23ec Merge explanation of changelog sort order from trunk. by Diego Biurrun · 15 years ago
  77. f8db5be Fix for EM8622 mode mov demuxing by jeanfrancois · 15 years ago
  78. dadec25 Fixed conversion problem where it wouldn't convert >2 channel audio by dave · 15 years ago
  79. 23fcd50 Fix compiling for 8634, 8622 not tested yet by jeanfrancois · 15 years ago
  80. 3499f0f Merge fix for license check function from trunk. by Diego Biurrun · 15 years ago
  81. 7056dd7 Revert unapproved changes. by Ramiro Polla · 15 years ago
  82. eade41f Backport r17995 from trunk. by Ramiro Polla · 15 years ago
  83. 2f14399 Backport r18214 from trunk. by Ramiro Polla · 15 years ago
  84. 4f3ce00 Merge marking of libfaac as non-free from trunk. by Diego Biurrun · 15 years ago
  85. d8ef221 Merge factorization of license check code from trunk. by Diego Biurrun · 15 years ago
  86. 059a417 Changed from Jean-Francois added, mostly fixes for EM86xx products by dave · 15 years ago
  87. cca7ed5 Merge with FFmpeg SVN revision 18196 by dave · 15 years ago
  88. 54ca067 Thumbnail generation now skips frames until at least one key frame is encountered by dave · 15 years ago
  89. 8d003e2 Merge automatic addition of -fno-common to CFLAGS for Windows from trunk. by Diego Biurrun · 15 years ago
  90. b0b57fa Merge replacement of MPEG group reference DCT code. by Diego Biurrun · 15 years ago
  91. 266f6af Merge LGPL relicensing of AltiVec optimizations. by Diego Biurrun · 15 years ago
  92. 241c55a Merge fix for GPL code that erroneously made it into the LGPL build. by Diego Biurrun · 15 years ago
  93. 030896c Merge split of README <-> LICENSE files along with the clarifications. by Diego Biurrun · 15 years ago
  94. beb93f9 Add a copy of libswscale into the branch instead of using svn:external. by Diego Biurrun · 15 years ago
  95. 8e8813a Merge improved version number generation from trunk. by Diego Biurrun · 15 years ago
  96. c3c2325 Revert hackish release version number hardcoding in version.sh. by Diego Biurrun · 15 years ago
  97. 2676e03 Added file revision doc for tracking main SVN repository by dave · 15 years ago
  98. 5903d6e Added DTS-MA codec type for identification by dave · 15 years ago
  99. 67744b6 lavf/lavc now reports DTS-HD or Dolby TrueHD even though it's not fully decoded by dave · 15 years ago
  100. f8429ed Peg libswscale to the revision corresponding to the moment the branch was cut. by Diego Biurrun · 15 years ago