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: 5f1c3c785c78
Choose a base ref
...
head repository: FFmpeg/FFmpeg
compare: 301f6da0397e
Choose a head ref
  • 4 commits
  • 12 files changed
  • 2 contributors

Commits on Sep 30, 2012

  1. opt: implement av_opt_set_from_string().

    It is similar to av_set_options_string() but accepts a list
    of options that can be in shorthand: if the key is omitted
    on the first fields, the keys from the shorthand list are
    assumed, in order.
    Nicolas George committed Sep 30, 2012
    Copy the full SHA
    438978f View commit details
    Browse the repository at this point in the history
  2. lavu/opt: cosmetic fixes forgotten in the previous patch.

    Nicolas George committed Sep 30, 2012
    Copy the full SHA
    e4b1fcd View commit details
    Browse the repository at this point in the history
  3. ffprobe: generalize nesting model for the XML writer

    Do not make use of ad-hoc "tags" code, introduce a new section flag
    SECTION_FLAG_HAS_VARIABLE_FIELDS to deal with the tags in a
    content-agnostic way.
    
    This is required by the pending disposition change.
    saste committed Sep 30, 2012
    Copy the full SHA
    50efde6 View commit details
    Browse the repository at this point in the history
  4. ffprobe: extend disposition printing support

    This generalizes the previous work on disposition printing.
    
    Disposition flags are shown in a dedicated section, which should improve
    output intellegibility, extensibility and filtering operations.
    
    This breaks output syntax with the recently introduced disposition
    printing.
    saste committed Sep 30, 2012
    Copy the full SHA
    301f6da View commit details
    Browse the repository at this point in the history