Commits on Apr 14, 2016

  1. fix typo

    rbouqueau committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    ce33fba View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2017

  1. The muxer can write to memory when passed a NULL filename. Get data w…

    …ith gf_isom_get_bs(). Works with segments.
    rbouqueau committed Jan 14, 2017
    Configuration menu
    Copy the full SHA
    9d48003 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2017

  1. Configuration menu
    Copy the full SHA
    2a8f6b1 View commit details
    Browse the repository at this point in the history
  2. add missing GF_EXPORT

    rbouqueau committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    5a40508 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Configuration menu
    Copy the full SHA
    c4017e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2017

  1. fix base data offsets

    rbouqueau committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    1615f7a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. Add test for dashing playready encrypted content

    NicolasDEROUINEAU committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    e2464a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. moving to 0.7.2-DEV

    jeanlf committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    0d69aa3 View commit details
    Browse the repository at this point in the history
  2. fixed msvc warning

    jeanlf committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    dd41f6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cd4bc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e59947 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2017

  1. Add test for descriptor and forced duration

    NicolasDEROUINEAU committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    e6f5bd1 View commit details
    Browse the repository at this point in the history
  2. fix typo

    fix #815
    rbouqueau committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    669258a View commit details
    Browse the repository at this point in the history
  3. Add tests for dash srd hevc

    NicolasDEROUINEAU committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    97e00f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fc5cfd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b32757a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edd4a0e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2017

  1. 2 Configuration menu
    Copy the full SHA
    00b0714 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

  1. Fixed nvdec cleanup code

    jeanlf committed May 2, 2017
    Configuration menu
    Copy the full SHA
    a7b2b1b View commit details
    Browse the repository at this point in the history
  2. fixed zfar recompute bug

    jeanlf committed May 2, 2017
    Configuration menu
    Copy the full SHA
    993cd07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11199a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    638ee64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81e60b0 View commit details
    Browse the repository at this point in the history
  6. added logs and few fixes for nvdec

    jeanlf committed May 2, 2017
    Configuration menu
    Copy the full SHA
    28eaa46 View commit details
    Browse the repository at this point in the history
  7. fixed crash when decoder creation fails

    jeanlf committed May 2, 2017
    Configuration menu
    Copy the full SHA
    099d5c4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    330d4a0 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2017

  1. Fixed bugs in independent tiled VR in DASH

    jeanlf committed May 3, 2017
    Configuration menu
    Copy the full SHA
    fadb8e2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2017

  1. nvdec fixed init bug, added dynamic load/unload and fixed first GL te…

    …xture upload
    jeanlf committed May 4, 2017
    Configuration menu
    Copy the full SHA
    e2c05d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f745d83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb5d234 View commit details
    Browse the repository at this point in the history
  4. added bypass of initial buffering

    jeanlf committed May 4, 2017
    Configuration menu
    Copy the full SHA
    cd8eedc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f53464a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #821 from aureliendavid/hevc-sps

    fix? for #820
    jeanlf committed May 4, 2017
    Configuration menu
    Copy the full SHA
    2669667 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2017

  1. Configuration menu
    Copy the full SHA
    1f272a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e741ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    584dbc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ada183 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4abeb0 View commit details
    Browse the repository at this point in the history
  6. fixes for float rounding on windows:

      * printf %f and %g should use half-to-even rounding but doesn't on windows
      * printf %e should print exponent on only 2 digits when possible but doesn't on msvc <= 10 unless _set_output_format is called
    aureliendavid committed May 5, 2017
    Configuration menu
    Copy the full SHA
    a06c455 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8435131 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f928c11 View commit details
    Browse the repository at this point in the history
  9. Fixed minimal compilation

    jeanlf committed May 5, 2017
    Configuration menu
    Copy the full SHA
    8ab1b48 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    48555ac View commit details
    Browse the repository at this point in the history
  11. Revert "disable nvdec module if disable-3d is used"

    This reverts commit 48555ac.
    aureliendavid committed May 5, 2017
    Configuration menu
    Copy the full SHA
    30d6a4f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3134ac4 View commit details
    Browse the repository at this point in the history
  13. fixed bug from prev commit

    jeanlf committed May 5, 2017
    Configuration menu
    Copy the full SHA
    6542fab View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fe07805 View commit details
    Browse the repository at this point in the history
  15. make_tests: do playback tests if mp4client is ok on second run - stil…

    …l disabled on travis for now
    aureliendavid committed May 5, 2017
    Configuration menu
    Copy the full SHA
    fb69f96 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8e06ea9 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. fixed bug introduced in fadb8e2

    jeanlf committed May 10, 2017
    Configuration menu
    Copy the full SHA
    7895024 View commit details
    Browse the repository at this point in the history