1. 26 Jan, 2015 13 commits
  2. 25 Jan, 2015 12 commits
  3. 24 Jan, 2015 13 commits
  4. 23 Jan, 2015 2 commits
    • Jean First's avatar
      lavc/libopenjpegenc: move opj_setup_encoder to libopenjpeg_encode_frame · 1f13348f
      Jean First authored
      if the openjpeg parameter tcp_rates is not 0 ( using the ffmpeg compression_level option )
      every 2nd image per thread is badly encoded. By moving the opj_setup_encoder function from
      libopenjpeg_encode_init to libopenjpeg_encode_frame this can be prevented.
      
      This fixes ticket #3754.
      Signed-off-by: 's avatarJean First <jeanfirst@gmail.com>
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      1f13348f
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'rdp/dshow_crossbar' · 76241c91
      Michael Niedermayer authored
      * rdp/dshow_crossbar:
        dshow: fix docu escapes
        dshow: some devices only list themselves under "Video sources" but actually have both video and audio output pins, so make the audio pins accessible by video source name.
        dshow: add options for allowing filter popup configuration dialogs to be presented to the user
        dshow: introduce support for crossbar [multiple input selectable] devices
        dshow: drop initial audio packets with weird timestamps
        dshow: use non deprecated api
        dshow: miscellaneous tweaks
        dshow: allow selecting devices by an alternative name (workaround for devices with symbols in them), allow specifying capture pins by name and alternative (unique) name
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      76241c91