Skip to content
Permalink
cue

Commits on Oct 20, 2017

  1. lavf/flacenc: generate timestamps internally

    Rodger Combs
    Rodger Combs committed Oct 20, 2017
  2. lavf/flacenc: support writing attached pictures

    Rodger Combs
    Rodger Combs committed Oct 20, 2017
  3. lavf/segment: copy stream dispositions in output

    Rodger Combs
    Rodger Combs committed Oct 20, 2017
  4. lavf/segment: add option to segment by chapter

    Rodger Combs
    Rodger Combs committed Oct 20, 2017
  5. lavf: add cue sheet demuxer

    Rodger Combs
    Rodger Combs committed Oct 20, 2017

Commits on Oct 19, 2017

  1. libavformat: not treat 0 as EOF

    transfer_func variable passed to retry_transfer_wrapper
    are h->prot->url_read and h->prot->url_write functions.
    These need to return EOF or other error properly.
    In case of returning >= 0, url_read/url_write is retried
    until error is returned.
    
    Signed-off-by: Daniel Kucera <daniel.kucera@gmail.com>
    danielkucera authored and Cigaes committed Oct 19, 2017

Commits on Oct 18, 2017

  1. ffmpeg: always init output stream before reaping filters

    Otherwise the frame size of the codec is not set in the buffersink.
    
    Fixes ticket #6603 and the following simpler case:
    
    ffmpeg -c aac -filter_complex "sine=d=0.1,asetnsamples=1025" out.aac
    
    Signed-off-by: Marton Balint <cus@passwd.hu>
    cus committed Oct 18, 2017
  2. avdevice/decklink_dec: 32 bit audio support

    Signed-off-by: Marton Balint <cus@passwd.hu>
    dericed authored and cus committed Oct 18, 2017
  3. vorbis: Reorder conditions to avoid possible overread

    This can trigger a single-byte overread if the codebook has the maximum
    number of entries.
    
    Fixes #6743.
    fhvwy committed Oct 18, 2017
  4. vaapi_h264: Do not use deprecated header type

    SEI headers should be inserted as generic raw data (the old specific
    type has been deprecated in libva2).
    fhvwy committed Oct 18, 2017
  5. vaapi_h264: Add missing return value check

    Fixes CID 1419829.
    fhvwy committed Oct 18, 2017
  6. cbs_h264: Fix memory leak in error case

    Fixes CID 1419834.
    fhvwy committed Oct 18, 2017
  7. h264_metadata: Fix clearing SEI payload in error case

    Fixes CID 1419832, 1419835.
    fhvwy committed Oct 18, 2017
  8. cbs_h264: Fix writing streams with auxiliary pictures

    Tested with the alphaconformanceG sample.
    
    Fixes CID 1419836.
    
    (cherry picked from commit 9ed18f3)
    fhvwy committed Oct 18, 2017
  9. configure: add pkg-config check for alsa

    Helps with use cases such as static linking, as the .pc file
    does actually contain the necessary Libs.private entries for all
    required dependencies.
    jeeb committed Oct 18, 2017
  10. Merge commit '3a0d5e206d24d41d87a25ba16a79b2ea04c39d4c'

    * commit '3a0d5e206d24d41d87a25ba16a79b2ea04c39d4c':
      arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be used
      arm: vp9itxfm: Template the quarter/half idct32 function
    
    This commit is a noop, see
    b7a565f
    70317b2
    
    Merged-by: James Almer <jamrial@gmail.com>
    jamrial committed Oct 18, 2017
  11. Merge commit 'b57a95d0147beae746db1c1223d100447f42dced'

    * commit 'b57a95d0147beae746db1c1223d100447f42dced':
      cfhd: Add FATE tests
    
    Merged-by: James Almer <jamrial@gmail.com>
    jamrial committed Oct 18, 2017
  12. avcodec/cfhd: support cropped height tag

    Ported from libav. Authored by one of the following:
    
    Anton Khirnov <anton@khirnov.net>
    Diego Biurrun <diego@biurrun.de>
    Vittorio Giovara <vittorio.giovara@gmail.com>
    
    Reviewed-by: kierank
    Signed-off-by: James Almer <jamrial@gmail.com>
    jamrial committed Oct 18, 2017
  13. doc/filters: add note on flite thread safety and update URL

    Signed-off-by: Gyan Doshi <gyandoshi@gmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    GyanD authored and Michael Niedermayer committed Oct 18, 2017

Commits on Oct 17, 2017

  1. Merge commit '5f794aa1653aa04c1da7397e9ccacad947fadf5f'

    * commit '5f794aa1653aa04c1da7397e9ccacad947fadf5f':
      Add Cineform HD Decoder
    
    See 3485332.
    
    Some cosmetics are merged. The refactoring is not merged at the
    request of Kieran Kunhya.
    
    Merged-by: James Almer <jamrial@gmail.com>
    jamrial committed Oct 17, 2017
  2. Merge commit 'f6790b5e1075133ee39be91105f1135db7afd259'

    * commit 'f6790b5e1075133ee39be91105f1135db7afd259':
      add initial QP value options
    
    This commit is a noop, see 5f44a4a
    
    Merged-by: James Almer <jamrial@gmail.com>
    jamrial committed Oct 17, 2017
  3. Merge commit '8a60bba0aef77015111570058d5a72f0428dc748'

    * commit '8a60bba0aef77015111570058d5a72f0428dc748':
      avcodec: clarify some decoding/encoding API details
    
    This commit is a noop, see f940492
    
    Merged-by: James Almer <jamrial@gmail.com>
    jamrial committed Oct 17, 2017
  4. lavf/cafenc: Only allow mono and stereo for Opus.

    Found-by: James Almer
    cehoyos committed Oct 17, 2017
  5. Changelog: Add metadata bitstream filters

    This starts a new section - 3.4 has been released.
    fhvwy committed Oct 17, 2017
  6. cbs: Add some read/write tests

    Use the appropriate metadata filter for each codec - in the absence of any
    options to modify the stream, the output bitstream should be identical to
    the input (though the output file may differ in padding).
    
    All tests use conformance bitstreams, the MPEG-2 streams are newly added
    from the conformance test streams
    <http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_IEC_13818-4_2004_Conformance_Testing/Video/>
    
    (cherry picked from commit 3cae7f8)
    (cherry picked from commit fbd6317)
    fhvwy committed Oct 17, 2017
  7. vaapi_mpeg2: Convert to use coded bitstream infrastructure

    (cherry picked from commit 10eb496)
    fhvwy committed Oct 17, 2017
  8. vaapi_h265: Add support for AUD NAL units

    Matching the H.264 encoder.
    
    (cherry picked from commit e3e8eab)
    fhvwy committed Oct 17, 2017
  9. vaapi_h265: Convert to use coded bitstream infrastructure

    Also improves the metadata and generally makes the configuration
    a bit cleaner.
    
    (cherry picked from commit ac12486)
    fhvwy committed Oct 17, 2017
  10. vaapi_h264: Fix CPB/DPB delays

    This should be ticks, not time_scale steps - it was wrong for all
    framerates not a multiple of 1/2.
    
    (cherry picked from commit 3064517)
    fhvwy committed Oct 17, 2017
  11. vaapi_h264: Add support for SEI recovery points

    Included by default with non-IDR intra frames.
    
    (cherry picked from commit a49ee60)
    fhvwy committed Oct 17, 2017
  12. vaapi_h264: Add support for AUD NAL units

    Adds a new private option to enable them (off by default).
    
    (cherry picked from commit 820a448)
    fhvwy committed Oct 17, 2017
  13. vaapi_h264: Convert to use coded bitstream infrastructure

    (cherry picked from commit 7a4fac5)
    fhvwy committed Oct 17, 2017
Older