Skip to content
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: FFmpeg/FFmpeg
base: bad603c66a76
Choose a base ref
...
head repository: FFmpeg/FFmpeg
compare: 74bd0cf49c9c
Choose a head ref
  • 6 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 29, 2012

  1. Copy the full SHA
    23564a4 View commit details
    Browse the repository at this point in the history
  2. ffprobe: drop SECTION_ENTRY macro

    The use of the macro makes to add new optional fields somewhat harder.
    saste committed Sep 29, 2012
    Copy the full SHA
    b6ea9c8 View commit details
    Browse the repository at this point in the history
  3. ffprobe: generalize nesting model for the default writer

    Regular section fields nested in a regular section are now prefixed by
    the nested section name.
    
    This is required by the pending change related to disposition.
    saste committed Sep 29, 2012
    Copy the full SHA
    44c1cc3 View commit details
    Browse the repository at this point in the history
  4. ffprobe: generalize nesting model for the compact writer

    Regular section fields nested in a regular section are now prefixed by
    the nested section name.
    
    This is required by the pending change related to disposition.
    saste committed Sep 29, 2012
    Copy the full SHA
    06fd4c2 View commit details
    Browse the repository at this point in the history
  5. ffprobe: rework/fix flat writer

    Do not build from scratch the section header for each section, but build
    using the previous level buffer, thus improving efficiency and fix some
    few corner cases which are exposed by the pending disposition patch.
    saste committed Sep 29, 2012
    Copy the full SHA
    01e4537 View commit details
    Browse the repository at this point in the history
  6. ffprobe: rework/fix ini writer

    Do not build from scratch the section header for each section, but build
    it using the previous level buffer, thus improving efficiency.
    
    Also fix some few corner cases related to numbering which are exposed by
    the pending disposition patch.
    saste committed Sep 29, 2012
    Copy the full SHA
    74bd0cf View commit details
    Browse the repository at this point in the history