Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tanersener/mobile-ffmpeg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.4.LTS
Choose a base ref
...
head repository: tanersener/mobile-ffmpeg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: development
Choose a head ref
  • 12 commits
  • 32 files changed
  • 4 contributors

Commits on Aug 6, 2020

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

Commits on Aug 10, 2020

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

Commits on Aug 24, 2020

  1. Update arch-common.sh (#534)

    * Update arch-common.sh
    
    x265 download on Bitbucket no longer works. Use GitHub link instead
    Pete authored Aug 24, 2020
    Configuration menu
    Copy the full SHA
    ef39b78 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Support Android scoped storage (#440)

    * introducing saf_wrapper - a transparent API to use the file descriptor via custom AVIO for saf: Url
    
    * demonstrate how use to use SAF with some demo tabs
    
    SAF is enabled for API 19 or higher
    SAF pickers are used for FFprobe on CommandTabFragment and for video output on PipeTabFragment
    
    * Revert "demonstrate how use to use SAF with some demo tabs"
    
    This reverts commit 97b2581
    
    * add SAF tab with two buttons
    
    * change the getSafParameter handles filenames with spaces
    
    see alexcohn#1 (comment)
    
    * take advantage of Cursor being Closeable
    
    * provide NBSP in hexa, to make sure that git and editor don't destroy it
    
    * Avoid "rw" because it may not be supported (e.g. Google Drive).
    
    Also, some code cleanup in SafTabFragment.
    
    * don't run FFprobe after video playback
    
    * ACTION_GET_CONTENT is better than ACTION_OPEN_DOCUMENT: it gives us more options to choose.
    
    * add closeParcelFileDescriptor to fix working with Google Drive
    
    keep the temp files open, we must keep the ParcelFileDecriptor until the fd is closed
    alexcohn authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    b898574 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. support iOS 14, fixes #553

    tanersener committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    035ad8c View commit details
    Browse the repository at this point in the history
  2. update android test app

    tanersener committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    dc4feac View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

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

Commits on Nov 3, 2020

  1. fix android async example

    tanersener committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    729ef3e View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Added --no-archive option to android.sh

    juha-h authored and tanersener committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    9d1aefd View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

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

Commits on Mar 6, 2021

  1. fixing #634

    attempted to close file descriptor XX, expected to be unowned, actually owned by ParcelFileDescriptor XXX
    alexcohn committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    bd5dfc1 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

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